/*!
Theme Name: SOM Biotech
Theme URI: https://sombiotech.com
Author: MAAST Digital
Author URI: https://maastdigital.com/
Description: Custom WordPress theme for SOM Biotech
Version: 1.0.0
Text Domain: som-biotech
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  color: #333;
  line-height: 30px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 30px;
  background-color: #F9F9F9;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #236192;
  margin-bottom: 1rem;
}

h1 {
  font-size: clamp(34px, 5vw, 40px);
  font-weight: 700;
}

h2 {
  font-size: clamp(30px, 5vw, 34px);
  font-weight: 600;
}

h3 {
  font-size: clamp(22px, 5vw, 24px);
  font-weight: 600;
}

h4 {
  font-size: clamp(18px, 5vw, 20px);
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #236192;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.15s ease;
}
a:hover {
  color: #00b0bd;
}

strong, b {
  font-weight: 700;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn {
  display: inline-block;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #236192;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1215686275);
}
.btn--primary {
  background-color: #fff;
  color: #236192;
}
.btn--primary:hover {
  background-color: #236192;
  color: #fff;
}
.btn--secondary {
  background-color: #236192;
  color: #fff;
}
.btn--secondary:hover {
  background-color: #fff;
  color: #236192;
}
.btn--outline {
  background-color: #fff;
  color: #236192;
}
.btn--outline:hover {
  background-color: #236192;
  color: #fff;
  border-color: #fff;
}
.btn--small {
  padding: 12px 20px;
  font-size: 14px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-main {
  min-height: 50vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

sup {
  font-size: 70%;
  font-style: normal;
  position: relative;
  bottom: 6px;
}

h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
  bottom: 12px;
}

ol, ul {
  list-style: disc;
  padding-left: 40px;
  margin: 1rem 0;
}

.rounded-borders-60 {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.rounded-borders-40 {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-borders-40-alt {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 1px solid #D9DBE9;
}

.bg-topo {
  background-image: url("assets/bg-topographic.svg");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 60% 30%;
}

.policy-table {
  width: 100%;
  margin: 2rem 0;
  border-top: 1px solid #D9DBE9;
}
.policy-table tr {
  border-bottom: 1px solid #D9DBE9;
}
.policy-table td {
  padding: 10px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.2rem;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 576px) {
  .site-header {
    padding: 1.5rem 1.5rem;
  }
}
.site-header.is-visible {
  position: fixed;
  transform: translateY(0);
}
.site-header.is-hidden {
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
@media (min-width: 576px) {
  .site-header__container {
    padding: 15px 20px;
  }
}
.site-header__logo {
  margin-left: 10px;
}
.site-header__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 576px) {
  .site-header__logo {
    margin-left: 15px;
  }
}
.site-header__logo img.site-logo {
  height: 30px;
  width: auto;
  display: block;
}
@media (min-width: 576px) {
  .site-header__logo img.site-logo {
    height: 40px;
  }
}
.site-header__logo span.site-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.site-header__nav {
  display: none;
}
@media (min-width: 992px) {
  .site-header__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
.site-header__nav .primary-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__nav .primary-menu li {
  position: relative;
}
.site-header__nav .primary-menu li a {
  display: block;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-header__nav .primary-menu li a:hover {
  color: #00b0bd;
}
.site-header__nav .primary-menu li.menu-item-contact {
  display: none;
}
.site-header__cta {
  display: none;
}
@media (min-width: 992px) {
  .site-header__cta {
    display: block;
    margin-left: 10px;
  }
}
.site-header__cta .btn--header {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.15s ease;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
}
.site-header__cta .btn--header:hover {
  background-color: #236192;
  border-color: #236192;
  color: #fff;
}
.site-header__menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-header__menu-toggle {
    display: none;
  }
}
.site-header__menu-toggle .hamburger {
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #333;
  transition: background-color 0.15s ease;
}
.site-header__menu-toggle .hamburger::before, .site-header__menu-toggle .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #333;
  transition: transform 0.15s ease;
}
.site-header__menu-toggle .hamburger::before {
  top: -8px;
}
.site-header__menu-toggle .hamburger::after {
  bottom: -8px;
}
.site-header__menu-toggle[aria-expanded=true] .hamburger {
  background-color: transparent;
}
.site-header__menu-toggle[aria-expanded=true] .hamburger::before {
  transform: translateY(8px) rotate(45deg);
}
.site-header__menu-toggle[aria-expanded=true] .hamburger::after {
  transform: translateY(-8px) rotate(-45deg);
}

.site-header__mobile-cta {
  display: none;
}

.site-header__nav.is-open {
  display: block;
  position: absolute;
  top: calc(100% + 1rem);
  left: 1.5rem;
  right: 1.5rem;
  background-color: #fff;
  border-radius: 12px;
  padding: 1rem 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.site-header__nav.is-open .primary-menu {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.site-header__nav.is-open .primary-menu li {
  border-bottom: 1px solid #D9DBE9;
}
.site-header__nav.is-open .primary-menu li:last-child {
  border-bottom: none;
}
.site-header__nav.is-open .primary-menu li a {
  padding: 1rem 0;
  font-size: 18px;
}
.site-header__nav.is-open .site-header__mobile-cta {
  display: block;
  border-top: 1px solid #D9DBE9;
}
.site-header__nav.is-open .site-header__mobile-cta .btn--mobile-cta {
  display: block;
  width: 100%;
  padding: 1rem 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  text-align: left;
  border: none;
  box-shadow: none;
}
.site-header__nav.is-open .site-header__mobile-cta .btn--mobile-cta:hover {
  color: #00b0bd;
}

.site-footer {
  border-top: 1px solid #D9DBE9;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
}
.site-footer__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.site-footer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 3.5rem 1rem 3rem;
  text-align: center;
}
@media (min-width: 769px) {
  .site-footer__main {
    grid-template-columns: 1.5fr 1fr 1fr;
    padding: 5rem 1rem;
    gap: 8rem;
    text-align: inherit;
  }
}
@media (min-width: 1200px) {
  .site-footer__main {
    grid-template-columns: 2.4fr 1fr 1fr;
  }
}
.site-footer__branding img.site-logo {
  height: 44px;
  width: auto;
  display: block;
}
.site-footer__branding span.site-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.site-footer__logo {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}
.site-footer__address {
  font-style: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
.site-footer__address p {
  margin-bottom: 0;
}
.site-footer__social h4, .site-footer__nav h4 {
  font-size: 20px;
  font-weight: 700;
  color: #236192;
  margin-bottom: 10px;
}
.site-footer__social .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__social .social-links li {
  margin-bottom: 5px;
}
.site-footer__social .social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-footer__social .social-links a svg {
  flex-shrink: 0;
}
.site-footer__social .social-links a:hover {
  color: #00b0bd;
}
.site-footer__nav .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__nav .footer-menu li {
  margin-bottom: 5px;
}
.site-footer__nav .footer-menu a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-footer__nav .footer-menu a:hover {
  color: #00b0bd;
}
.site-footer__bottom {
  border-top: 1px solid #D9DBE9;
  padding: 1.5rem 0;
}
.site-footer__copyright {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 0;
}

.home section .description {
  font-size: 20px;
  line-height: 33px;
}
.home section .btn {
  margin-top: 15px;
}

.hero {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  background: #236192;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 100px;
  max-width: 2000px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .hero {
    min-height: 95vh;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
@media (min-width: 769px) {
  .hero {
    min-height: 100vh;
  }
}
@media (min-height: 1000px) {
  .hero {
    min-height: 1000px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0.7;
}
@media (min-width: 576px) {
  .hero__background {
    top: -130px;
  }
}
.hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hero__bg-image--desktop {
  display: none;
}
@media (min-width: 576px) {
  .hero__bg-image--desktop {
    display: block;
  }
}
.hero__bg-image--mobile {
  display: block;
}
@media (min-width: 576px) {
  .hero__bg-image--mobile {
    display: none;
  }
}
.hero__container {
  position: relative;
  max-width: 1300px;
  margin: auto auto 0;
  padding: 1.5rem;
  width: 100%;
  z-index: 1;
}
@media (min-width: 576px) {
  .hero__container {
    padding: 3rem 1.5rem;
  }
}
.hero__content {
  max-width: 640px;
}
.hero__title {
  font-size: clamp(42px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .hero__title {
    margin-bottom: 1.5rem;
  }
}
.hero__description {
  display: none;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.4;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .hero__description {
    display: block;
    margin-bottom: 2rem;
  }
}
.hero__buttons {
  display: none;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 576px) {
  .hero__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.mobile-hero {
  display: block;
  background: #236192;
  padding: 2rem 1.5rem;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.mobile-hero .hero__description {
  display: block;
}
.mobile-hero .hero__buttons {
  display: flex;
}
@media (min-width: 576px) {
  .mobile-hero {
    display: none;
  }
}

.patients-section {
  padding: 3.5rem 0;
}
@media (min-width: 769px) {
  .patients-section {
    padding: 5.5rem 0;
  }
}
@media (min-width: 1400px) {
  .patients-section {
    padding: 7.5rem 0;
  }
}
.patients-section .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .patients-section .container {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .patients-section .container .image {
    width: 50%;
  }
}
.patients-section .container .image img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
@media (min-width: 992px) {
  .patients-section .container .image img {
    width: 90%;
    min-height: 550px;
  }
}
@media (min-width: 1200px) {
  .patients-section .container .image img {
    max-width: 533px;
    object-position: 30%;
    height: 612px;
  }
}
.patients-section .container .content {
  padding: 40px 0px 0px;
}
@media (min-width: 992px) {
  .patients-section .container .content {
    width: 50%;
    padding: 50px 10px 0;
  }
}

.technology-section {
  background-color: #fff;
}
@media (min-width: 992px) {
  .technology-section {
    background: linear-gradient(to right, #ffffff, transparent);
  }
}
.technology-section .background-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1600px;
  margin: 0 auto;
  height: 360px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media (min-width: 992px) {
  .technology-section .background-container {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .technology-section .background-container {
    height: 800px;
  }
}
.technology-section .gradient-container {
  background-blend-mode: screen, normal;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  .technology-section .gradient-container {
    background: linear-gradient(84.02deg, #FFFFFF 40.13%, rgba(255, 255, 255, 0) 67.61%), url(1000_F_1642817968_bcapGTGvUHpxi9tH4v4TFfoOUZhbC1mm.jpg);
  }
}
@media (min-width: 1200px) {
  .technology-section .gradient-container {
    background: linear-gradient(84.02deg, #FFFFFF 36.13%, rgba(255, 255, 255, 0) 66.61%), url(1000_F_1642817968_bcapGTGvUHpxi9tH4v4TFfoOUZhbC1mm.jpg);
  }
}
.technology-section .content {
  display: none;
}
@media (min-width: 992px) {
  .technology-section .content {
    display: block;
    margin-right: 60%;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .technology-section .content {
    margin-right: 70%;
  }
}
.technology-section .content .description {
  font-size: 20px;
  line-height: 33px;
}
.technology-section .mobile-content {
  display: block;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .technology-section .mobile-content {
    display: none;
  }
}

.our-pipeline-section {
  padding: 3.5rem 0;
}
@media (min-width: 769px) {
  .our-pipeline-section {
    padding: 5.5rem 0;
  }
}
@media (min-width: 1400px) {
  .our-pipeline-section {
    padding: 7.5rem 0;
  }
}
.our-pipeline-section .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .our-pipeline-section .container {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .our-pipeline-section .container .image {
    width: 65%;
  }
}
.our-pipeline-section .container .image img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
@media (min-width: 992px) {
  .our-pipeline-section .container .image img {
    width: 90%;
    min-height: 500px;
    object-position: 60%;
  }
}
@media (min-width: 1200px) {
  .our-pipeline-section .container .image img {
    max-width: 715px;
    object-position: 40%;
    height: 510px;
  }
}
.our-pipeline-section .container .content {
  padding: 40px 0px 0px;
}
@media (min-width: 992px) {
  .our-pipeline-section .container .content {
    width: 35%;
    padding: 50px 10px 0;
  }
}

.news-section {
  padding-bottom: 4rem;
}
@media (min-width: 769px) {
  .news-section {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1400px) {
  .news-section {
    padding-bottom: 6.5rem;
  }
}
.news-section .title {
  margin-bottom: 2rem;
}
.news-section .news-featured {
  display: flex;
  min-height: 390px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
}
.news-section .news-featured__card {
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  gap: 50px;
}
@media (min-width: 992px) {
  .news-section .news-featured__card {
    flex-direction: row;
    gap: 100px;
  }
}
.news-section .news-featured__content {
  margin-top: auto;
  flex: 1;
}
.news-section .news-featured__content .btn {
  box-shadow: none;
}
.news-section .news-featured__date {
  display: block;
  font-size: clamp(16px, 5vw, 18px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.news-section .news-featured__title {
  font-size: clamp(22px, 5vw, 26px);
  font-weight: 400;
  color: #fff;
  line-height: clamp(30px, 5vw, 35px);
  margin-bottom: 15px;
}
.news-section .news-featured__image {
  flex: 0 0 200px;
  position: relative;
}
@media (min-width: 992px) {
  .news-section .news-featured__image {
    flex: 0 0 460px;
  }
}
.news-section .news-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.news-section .news-featured__image--video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
.news-section .news-featured__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: transform 0.15s ease;
}
.news-section .news-featured__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.page-hero {
  padding-top: 125px;
}
@media (min-width: 576px) {
  .page-hero {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .page-hero {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .page-hero {
    padding-top: 170px;
  }
}
.page-hero__title {
  text-align: center;
  margin-bottom: 0;
}

.page-content {
  padding: 3rem 0.5rem;
  margin: 3rem auto 0;
  max-width: 1300px;
  background: #fff;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
}
@media (min-width: 576px) {
  .page-content {
    padding: 3rem 1rem;
  }
}
.page-content ul, .page-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.page-content ul li, .page-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.page-content ul {
  list-style-type: disc;
}
.page-content ol {
  list-style-type: decimal;
}
.page-content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid #236192;
  background-color: red;
  font-style: italic;
}
.page-content img {
  margin: 2rem 0;
  border-radius: 8px;
}
.page-content .wp-block-image {
  margin: 2rem 0;
}
.page-content .wp-block-image figcaption {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 0.5rem;
}

.archive-content {
  padding: 5rem 0;
}
.archive-content__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.archive-content .no-posts {
  text-align: center;
  font-size: 18px;
  color: #999;
}

.pagination {
  margin-top: 3rem;
  text-align: center;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 1rem;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  transition: all 0.15s ease;
}
.pagination .page-numbers:hover {
  border-color: #236192;
  color: #236192;
}
.pagination .page-numbers.current {
  background-color: #236192;
  border-color: #236192;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  border: none;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
}

.error-404 {
  padding: 4rem 0;
  background-color: #fff;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  margin: 2rem auto 0;
  max-width: 1000px;
  width: 90%;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.error-404__content {
  text-align: center;
}
.error-404__code {
  display: block;
  font-size: clamp(100px, 20vw, 150px);
  font-weight: 700;
  color: #236192;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.error-404__message {
  color: #666;
  font-size: 20px;
  margin-bottom: 2rem;
  max-width: 400px;
}

.bottom-404 {
  padding: 2.5rem;
}

.about-intro {
  margin: 1.5rem 0;
  text-align: center;
}
.about-intro__description {
  font-size: clamp(22px, 5vw, 24px);
  line-height: clamp(30px, 5vw, 36px);
}
.about-intro__image {
  margin-top: 2rem;
}
.about-intro__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.about-mission-vision {
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .about-mission-vision {
    margin: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .about-mission-vision {
    margin: 5rem 0;
  }
}
.about-mission-vision .container {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 992px) {
  .about-mission-vision .container {
    flex-direction: row;
  }
}
.about-mission-vision__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .about-mission-vision__content {
    width: 50%;
  }
}
.about-mission-vision__image img {
  width: 100%;
  height: auto;
  min-height: 448px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .about-mission-vision__image {
    width: 50%;
  }
}
.about-mission-vision__text {
  font-size: 20px;
  line-height: 33px;
}

.about-pillars {
  margin: 4rem 0;
}
@media (min-width: 992px) {
  .about-pillars {
    margin: 5rem 0;
  }
}
@media (min-width: 1200px) {
  .about-pillars {
    margin: 6rem 0;
  }
}
.about-pillars__heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
.about-pillars__grid {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #fff;
  gap: 2rem;
  padding: 2rem;
}
@media (min-width: 576px) {
  .about-pillars__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .about-pillars__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    padding: 3rem;
  }
}
.about-pillars__icon {
  width: 70px;
  height: 80px;
  margin-bottom: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 576px) {
  .about-pillars__icon {
    margin-bottom: 2rem;
  }
}
.about-pillars__icon img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .about-pillars__title {
    min-height: 86px;
  }
}

.about-team {
  background-color: #fff;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  padding: 3.5rem 0 1rem;
}
@media (min-width: 1200px) {
  .about-team {
    padding: 4rem 0 1.5rem;
  }
}
.about-team__heading {
  text-align: center;
  margin-bottom: 3rem;
}
.about-team__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .about-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .about-team__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .about-team__grid--small {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .about-team__grid--small {
    grid-template-columns: repeat(5, 1fr);
  }
}
.about-team__member {
  text-align: center;
}
.about-team__photo {
  max-width: 270px;
  height: auto;
  margin: 0 auto 2rem;
  border-radius: 50%;
  overflow: hidden;
  filter: grayscale(1);
  border: 1px solid #D5D5D5;
}
.about-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-team__photo--small {
  max-width: 210px;
}
.about-team__name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.about-team__role {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.about-team__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.about-team--board {
  background: #fff;
}
@media (min-width: 769px) {
  .about-team--board .about-team__name {
    min-height: 50px;
  }
}

.about-advisory {
  padding: 3rem 0 4rem;
}
@media (min-width: 1200px) {
  .about-advisory {
    padding: 4rem 0 5rem;
  }
}
.about-advisory {
  background-color: #fff;
}
.about-advisory__heading {
  text-align: center;
  margin-bottom: 2rem;
}
.about-advisory__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.about-advisory__member {
  display: inline-block;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.about-advisory__name {
  font-size: 20px;
  font-weight: 600;
}
.about-advisory__arrow {
  color: #236192;
  font-size: 18px;
  margin-left: 5px;
  font-weight: 600;
}

.team-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.team-modal.is-active {
  display: flex;
  pointer-events: auto;
}
.team-modal.is-active .team-modal__content {
  transform: translateY(0) scale(1);
}
.team-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.team-modal__content {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #D5D5D5;
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
@media (min-width: 769px) {
  .team-modal__content {
    width: 80%;
  }
}
.team-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.15s ease;
  z-index: 10;
}
.team-modal__body {
  display: flex;
  flex-direction: column;
  padding: 3rem 1.5rem;
}
@media (min-width: 769px) {
  .team-modal__body {
    flex-direction: row;
    gap: 3rem;
    padding: 3rem;
  }
}
.team-modal__image-wrapper {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 769px) {
  .team-modal__image-wrapper {
    margin-bottom: 0;
  }
}
.team-modal__image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  filter: grayscale(1);
  border: 1px solid #D5D5D5;
}
@media (min-width: 769px) {
  .team-modal__image {
    margin: 0;
  }
}
.team-modal__info {
  flex: 1;
}
.team-modal__name {
  font-size: clamp(22px, 5vw, 26px);
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
}
.team-modal__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.team-modal__linkedin {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.15s ease;
  margin-top: 1.5rem;
}
.team-modal__linkedin-logo {
  height: 24px;
  width: auto;
  display: block;
}

.about-team__member[data-modal-trigger],
.about-advisory__member[data-modal-trigger] {
  cursor: pointer;
  transition: transform 0.15s ease;
}
.about-team__member[data-modal-trigger]:hover,
.about-advisory__member[data-modal-trigger]:hover {
  opacity: 0.8;
}

.pipeline-section {
  padding: 2.5rem 0 4rem;
}
@media (min-width: 992px) {
  .pipeline-section {
    padding: 3rem 0 4.5rem;
  }
}

.pipeline-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  padding: 1.5rem 0rem;
  margin-bottom: 1.5rem;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (min-width: 576px) {
  .pipeline-chart {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
@media (min-width: 769px) {
  .pipeline-chart {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .pipeline-chart {
    flex-direction: row;
    padding: 1.6rem 2.2rem;
  }
}
.pipeline-chart:last-child {
  margin-bottom: 0;
}
.pipeline-chart__info {
  margin-bottom: 1rem;
  width: 100%;
  padding: 0 1.2rem;
}
@media (min-width: 769px) {
  .pipeline-chart__info {
    padding: 0;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .pipeline-chart__info {
    flex: 0 0 180px;
    padding-right: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .pipeline-chart__info {
    flex: 0 0 275px;
    padding-right: 2rem;
  }
}
.pipeline-chart__phases {
  flex: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .pipeline-chart__phases {
    padding-left: 1rem;
  }
}

.pipeline-header {
  display: flex;
  align-items: end;
  padding: 0 6px 5px;
  border-bottom: 2px solid #C4C4C4;
}
@media (min-width: 769px) {
  .pipeline-header {
    margin-bottom: 1rem;
    padding: 0 0 5px;
  }
}
.pipeline-header__phase {
  flex: 1;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
@media (min-width: 444px) {
  .pipeline-header__phase {
    font-size: 12px;
    letter-spacing: normal;
  }
}
@media (min-width: 576px) {
  .pipeline-header__phase {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .pipeline-header__phase {
    font-size: 16px;
  }
}
.pipeline-header__phase:first-child {
  display: none;
}
@media (min-width: 769px) {
  .pipeline-header__phase:first-child {
    margin-right: 1.5rem;
    flex: 0 0 140px;
    display: initial;
  }
}
@media (min-width: 1200px) {
  .pipeline-header__phase:first-child {
    flex: 0 0 180px;
  }
}

.pipeline-product {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .pipeline-product {
    flex-direction: row;
    align-items: center;
  }
}
.pipeline-product__name {
  font-size: 28px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.25rem;
}
.pipeline-product__therapeutic {
  font-size: 20px;
  font-weight: 400;
  color: #236192;
  margin-bottom: 15px;
}
.pipeline-product__market {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pipeline-product__market-label {
  font-size: 16px;
  line-height: 22px;
  color: #999;
}
@media (min-width: 992px) {
  .pipeline-product__market-label {
    margin-right: 0px;
    margin-bottom: 4px;
  }
}
.pipeline-product__market-value {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #333;
}
.pipeline-product__market-value img {
  max-height: 30px;
}
@media (min-width: 992px) {
  .pipeline-product__market-value {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
  }
  .pipeline-product__market-value img {
    max-height: 36px;
  }
}
.pipeline-product__indication {
  display: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #333;
}
@media (min-width: 769px) {
  .pipeline-product__indication {
    flex: 0 0 140px;
    display: initial;
  }
}
@media (min-width: 1200px) {
  .pipeline-product__indication {
    flex: 0 0 180px;
  }
}
.pipeline-product__progress {
  flex: 1;
  display: flex;
  align-items: center;
}
.pipeline-product__progress-track {
  width: 100%;
  height: 30px;
  background-color: #e4e8ed;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .pipeline-product__progress-track {
    height: 14px;
  }
}
.pipeline-product__progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #00b0bd 0%, #343896 100%);
  animation: progressGrow 0.7s ease-out forwards;
  transform-origin: left center;
}

@keyframes progressGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.mobile-info {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .mobile-info {
    display: none;
  }
}
.mobile-info .mobile-header {
  font-size: 16px;
  line-height: 22px;
  color: #999;
}
.mobile-info .mobile-indication {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #333;
}

.pipeline-notes {
  margin-top: 10px;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .pipeline-notes {
    padding: 0;
  }
}
.pipeline-notes .product-notes {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .pipeline-notes .product-notes {
    font-size: 16px;
    line-height: 20px;
  }
}

.out-licensed .pipeline-header__phase {
  color: #999;
}
.out-licensed .pipeline-product__name, .out-licensed .pipeline-product__indication, .out-licensed .pipeline-product__therapeutic {
  color: #999;
}
.out-licensed .pipeline-product__progress-bar {
  background: #999;
}

.pipeline-empty {
  padding: 3rem;
  text-align: center;
  color: #999;
}

.product-overview {
  padding: 3rem 0 3.5rem;
  background-color: #fff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
@media (min-width: 769px) {
  .product-overview {
    padding: 3.5rem 0 4rem;
  }
}
.product-overview__item {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #D9DBE9;
}
.product-overview__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-overview__header {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .product-overview__header {
    margin-bottom: 2.5rem;
  }
}
.product-overview__introduction {
  text-align: left;
}
.product-overview__title {
  color: #333;
  margin-bottom: 10px;
}
.product-overview__subtitle {
  font-weight: 500;
  color: #236192;
  margin-bottom: 25px;
}
.product-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .product-overview__grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}
@media (min-width: 992px) {
  .product-overview__grid--full-width {
    grid-template-columns: 1fr;
  }
}
.product-overview__content {
  order: 2;
}
@media (min-width: 992px) {
  .product-overview__content {
    order: 1;
  }
}
.product-overview__media {
  order: 1;
}
@media (min-width: 992px) {
  .product-overview__media {
    order: 2;
    margin-top: 15px;
  }
}
.product-overview__video, .product-overview__image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product-overview__video {
  background-color: #000;
}

.news-archive {
  padding: 2rem 0 5rem;
}
.news-archive__section-title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
}
.news-archive__featured {
  margin-bottom: 3rem;
}
.news-archive__filter {
  margin-bottom: 2rem;
}
.news-archive__filter .select-wrapper {
  position: relative;
  display: inline-block;
}
.news-archive__filter select {
  appearance: none;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #236192;
  background-color: #fff;
  border: 1px solid #D9DBE9;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  width: 200px;
}
.news-archive__filter select:focus {
  outline: none;
}
.news-archive__filter .select-arrow {
  position: absolute;
  right: 24px;
  top: 35%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  color: #236192;
  pointer-events: none;
}

.news-featured-card {
  display: flex;
  flex-direction: column-reverse;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 390px;
  padding: 2rem;
  gap: 50px;
}
@media (min-width: 992px) {
  .news-featured-card {
    flex-direction: row;
    gap: 100px;
  }
}
.news-featured-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
}
.news-featured-card__content .btn {
  align-self: flex-start;
  box-shadow: none;
  margin-top: 15px;
}
.news-featured-card__date {
  display: block;
  font-size: clamp(16px, 5vw, 18px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.news-featured-card__title {
  font-size: clamp(22px, 5vw, 26px);
  font-weight: 400;
  color: #fff;
  line-height: clamp(30px, 5vw, 35px);
  margin-bottom: 15px;
}
.news-featured-card__image {
  flex: 0 0 200px;
  position: relative;
}
@media (min-width: 992px) {
  .news-featured-card__image {
    flex: 0 0 460px;
  }
}
.news-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.news-featured-card__image--video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
.news-featured-card__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: transform 0.15s ease;
}
.news-featured-card__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.news-list {
  background: #fff;
  padding: 2rem;
  border-radius: 40px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
}
.news-list__item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #D9DBE9;
}
.news-list__item:first-child {
  padding-top: 0;
}
.news-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news-list__date {
  display: block;
  font-size: clamp(16px, 5vw, 18px);
  color: #666;
  font-weight: 600;
  margin-bottom: 5px;
}
.news-list__title {
  margin: 0;
}
.news-list__title a {
  font-size: clamp(22px, 5vw, 26px);
  line-height: clamp(30px, 5vw, 34px);
  font-weight: 400;
  color: #236192;
  text-decoration: none;
  transition: color 0.15s ease;
}
.news-list__title a:hover {
  color: #00b0bd;
}

.news-single {
  padding: 2rem 0 4rem;
}
.news-single__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.news-single__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: #236192;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .news-single__back {
    margin-bottom: 3rem;
  }
}
.news-single__back:hover {
  color: #00b0bd;
}
.news-single__header {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .news-single__header {
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 3rem;
  }
}
.news-single__title {
  font-size: clamp(24px, 4vw, 32px);
  line-height: clamp(34px, 5vw, 44px);
  font-weight: 400;
  color: #333;
  margin-bottom: 1rem;
}
.news-single__featured-image {
  overflow: hidden;
}
@media (min-width: 769px) {
  .news-single__featured-image {
    min-width: 31%;
    width: 31%;
  }
}
.news-single__featured-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (min-width: 769px) {
  .news-single__featured-image img {
    object-fit: cover;
    height: 200px;
  }
}
.news-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 576px) {
  .news-single__meta {
    gap: 1.5rem;
  }
}
.news-single__date {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #666;
}
.news-single__share {
  position: relative;
  display: inline-flex;
}
.news-single__share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  font-size: 15px;
  color: #236192;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.15s ease;
}
.news-single__share-btn:hover {
  color: #00b0bd;
}
.news-single__share-btn[aria-expanded=true] + .news-single__share-popover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 769px) {
  .news-single__share-btn[aria-expanded=true] + .news-single__share-popover {
    transform: translateY(0);
  }
}
.news-single__share-popover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: calc(100% - 2rem);
  max-width: 300px;
  background-color: #3a3f47;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1000;
}
@media (min-width: 769px) {
  .news-single__share-popover {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    transform: translateY(-10px);
    width: auto;
    min-width: 280px;
  }
  .news-single__share-popover::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #3a3f47;
  }
}

.share-popover__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.share-popover__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.share-popover__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.share-popover__title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.share-popover__links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.share-popover__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.15s ease;
}
.share-popover__link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.share-popover__link svg {
  display: block;
}

.news-archive .pagination {
  margin-top: 2rem;
  text-align: center;
}
.news-archive .pagination .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 769px) {
  .news-archive .pagination .nav-links {
    gap: 0.5rem;
    justify-content: center;
  }
}
.news-archive .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #999;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  transition: all 0.15s ease;
}
@media (min-width: 576px) {
  .news-archive .pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
  }
}
.news-archive .pagination .page-numbers:hover {
  color: #236192;
}
.news-archive .pagination .page-numbers.current {
  background-color: transparent;
  color: #236192;
  font-weight: 600;
}
.news-archive .pagination .page-numbers:not(.prev):not(.next):not(.current) {
  display: none;
}
@media (min-width: 769px) {
  .news-archive .pagination .page-numbers:not(.prev):not(.next):not(.current) {
    display: inline-flex;
  }
}
.news-archive .pagination .prev,
.news-archive .pagination .next {
  border: none;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
  color: #236192;
  padding: 0 0.5rem;
}
@media (min-width: 576px) {
  .news-archive .pagination .prev,
  .news-archive .pagination .next {
    padding: 0 1rem;
  }
}
.news-archive .pagination .prev:hover,
.news-archive .pagination .next:hover {
  color: #166470;
}
.news-archive .no-posts {
  text-align: center;
  font-size: 18px;
  color: #999;
  padding: 3rem 0;
}

.contact-section {
  padding: 3rem 0 5rem;
}
.contact-section__heading {
  color: #333;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 500;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .contact-layout {
    grid-template-columns: 1fr 380px;
  }
}

.contact-form {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 40px;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
}
.contact-form .nf-form-cont .nf-form-fields-required {
  display: none;
}
.contact-form .nf-form-cont .nf-field-container {
  margin-bottom: 1.25rem;
}
.contact-form .nf-form-cont .nf-field-label {
  margin-bottom: 5px;
}
.contact-form .nf-form-cont .nf-field-label label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.contact-form .nf-form-cont .nf-field-element input[type=text],
.contact-form .nf-form-cont .nf-field-element input[type=email],
.contact-form .nf-form-cont .nf-field-element input[type=tel],
.contact-form .nf-form-cont .nf-field-element textarea {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  background-color: #fff;
  transition: border-color 0.15s ease;
}
.contact-form .nf-form-cont .nf-field-element input[type=text]:focus,
.contact-form .nf-form-cont .nf-field-element input[type=email]:focus,
.contact-form .nf-form-cont .nf-field-element input[type=tel]:focus,
.contact-form .nf-form-cont .nf-field-element textarea:focus {
  outline: none;
  border-color: #236192;
}
.contact-form .nf-form-cont .nf-field-element textarea {
  resize: vertical;
  min-height: 180px;
}
.contact-form .nf-form-cont {
  /* Force Ninja Forms checkboxes to display */
}
.contact-form .nf-form-cont .nf-field-element input[type=checkbox] {
  opacity: 1 !important;
  display: block !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
}
.contact-form .nf-form-cont .checkbox-wrap .nf-field-label,
.contact-form .nf-form-cont .listcheckbox-wrap .nf-field-label {
  display: none;
}
.contact-form .nf-form-cont .checkbox-wrap .nf-field-description,
.contact-form .nf-form-cont .listcheckbox-wrap .nf-field-description {
  margin-right: 0;
  font-size: 13px;
  line-height: 20px;
  margin-left: 15px;
}
.contact-form .nf-form-cont .checkbox-wrap .nf-field-description a,
.contact-form .nf-form-cont .listcheckbox-wrap .nf-field-description a {
  font-weight: 600;
}
.contact-form .nf-form-cont .checkbox-wrap .nf-field-element label,
.contact-form .nf-form-cont .checkbox-wrap .nf-field-element .nf-checked-label,
.contact-form .nf-form-cont .listcheckbox-wrap .nf-field-element label,
.contact-form .nf-form-cont .listcheckbox-wrap .nf-field-element .nf-checked-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  cursor: pointer;
}
.contact-form .nf-form-cont .checkbox-wrap .nf-field-element input[type=checkbox],
.contact-form .nf-form-cont .listcheckbox-wrap .nf-field-element input[type=checkbox] {
  position: static !important;
  opacity: 1 !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  margin: 2px 0 0 0 !important;
  flex-shrink: 0;
  accent-color: #236192;
  cursor: pointer;
}
.contact-form .nf-form-cont .submit-wrap {
  margin-top: 1.5rem;
}
.contact-form .nf-form-cont .submit-wrap input[type=submit],
.contact-form .nf-form-cont .submit-wrap button[type=submit] {
  display: inline-block;
  padding: 0.875rem 2.5rem;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  color: #fff;
  background-color: #236192;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.15s ease;
}
.contact-form .nf-form-cont .submit-wrap input[type=submit]:hover,
.contact-form .nf-form-cont .submit-wrap button[type=submit]:hover {
  background-color: #1d5179;
}
.contact-form .nf-form-cont .nf-error-msg {
  color: #c00;
  font-size: 13px;
  margin-top: 0.5rem;
}
.contact-form .nf-form-cont .nf-error .nf-field-element input,
.contact-form .nf-form-cont .nf-error .nf-field-element textarea {
  border-color: #c00;
}

