.logo {
	width: 250px;
}
.nav {
	width: calc(100% - 250px);
}
.hero {
	position: relative;
	padding: 100px 20px;
	color: white;
	text-align: center;

	&__background {
		position: absolute;
		inset: 0;
		background-size: cover;
		background-position: center;
		z-index: -1;
		filter: brightness(0.5);
	}

	&__content {
		position: relative;
		max-width: 800px;
		margin: 0 auto;
	}

	.btn {
		display: inline-block;
		margin: 10px;
		padding: 12px 24px;
		background: #005b9f;
		color: white;
		text-decoration: none;
		border-radius: 4px;
	}
}
.intro-pillars {
	padding: 60px 20px;
	background: #f7f7f7;

	.pillars {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px;
	}

	.pillar {
		width: 260px;
		text-align: center;
	}

	img {
		height: 60px;
		margin-bottom: 15px;
	}
}

.therapeutic-areas {
	padding: 60px 20px;

	.areas {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		justify-content: center;
	}

	.area {
		width: 300px;
		text-align: center;

		img {
			width: 100%;
			height: auto;
			margin-bottom: 10px;
		}

		.btn {
			margin-top: 10px;
		}
	}
}

.track-record,
.case-studies,
.news-events-resources,
.contact-cta {
	padding: 60px 20px;
	background: #fff;

	h2 {
		text-align: center;
		margin-bottom: 40px;
	}
}

