/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 07:39:11 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 01:00:12 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --purple: #42458E;
  --green: #5A9680;
  --orange: #D7A048;
  --yellow: #D2CB38;
  --black: #1D252D;
  --white: #ffffff;
  --gray: #D9D9D9;
  --purpleGradient: linear-gradient(211deg, #42458E 2.61%, #0C0F53 92.79%);
  --piplinePurple: linear-gradient(90deg, #232555 0%, #4D52BB 100%);
  --pipelineOrange: linear-gradient(90deg, #A56500 0%, #D7A048 100%);
  --pipelineYellow: linear-gradient(90deg, #9C9500 0%, #D2CB38 100%);
  --pipelineGreen: linear-gradient(270deg, #5A9680 0%, #005838 100%);
  --space: "Space Grotesk", monospace;
  --mono: "Space Mono", monospace;
  --fw_thin: 100;
  --fw_extralight: 200;
  --fw_light: 300;
  --fw_regular: 400;
  --fw_medium: 500;
  --fw_semibold: 600;
  --fw_bold: 700;
  --fw_extrabold: 800;
  --fw_black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
:root {
  --purple: #42458E;
  --green: #5A9680;
  --orange: #D7A048;
  --yellow: #D2CB38;
  --black: #1D252D;
  --white: #ffffff;
  --purpleGradient: linear-gradient(211deg, #42458E 2.61%, #0C0F53 92.79%);
  --purpleGradientFlip: linear-gradient(31deg, #42458E 2.61%, #0C0F53 92.79%);
  --piplinePurple: linear-gradient(90deg, #232555 0%, #4D52BB 100%);
  --pipelineOrange: linear-gradient(90deg, #A56500 0%, #D7A048 100%);
  --pipelineYellow: linear-gradient(90deg, #9C9500 0%, #D2CB38 100%);
  --pipelineGreen: linear-gradient(270deg, #5A9680 0%, #005838 100%);
}
.html_header_top.html_header_sticky #top #wrap_all #main {
  padding-top: 0;
}
#home-header {
  min-height: 738px;
  padding-top: 120px;
  background: linear-gradient(245deg, #9747FF 4.78%, #4D52BB 22.55%, #42458E 48.96%, #000 87.38%);
  position: relative;
  display: flex;
  overflow: hidden;
}
#home-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 15;
  background: linear-gradient(180deg, #272B7D 0%, rgba(66, 69, 142, 0) 100%);
}
#home-header .container, #home-header main, #home-header .post-entry, #home-header .entry-content-wrapper {
  display: flex;
}
#home-header .container {
  z-index: 600;
}
#home-header .entry-content-wrapper {
  align-items: center;
}
#home-header .entry-content-wrapper .flex_column {
  max-width: 768px;
}
#home-header h1, #home-header p {
  color: var(--white);
}
#home-header h1 {
  font-size: 80px;
  line-height: 1.1em;
  font-weight: var(--fw_semibold);
  text-transform: none;
}
#home-header p {
  font-size: 20px;
  font-weight: var(--fw_regular);
  line-height: 1.5em;
  max-width: 680px;
}
#home-header .av-speical-heading-h1, #home-header section {
  opacity: 0;
  transform: translateY(0);
}
.home-header .header-decoration {
  width: 1280px !important;
  height: 738px !important;
}
.home-header .header-decoration .header-decoration-left svg {
  position: absolute;
  bottom: 0;
}
.home-header .header-decoration .header-decoration-right svg {
  transform: translate3d(55%, -6%, 0);
}
@media only screen and (max-width: 989px) {
  #home-header {
    min-height: 600px;
  }
  #home-header h1 {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  #home-header {
    min-height: 480px;
  }
  #home-header h1 {
    font-size: 40px !important;
  }
  #home-header .header-decoration .header-decoration-left {
    width: 739px;
    height: 480px;
  }
  #home-header .header-decoration .header-decoration-left svg {
    height: 100%;
    width: auto;
  }
  #home-header .header-decoration .header-decoration-right {
    width: 739px;
    height: 480px;
    left: 240px;
  }
  #home-header .header-decoration .header-decoration-right svg {
    transform: translate3d(0, -12%, 0);
    height: 140%;
    width: auto;
  }
}
#contineum-pioneers .content {
  padding: 130px 0;
}
#contineum-pioneers p {
  font-size: 28px;
  line-height: 1.25em;
  margin: 0;
  font-weight: var(--fw_light);
}
@media only screen and (max-width: 989px) {
  #contineum-pioneers .content {
    padding: 60px 0;
  }
  #contineum-pioneers p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #contineum-pioneers .content {
    padding: 50px 0;
  }
  #contineum-pioneers p {
    font-size: 18px;
  }
  #contineum-pioneers img {
    max-width: 140px;
    margin: 0 auto 25px;
  }
}
#our-targets {
  min-height: 800px;
  display: flex;
  z-index: 10;
  position: relative;
}
#our-targets .container, #our-targets .template-page, #our-targets .post-entry, #our-targets .entry-content-wrapper {
  display: flex;
}
#our-targets .entry-content-wrapper {
  align-items: center;
}
#our-targets .content {
  padding: 0;
}
#our-targets .overflow-block {
  position: relative;
  padding: 110px 125px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#our-targets .overflow-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white);
  width: 100%;
  height: 100%;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
