/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 23 2024 | 19:39:21 */
#unity-pipeline {
  padding-bottom: 3rem !important;
}
.pipeline-col-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.5rem;
  text-align: center;
  line-height: 1.15em;
  background: #F2F2F5;
  font-size: 14px;
  font-weight: var(--fw_semibold);
  text-transform: uppercase;
}
#pipeline-body {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-areas: "spacer spacer mechanism mechanism indication indication optimization optimization enabling phase-one phase-two phase-three" "ophthalmology ophthalmology bcl-xl bcl-xl aspire aspire pipeline-bar-one pipeline-bar-one pipeline-bar-one pipeline-bar-one pipeline-bar-one pipeline-bar-one" "ophthalmology ophthalmology bcl-xl bcl-xl behold behold pipeline-bar-two pipeline-bar-two pipeline-bar-two pipeline-bar-two pipeline-bar-two pipeline-bar-two" "ophthalmology ophthalmology bi-specific bi-specific rvd1 rvd1 pipeline-bar-three pipeline-bar-three pipeline-bar-three pipeline-bar-three pipeline-bar-three pipeline-bar-three" "ophthalmology ophthalmology agonistic agonistic rvd2 rvd2 pipeline-bar-four pipeline-bar-four pipeline-bar-four pipeline-bar-four pipeline-bar-four pipeline-bar-four" "neurology neurology klotho klotho cognitive cognitive pipeline-bar-five pipeline-bar-five pipeline-bar-five pipeline-bar-five pipeline-bar-five pipeline-bar-five";
  /*	grid-template-columns: repeat(9, minmax(0, 1fr));*/
  /*grid-template-areas:
	"spacer mechanism indication research optimization enabling phase-one phase-two phase-three"
	"ophthalmology bcl-xl aspire pipeline-bar-one pipeline-bar-one pipeline-bar-one pipeline-bar-one pipeline-bar-one pipeline-bar-one"
	"ophthalmology bcl-xl behold pipeline-bar-two pipeline-bar-two pipeline-bar-two pipeline-bar-two pipeline-bar-two pipeline-bar-two"
	"ophthalmology bi-specific rvd1 pipeline-bar-three pipeline-bar-three pipeline-bar-three pipeline-bar-three pipeline-bar-three pipeline-bar-three"
	"ophthalmology agonistic rvd2 pipeline-bar-four pipeline-bar-four pipeline-bar-four pipeline-bar-four pipeline-bar-four pipeline-bar-four"
	"neurology klotho cognitive pipeline-bar-five pipeline-bar-five pipeline-bar-five pipeline-bar-five pipeline-bar-five pipeline-bar-five"
	;*/
}
:root {
  --pipeline-blue-1: rgba(0, 79, 140, 1.00);
  --pipeline-blue-2: rgba(0, 79, 140, 0.90);
  --pipeline-blue-3: rgba(0, 79, 140, 0.75);
  --pipeline-blue-gradient: linear-gradient(90deg, rgba(0,79,140,1) 0%, rgba(0,40,70,1) 100%);
  --pipeline-teal-1: rgba(48, 149, 168, 1.00);
  --pipeline-teal-2: rgba(48, 149, 168, 0.90);
  --pipeline-teal-3: rgba(48, 149, 168, 0.75);
  --pipeline-teal-gradient: linear-gradient(90deg, rgba(48,149,168,1) 0%, rgba(13,62,70,1) 100%);
}
.grid-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: var(--white);
  font-size: 16px;
  line-height: 1.15em;
  padding: 1rem 0.75rem;
  text-align: center;
  font-weight: var(--fw_semibold);
}
.grid-block .block-title {
  display: block;
  width: 100%;
}
.grid-block .mobile-pipeline-info {
  display: none;
}
[data-area="spacer"] {
  grid-area: spacer;
  opacity: 0;
  font-size: 0;
}
[data-area="mechanism"] {
  grid-area: mechanism;
}
[data-area="indication"] {
  grid-area: indication;
}
[data-area="research"] {
  grid-area: research;
}
[data-area="optimization"] {
  grid-area: optimization;
}
[data-area="enabling"] {
  grid-area: enabling;
}
[data-area="phase-one"] {
  grid-area: phase-one;
}
[data-area="phase-two"] {
  grid-area: phase-two;
}
[data-area="phase-three"] {
  grid-area: phase-three;
}
[data-area="ophthalmology"] {
  grid-area: ophthalmology;
  background: var(--pipeline-blue-1);
  text-transform: uppercase;
  word-break: break-all;
}
[data-area="bcl-xl"] {
  grid-area: bcl-xl;
  background: var(--pipeline-blue-2);
}
[data-area="aspire"] {
  grid-area: aspire;
  background: var(--pipeline-blue-3);
}
[data-area="behold"] {
  grid-area: behold;
  background: var(--pipeline-blue-3);
}
[data-area="bi-specific"] {
  grid-area: bi-specific;
  background: var(--pipeline-blue-2);
}
[data-area="rvd1"] {
  grid-area: rvd1;
  background: var(--pipeline-blue-3);
}
[data-area="agonistic"] {
  grid-area: agonistic;
  background: var(--pipeline-blue-2);
}
[data-area="rvd2"] {
  grid-area: rvd2;
  background: var(--pipeline-blue-3);
}
[data-area="neurology"] {
  grid-area: neurology;
  background: var(--pipeline-teal-1);
  text-transform: uppercase;
}
[data-area="klotho"] {
  grid-area: klotho;
  background: var(--pipeline-teal-2);
}
[data-area="cognitive"] {
  grid-area: cognitive;
  background: var(--pipeline-teal-3);
}
[data-area="pipeline-bar-one"] {
  grid-area: pipeline-bar-one;
  background: var(--pipeline-blue-gradient);
  font-weight: var(--fw_bold);
  width: 82%;
}
[data-area="pipeline-bar-two"] {
  grid-area: pipeline-bar-two;
  background: var(--pipeline-blue-gradient);
  font-weight: var(--fw_bold);
  width: 77%;
}
[data-area="pipeline-bar-three"] {
  grid-area: pipeline-bar-three;
  background: var(--pipeline-blue-gradient);
  font-weight: var(--fw_bold);
  width: 30%;
}
[data-area="pipeline-bar-four"] {
  grid-area: pipeline-bar-four;
  background: var(--pipeline-blue-gradient);
  font-weight: var(--fw_bold);
  width: 30%;
}
[data-area="pipeline-bar-five"] {
  grid-area: pipeline-bar-five;
  background: var(--pipeline-teal-gradient);
  font-weight: var(--fw_bold);
  width: 45%;
}
.pipeline-bar {
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  justify-self: flex-start;
  padding: 1rem;
}
.pipeline-bar .block-title {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.pipeline-bar .partner {
  position: absolute;
  top: 50%;
  transform: translate3d(1.25rem, -50%, 0);
  left: 100%;
  color: var(--teal);
  width: 270px;
  font-size: 0.85em;
}
/*Mobile Pipeline*/
@media screen and (max-width: 1300px) {
  #pipeline-body {
    gap: 0.75rem;
  }
  .grid-block {
    font-size: 15px !important;
    padding: 1rem 0.5rem;
  }
  .long-title {
    font-size: 12px !important;
  }
  .pipeline-col-title {
    padding: 0.4rem !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1300px) {
  #pipeline-body {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 989px) {
  #pipeline-body {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #pipeline-body .grid-block {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    background: none !important;
  }
  #pipeline-body .grid-block .block-title {
    display: block;
    width: 100% !important;
    order: 1;
    background: var(--pipeline-blue-1);
    padding: 2rem;
    font-size: 18px;
  }
  #pipeline-body .grid-block .mobile-pipeline-info {
    display: block;
    width: 100% !important;
    order: 2;
    background: var(--pipeline-blue-3);
  }
  #pipeline-body .grid-block .mobile-pipeline-info .mobile-pipeline-block {
    margin-bottom: 0;
    padding: 1rem 2rem;
    display: flex;
    justify-content: flex-start;
  }
  #pipeline-body .grid-block .mobile-pipeline-info .mobile-pipeline-block .mobile-pipeline-label {
    margin-right: 0.5rem;
    font-weight: var(--fw_regular);
    line-height: 24px;
    font-size: 16px !important;
  }
  #pipeline-body .grid-block .mobile-pipeline-info .mobile-pipeline-block .mobile-pipeline-content {
    font-size: 18px !important;
    line-height: 24px;
    text-align: left;
  }
  #pipeline-body .grid-block.pipeline-teal .block-title {
    background: var(--pipeline-teal-1) !important;
  }
  #pipeline-body .grid-block.pipeline-teal .mobile-pipeline-info {
    background: var(--pipeline-teal-3) !important;
  }
  #pipeline-body .grid-block.pipeline-teal .partner {
    position: relative;
    top: auto;
    transform: translate3d(0, 0, 0);
    left: auto;
    color: var(--white);
    font-size: 0.85em;
    padding-left: 1.5ch;
  }
  .pipeline-bar {
    width: 100% !important;
    border-radius: 0 !important;
    background: var(--white) !important;
  }
  [data-area="spacer"], [data-area="mechanism"], [data-area="indication"], [data-area="research"], [data-area="optimization"], [data-area="enabling"], [data-area="phase-one"], [data-area="phase-two"], [data-area="phase-three"], [data-area="ophthalmology"], [data-area="bcl-xl"], [data-area="aspire"], [data-area="behold"], [data-area="bi-specific"], [data-area="rvd1"], [data-area="agonistic"], [data-area="rvd2"], [data-area="neurology"], [data-area="klotho"], [data-area="cognitive"] {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #pipeline-body .grid-block .mobile-pipeline-info {
    order: 2;
  }
  #pipeline-body .grid-block .mobile-pipeline-info .mobile-pipeline-block {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }
  #pipeline-body .grid-block .mobile-pipeline-info .mobile-pipeline-block .mobile-pipeline-label {
    font-size: 14px !important;
    line-height: 20px;
  }
  #pipeline-body .grid-block .mobile-pipeline-info .mobile-pipeline-block .mobile-pipeline-content {
    font-size: 16px !important;
    line-height: 20px;
  }
  .grid-block {
    order: 1;
  }
}