.contact-info {
  background-color: #236192;
  border-radius: 40px;
  padding: 2rem;
  color: #fff;
  height: fit-content;
}
.contact-info__item {
  margin-bottom: 1.5rem;
}
.contact-info__item:last-child {
  margin-bottom: 0;
}
.contact-info__title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.contact-info__text a {
  color: #fff;
  font-weight: 400;
}
.contact-info__text a:hover {
  color: #00b0bd;
}

.contact-map {
  width: 100%;
  line-height: 0;
}
.contact-map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.investor-portal {
  padding: 2rem 0 6rem;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.investor-header {
  text-align: center;
  margin-bottom: 3rem;
}
.investor-header h1 {
  margin-bottom: 1rem;
}
.investor-header .logout-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 14px;
}

.investor-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.investor-intro {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 3rem;
}
.investor-intro p {
  font-size: clamp(22px, 5vw, 24px);
  line-height: clamp(30px, 5vw, 36px);
}

.investor-login,
.investor-access-denied {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.investor-login h1,
.investor-access-denied h1 {
  display: none;
}
.investor-login p,
.investor-access-denied p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 2rem;
}

.investor-login-form {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.investor-login-form .form-group {
  margin-bottom: 1.5rem;
}
.investor-login-form .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.investor-login-form .form-group input[type=text],
.investor-login-form .form-group input[type=password],
.investor-login-form .form-group input[type=email] {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  transition: border-color 0.15s ease;
}
.investor-login-form .form-group input[type=text]:focus,
.investor-login-form .form-group input[type=password]:focus,
.investor-login-form .form-group input[type=email]:focus {
  outline: none;
  border-color: #236192;
}
.investor-login-form .form-group-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.investor-login-form .form-group-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  appearance: auto;
}
.investor-login-form .form-group-checkbox label {
  margin-bottom: 0;
  font-weight: 400;
}
.investor-login-form .form-group-button {
  text-align: center;
}
.investor-login-form .login-button {
  width: 180px;
  padding: 0.875rem 2.5rem;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #236192;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.investor-login-form .login-button:hover {
  background-color: #1d5179;
}
.investor-login-form .form-links {
  margin-top: 1.5rem;
  text-align: center;
}
.investor-login-form .form-links a {
  font-size: 14px;
  color: #236192;
}
.investor-login-form .form-links a:hover {
  color: #00b0bd;
}

