.transthyretin .category-title.secondary-dark {
  font-family: Source Sans Pro;
  font-size: 26px;
  font-weight: 700;
  line-height: 28.6px;
  text-align: left;
  padding-top: 64px !important;
}

.category-title.secondary-dark {
  font-family: Source Sans Pro;
  font-size: 26px;
  font-weight: 700;
  line-height: 28.6px;
  text-align: left;
}

.category-title.secondary-dark::before {
  background-image: url(/sites/default/files/inline-images/pipeline-dna.svg);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 20px;
  content: "";
  margin-right: 12px;
  z-index: 9;
}

.rare .category-title.secondary-dark::before {
  background-image: url(/sites/default/files/inline-images/pipeline-rare-dna.svg);
}

.rare .category-title.secondary-dark {
  border-color: rgba(0, 153, 204, 1) !important;
}

.cardiovascular .category-title.secondary-dark::before {
  background-image: url(/sites/default/files/inline-images/pipeline-cardiovascular-dna.svg);
}

.cardiovascular .category-title.secondary-dark {
  border-color: rgba(153, 0, 102, 1) !important;
}

.neurologic .category-title.secondary-dark::before {
  background-image: url(/sites/default/files/inline-images/pipeline-neurologic-dna.svg);
}

.neurologic .category-title.secondary-dark {
  border-color: rgba(61, 213, 174, 1) !important;
}

.metabolic .category-title.secondary-dark::before {
  background-image: url(/sites/default/files/inline-images/pipeline-metabolic-dna.svg);
}

.metabolic .category-title.secondary-dark {
  border-color: rgba(235, 171, 33, 1) !important;
}

.other .category-title.secondary-dark::before {
  background-image: url(/sites/default/files/inline-images/pipeline-other-dna.svg);
}

.other .category-title.secondary-dark {
  border-color: rgba(102, 51, 102, 1) !important;
}

.pipeline-header {
  margin-bottom: 0 !important;
}

.category-title {
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}

.pipeline-section {
  font-family: Arial, sans-serif;
  padding: 15px;
  max-width: 970px;
  margin: 0 auto;
}

#our-pipeline-capella .section-title {
  text-align: center;
  color: #375a7f;
  font-size: 24px;
  margin-bottom: 30px;
}

#our-pipeline-capella .pipeline-category {
  margin-bottom: 30px;
}

#our-pipeline-capella .category-title {
  color: #404040;
  font-size: 26px;
  border-bottom: 1px solid rgb(0, 51, 102);
  padding-bottom: 20px;
}

#our-pipeline-capella table {
  width: 100%;
  border-collapse: collapse;
}

#our-pipeline-capella td {
  padding: 10px;

}


#our-pipeline-capella .pipeline-category {
  margin-bottom: 80px;
}

#our-pipeline-capella .pipeline-notes {
  font-size: 12px;
  color: #666;
  margin-top: 30px;
}

#our-pipeline-capella td {
  padding: 12px;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.11px;
  text-align: left;
  color: rgb(64, 64, 64);
}

#our-pipeline-capella tr td:first-child {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.63px;
  text-align: left;
  color: rgb(64, 64, 64);

}

#our-pipeline-capella tr td:first-child span {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.63px;
  text-align: left;
  color: rgb(64, 64, 64);
  display: block;
}

#our-pipeline-capella .pipeline-progress-bar {
  padding: 24px 12px;
  width: 40%;
  min-width: 390px;
  display: flex;
  padding-right: 0;
}

.pipeline-category.transthyretin {
  border-bottom: 1px solid rgb(0, 51, 102);
}

#our-pipeline-capella .transthyretin tr:nth-child(2n+1) {
  background: rgb(246, 248, 251);
}

.pipeline-category.rare {
  border-bottom: 1px solid rgba(0, 153, 204, 1);
}

#our-pipeline-capella .rare tr:nth-child(2n+1) {
  background: rgba(242, 250, 253, 1);
}

.pipeline-category.cardiovascular {
  border-bottom: 1px solid rgba(153, 0, 102, 1);
}

#our-pipeline-capella .cardiovascular tr:nth-child(2n+1) {
  background: rgb(252, 246, 249);
}

.pipeline-category.metabolic {
  border-bottom: 1px solid rgba(235, 171, 33, 1);
}

#our-pipeline-capella .metabolic tr:nth-child(2n+1) {
  background: rgba(254, 251, 244, 1);
}

.pipeline-category.neurologic {
  border-bottom: 1px solid rgba(61, 213, 174, 1);
}

#our-pipeline-capella+p {
  padding-bottom: 64px;
}

#our-pipeline-capella .neurologic tr:nth-child(2n+1) {
  background: rgba(245, 252, 250, 1)
}

#our-pipeline-capella .pipeline-category.other {
  border-bottom: 1px solid rgba(102, 51, 102, 1);
  margin-bottom: 64px;
}