.track-record__items,
.case-study__grid,
.ner__columns {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.record-item,
.case-study,
.ner-item {
	width: 300px;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 6px;
}

.contact-cta {
	background: #e9f2f9;
	text-align: center;

	form {
		margin-top: 20px;
	}
}

.site-footer {
	background: #002f4b;
	color: white;
	padding: 40px 20px;

	.footer__addresses {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		margin-bottom: 30px;
	}

	.address {
		width: 300px;
	}

	.footer__links ul {
		list-style: none;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}

	.footer__links a {
		color: white;
		text-decoration: underline;
	}
}

.hero__overlay {
	background: linear-gradient(
		90deg,
		rgba(0, 32, 91, 0.9) 40%,
		rgba(0, 32, 91, 0) 90%
	);
	padding: 60px 0;
}

.hero__badge {
	display: inline-block;
	background: #f26a21;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	border-radius: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

.hero h1 {
	font-size: 2.2rem;
	max-width: 600px;
}

.hero__buttons .btn {
	background: #005eb8;
	color: #fff;
	padding: 12px 24px;
	border-radius: 4px;
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;
}

.hero__buttons .btn--alt {
	background: #f26a21;
}

.hero__icons {
	display: flex;
	gap: 15px;
	margin-top: 40px;
}

.hero__icons img {
	height: 50px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

.hero__tabs {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
	padding: 20px;
}

.hero__tabs .tab {
	background: #e6f4ff;
	border-radius: 25px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #002f6c;
	text-decoration: none;
	gap: 10px;
}

.hero .container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 2;
}

.hero__badge {
	display: inline-block;
	background: #f26a21;
	color: #fff;
	font-weight: bold;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 14px;
	margin-bottom: 20px;
}

.hero h1 {
	font-size: 2.8rem;
	font-weight: 500;
	max-width: 600px;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #ffffff;
}

.hero__buttons .btn {
	display: inline-block;
	padding: 12px 24px;
	margin-right: 12px;
	border-radius: 6px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.3s ease;
}

.hero__buttons .btn-pri {
	color: #fff !important;
	background: none !important;
	border: solid 1px #26bdef !important;
}

.hero__buttons .btn-pri:hover {
	color: #fff !important;
	background: #26bdef !important;
	border: solid 1px #26bdef !important;
}

.d-title {
	color: rgba(67, 67, 67, 1);
	font-size: 26px;
	font-weight: 700 !important;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.hero__buttons .btn--alt {
	background: #f26a21;
	color: #fff;
}

.hero__icons {
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.hero__icons img {
	height: 60px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

.hero__tabs {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 20px;
	z-index: 3;
}

.hero__tabs .tab {
	background: #e6f4ff;
	border-radius: 30px;
	padding: 12px 24px;
	font-weight: 600;
	color: #002f6c;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.main-header {
	background: transparent;
}

header#header {
	margin-bottom: -105px;
	background: transparent;
}

.hero .container {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 2;
}

.nav ul li a {
	color: #fff;
}

.hero h1 {
	font-size: 36px;
	font-weight: 500;
	max-width: 600px;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #ffffff;
}

.hero__tabs {
}

.hero__cro-wrap {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.hero__cro-wrap::before {
	content: "";
	position: absolute;
	left: -100vw;
	top: 33%;
	transform: translateY(-50%);
	height: 37px;
	background: #f26522;
	width: 101vw;
	z-index: 0;
}

.hero__badge {
	position: relative;
	z-index: 1;
	background: #f26522;
	color: #fff;
	font-weight: 700;
	font-size: 33px;
	border-radius: 999px;
	padding: 0.25rem 1rem;
	line-height: 1;
}

.hero__tabs .tab:nth-child(1) {
	background: #8bbff3;
}

.hero__tabs .tab:nth-child(2) {
	background: #26bdef;
}

.hero__tabs .tab:nth-child(3) {
	background: #f26522;
}

a.tab {
	width: 250px;
	height: 60px;
	border-radius: 5px !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.hero__buttons .btn {
	display: inline-block;
	padding: 18px 30px;
	margin-right: 12px;
	border-radius: 5px;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 700 !important;
	text-decoration: none;
	transition: background 0.3s ease;
}

.hero__tabs img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	background: #fff;
	border-radius: 100px;
	padding: 10px;
	margin-left: auto;
}

/* Container layout */
.drug-discovery-tabs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	padding: 80px 0;
}

.drug-discovery-tabs__content {
	flex: 1;
	max-width: 55%;
}

.drug-discovery-tabs__content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 20px;
}

.drug-discovery-tabs__content .content {
	display: none;
}

.drug-discovery-tabs__content .content.active {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}

/* Right-side tab nav */
.drug-discovery-tabs__nav {
	flex: 1;
	max-width: 40%;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.drug-discovery-tabs__nav a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #001b38;
	font-weight: 500;
	font-size: 16px;
	padding-bottom: 6px;
	border-bottom: 2px solid transparent;
	transition: all 0.2s ease;
}

.drug-discovery-tabs__nav a.active {
	color: #001b38;
	border-color: #f05c1a;
}

/* Fade animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.drug-discovery-tabs {
	padding: 4rem 0;
	background-color: #fff;
}

.drug-discovery-tabs__wrapper {
	display: flex;
	gap: 3rem;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.drug-discovery-tabs__content {
	flex: 1 1 47%;
	max-width: 47%;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

.tab-pane img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 1.5rem;
}

.tab-text h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.tab-text p {
	font-size: 1rem;
	color: #333;
}

.drug-discovery-tabs__nav {
	flex: 1 1 47%;
	max-width: 47%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.drug-discovery-tabs__nav .tab {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 0;
	border-right: 0px solid transparent;
	cursor: pointer;
	transition: border-color 0.3s;
	font-weight: 500;
	color: #1a1a1a;
}

.drug-discovery-tabs__nav .tab.active {
	border-right: 0px solid #f26522;
	color: #000;
}

.drug-discovery-tabs__nav .tab img {
	width: 32px;
	height: 32px;
}

@media (max-width: 992px) {
	.drug-discovery-tabs__wrapper {
		flex-direction: column;
	}

	.drug-discovery-tabs__content,
	.drug-discovery-tabs__nav {
		max-width: 100%;
	}
}

.tab-pane__image {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.tab-meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.tab-meta__icon {
	width: 32px;
	height: auto;
	flex-shrink: 0;
}

.tab-meta__title {
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
}

img.tab-meta__icon {
	width: 50px;
	border-radius: 0;
	margin-bottom: 0;
	height: 50px;
	object-fit: contain;
}

.drug-discovery-tabs {
	display: block;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

section.drug-discovery-tabs {
	margin-top: 80px;
}

.drug-discovery-tabs__nav .tab {
	display: flex;
	align-items: center;
	gap: 0.5rem; /* spacing between icon and text */
}

.drug-discovery-tabs__nav .tab img {
	width: 40px; /* or whatever consistent size works */
	height: 40px;
	flex-shrink: 0;
	object-fit: contain; /* prevent stretching */
}

h4.tab-meta__title {
	font-size: 20px;
	padding-left: 20px;
	font-weight: 700;
	color: #434343;
}

h4.tab-meta__title p {
	font-size: 20px;
	font-weight: 700 !important;
	margin: 0;
	padding: 0;
	color: #434343;
}

img.tab-meta__icon {
	width: 50px;
	border-radius: 0;
	margin-bottom: 0;
	height: 50px;
	object-fit: contain;
}

.tab-text p {
	font-size: 1rem;
	color: #5c5c5c;
	font-size: 16px;
}

.drug-discovery-tabs__nav {
	color: #5c5c5c !important;
	font-weight: 700 !important;
}

.tab-pane .tab-meta {
	margin-top: 40px !important;
}

.drug-discovery-tabs__nav .tab {
	color: #5c5c5c !important;
	font-weight: 700 !important;
	font-size: 16px;
}

.drug-discovery-tabs__nav .tab {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.tab-label {
	border-bottom: 2px solid transparent;
	padding: 0;
	margin-left: 1rem;
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.tab.active .tab-label {
	border-bottom: 2px solid #ff6727;
	padding: 0;
	margin-left: 1rem;
	margin-top: auto !important;
	margin-bottom: auto !important;
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.drug-discovery-tabs__nav {
		padding: 0 !important;
		flex: 1 1 100% !important;
	}
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.drug-discovery-tabs__content {
		flex: 1 1 100% !important;
	}
}

/* FIND OUT MORE */
.find-out-more-cta {
	margin-top: 70px;
	margin-bottom: 20px;
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}

h4.find-out-more-cta-title {
	color: #5c5c5c;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 20px;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.find-out-more-cta {
		margin-top: 40px !important;
		margin-bottom: 15px !important;
	}
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.find-out-more-cta-title {
		font-size: 22px !important;
	}
}
/* END */

a.btn.btn--alt {
	display: inline-block;
	padding: 18px 30px;
	margin-right: 12px;
	border-radius: 5px;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 700 !important;
	text-decoration: none;
	transition: background 0.3s ease;
	background: #ff6727;
	border: 0 !important;
}

.therapeutic-areas {
	padding: 60px 0;
}

.therapeutic-areas .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.therapeutic-areas__heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.therapeutic-areas__grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width: 768px) {
	.therapeutic-areas__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.therapeutic-areas__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.therapeutic-areas__card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	min-height: 180px;
	transition: transform 0.3s ease;
	display: block;
}

.therapeutic-areas__image {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.therapeutic-areas__overlay {
	position: relative;
	z-index: 2;
	background: rgba(0, 30, 84, 0.65);
	color: #fff;
	padding: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center !important;
}

.therapeutic-areas__title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.therapeutic-areas__cta {
	align-self: flex-end;
	background: #00b2e2;
	padding: 8px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.therapeutic-areas__cta img {
	width: 12px;
	height: auto;
}

/* Grid CTA section */
.therapeutic-areas__fallback {
	background: #f4f4f4;
	border-radius: 8px;
	padding: 30px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 768px) {
	.therapeutic-areas__fallback {
		grid-column: span 2;
	}
}

.therapeutic-areas__overlay {
	position: relative;
	z-index: 2;
	background: #223862a6;
	color: #fff;
	padding: 20px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 80px;
	width: 180px;
	border-radius: 10px;
	margin-left: -10px;
}

.therapeutic-areas__card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	min-height: 180px;
	display: block;
	transition: transform 0.3s ease;
}

.therapeutic-areas__cta {
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 3;
	background: #00b2e2;
	padding: 8px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.therapeutic-areas__cta img {
	width: 12px;
	height: auto;
}

.therapeutic-areas__title {
	color: #fff;
}

.therapeutic-areas__cta-wrapper {
	position: absolute;
	bottom: -12px;
	right: -12px;
	background: #fff;
	border-radius: 999px;
	padding: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.therapeutic-areas__cta {
	background: #00b7f1; /* your blue color */
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.therapeutic-areas__cta img {
	width: 12px;
	height: 12px;
}

.therapeutic-areas__card {
	position: relative;
}

.therapeutic-areas__cta-wrapper {
	position: absolute;
	bottom: -12px;
	right: -12px;
	background: #fff !important;
	border-radius: 5px;
	padding: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: 55px !important;
	height: 55px;
	z-index: 1;
}

.therapeutic-areas__fallback {
	background: #f1f1f1;
	border-radius: 16px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/* Make the fallback span 2 columns on desktop */
@media (min-width: 1024px) {
	.therapeutic-areas__fallback {
		grid-column: span 2;
	}
}

.therapeutic-areas__grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

@media (min-width: 1024px) {
	.therapeutic-areas__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.therapeutic-areas__fallback p {
	margin-bottom: 20px;
	font-size: 22px;
	color: #5c5c5c;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700 !important;
}

.btn--orange,
.button--orange,
.page-content__mobile-CTA {
	border-color: #ff6727;
	color: #fff;
	background: #ff6727;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	letter-spacing: 0;
	font-weight: 700 !important;
}

.therapeutic-areas__heading {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #5c5c5c;
}

/* HERO Mobile */
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.hero__tabs {
		flex-wrap: wrap;
		justify-content: start !important;
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.hero__badge {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.hero h1 {
		font-size: 32px !important;
		line-height: 1.5 !important;
	}
}

.hero-mob {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.hero-mob {
		display: block;
	}
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.hero__buttons .btn {
		font-size: 14px !important;
	}
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.hero__tabs {
		flex-wrap: wrap;
		position: relative !important;
		padding: 0 !important;
		width: 100%;
		gap: 5px !important;
		bottom: auto !important;
	}

	.hero__tabs .tab:nth-child(1) {
		width: 100%;
	}

	.hero__tabs .tab {
		width: 49%;
	}
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.hero {
		padding: 120px 0 80px !important;
	}

	.drug-discovery-tabs {
		margin-top: 0 !important;
	}
}

/* TRACK RECORD 
https://sass-lang.com/playground/#eJwzNFQpyMjPS7VSUNLITazQLc9MKcmwUrAwtCio0FRIzEtR0MjNzIMJGwAFlay5VEoSk3JSS8B6EJLmZkh6EEYZGhgZQ7RxAQA3liDH
*/
.track-record {
	background-color: #e6e6e6;
	padding: 60px 0;
	text-align: center;
	background-image: url(https://sygnature.wpengine.com/wp-content/themes/sygnature/track-record-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.track-record {
		padding: 30px 0;
	}
}
.track-record__heading {
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
	max-width: 850px;
	margin: 0 auto 40px;
	line-height: 1.4;
}
.track-record__heading strong {
	font-weight: 700;
}
.track-record .track-record__heading {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #5c5c5c;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.track-record .track-record__heading {
		font-size: 26px;
		margin-bottom: 20px;
	}
}
.track-record__timeline {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.track-record__timeline {
		overflow: auto hidden;
		display: flex;
		padding-bottom: 2rem;
		height: auto;
		width: 650px;
		flex-wrap: wrap;
		margin: 1.5rem 0px !important;
	}
}
.track-record__image-wrapper {
	position: relative;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.track-record__image-wrapper {
		height: auto;
		width: 900px;
		max-width: 900px;
	}
}
.track-record__image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.track-record__image-wrapper img {
		height: auto !important;
		width: 900px !important;
		max-width: 900px !important;
	}
}
.track-record__labels {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	padding: 0 55px;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.track-record__labels {
		margin-top: 15px;
		padding: 0px 50px 0px 50px;
		height: auto;
		width: 900px;
		max-width: 900px;
	}
}
.track-record__labels span {
	width: 20%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #5c5c5c;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.track-record__labels span {
		width: 180px !important;
		padding: 0rem 2rem;
	}
}
/* END */

.transatlantic-cro {
	padding: 60px 0;
	background: #fff;
}

.transatlantic-cro__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

.transatlantic-cro__image {
	flex: 1 1 50%;
}

.transatlantic-cro__image img {
	width: 100%;
	height: auto;
	display: block;
}

.transatlantic-cro__content {
	flex: 1 1 45%;
}

.transatlantic-cro__content h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.transatlantic-cro__content p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #333;
}

.transatlantic-cro__cta-lead {
	font-size: 1.1rem;
	font-weight: 600;
}

@media (max-width: 768px) {
	.transatlantic-cro__wrapper {
		flex-direction: column;
	}

	.transatlantic-cro__image,
	.transatlantic-cro__content {
		flex: 1 1 100%;
	}
}

.transatlantic-cro__content p {
	line-height: 1.6;
	margin-bottom: 20px;
	color: #5c5c5c;
	font-size: 16px;
}

.transatlantic-cro__content h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #5c5c5c;
}

.therapeutic-areas {
	padding-top: 0px;
}

/* KYLE */

.hero {
	position: relative;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 170px 20px 60px;
	text-align: left;
}

.hero__overlay {
	background: linear-gradient(
		90deg,
		rgba(0, 32, 91, 0.9) 40%,
		rgba(0, 32, 91, 0) 90%
	);
	padding: 60px 0;
}

.hero__badge {
	display: inline-block;
	background: #f26a21;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	border-radius: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

.hero h1 {
	font-size: 2.2rem;
	max-width: 600px;
}

.hero__buttons .btn {
	background: #005eb8;
	color: #fff;
	padding: 12px 24px;
	border-radius: 4px;
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;
}

.hero__buttons .btn--alt {
	background: #f26a21;
}

.hero__icons {
	display: flex;
	gap: 15px;
	margin-top: 40px;
}

.hero__icons img {
	height: 50px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

.hero__tabs {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
	padding: 20px;
}

.hero__tabs .tab {
	background: #e6f4ff;
	border-radius: 25px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #002f6c;
	text-decoration: none;
	gap: 10px;
}

.hero {
	/* position: relative; */
	/* background-size: cover; */
	/* background-position: center center; */
	/* color: #fff; */
	/* padding: 160px 0 100px; */
}

.hero .container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 2;
}

.hero__badge {
	display: inline-block;
	background: #f26a21;
	color: #fff;
	font-weight: bold;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 14px;
	margin-bottom: 20px;
}

.hero h1 {
	font-size: 2.8rem;
	font-weight: 500;
	max-width: 600px;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #ffffff;
}

.hero__buttons .btn {
	display: inline-block;
	padding: 12px 24px;
	margin-right: 12px;
	border-radius: 6px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.3s ease;
}

.hero__buttons .btn {
	background: #005eb8;
	color: #fff;
}

.hero__buttons .btn--alt {
	background: #f26a21;
	color: #fff;
}

.hero__icons {
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.hero__icons img {
	height: 60px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

.hero__tabs {
}

.hero__tabs .tab {
	background: #e6f4ff;
	border-radius: 30px;
	padding: 12px 24px;
	font-weight: 600;
	color: #002f6c;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.main-header {
	background: transparent;
}

header#header {
	margin-bottom: -105px;
	background: transparent;
}

.hero .container {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 2;
}

.nav ul li a {
	color: #fff;
}

.hero h1 {
	font-size: 34px;
	font-weight: 500;
	max-width: 600px;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #ffffff;
}

.hero .wrapper {
	position: relative;
}

.hero__overlay-disable {
	display: flex;
	flex-wrap: wrap;
}

.img-a {
	margin-top: auto;
	padding-bottom: 5rem;
}

.hero__tabs {
	position: absolute;
	bottom: -35%;
	left: 0;
	display: flex;
	gap: 15px;
	z-index: 3;
	transform: none;
	padding: 0;
	padding-right: 15px;
	padding-left: 0px;
}

.hero__cro-wrap {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.hero__cro-wrap::before {
	content: "";
	position: absolute;
	left: -100vw;
	top: 33%;
	transform: translateY(-50%);
	height: 37px;
	background: #f26522;
	width: 101vw;
	z-index: 0;
}

.hero__badge {
	position: relative;
	z-index: 1;
	background: #f26522;
	color: #fff;
	font-weight: 700;
	font-size: 33px;
	border-radius: 999px;
	padding: 0.25rem 1rem;
	line-height: 1;
}

.hero__tabs .tab:nth-child(1) {
	background: #8bbff3;
}

.hero__tabs .tab:nth-child(2) {
	background: #26bdef;
}

.hero__tabs .tab:nth-child(3) {
	background: #f26522;
}

a.tab {
	width: 250px;
	height: 60px;
	border-radius: 5px !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.hero__buttons .btn {
	display: inline-block;
	padding: 18px 30px;
	margin-right: 12px;
	border-radius: 5px;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 700 !important;
	text-decoration: none;
	transition: background 0.3s ease;
}

.hero__tabs img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	background: #fff;
	border-radius: 100px;
	padding: 10px;
	margin-left: auto;
}

/* Container layout */
.drug-discovery-tabs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	padding: 80px 0;
}

.drug-discovery-tabs__content {
	flex: 1;
	max-width: 55%;
}

.drug-discovery-tabs__content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 20px;
}

.drug-discovery-tabs__content .content {
	display: none;
}

.drug-discovery-tabs__content .content.active {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}

/* Right-side tab nav */
.drug-discovery-tabs__nav {
	flex: 1;
	max-width: 40%;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.drug-discovery-tabs__nav a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #001b38;
	font-weight: 500;
	font-size: 16px;
	padding-bottom: 6px;
	border-bottom: 2px solid transparent;
	transition: all 0.2s ease;
}

.drug-discovery-tabs__nav a.active {
	color: #001b38;
	border-color: #f05c1a;
}

/* Fade animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.drug-discovery-tabs {
	padding: 4rem 0;
	background-color: #fff;
}

.drug-discovery-tabs__wrapper {
	display: flex;
	gap: 3rem;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.drug-discovery-tabs__content {
	flex: 1 1 47%;
	max-width: 47%;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

.tab-pane img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 1.5rem;
}

.tab-text h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.tab-text p {
	font-size: 1rem;
	color: #333;
}

.drug-discovery-tabs__nav {
	flex: 1 1 47%;
	max-width: 47%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.drug-discovery-tabs__nav .tab-new {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 0;
	border-right: 0px solid transparent;
	cursor: pointer;
	transition: border-color 0.3s;
	font-weight: 500;
	color: #1a1a1a;
}

.drug-discovery-tabs__nav .tab-new img {
	width: 32px;
	height: 32px;
}

@media (max-width: 992px) {
	.drug-discovery-tabs__wrapper {
		flex-direction: column;
	}

	.drug-discovery-tabs__content,
	.drug-discovery-tabs__nav {
		max-width: 100%;
	}
}

.tab-pane__image {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.tab-meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.tab-meta__icon {
	width: 32px;
	height: auto;
	flex-shrink: 0;
}

.tab-meta__title {
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
}

img.tab-meta__icon {
	width: 50px;
	border-radius: 0;
	margin-bottom: 0;
	height: 50px;
	object-fit: contain;
}

.drug-discovery-tabs {
	display: block;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

section.drug-discovery-tabs {
	margin-top: 80px;
}

.drug-discovery-tabs__nav .tab {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	/* spacing between icon and text */
}

.drug-discovery-tabs__nav .tab img {
	width: 40px;
	/* or whatever consistent size works */
	height: 40px;
	flex-shrink: 0;
	object-fit: contain;
	/* prevent stretching */
}

h4.tab-meta__title {
	font-size: 20px;
	padding-left: 20px;
	font-weight: 700;
	color: #434343;
}

h4.tab-meta__title p {
	font-size: 20px;
	font-weight: 700 !important;
	margin: 0;
	padding: 0;
	color: #434343;
}

img.tab-meta__icon {
	width: 50px;
	border-radius: 0;
	margin-bottom: 0;
	height: 50px;
	object-fit: contain;
}

.tab-text p {
	font-size: 1rem;
	color: #5c5c5c;
	font-size: 16px;
}

.drug-discovery-tabs__nav {
	color: #5c5c5c !important;
	font-weight: 700 !important;
}

.tab-pane .tab-meta {
	margin-top: 40px !important;
}

.drug-discovery-tabs__nav .tab {
	color: #5c5c5c !important;
	font-weight: 700 !important;
	font-size: 16px;
}

.drug-discovery-tabs__nav .tab {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.tab-label {
	border-bottom: 2px solid transparent;
	padding-top: 10px;
}

.tab.active .tab-label {
	border-bottom: 2px solid #ff6727;
	padding-top: 10px;
}

.find-out-more-cta {
	margin-top: 80px;
	margin-bottom: 40px;
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}

h4.find-out-more-cta-title {
	color: #5c5c5c;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 20px;
}

a.btn.btn--alt {
	display: inline-block;
	padding: 18px 30px;
	margin-right: 12px;
	border-radius: 5px;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 700 !important;
	text-decoration: none;
	transition: background 0.3s ease;
	background: #ff6727;
	border: 0 !important;
}

.therapeutic-areas {
	padding: 60px 0;
}

.therapeutic-areas .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.therapeutic-areas__heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.therapeutic-areas__grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width: 768px) {
	.therapeutic-areas__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.therapeutic-areas__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.therapeutic-areas__card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	min-height: 180px;
	transition: transform 0.3s ease;
	display: block;
}

.therapeutic-areas__image {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.therapeutic-areas__overlay {
	position: relative;
	z-index: 2;
	background: rgba(0, 30, 84, 0.65);
	color: #fff;
	padding: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center !important;
}

.therapeutic-areas__title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.therapeutic-areas__cta {
	align-self: flex-end;
	background: #00b2e2;
	padding: 8px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.therapeutic-areas__cta img {
	width: 12px;
	height: auto;
}

/* Grid CTA section */
.therapeutic-areas__fallback {
	background: #f4f4f4;
	border-radius: 8px;
	padding: 30px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 768px) {
	.therapeutic-areas__fallback {
		grid-column: span 2;
	}
}

.therapeutic-areas__overlay {
	position: relative;
	z-index: 2;
	background: #223862a6;
	color: #fff;
	padding: 20px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 80px;
	width: 180px;
	border-radius: 10px;
	margin-left: -10px;
}

.therapeutic-areas__card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	min-height: 180px;
	display: block;
	transition: transform 0.3s ease;
}

.therapeutic-areas__cta {
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 3;
	background: #00b2e2;
	padding: 8px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.therapeutic-areas__cta img {
	width: 12px;
	height: auto;
}

.therapeutic-areas__title {
	color: #fff;
}

.therapeutic-areas__cta-wrapper {
	position: absolute;
	bottom: -12px;
	right: -12px;
	background: #fff;
	border-radius: 999px;
	padding: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.therapeutic-areas__cta {
	background: #00b7f1;
	/* your blue color */
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.therapeutic-areas__cta img {
	width: 12px;
	height: 12px;
}

.therapeutic-areas__card {
	position: relative;
}

.therapeutic-areas__cta-wrapper {
	position: absolute;
	bottom: -12px;
	right: -12px;
	background: #fff !important;
	border-radius: 5px;
	padding: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: 55px !important;
	height: 55px;
	z-index: 1;
}

.therapeutic-areas__fallback {
	background: #f1f1f1;
	border-radius: 16px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/* Make the fallback span 2 columns on desktop */
@media (min-width: 1024px) {
	.therapeutic-areas__fallback {
		grid-column: span 2;
	}
}

.therapeutic-areas__grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

@media (min-width: 1024px) {
	.therapeutic-areas__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.btn--orange,
.button--orange,
.page-content__mobile-CTA {
	border-color: #ff6727;
	color: #fff;
	background: #ff6727;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	letter-spacing: 0;
	font-weight: 700 !important;
}

.therapeutic-areas__heading {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #5c5c5c;
}

.track-record {
	background-color: #e6e6e6;
	padding: 60px 0;
	text-align: center;
}

.track-record__heading {
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
	max-width: 850px;
	margin: 0 auto 40px;
	line-height: 1.4;
}

.track-record__heading strong {
	font-weight: 700;
}

.track-record__timeline {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.track-record__image-wrapper {
	position: relative;
}

.track-record__image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}

.track-record__labels {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	padding: 0 5px;
}

.track-record__labels span {
	width: 20%;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 500;
	color: #333;
}

.track-record__labels {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	padding: 0 55px;
}

.track-record__labels span {
	width: 20%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #5c5c5c;
}

h2.track-record__heading {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #5c5c5c;
}

.track-record {
	background-color: #e6e6e6;
	padding: 60px 0;
	text-align: center;
	background-image: url(https://sygnature.wpengine.com/wp-content/themes/sygnature/track-record-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.transatlantic-cro {
	padding: 60px 0;
	background: #fff;
}

.transatlantic-cro__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

.transatlantic-cro__image {
	flex: 1 1 50%;
}

.transatlantic-cro__image img {
	width: 100%;
	height: auto;
	display: block;
}

.transatlantic-cro__content {
	flex: 1 1 45%;
}

.transatlantic-cro__content h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.transatlantic-cro__content p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #333;
}

.transatlantic-cro__cta-lead {
	font-size: 1.1rem;
	font-weight: 600;
}

@media (max-width: 768px) {
	.transatlantic-cro__wrapper {
		flex-direction: column;
	}

	.transatlantic-cro__image,
	.transatlantic-cro__content {
		flex: 1 1 100%;
	}
}

.transatlantic-cro__content p {
	line-height: 1.6;
	margin-bottom: 20px;
	color: #5c5c5c;
	font-size: 16px;
}

.transatlantic-cro__content h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #5c5c5c;
}

.therapeutic-areas {
	padding-top: 0px;
}

/* BG CONTENT 
https://sass-lang.com/playground/#eJyVU21vmzAQ/mx+xbXrpFSKIyCFZuTL/ooBB9yBjcAd6ar8951fKKTNstYSJ3Tv99xzUXTX1UryDG5XLTvSUZS6zmAX7brjPTBZwqoVclKHqLzdB3ea5Q3XNmY2PqaLmDlVFMZbFxZs8ooWSmouNc0bVfyC14B0rCyFrDJIMTuE6AYAP1teCgbfXl13p7X5dVVPJmiO2voocjKBm7FnHToAfCYJ+Kd+8/7QqJG+ZFCLsuRyH0y2lvWVkDjGJul5CyHciLZTvWZSz06lGLqGYfSh4cdg1r8lPmbAnrWaLb5/miutVZtBjMlna81FVev3MR7QNMGRZ60pSc3YGRjp8DPPQAKAsJA6WqOIjdga8WBEYkRqcShUo/oM+ipfxUmyhkncI6zkgAujg/iDFIl3prBXjb7HNDToE82PmrJGVIhVgQvm/dzJfxexrJHaGie7UCLayjr40R0ehEz4xA4KQlT+xAtNDwKVhmFMyC+U/wi3r/cjfIN6wWivnXrc9Gq0aZ6eBy0OLxPFZxycW8Ny3gzW84wv+0uhQ8cKTnOuR27YSIjjIdWqs2e4X95ACA9W9cmBYfmWeaNkSaxl+sQcGX7bM4+rNF1g90/8vBXR8fBYdKZtx+F3M+ZVan1x2qm5aBdeHtXcuLtFuzRCcBHSdXX9TM5IHPlDeXcqiTuVyxOhGgnlSHUK/gJV6ojI
*/
.bg-content-block {
	padding: 60px 0;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.bg-content-block {
		padding: 30px 0;
	}
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.bg-content-block .wrap {
		overflow-y: hidden;
		margin: 1.5rem 0 !important;
		display: flex;
		overflow-x: auto;
		padding-bottom: 2rem;
		height: auto;
		width: 650px;
		flex-wrap: wrap;
	}
}
.bg-content-block h1,
.bg-content-block h2,
.bg-content-block h3,
.bg-content-block h4,
.bg-content-block h5,
.bg-content-block h6 {
	color: rgb(255, 255, 255);
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.bg-content-block h1,
	.bg-content-block h2,
	.bg-content-block h3,
	.bg-content-block h4,
	.bg-content-block h5,
	.bg-content-block h6 {
		font-size: 26px;
	}
}
.bg-content-block img {
	width: auto;
	height: 250px;
	object-fit: contain;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.bg-content-block img {
		height: auto;
		width: 900px;
		max-width: 900px;
	}
}
.bg-content-block .row {
	justify-content: center;
}
.bg-content-block .labels {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0 40px;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.bg-content-block .labels {
		margin-top: 15px;
		padding: 0 45px 0px 35px;
		height: auto;
		width: 900px;
		max-width: 900px;
	}
}
.bg-content-block .labels .label {
	width: 20%;
	text-align: center;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.bg-content-block .labels .label {
		width: 180px;
		padding: 0rem 2rem;
	}
}
.bg-content-block .labels .label span {
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
/* END */

/* CONTENT GROUP 
https://sass-lang.com/playground/#eJx1kdFugzAMRZ/LV0RdJ7VSUwFdaQUv+5VADGSDOAqhdK349yWhrNu0PWDFJvf42omilapRQkqW65Zd6CC4qVNyik7qsiFMcrJuhZzLoS0us2BlWN6A8ZrHz2PyTfNARWG8n2TBrkBpQBpaaewVzRss3sktWCjGuZBVShLbgISZrWAnjECZEg0NM+IMtohn0GWDQ0pqwTlISyTktQUuGHm6TXOMW3ec/I2O/YDvZ/gYBIvdoJlSoKcrf3VbXKmQHC4pib9EXc0UeAkqVgjzYVeyi+PsB4PlHTa98QyDKiWHZ3dsoLQbo1HosxpEVRu3nSm/L4v1Bl2K+RsUhpbCXinc3HcHdbS1IXZh78KLCwcXEm+rtAumnbja94ztazhUgQ1qO1mVr5PjlkzfJpsvD3cjx3CeUrSVZ/2yNDveH8IJnKPmoKlmXPSdnST2ZUdQXv9v4zEYg0+DprOT
*/
.content-group-block {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.content-group-block {
		padding: 30px 0;
	}
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.content-group-block .mob-order-2 {
		order: 2;
	}
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.content-group-block .mob-order-1 {
		order: 1;
	}
}
.content-group-block .wrapper {
	position: relative;
	z-index: 20;
}
.content-group-block .shape {
	opacity: 0.22;
	position: absolute;
	top: 5%;
	left: -10%;
	height: 100%;
	width: auto;
	object-fit: cover;
}
.content-group-block h1,
.content-group-block h2,
.content-group-block h3,
.content-group-block h4,
.content-group-block h5,
.content-group-block h6 {
	font-size: 28px;
	color: rgb(67, 67, 67);
	font-weight: 700;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.content-group-block h1,
	.content-group-block h2,
	.content-group-block h3,
	.content-group-block h4,
	.content-group-block h5,
	.content-group-block h6 {
		font-size: 26px;
	}
}
.content-group-block img {
	width: auto;
	height: 350px;
	border-radius: 12px;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.content-group-block img {
		height: auto;
		margin: 2rem 0;
	}
}
.content-group-block p {
	color: rgb(67, 67, 67);
}
/* END */

/* Case 
https://sass-lang.com/playground/#eJyVVG1vmzAQ/gy/4tZ2UirFUUgXkpIv+ysGG7gFbGSOJV3V/z6/kIRk2bQKYazz3XPPPXcmSZ66WiuZwcOs5Ud2QEF1Bttk2x2fgSsBsxbVyby0xodd/EQ8byT5mMvhJp3EXKCS5eolhMWLgveS9TSIN5Y3utjDexx1XAhUVQapRYflLo5yXuwrowclMngsc/fYYAD43kqBHB7fA+ePudsGLh8O6oL1csL6iONo0Q85ITXS+xS60SYDU+Wz19c5hPfZukalVsR6/GXFSNLueDYdJFY1OYIOMWq5qWzVpLsMpoZcE+nWFexjfea7adPNHMJ7m3a1vZN249K68uF/JJiipSMRz6X7Nw1PF0m23m2RV/476QWbhC7nFnwOSRKEi3JthDTMcIFDn8E6VBHpn9KUjT5kUKMQUnmjwL5r+FsGZSODm9swgUYWhFplYBMNrTofWUX9vh71SJbLr84w1rUoJSeGLa+C0OexC17nqK1vi7VgO9Z24/lHgkjnPywnViI5UraYqbXTPY58paJwdqJU2CZcD+TKWGXd4inU3wKDiaSr9dqKOi5B1ek8joNxdyBdyrG9n0BM7yGuT4iXOliDav/XYq6vAx9I+wL5Z9ms77HZBDYRySMxIQtteFDcjqM0lpecku0bLPbMriIMQiBm7+jpRp4bjKqWBgm+YNtpQ1zR7gqjwZ5uINj0VgcvMjz8wa5H+hbVRsS/ATkSgXE=
*/
.case-study-block {
	padding: 60px 0;
	background: #fbfbfb;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.case-study-block {
		padding: 30px 0;
	}
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.case-study-block .text-right {
		text-align: left;
		margin-top: 3rem !important;
	}
}
.case-study-block .subtitle {
	color: rgb(99, 99, 99);
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
}
.case-study-block .title {
	color: rgb(67, 67, 67);
	font-size: 28px;
	font-weight: 700;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.case-study-block .title {
		font-size: 26px;
	}
}
.case-study-block p {
	color: rgb(67, 67, 67);
}
.case-study-block .item .bg {
	background-color: rgb(0, 26, 119);
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
}
.case-study-block .feat-image {
	width: 100%;
	height: 180px;
}
.case-study-block .feat-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.case-study-block .cont {
	padding: 2rem 2rem;
}
.case-study-block .cont h4 {
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 600;
}
.case-study-block .cont p {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 500;
}
.case-study-block .cont-link {
	padding: 2rem 2rem;
	margin-top: auto;
}
.case-study-block .cont-link a {
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
}
.case-study-block .slick-slide {
	margin: 0 10px;
	height: inherit !important;
}
.case-study-block .slick-list {
	margin: 0 -10px;
}
.case-study-block .slick-track {
	display: flex !important;
}
/* END */

/* slick dots */
.slide-m-dots,
.slide-m-dots-mobile,
.slide-m-area-dots {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 !important;
	flex-wrap: wrap;
	display: flex;
	gap: 10px;
}
.slide-m-dots .slick-dots,
.slide-m-dots-mobile .slick-dots,
.slide-m-area-dots .slick-dots {
	position: relative;
	bottom: auto;
	margin-bottom: auto;
	margin-top: auto;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.slide-m-dots .slick-dots,
	.slide-m-dots-mobile .slick-dots,
	.slide-m-area-dots .slick-dots {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
}
.slide-m-dots li,
.slide-m-dots-mobile li,
.slide-m-area-dots li {
	width: auto !important;
	height: auto !important;
	padding: 0;
	font-size: 0;
	margin-right: 0.5rem !important;
	margin-left: 0;
	margin-bottom: 0 !important;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.slide-m-dots li,
	.slide-m-dots-mobile li,
	.slide-m-area-dots li {
		margin-right: 0rem !important;
	}
}
.slide-m-dots .slick-active button,
.slide-m-dots-mobile .slick-active button,
.slide-m-area-dots .slick-active button {
	background: rgb(255, 103, 39) !important;
}
.slide-m-dots button,
.slide-m-dots-mobile button,
.slide-m-area-dots button {
	width: 70px !important;
	height: 3.5px !important;
	background: #d7d7d7 !important;
	opacity: 1;
	border: none !important;
	border-radius: 15px;
}
.slide-m-dots button:hover,
.slide-m-dots-mobile button:hover,
.slide-m-area-dots button:hover {
	cursor: pointer;
	background: rgb(255, 103, 39) !important;
}
.slide-m-dots button:before,
.slide-m-dots-mobile button:before,
.slide-m-area-dots button:before {
	display: none !important;
}
/* END */

/* Resource 
https://sass-lang.com/playground/#eJyNVNtynDAMfecr1Id2ujNLxuwthHyNwQacNTZjzF7a4d8r7obNJn2QAUmWjs6xCYIXwytdm4T7sdTJGf56ACVlTKgsghMpb0DePfTlwRbyHdoe7YB2RDt16QCJltpEYLL49+l1C71t3rtYqpX1K/GHR7ALy5vjvHKR5TaCV0Jab9O2eVH04lsaV0NlKSrcbe8StyuteL+9oCYTKgLSf054h++rYDaPICDkZ4d9KCssL4ayq5zelQ94QjLCBIi1Ydz4hjJRV0iIE6HJOTO6Vsx3xt8dkKdx2Yy5TFSlpPcIUsmnAv0Qfqyt1QUiMbwY0ALQCeenSJ9UdJjYddVG90ddWZHeEaiyXOGICa7czAlUikx1BFWPwXk86si7hXm+hcpBWN5WAUdp+CGKUhtLlZ2T9IWbVOprBLlgjKs5suL/2JaeglVJlUPURNWRuAhmYdf+JxIe8WiPy8bNHxSTPMVitLbaDT5R5GGEpY7fUP+FdE6OKLIFDRMRp2WrmYmHgI4/eGL9VLQdsBUVyk1ovPVb/2yc6yWFOk8wfkV5K6oDaya7p3kf4gkK35Dl/dvm4bBdc2Tkk7OybEsTKy58avJfLb5s0Ez/oSL2D0Ph1UUdr1bjNd4/Xc9cfw==
*/
.resource-block {
	padding: 60px 0;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.resource-block {
		padding: 30px 0;
	}
}
.resource-block h1,
.resource-block h2,
.resource-block h3,
.resource-block h4,
.resource-block h5,
.resource-block h6 {
	color: rgb(67, 67, 67);
	font-size: 28px;
	font-weight: 700;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.resource-block h1,
	.resource-block h2,
	.resource-block h3,
	.resource-block h4,
	.resource-block h5,
	.resource-block h6 {
		font-size: 26px;
	}
}
.resource-block .nav-tabs-style {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.resource-block .nav-tabs-style .nav-item {
	width: 100%;
	height: 80px;
	border-radius: 6px;
	background-color: rgb(241, 241, 241);
	display: flex;
	margin-bottom: 1rem;
}
.resource-block .nav-tabs-style .nav-item a {
	width: 100%;
	display: flex;
	padding: 2rem;
	justify-content: center;
	align-items: center;
	color: rgb(67, 67, 67);
	font-size: 18px;
	font-weight: 700 !important;
	overflow: hidden;
	border-radius: 5px;
}
.resource-block .nav-tabs-style .nav-item a span {
	width: 50px;
	height: 50px;
	background-color: rgb(255, 255, 255);
	margin-left: auto;
	display: flex;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
}
.resource-block .nav-tabs-style .nav-item a span img {
	width: 60%;
	height: 60%;
	object-fit: contain;
}
.resource-block .nav-tabs-style .nav-link:hover {
	background: rgb(38, 189, 239);
	color: white !important;
}
.resource-block .nav-tabs-style .active {
	background: rgb(38, 189, 239);
	color: white !important;
}
.resource-block .mb-4 {
	margin-bottom: 2rem;
}

/* END */

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.text-right {
	text-align: right;
}

.w-auto {
	width: auto;
}

.resource-block .item-large {
	border-radius: 10px;
	overflow: hidden;
}
.resource-block .item-large .bg {
	width: 100%;
	height: 250px;
}
.resource-block .item-large .bg img {
	margin: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
}
.resource-block .item-large .cont {
	padding: 2rem;
	background-color: rgb(241, 241, 241);
}
.resource-block .item-large .cont .time {
	color: rgb(67, 67, 67);
	font-size: 14px;
	font-weight: 400;
	margin-top: 0;
}
.resource-block .item-large .cont h4 {
	color: rgb(67, 67, 67);
	font-size: 22px;
	font-weight: 600;
}
.resource-block .item-large .cont p {
	color: rgb(67, 67, 67);
	font-size: 18px;
	font-weight: 400;
}
.resource-block .item-large .cont a {
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}

.resource-block .item-def {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 2rem;
	height: 100%;
}

.resource-block .item-def .bg {
	width: 100%;
	height: 100%;
}
.resource-block .item-def .bg img {
	margin: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
	contain-intrinsic-size: none;
}
.resource-block .item-def .cont {
	padding: 2rem;
	background-color: rgb(241, 241, 241);
	height: 100%;
}
.resource-block .item-def .cont .time {
	color: rgb(67, 67, 67);
	font-size: 14px;
	font-weight: 400;
	margin-top: 0;
}
.resource-block .item-def .cont h4 {
	color: rgb(67, 67, 67);
	font-size: 18px;
	font-weight: 600;
}
.resource-block .item-def .cont p {
	color: rgb(67, 67, 67);
	font-size: 16px;
	font-weight: 400;
}
.resource-block .item-def .cont a {
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}

.p-0 {
	padding: 0;
}

.slick-slide-fix {
	display: flex !important;
}

.item-def-h .item-d-i {
	height: calc(50% - 2rem);
	margin-bottom: 2rem;
}
.item-def-h .item-d-i:last-child {
	margin-bottom: 0;
	height: 50%;
}

/* FOOTER 
https://sass-lang.com/playground/#eJytUttuozAQfc9XzHarVSrVEZCUVORjKgMGrLU9yJhttav8+xrbgEPyWCEGaZhjz7mk6XPfoWIFPO0l/SKfvDZdAe/pe//1AlTVsJdcze3ENp8uu2dDS8GMw6w/z3mEWY9Kk+zoYbtDg2iYJg1qCf92ACWtfrcaR1UX8LMpp8eOAXTp61QzV4+unlx9czWfau9OAKhQoLbw03F6LrZ33V2nuypUpHNDkurW7mmwL+CkmXR38A2+afJzdr64XoPKkIH/tbJklrM/1BZ6i9Ftuc/Pr+Dfl3ts5rGh+cl421nV8iSBH1z2qA1Vxg8YTdXADUdVABUCksNxAEYHRuziOJobgEP8Kjr8w3TY6DGP66oG4VaPIZajRGNQ2i2dItOQpLbtPdrYEwhV7sbb3aOhHmcKFVPmbrKndc1V6z2ABJLps+F1KAVJ3wKpANhsGryIDb61OAkK8UWbyJP0NHty9VP04VS+Ts33ReqQmg2V5v1ElljhR6k+PgasOBXDg4WyLdFNnL7b/Lt0LSRGESBiFWcThzSIHKdHCkJHg3F6BGtslKduyI6+G9E+7utMb4i3djZ2Ucf/tyzi+C15cUGZzfeHzy4vhKK23/o/JzVlfQ==
*/
.mob-only,
.des-only {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mob-only {
	display: none;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.mob-only {
		display: block;
	}
}

.des-only {
	display: block;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.des-only {
		display: none;
	}
}

.footer-form {
	background: #fbfbfb;
}
.footer-form h1,
.footer-form h2,
.footer-form h3,
.footer-form h4,
.footer-form h5,
.footer-form h6,
.footer-form p {
	color: #434343;
}

.fcon-h {
	margin-top: 4rem;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.fcon-h {
		margin-top: 2rem;
	}
}

.fcon-h i {
	color: #ff6727;
	font-size: 20px;
}
.fcon-h a {
	color: rgb(67, 67, 67);
	font-size: 22px;
	font-weight: 600 !important;
	transition: all 0.3s ease-in-out !important;
}
.fcon-h a:hover {
	color: #ff6727;
}

.f-icons {
	margin-bottom: 2rem;
}

.main-footer {
	background-size: cover !important;
	background-position: center !important;
	padding: 4rem 0 0rem !important;
	background: none !important;
	position: relative;
}
.main-footer .wrapper,
.main-footer .bl-15 {
	z-index: 20;
	position: relative;
}
.main-footer .bl-15 {
	padding-bottom: 2rem;
}
.main-footer .fcon-h {
	margin-top: 0;
}
.main-footer .fcon-h .f-icons:last-child {
	margin-bottom: 0;
}
.main-footer .fcon-h i {
	font-size: 14px;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.main-footer .fcon-h i {
		font-size: 18px;
	}
}
.main-footer .fcon-h a {
	font-size: 16px;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.main-footer .fcon-h a {
		font-size: 20px;
	}
}
.main-footer .main-footer-description-column__socials {
	margin-top: 2rem !important;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.main-footer .main-footer-description-column__socials {
		display: none;
	}
}
.main-footer a {
	transition: all 0.3s ease-in-out !important;
}
.main-footer a:hover {
	color: #ff6727 !important;
}
.main-footer ul li {
	margin-bottom: 1rem;
}

.ml-auto {
	margin-left: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.pt-5 {
	padding-top: 2rem;
}

.col-footer {
	padding: 0rem 2rem !important;
	margin: 0;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.col-footer {
		padding: 2rem 0rem !important;
		min-width: auto !important;
	}
}

.col-footer ul {
	margin: 0;
}

/* Header */
.mobile_toggle span {
	background-color: white !important;
}

.nav ul li.menu-item-has-children a:after {
	color: #26bdef !important;
}

.mobile-head {
	padding: 2rem 0;
}

.sub-header {
	background: transparent !important;
}

#header {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#header .fas,
#header .fa-magnifying-glass {
	color: #26bdef !important;
}

#header .scrolled {
	background: #001b38 !important;
}

.scrolled {
	background: #001b38 !important;
}

#header {
	z-index: 9999;
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	#header .nav {
		background: #001b38 !important;
	}
}

.drug-discovery-tabs {
	position: relative;
}

.drug-discovery-tabs .shape {
	opacity: 0.22;
	position: absolute;
	top: 5%;
	right: -10%;
	height: 100%;
	width: auto;
	object-fit: cover;
}

.drug-discovery-tabs__nav {
	padding: 5rem 6rem; 
}

.hero__tabs .tab:first-child {
	margin-left: 0;
}

.hero__buttons .btn:first-child {
	margin-left: 0;
}

.btn--alt {
	transition: all 0.25s ease-in-out;
}
.btn--alt:hover {
	border-color: #001a77 !important;
	background: #001a77 !important;
	color: #fff !important;
}

/* Bootcore */
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.hide-mob {
		display: none;
	}
}

.hide-des {
	display: none;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.hide-des {
		display: block;
	}
}

/* Modal backdrop */
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.5;
}

/* Modal container */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	z-index: 99999;
}

/* Modal show class */
.modal.show {
	display: flex !important;
	align-items: center;
}

/* Modal dialog */
.modal-dialog {
	position: relative;
	width: auto;
	margin: 1.75rem auto;
	pointer-events: none;
	max-width: 500px;
}

/* Modal content */
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
	pointer-events: auto;
}

/* Modal header, body, footer */
.modal-header,
.modal-body,
.modal-footer {
	padding: 1rem;
}

.modal-header {
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-footer {
	border-top: 1px solid #dee2e6;
	display: flex;
	justify-content: flex-end;
}

/* Close button */
.close {
	padding: 0.5rem 1rem;
	margin: -1rem -1rem -1rem auto;
	background: none;
	border: 0;
	font-size: 1.5rem;
	line-height: 1;
	color: #000;
	opacity: 0.5;
	cursor: pointer;
}

.close:hover {
	opacity: 0.75;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	transform: translate(0, 0);
}

.modal .modal-content {
	background: white !important;
	padding: 3rem !important;
	border-radius: 10px;
}
.modal .modal-header {
	position: relative !important;
	top: auto;
	right: auto;
	justify-content: end;
	border: none;
}
.modal .modal-header button {
	position: relative;
	background: #ff6727 !important;
	border-radius: 100%;
	margin: 0;
	height: 30px;
	width: 30px;
	opacity: 1;
	color: white;
	font-size: 19px;
}
.modal .modal-header button:hover {
	background: #ff6727 !important;
}
.modal .modal-header button i {
	display: block !important;
	color: white;
}
.modal .modal-header button i:before {
	color: white;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.m-none {
		display: none !important;
	}
}

.d-none {
	display: none !important;
}
@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.d-none {
		display: block !important;
	}
}

@media (max-width: 818px) and (min-width: 0px),
	(min-width: 768px) and (max-width: 1023px) {
	.spacer {
		display: none;
	}
}

.drug-discovery-tabs__nav .tab-label p {
    margin: 0;
    font-weight: 600 !important;
    color: #5c5c5c;
}

h4.find-out-more-cta-title {
    color: #5c5c5c;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12.mb-4.mb-md-0.mob-order-2 {
    margin-top: 50px;
}