.login-error {
  padding: 1rem;
  margin-bottom: 1.5rem;
  background-color: #fee;
  border: 1px solid #fcc;
  border-radius: 4px;
  color: #c00;
  font-size: 14px;
  text-align: left;
}

.investor-portal--logged-in {
  padding: 2rem 0 4rem;
}
@media (min-width: 769px) {
  .investor-portal--logged-in {
    padding: 3rem 0 5rem;
  }
}
.investor-portal .container {
  max-width: 1200px;
  width: 100%;
}

.investor-accordion {
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.investor-accordion__item {
  border-bottom: 1px solid #D9DBE9;
}
.investor-accordion__item:last-child {
  border-bottom: none;
}
.investor-accordion__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.15s ease;
}
.investor-accordion__header:hover {
  background-color: rgba(217, 219, 233, 0.3);
}
.investor-accordion__title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  transition: color 0.15s ease;
  margin-right: 15px;
}
.is-open .investor-accordion__title {
  color: #236192;
  font-weight: 600;
}
.investor-accordion__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #236192;
  transition: transform 0.3s ease;
}
.is-open .investor-accordion__icon {
  transform: rotate(180deg);
}
.investor-accordion__content {
  display: none;
  background-color: #236192;
  padding: 0;
}
.is-open .investor-accordion__content {
  display: block;
}

