/* The .visually-hidden class is used to hide elements from the user's view while keeping them present on the page for SEO and accessibility. */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.padding-16 {
	padding: 16px;
}

.no-bottom-padding {
	padding-bottom: 0;
}

.no-top-padding {
	padding-top: 0;
}

.margin-bottom-12 {
	margin-bottom: 12px;
}

.pronect-h2, .pronect-h3 {
	white-space: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.pronect-h2 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 4px;
}

.pronect-h3 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 30px;
}

/* TEST DRIVE */

.test-drive__head {
	color: rgba(52, 60, 85, 0.90);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	padding-left: 16px;
	padding-top: 20px;
}

.test-drive__sub {
	color: rgba(52, 60, 85, 0.40);
	font-size: 15px;
	padding-left: 16px;
}

a.test-drive__link {
	text-decoration: none;
	display: block; /* Makes the link behave like a block element */
}

/* Style the div inside the link */
a.test-drive__link .test-drive__content {
	display: flex; /* Adjusts layout, change as needed */
	align-items: center; /* Aligns elements vertically */
	padding: 16px 0;
	background-color: #ffffff;
}

a.test-drive__link .test-drive__content img {
	padding: 0;
}

a.test-drive__link .test-drive__content .test-drive__icon {
	padding-left: 16px;
	margin-right: 16px; /* Space between icon and text */
}

a.test-drive__link .test-drive__content p,
.test-drive__learn-more p {
	margin: 0; /* Resets default paragraph margin */
	padding-left: 16px;
	color: #343C55;
	font-size: 20px;
}

a.test-drive__link .test-drive__content .test-drive__arrow {
	margin-left: auto; /* Push arrow icon to the right */
	padding: 0px 24px;
}

/* Hover effect */
a.test-drive__link .test-drive__content:hover,
.test-drive__learn-more:hover,
.rev-btn:hover {
	background-color: #f4f4f4; /* Light gray hover effect */
}

.no-underline:hover {
	text-decoration: none;
}

.test-drive__learn-more {
	background-color: #ffffff;
	border-radius: 4px;
	width: 100%;
	margin-top: 8px;
}

/* REVOLUTIONIZE YOUR RESEARCH */

.rev-research__container {}

.rev-research__col {
	border-radius: 4px;
	background-size: cover;
	background-position: center;
}

.rev-research--cancer {
	background-image: url('/-/media/images/resources/software-and-firmware/pronect/pronect-app-mktg-page/cancer-therapy-dev.png?rev=1a67d4499e5f4e09bfda240c83c81e29&sc_lang=en');
}

.rev-research--apoptosis {
	background-image: url('/-/media/images/resources/software-and-firmware/pronect/pronect-app-mktg-page/apoptosis-and-cell-death-studies.png?rev=8d5612189c0a481faa251b34a090a8d6&sc_lang=en');
}

.rev-research--virology {
	background-image: url('/-/media/images/resources/software-and-firmware/pronect/pronect-app-mktg-page/virology-research.png?rev=36551cbe1e234266bca44b983e8ad71f&sc_lang=en');
}

.rev-research__block {
	background: rgba(8, 8, 8, 0.10);
	backdrop-filter: blur(30px);
	padding: 24px;
	margin-top: 400px;
	min-height: 275px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.rev-research__head {
	color: #FFF;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 16px;
	line-height: 1.4;
}

.rev-research__sub {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 32px;
	line-height: 1.4;
}

.rev-research__btn {
	align-self: flex-start;
	margin-top: auto;
	text-align: center;
	padding: 8px 24px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 4px;
	background: #FFF;
	color: #322D78;
}

.rev-research__btn:hover {
	background: #F4F4F4;
}

.rev-btn__container {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.rev-btn {
	display: flex;
	height: 60px;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #E1E3EC;
	background: #FFF;
	color: #343C55;
}

.rev-btn:hover {
	background: #F4F4F4;
}

.rev-btn p {
	color: #343C55;
	text-align: center;
	font-size: 20px;
}

.rev-btn::after {
	content: url('/-/media/images/resources/software-and-firmware/pronect/pronect-app-mktg-page/arrow.png?sc_lang=en&rev=082f81f8ce6346e09a7e9ad72552a341');
	margin: 10px 0 0 10px;
	display: inline-block;
}

/* HOW IT WORKS */

.how-it-works--123 {
	max-width: 75%;
}

.how-it-works__col {
	border-radius: 4px;
}

.how-it-works__col>img,
.how-it-works__col>video {
	width: 100%;
	height: 100%;
}

.how-it-works__col-heading {
	background: #322D78;
	padding: 16px 32px;
	border-radius: 4px 4px 0 0;
}
.how-it-works__col-heading p {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.how-it-works__col-content {
	padding: 0 32px 32px 32px;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 12px;
	align-items: stretch;
}

.how-it-works__col-content ul {
	padding-inline-start: 12px;
}

.how-it-works__col-content ul>li {
	margin-bottom: 12px;
}

.how-it-works__btn {
	align-self: flex-start;
	margin-top: auto;
	text-align: center;
	padding: 8px 24px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 4px;
}

.how-it-works__btn--light {
	background: #FFF;
	border:	1px solid rgba(0, 0, 0, 0.08);
	color: #322D78;
}

.how-it-works__btn--light:hover {
	background: #F4F4F4;
}

.how-it-works__btn--sol {
	background-color: #fdb813;
	color: #252525;
}

.how-it-works__btn--sol:hover {
	background: #FDC03D;
}

/* WHAT'S NEXT */

.whatsnext__content-width {
	width: auto;
	height: auto;
	background: linear-gradient( 
	to bottom right, 
	rgba(230, 236, 255, 0.2) 0%, 
	rgba(165, 240, 232, 0.2) 100%
	);
}

.ldh-coming-soon__container {
	color: #F37D47;
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 24px;
}

.ldh-app-text {
	font-size: 60px;
	margin-bottom: 0px;
}

.ldh-coming-soon-text {
	font-size: 100px;
}