/* .whitepaper-listing-flex.flex-bottom.content-wrapper .whitepaper-listing-cards:nth-child(1) {
	display: none;
} */
.top-section{
	background: #F7F7F7;
	margin-bottom: 80px;
	padding:80px 0px;
}
.whitepaper-listing-card-content-author-date {
	display: flex;
	gap: 20px;
}
.whitepaper-listing-card-content-author-date span.author{
	color: #130F63;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.whitepaper-listing-card-content-author-date span.author span{;
	text-decoration-line: underline;
}
.whitepaper-listing-card-content-author-date .date{
	color: #130F63;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
}
{#
.whitepaper-listing-cards.first-post img {
/* 	width: 328px;
	height: 424px;
	flex-shrink: 0; */
	min-height: 424px;
	max-height: 424px;
	height: 100%;
	width: 100%;
} 
/* .whitepaper-listing-cards img {
	min-height: 354px;
	max-height: 354px;
	height: 100%;
	width: 100%;
	object-fit: cover;
} */
#}
.whitepaper-listing-cards.first-post {
	flex-basis: 100%;
	display: flex;
	gap:100px;
	justify-content: center;
	align-items: center;

}
.whitepaper-listing-cards.first-post .whitepaper-listing-card-image{
	border-radius: 20px;
}
.whitepaper-listing-card-content,
.whitepaper-listing-card-image {
	flex-basis: calc(50% - 40px);
	box-sizing: border-box;
}
.inner-form {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px;
	border-radius: 20px;
	position: relative;
}
.inner-form-flex{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
}
.form-part{
	padding-right: 20px;
	border-right: 1px solid #130F63;
}
.text-part,
.form-part {
	flex-basis: calc(50% - 20px);
}
.whitepaper-listing-module .title-desc {
	margin-top: 30px;
	margin-bottom: 30px;
}
.whitepaper-listing-module .whitepaper-listing-cards-title {	
	margin-bottom: 15px;
}
.whitepaper-listing-module span.close-pop {
	position: absolute;
	top: -20px;
	left: auto;
	right: -20px;
	height: 40px;
	width: 40px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor:pointer;
	box-shadow: 2px -1px 10px 3px rgba(0, 0, 0, .4);
}
.whitepaper-listing-module .whitepaper-listing-card-image {
	background: linear-gradient(112.87deg, #E9E9E9 -1.91%, #CDCDCD 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	border-radius: 100px 0px 0px 0px;
}


.whitepaper-listing-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}

.whitepaper-listing-cards {
	flex-basis: calc(50% - 70px); 
	box-sizing: border-box;
}

.form-popup{
	display:none;
}
.form-popup.form-open {
	display: block;
	position: fixed;
	z-index: 1050;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	padding:100px;
	overflow: auto;	
}

@media (max-width:1024px){
	.whitepaper-listing-card-content, .whitepaper-listing-card-image {
		flex-basis: calc(50% - 20px);
		box-sizing: border-box;
	}
	.whitepaper-listing-cards.first-post img{
		width: 274px;
		height: 354px;
	}
	.whitepaper-listing-cards.first-post {
		gap: 20px;
	}
	.whitepaper-listing-cards {
		flex-basis: calc(50% - 20px);
		margin-bottom: 30px;
		box-sizing: border-box;
	}
	.whitepaper-listing-flex {
		gap: 20px;
	}
	.whitepaper-listing-cards.first-post {
		gap: 30px;
	}
	.whitepaper-listing-card-image {
		border-radius: 20px;
	}
	.form-popup.form-open {
		padding: 60px;
	}
}
@media (min-width: 769px) {
	.whitepaper-listing-cards.first-post img {
		/* 	width: 328px;
		height: 424px;
		flex-shrink: 0; */
		min-height: 424px;
		max-height: 424px;
		height: 100%;
		width: 100%;
	} 
	.whitepaper-listing-cards img {
		/* 	width: 274px;
		height: 354px;
		flex-shrink: 0; */
		min-height: 354px;
		max-height: 354px;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.whitepaper-listing-module .white-box {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
	}
}

@media (max-width:768px){
	.whitepaper-listing-module .whitepaper-listing-card-image {
		padding: 30px;
	}
	.whitepaper-listing-cards.first-post {
		flex-basis: 100%;
		gap: 70px;
		justify-content: flex-start;
		align-items: baseline;
		flex-direction: column;
	}

	.whitepaper-listing-cards.first-post {
		flex-direction: column;
		gap: 30px;
	}

	/* 			images */
	.whitepaper-listing-cards img,
	.whitepaper-listing-cards.first-post img {
		height: auto;
		width: 100%;
	}
	.whitepaper-listing-card-image {
		flex-basis: 100%;
		width: 100%;
	}
	.whitepaper-listing-card-image,
	.whitepaper-listing-cards {
		flex-basis: 100%;
	}
	.whitepaper-listing-flex {
		gap: 50px;
	}
	.whitepaper-listing-module .form-popup.form-open {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.whitepaper-listing-module .inner-form {
		padding: 30px;
	}
}

@media (max-width: 899px) {
	.whitepaper-listing-module .inner-form-flex {
		display: block;
	}
	.whitepaper-listing-module .text-part {
		padding-top: 20px;
	}
	.whitepaper-listing-module .form-part {
		border-right: 0!important;
		border-bottom: 1px solid #130F63;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.whitepaper-listing-module .bottom-desc,
	.whitepaper-listing-module .bottom-desc p {
		text-align: left!important;
	}
}
.whitepaper-listing-module .bottom-desc {
	margin-top: 20px;
}
.whitepaper-listing-module .whitepaper-listing-flex.flex-bottom .title-desc .whitepaper-listing-cards-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.16px;
}
.whitepaper-listing-module .inner-form form {
	background-color: transparent;
}
.whitepaper-listing-cards.first-post .whitepaper-listing-cards-title,
.popup-text-part-title {
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 57.6px */
	letter-spacing: 0.24px;
	text-transform: capitalize;
}