#our-pipeline-capella .other tr:nth-child(2n+1) {
  background: rgb(250, 247, 250);
}

.pipeline-category td:last-child span.play-animation:last-child {
  animation: unset !important;
  width: 95px;
  height: 28px;
}

.pipeline-category.neurologic td:last-child span.play-animation:nth-child(3) {
  background: rgb(84, 213, 180) !important;
}

.pipeline-category.neurologic td:last-child span.play-animation:nth-child(3)::after {
  border-color: rgb(84, 213, 180);
  border-top-color: rgb(84, 213, 180);
  border-bottom-color: rgb(84, 213, 180);
}

.pipeline-category.other td:last-child span.play-animation:nth-child(3) {
  background: #a77aa7;
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.other td:last-child span.play-animation:nth-child(4) {
  background: #a172a1;
}

.pipeline-category.other td:last-child span.play-animation:nth-child(4):after {
  border-color: #a172a1;
}

.pipeline-category.other td:last-child span.play-animation:nth-child(2):after {
  border-left-color: #b791b7 !important;
}

.pipeline-progress-bar span {
  height: 28px !important;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.08px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  position: relative;
  margin: 0 !important;
}

.pipeline-progress-bar span:last-child::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent !important;
  border-bottom: 15px solid transparent !important;
  border-left: 9px solid #4e75b1;
  position: absolute;
  right: -8px;
}