#our-targets .overflow-block div, #our-targets .overflow-block section {
  position: relative;
  z-index: 10;
}
#our-targets .content-block {
  min-width: 600px;
}
#our-targets h3 {
  color: var(--black) !important;
}
#our-targets .our-targets-mobile-image {
  display: none !important;
}
@media only screen and (max-width: 989px) {
  #our-targets {
    min-height: 450px;
    background-image: none !important;
  }
  #our-targets.featured-section.with-background-image .entry-content-wrapper {
    flex-wrap: wrap;
  }
  #our-targets.featured-section.with-background-image .content-block {
    top: 100%;
    left: 0;
    transform: translate3d(0, -140px, 0);
    width: 100%;
    margin-bottom: 0 !important;
  }
  #our-targets.featured-section.with-background-image .content-block h2 {
    font-size: 48px;
    margin-bottom: 25px;
  }
  #our-targets .our-targets-mobile-image {
    display: block !important;
    width: 100% !important;
    width: calc(100% + 160px) !important;
    margin-left: -80px !important;
    margin-right: -80px !important;
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  #our-targets.featured-section.with-background-image .content-block {
    transform: translate3d(0, -110px, 0);
    padding: 90px 48px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    min-width: 1px;
    min-width: 109%;
  }
  #our-targets.featured-section.with-background-image .content-block h2 {
    font-size: 36px;
  }
  #our-targets.featured-section.with-background-image .content-block h3 {
    font-size: 20px;
  }
}
#pipeline-clinical-trials {
  background: var(--purpleGradient);
  z-index: 8;
  position: relative;
}
#pipeline-clinical-trials .content {
  padding-top: 220px;
  padding-bottom: 220px;
}
#pipeline-clinical-trials h2 {
  color: var(--yellow);
  text-transform: none;
  font-size: 32px;
  line-height: 1.1em;
  font-weight: var(--fw_medium);
  padding-top: 0 !important;
}
#pipeline-clinical-trials h2:before {
  display: none;
}
#pipeline-clinical-trials a.avia-button {
  background: none !important;
}
#pipeline-clinical-trials .avia-icon-list {
  max-width: 920px;
  margin: 0 auto;
}
#pipeline-clinical-trials .avia-icon-list li {
  padding: 0 0 80px 0;
}
#pipeline-clinical-trials .avia-icon-list p {
  color: var(--white);
}
#pipeline-clinical-trials .avia-icon-list .iconlist_icon {
  background: none !important;
  border: 2px solid var(--yellow);
}
#pipeline-clinical-trials .avia-icon-list .iconlist-timeline {
  display: none;
}
@media only screen and (max-width: 989px) {
  #pipeline-clinical-trials .content {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  #pipeline-clinical-trials .avia-icon-list li:last-of-type {
    padding-bottom: 0 !important;
  }
  #pipeline-clinical-trials .avia-icon-list .iconlist_icon {
    width: 97px;
    height: 97px;
    line-height: 1em;
    font-size: 45px;
    float: none;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #pipeline-clinical-trials .avia-icon-list .iconlist_icon svg {
    margin-top: 0 !important;
    margin-left: auto !important;
  }
  #pipeline-clinical-trials .avia-icon-list h2 {
    text-align: center !important;
  }
  #pipeline-clinical-trials .avia-icon-list .iconlist_content {
    text-align: center;
  }
}
#for-patients {
  z-index: 600;
}
@media only screen and (max-width: 989px) {
  #for-patients .container .content-block {
    padding: 50px 0 50px 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  #for-patients {
    z-index: 600;
    transform: translate3d(0, -80px, 0);
    margin-bottom: -80px;
    background-color: transparent;
  }
  #for-patients .container .post-entry {
    display: block;
  }
  #for-patients .container .image-block {
    aspect-ratio: 1;
    width: 100vw !important;
    margin-left: -15% !important;
  }
  #for-patients .container .content-block {
    padding: 50px !important;
  }
}