.investor-document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  padding: 1.25rem 1.5rem 0;
}
@media (min-width: 576px) {
  .investor-document {
    flex-direction: row;
  }
}
.investor-document:last-child {
  padding-bottom: 1.25rem;
}
.investor-document__title {
  color: #fff;
  flex: 1;
}
.investor-document__actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.investor-actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 3rem;
}

.technology-hero {
  margin: 2rem 0 3rem;
}
@media (min-width: 992px) {
  .technology-hero {
    margin: 2.5rem 0 4rem;
  }
}
.technology-hero__image {
  padding: 0.5rem 0 0;
}
.technology-hero__image img {
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}
@media (min-width: 769px) {
  .technology-hero__image img {
    height: 400px;
  }
}

.technology-content {
  padding: 0 0 4rem;
}
@media (min-width: 992px) {
  .technology-content {
    padding: 0.5rem 0 5rem;
  }
}
.technology-content .container {
  max-width: 1200px;
}
.technology-content__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .technology-content__title {
    margin-bottom: 2rem;
  }
}
.technology-content__description {
  font-size: 20px;
  line-height: 33px;
}

.policy-content {
  padding: 3rem 0.5rem;
  margin: 3rem auto 0;
  max-width: 1300px;
  background: #fff;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
}
@media (min-width: 576px) {
  .policy-content {
    padding: 3rem 1rem;
  }
}