.pipeline-category.transthyretin td:last-child span.play-animation:nth-child(1) {
  background: rgb(158, 179, 212);
  animation: progress-bar-animation .8s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.transthyretin td:last-child span.play-animation:nth-child(2) {
  background: rgba(131, 159, 200, 1);
  animation: progress-bar-animation .8s;
  animation-delay: .0s;
  animation-fill-mode: forwards;
}

.pipeline-category.transthyretin td:last-child span.play-animation:nth-child(3) {
  background: rgba(105, 138, 188, 1);
  animation: progress-bar-animation .8s;
  animation-delay: 0.0s;
  animation-fill-mode: forwards;
}

.pipeline-category.transthyretin td:last-child span.play-animation:nth-child(4) {
  background: rgba(78, 117, 177, 1);
  animation: progress-bar-animation .8s;
  animation-delay: 0.0s;
  animation-fill-mode: forwards;
}


.pipeline-category.transthyretin td:last-child span:nth-child(4):after {
  border-color: rgba(78, 117, 177, 1);
}

.pipeline-category.transthyretin td:last-child span:nth-child(3):after {
  border-color: #698abc;
}

.pipeline-category.transthyretin td:last-child span:nth-child(2):after {
  border-color: #839fc8;
}

.pipeline-category.rare td:last-child span.play-animation:nth-child(1) {
  background: rgba(115, 203, 236, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.rare td:last-child span.play-animation:nth-child(2) {
  background: rgba(77, 189, 231, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: .4;
  animation-fill-mode: forwards;
}

.pipeline-category.rare td:last-child span.play-animation:nth-child(3) {
  background: rgba(38, 174, 226, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.rare td:last-child span.play-animation:nth-child(4) {
  background: rgba(0, 160, 221, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.rare td:last-child span:nth-child(4):after {
  border-color: rgba(0, 160, 221, 1);
}

.pipeline-category.rare td:last-child span:nth-child(3):after {
  border-color: #26aee2
}

.pipeline-category.cardiovascular td:last-child span.play-animation:nth-child(1) {
  background: rgba(223, 154, 189, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.cardiovascular td:last-child span.play-animation:nth-child(2) {
  background: rgba(214, 126, 170, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.cardiovascular td:last-child span.play-animation:nth-child(3) {
  background: rgba(206, 99, 152, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.cardiovascular td:last-child span.play-animation:nth-child(4) {
  background: rgba(197, 71, 134, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}



.pipeline-category.cardiovascular td:last-child span:nth-child(4):after {
  border-color: rgba(197, 71, 134, 1);
}

.pipeline-category.cardiovascular td:last-child span:nth-child(2):after {
  border-color: #d67eaa;
}

.pipeline-category.metabolic td:last-child span.play-animation:nth-child(1) {
  background: rgba(244, 209, 133, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.metabolic td:last-child span.play-animation:nth-child(2) {
  background: rgba(241, 196, 100, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}


.pipeline-category.metabolic td:last-child span:nth-child(4):after {
  border-color: rgba(241, 196, 100, 1);
}

.pipeline-category.metabolic td:last-child span:nth-child(2):after {
  border-color: #f1c464;
}

.pipeline-category.metabolic td:last-child span:nth-child(1):after {
  border-color: #f4d185;
}

.pipeline-category.neurologic td:last-child span.play-animation:nth-child(1) {
  background: rgba(146, 224, 204, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.neurologic td:last-child span.play-animation:nth-child(2) {
  background: rgba(116, 216, 190, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.neurologic td:last-child span:nth-child(4):after {
  border-color: rgba(116, 216, 190, 1);
}

.pipeline-category.neurologic td:last-child span:nth-child(2):after {
  border-color: rgb(116, 216, 190);
}

.pipeline-category.neurologic td:last-child span:nth-child(1):after {
  border-color: #92e0cc;
}

.pipeline-category.other td:last-child span.play-animation:nth-child(1) {
  background: rgba(199, 168, 199, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.other td:last-child span.play-animation:nth-child(2) {
  background: rgba(183, 145, 183, 1);
  animation: progress-bar-animation 1.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pipeline-category.other td:last-child span:nth-child(1) {
  background: rgba(199, 168, 199, 1);
}

.pipeline-category.other td:last-child span:nth-child(1) {
  background: rgba(183, 145, 183, 1);
}

.pipeline-category.neurologic td:last-child span:nth-child(1) {
  background: rgba(146, 224, 204, 1);
}

.pipeline-category.neurologic td:last-child span:nth-child(2) {
  background: rgba(116, 216, 190, 1);
}

.pipeline-category.metabolic td:last-child span:nth-child(1) {
  background: rgba(244, 209, 133, 1);
}

.pipeline-category.metabolic td:last-child span:nth-child(2) {
  background: rgba(241, 196, 100, 1);
}

.pipeline-category.cardiovascular td:last-child span:nth-child(1) {
  background: rgba(223, 154, 189, 1);
}

.pipeline-category.cardiovascular td:last-child span:nth-child(2) {
  background: rgba(214, 126, 170, 1);
}

.pipeline-category.cardiovascular td:last-child span:nth-child(3) {
  background: rgba(206, 99, 152, 1);
}

.pipeline-category.cardiovascular td:last-child span:nth-child(4) {
  background: rgba(197, 71, 134, 1);
}

.pipeline-category.transthyretin td:last-child span:nth-child(1) {
  background: rgb(158, 179, 212);
}

.pipeline-category.transthyretin td:last-child span:nth-child(2) {
  background: rgba(131, 159, 200, 1);
}

.pipeline-category.transthyretin td:last-child span:nth-child(3) {
  background: rgba(105, 138, 188, 1);
}

.pipeline-category.transthyretin td:last-child span:nth-child(4) {
  background: rgba(78, 117, 177, 1);
}

.pipeline-category.rare td:last-child span:nth-child(1) {
  background: rgba(115, 203, 236, 1);
}

.pipeline-category.rare td:last-child span:nth-child(2) {
  background: rgba(77, 189, 231, 1);
}

.pipeline-category.rare td:last-child span:nth-child(3) {
  background: rgba(38, 174, 226, 1);
}

.pipeline-category.rare td:last-child span:nth-child(4) {
  background: rgba(0, 160, 221, 1);
}

.pipeline-category.other td:last-child span:nth-child(2):after {
  border-color: #b791b7;
}

.pipeline-category.other td:last-child span.play-animation:nth-child(1):after {
  border-color: #c7a8c7;
}

@keyframes progress-bar-animation {
  0% {
    width: 1px;
    height: 28px;

    flex: 0 0 1px;
  }

  80% {

    height: 28px;
  }

  100% {
    width: 95px;
    height: 28px;
    flex: 0 0 95px;

  }
}

.pipeline-section {
  padding-top: 0;
  padding-bottom: 64px;
}

#our-pipeline-capella .pipeline-section .pipeline-notes p {
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 4px;
  color: rgb(64, 64, 64);
}

#our-pipeline-capella .pipeline-section .pipeline-notes p sup {
  top: -0.2em;
  font-size: 8px;
}

#our-pipeline-capella .pipeline-section td sup {
  top: -0.1em;
}

#our-pipeline-capella .pipeline-section .final-note {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: rgba(64, 64, 64, 1);
  text-align: left;

}

@media(max-width:991px) {
  #our-pipeline-capella tr {
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .pipeline-progress-bar span {
    max-width: 72px;
  }

  #our-pipeline-capella td {
    padding-top: 16px;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  #our-pipeline-capella td:nth-child(2) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pipeline-progress-bar {
    padding-top: 14px !important;
  }

  #our-pipeline-capella .pipeline-progress-bar {
    padding: 20px 0;
    width: 100%;
  }

  #our-pipeline-capella .pipeline-category {
    margin-bottom: 60px;
  }

  #our-pipeline-capella tr td:first-child span {
    display: inline;
  }

  #our-pipeline-capella .pipeline-category.other {
    margin-bottom: 40px;
  }

  .pipeline-section {
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .pipeline-category .category-title.secondary-dark {
    font-family: Source Sans Pro;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28.6px !important;
    text-align: left;
    position: relative;
  }

  #our-pipeline-capella .row.inner-block .pipeline-section h2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  #our-pipeline-capella .row.inner-block h2.pipeline-header {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
  }

  .pipeline-category .category-title.secondary-dark {
    padding-bottom: 20px !important;
  }

  #our-pipeline-capella .pipeline-progress-bar {
    min-width: unset;
  }

  /*   .paragraph-id--349 #full-html-content-background{
    padding-bottom:27px !important;
  } */
  .pipeline-category.transthyretin .category-title.secondary-dark::before {
    position: absolute;
    left: -2px;
  }

  .pipeline-category.transthyretin .category-title.secondary-dark {
    padding-left: 37px !important;
  }

}

.pipeline-category.other td:last-child span:nth-child(2) {
  background: rgba(183, 145, 183, 1);
}

.pipeline-category.other td:last-child span:nth-child(1) {
  background: rgba(199, 168, 199, 1);
}

@media (min-width: 991px) {
  #our-pipeline-capella td:nth-child(2) {
    width: 314px;
  }

  #our-pipeline-capella tr td:first-child {
    max-width: 214px;
    width: 214px;
    padding-left: 12px;
    padding-right: 12px;
  }

  #our-pipeline-capella .category-title.secondary-dark {
    margin-bottom: 20px;
  }

  .products-titles-container,
  .prod-phases {
    display: flex;
  }

  .prod-title {
    max-width: 214px;
    width: 214px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .prod-disease {
    width: 314px;
  }

  .prod-phases {
    width: 40%;
    min-width: 390px;
    display: flex;
    padding-right: 0;
    justify-content: space-between;
    padding-left: 12px;
  }

  #our-pipeline-capella .products-titles-container p {
    margin-bottom: 0;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.63px;
    text-align: left;
    color: rgb(64, 64, 64);
    display: block;
  }

  .products-titles-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .prod-disease {
    padding-left: 12px;
  }

  #our-pipeline-capella tr td:nth-child(3) {
    display: none;
  }
}

.pipeline-category.transthyretin .pipeline-progress-bar span.phase1:last-child::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent !important;
  border-bottom: 15px solid transparent !important;
  border-left: 9px solid #9eb3d4;
  position: absolute;
  right: -8px;
}

@media(max-width:991px) {
  .products-titles-container {
    display: none;
  }

  #our-pipeline-capella .pipeline-progress-bar {
    min-width: unset;
    padding-top: 3px !important;
  }

  #our-pipeline-capella .center-card-item img {
    width: 100%;
  }

  .paragraph-id--222 .html-content-background.custom-full-html-content-background {
    padding-top: 0 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 27px;
  }

  .paragraph-id--222 .html-content-background.custom-full-html-content-background>div>div {
    background: #fff;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 64px;
    margin-top: 34px;
  }

  .pipeline-category.transthyretin .category-title.secondary-dark::before {

    margin-top: 2px;
  }

  .transthyretin .category-title.secondary-dark {
    padding-top: 0 !important;
  }
}

.pipeline-category.transthyretin td:last-child span.play-animation:nth-child(3)::after {
  border-color: #698abc;
}

.pipeline-category.transthyretin td:last-child span.play-animation:nth-child(1)::after {
  border-color: #9eb3d4;
}

.pipeline-category.other .phase3 {
  background: rgb(167, 122, 167);
}

.pipeline-category.other .phase3::after {
  border-left-color: rgb(167, 122, 167) !important;
}

@media(min-width:768px) and (max-width:991px) {
  .paragraph-id--222 .html-content-background.custom-full-html-content-background {
    padding-bottom: 0;
  }

  #our-pipeline-capella+p {
    padding-bottom: 0;
  }

  .pipeline-section {
    padding-bottom: 16px;
  }

  .paragraph-id--222 .html-content-background.custom-full-html-content-background>div>div {

    margin-bottom: 34px;
    padding-bottom: 64px;
  }
}

.pipeline-category.transthyretin td:last-child span.play-animation:nth-child(3)::after {
  border-color: #698abc;
}

.pipeline-category.transthyretin td:last-child span.play-animation:nth-child(1)::after {
  border-color: #9eb3d4;
}

.pipeline-category.other .phase3 {
  background: rgb(167, 122, 167);
}

.pipeline-category.other .phase3::after {
  border-left-color: rgb(167, 122, 167) !important;
}

.cardiovascular .pipeline-progress-bar span:first-child::after {
  border-left: 9px solid #df9abd !important;
}

.pipeline-category.rare td:last-child span:nth-child(1):after {
  border-left-color: #73cbec;
}

.pipeline-category.cardiovascular td:last-child span.play-animation:nth-child(3)::after {
  border-color: #ce6398;

}

.pipeline-category.rare td:last-child span.play-animation:nth-child(2)::after {
  border-color: #4dbde7;
}