.policy-tabs__nav {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #D9DBE9;
  padding-bottom: 0;
}
.policy-tabs__button {
  padding: 0.75rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  color: #999;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.policy-tabs__button:hover {
  color: #236192;
}
.policy-tabs__button.is-active {
  color: #236192;
  border-bottom-color: #236192;
}
.policy-tabs__panel {
  display: none;
}
.policy-tabs__panel.is-active {
  display: block;
}
.policy-tabs__panel h1, .policy-tabs__panel h2, .policy-tabs__panel h3, .policy-tabs__panel h4, .policy-tabs__panel h5, .policy-tabs__panel h6 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.policy-tabs__panel h1:first-child, .policy-tabs__panel h2:first-child, .policy-tabs__panel h3:first-child, .policy-tabs__panel h4:first-child, .policy-tabs__panel h5:first-child, .policy-tabs__panel h6:first-child {
  margin-top: 0;
}
.policy-tabs__panel p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
.policy-tabs__panel ul, .policy-tabs__panel ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.policy-tabs__panel ul li, .policy-tabs__panel ol li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.policy-tabs__panel ul {
  list-style-type: disc;
}
.policy-tabs__panel ol {
  list-style-type: decimal;
}

.pf-intro {
  margin: 2rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  .pf-intro {
    margin: 2rem 0;
  }
}
.pf-intro__description {
  font-size: 20px;
  line-height: 33px;
  margin: 0 auto 2.5rem;
}
.pf-intro__image {
  margin-bottom: 2rem;
}
.pf-intro__image img {
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}
@media (min-width: 769px) {
  .pf-intro__image img {
    height: 400px;
  }
}
.pf-intro__additional {
  font-size: 20px;
  line-height: 33px;
  max-width: 900px;
  margin: 0 auto;
}

.pf-diseases {
  padding: 2rem 0;
}
.pf-diseases .container {
  max-width: 1200px;
}
.pf-diseases__item {
  margin-bottom: 3rem;
  text-align: center;
}
.pf-diseases__item:last-child {
  margin-bottom: 0;
}
.pf-diseases__title {
  margin-bottom: 1rem;
}
.pf-diseases__description {
  font-size: 20px;
  line-height: 30px;
}

.pf-commitment {
  padding: 2.5rem 0 4.5rem;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
}
@media (min-width: 992px) {
  .pf-commitment {
    padding: 4.5rem 0 6rem;
  }
}
.pf-commitment__heading {
  text-align: center;
  margin-bottom: 3rem;
}
.pf-commitment__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .pf-commitment__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
.pf-commitment__item {
  padding: 2rem;
  background: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .pf-commitment__item {
    padding: 3rem;
    text-align: left;
  }
}
.pf-commitment .top-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .pf-commitment .top-row {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
}
.pf-commitment__icon {
  width: 60px;
  height: 60px;
  margin: 0 0 1.5rem;
}
@media (min-width: 576px) {
  .pf-commitment__icon {
    margin: 0 2.5rem 0 0;
  }
}
.pf-commitment__icon img {
  width: auto;
  height: 100%;
  object-fit: contain;
  max-width: none;
}
.pf-commitment__title {
  margin-bottom: 0;
}
