:root {
  --y: 0;
  --x: 0; }

.domain-migration-banner {
  background: #4479FC;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.4;
  padding: 10px 0;
  position: relative;
  text-align: center;
  z-index: 10000; }
  .domain-migration-banner a {
    color: #FFFFFF;
    text-decoration: underline; }
  .domain-migration-banner a:hover,
  .domain-migration-banner a:focus {
    color: #FFFFFF;
    opacity: 0.9; }

body {
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  background: #172524;
  color: #152857;
  font-weight: 300; }

html, body {
  height: 100%; }

h1 {
  font-size: 4.4em; }

h2 {
  font-size: 3.6em;
  line-height: 1.44; }

h3 {
  font-size: 2.6em; }

h4 {
  font-size: 2.2em; }

h5 {
  font-size: 1.8em; }

h6 {
  font-size: 1.4em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }

h1 {
  font-weight: 600; }

p {
  line-height: 1.7; }

a {
  color: #5b89fc; }

a:hover,
a:active {
  color: #5b89fc;
  text-decoration: none; }

a:focus {
  outline: 0;
  text-decoration: none; }

/*** Typography ***/
.text-semibold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-extrabold {
  font-weight: 900; }

.text-underline {
  text-decoration: underline; }

.text-light {
  font-weight: 300; }

.text-regular {
  font-weight: normal; }

.text-italic {
  font-style: italic; }

.heading1 {
  font-size: 4.8em;
  line-height: 1.1; }
  .heading1.text-uppercase {
    line-height: 1; }

.heading2 {
  font-size: 4.35em;
  line-height: 1.14; }
  .heading2.text-uppercase {
    line-height: 1; }

.heading3 {
  font-size: 3.28em;
  line-height: 1.28; }
  .heading3.text-uppercase {
    line-height: 1; }

.heading4 {
  font-size: 2.4em;
  line-height: 1.36; }
  .heading4.text-uppercase {
    line-height: 1; }

.heading-xxl {
  font-size: 5.6em;
  line-height: 1.08; }

.sub1 {
  font-size: 1.84em; }

.sub2 {
  font-size: 1.6em; }

.sub3 {
  font-size: 1.2em; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.text-big {
  font-size: 1.125em; }

.text-big-xl {
  font-size: 1.275em; }

.text-big-xxl {
  font-size: 1.5em; }

.text-small {
  font-size: 0.875em; }

.clr-white {
  color: #fff !important; }

.clr-primary {
  color: #4479FC; }

.clr-blue {
  color: #2692CD; }

.clr-orange {
  color: #FF9831 !important; }

a.clr-primary:hover {
  text-decoration: underline; }

.clr-fade {
  opacity: 0.6; }

/*** Typography End ***/
/*** Header Start ***/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  z-index: 1051;
  pointer-events: none; }

.navbar-brand {
  height: auto;
  display: block;
  pointer-events: auto; }
  .navbar-brand img {
    height: 55px; }

.navbar-nav > li > a:hover {
  background-color: transparent; }

.navbar-nav > li > a:focus {
  background-color: transparent; }

.navbar-invert .menu-toggle > span {
  background-color: #fff; }

.menu-toggle {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
  outline: 0 !important;
  padding: 0;
  pointer-events: auto; }
  .menu-toggle > span {
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    background-color: #152857;
    left: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 12px; }
  .menu-toggle > span:nth-child(1) {
    top: 5px; }
  .menu-toggle > span:nth-child(2) {
    top: 14px; }
  .menu-toggle > span:nth-child(3) {
    top: 23px; }

.menu-is-open .menu-toggle > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px; }

.menu-is-open .menu-toggle > span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.menu-is-open .menu-toggle > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px; }

.menu-is-open .navbar-brand {
  color: #fff; }

.home .menu-toggle > span {
    background-color: white;
}
@media screen and (max-width: 1400px) {
    .menu-list > li > a {
        padding: 0 8px;
    }
    /* About */
    .menu-list > li:first-child > a {
        border-radius: 6px 0 0 6px;
    }
    .menu-list > li:first-child .menu-list-item-icon {
        width: 27px;
        height: auto;
    }
    /* Platform */
    .menu-list > li:nth-child(2) .menu-list-item-icon {
        width: 31px;
        height: auto;
    }
    /* Pipeline */
    .menu-list > li:nth-child(3) .menu-list-item-icon {
        width: 19px;
        height: auto;
    }
    /* Careers */
    .menu-list > li:nth-child(4) .menu-list-item-icon {
        /* width: 19px; */
        height: auto;
    }
    /* Investors */
    .menu-list > li:nth-child(5) > a {
        border-radius: 0 6px 6px 0;
    }
    .menu-list > li:nth-child(5) .menu-list-item-icon {
        width: 32px;
        height: auto;
    }
}
/* About */
.menu-list > li:first-child > a {
    border-radius: 6px 0 0 6px;
}
.menu-list > li:first-child .menu-list-item-icon {
    width: 27px;
    height: auto;
}
/* Platform */
.menu-list > li:nth-child(2) .menu-list-item-icon {
    width: 31px;
    height: auto;
}
/* Pipeline */
.menu-list > li:nth-child(3) .menu-list-item-icon {
    width: 42px;
    height: auto;
}
/* Careers */
.menu-list > li:nth-child(4) .menu-list-item-icon {
    width: 19px;
    height: auto;
}
/* Investors */
.menu-list > li:nth-child(5) > a {
    border-radius: 0 6px 6px 0;
}
.menu-list > li:nth-child(5) .menu-list-item-icon {
    width: 32px;
    height: auto;
}
.menu-list-item-icon img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); */
    max-width: 100%;
    max-height: 100%; 
}

.menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: calc(100% - 15px);
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin-top: 10px;
    height: 0;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    overflow: hidden;
    pointer-events: auto; 
}

.menu-wrapper::-webkit-scrollbar {
    width: 6px; 
}

.menu-wrapper::-webkit-scrollbar-track {
    background-color: #DCE8F2;
    border-radius: 60px; 
}

.menu-wrapper::-webkit-scrollbar-thumb {
    background-color: #B6C8D1;
    border-radius: 60px; 
}

@media screen and (max-width: 768px) {
    .menu-list {
        display: flex;
        flex-wrap: wrap;
    }
}

.menu-list {
    width: 100%;
    list-style: none;
    /* padding: 10px; */
    margin: 0; 
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.menu-list:before, .menu-list:after {
    /* content: "";
    clear: both;
    display: table;  */
}
.menu-list > li {
    display: inline-flex;
    /* width: calc(100% / 4);  */
    width: calc(100% / 3);
    position: relative;
    height: 69px;
}
.menu-list > li > a {
    /* display: block; */
    /* text-align: center; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.175em;
    /* padding: 25px 15px; */
    /* -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease; */
    height: 69px;
    color: #000; 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    transition: all 0.3s ease-in-out;
}
.menu-list > li > a:hover {
    background: #4479FC;
    color: white;
}
.footer .footer-menu .menu-list > li > a:hover {
    background: transparent;
}
.menu-list > li  img {
    filter: invert(0) sepia(0) saturate(20) hue-rotate(163deg) brightness(0);
}
.menu-list > li:not(:last-of-type) > a {
    border-right: 1px dotted #373654; }
.menu-list > li:hover img {
    filter: invert(1) sepia(0) saturate(0) hue-rotate(163deg) brightness(255);
    /* filter: invert(1) sepia(1) saturate(20) hue-rotate(170deg) brightness(0.88); */
    /* background-color: #4479FC;  */
    /* color: #4479FC; */
}
.menu-list > li > a span {
    letter-spacing: -0.025em; }
.menu-list-item-icon {
    position: relative;
    width: 64px;
    height: 64px;
    display: inline-block;
    margin: 0 10px 0 0; 
}
#investors {
    left: auto;
    right: 12px;
}
.subnav {
    background: #16C1E8;
    border-radius: 0 0 6px 6px;
    display: none;
    padding: 18px 34px;
    position: absolute;
    left: 12px;
    top: 100%;
    min-width: 307px;
    max-width: 307px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .subnav {
        display: none !important;
    }
}

.subnav-item {
    color: black;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
}
.subnav-item:hover {
    color: white;
}
.navbar > .container {
  position: relative; }

.navbar-header {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.menu-toggle {
  margin-left: auto; }

/*** Header End ***/
/*** Hero Start ***/
.hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 260px 0 100px;
  z-index: 2; }
  .hero .container {
    z-index: 3; }

.hero-news-single {
  padding: 190px 0 100px; }

.hero .decor-right {
  top: 10%;
  max-width: 25vh; }

.hero .decor-left {
  top: 10%;
  max-width: 35vh; }

.hero-contact .decor-left {
  max-width: 25vh; }

.hero-contact .decor-right {
  max-width: 20vh; }

.hero-terms-privacy .decor-left {
  max-width: 25vh; }

.hero-terms-privacy .decor-right {
  max-width: 20vh; }

#home {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  /* background-color: #152857; */
  height: 100vh;
  min-height: 730px;
  max-height: 1417px;
  overflow: hidden;
  z-index: 4;
  color: #fff; }
  #home .container {
	position: relative;
    pointer-events: none;
    z-index: 5; }

#page-404 {
  padding-top: 160px;
  padding-bottom: 160px; }

.parallax-mirror {
  pointer-events: none;
  background-color: #152857; }

/*** Hero End ***/
/*** Main Start ***/
#page-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: white; }

#bg-home-mask {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s;
  z-index: 2;
  margin-top: -10px; }

#Stone,
#Outer-1,
#Outer-2,
#Outer-3 {
  opacity: 0.2;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

#Stone {
  fill: rgba(80, 200, 237, 0);
  cursor: pointer; }

#Outer-Link path {
  opacity: 0; }

#Outer-Link:hover {
  cursor: pointer; }

#Stone:hover,
#Outer-Link:hover + path,
#Outer-Link:hover + path + path {
  opacity: 0.6; }

.block-dark {
  background-color: #152857;
  color: #fff;
  padding: 75px; }

.block-primary {
  background-color: #2692CD;
  color: white;
  padding: 75px; }

.block-light {
  background-color: #F5F5F7;
  padding: 75px; }

.block-white {
  background-color: #fff;
  padding: 0 75px; }

.tag {
  letter-spacing: 0.35em;
  font-size: 1.2em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400; }

.decor-left {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  max-width: 35vh; }

svg[id*=decor-left] path {
  fill-opacity: 0; }

svg[id*=decor-right] path {
  fill-opacity: 0; }

svg[class*=vivus] path {
  fill-opacity: 0; }

.done path {
  fill-opacity: 1 !important;
  -webkit-transition: fill-opacity .7s ease;
  transition: fill-opacity .7s ease; }

.decor-right {
  position: absolute;
  right: 0;
  top: 10%;
  display: block;
  max-width: 30vh; }

.animated.decor-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.animated.decor-bottom {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease; }

.loaded.decor-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.loaded.decor-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.loaded.decor-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.decor-bottom {
  display: block;
  width: 75%;
  margin: 50px auto 0;
  padding-bottom: 17%;
  background: url("../img/decor-bottom.svg") no-repeat center bottom;
  background-size: 100%; }

.dots-3 {
  position: relative;
  width: 15%;
  padding-bottom: 14%;
  margin: 0 auto; }
  .dots-3 > .dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 60%;
    background: url("../img/dot.svg") no-repeat center center;
    -webkit-animation: spin 1s linear infinite, move1 35s linear infinite;
            animation: spin 1s linear infinite, move1 35s linear infinite;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s; }
  .dots-3 > .dot:nth-of-type(2) {
    position: absolute;
    left: 65%;
    top: -10%;
    width: 40%;
    height: 40%;
    -webkit-animation: spin 2s linear infinite, move2 25s linear infinite;
            animation: spin 2s linear infinite, move2 25s linear infinite; }
  .dots-3 > .dot:nth-of-type(3) {
    position: absolute;
    left: 45%;
    top: 55%;
    width: 25%;
    height: 25%;
    -webkit-animation: spin 4s linear infinite, move3 60s linear infinite;
            animation: spin 4s linear infinite, move3 60s linear infinite; }
  .dots-3 > .dot.dot-gray {
    background-image: url("../img/dot-gray.svg"); }

.dot-animate {
  -webkit-animation: spin 6s linear infinite;
          animation: spin 6s linear infinite; }

@-webkit-keyframes dot-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes dot-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes move1 {
  50% {
    -webkit-transform: translate(40px, 20px);
            transform: translate(40px, 20px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes move1 {
  50% {
    -webkit-transform: translate(40px, 20px);
            transform: translate(40px, 20px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes move2 {
  50% {
    -webkit-transform: translate(60px, 10px);
            transform: translate(60px, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes move2 {
  50% {
    -webkit-transform: translate(60px, 10px);
            transform: translate(60px, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes move3 {
  50% {
    -webkit-transform: translate(-120px, -15px);
            transform: translate(-120px, -15px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes move3 {
  50% {
    -webkit-transform: translate(-120px, -15px);
            transform: translate(-120px, -15px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.dot-md {
  width: 11%;
  padding-bottom: 11%;
  margin-left: 20%;
  margin-top: 15%;
  background: url("../img/dot.svg") no-repeat center center;
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite; }

.dot-md.dot-gray {
  background-image: url("../img/dot-gray.svg"); }

.dot-lg {
  position: absolute;
  top: 50%;
  left: -17.5%;
  width: 14%;
  padding-bottom: 14%;
  background: url("../img/dot.svg") no-repeat center center; }

.dots-2 {
  position: absolute;
  bottom: -30%;
  left: 50%;
  width: 20%;
  padding-bottom: 19%;
  margin: 0 auto; }
  .dots-2 > .dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 60%;
    background: url("../img/dot.svg") no-repeat center center;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; }
  .dots-2 > .dot:nth-of-type(2) {
    position: absolute;
    left: 65%;
    top: 50%;
    width: 40%;
    height: 40%;
    -webkit-animation: spin 3.5s linear infinite;
            animation: spin 3.5s linear infinite; }

.organic-shape {
  position: relative;
  color: #fff;
  padding-bottom: 110%;
  width: 110%;
  min-width: 400px;
  min-height: 400px; }
  .organic-shape svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .organic-shape-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    width: 100%;
    padding: 15px 50px; }

.organic-shape-404 .organic-shape-content {
  padding-left: 20px;
  padding-top: 5px; }

#organic-shape-2 {
  margin-top: 5%; }
  #organic-shape-2 svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  #organic-shape-2 .organic-shape-content {
    padding-top: 25%; }

#organic-shape-3 {
  color: #152857;
  padding-bottom: 125%;
  width: 125%;
  max-height: 400px;
  max-width: 400px; }
  #organic-shape-3 svg {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  #organic-shape-3 .organic-shape-content {
    padding-right: 20%; }

.tab-content {
  margin: 0 50px; }

.edge-ai-wrapper {
  position: relative;
  padding-bottom: 56.25%; }

.edge-ai-people {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/edge-ai-people.svg") no-repeat center center;
  background-size: 100%;
  opacity: 0; }

.edge-ai-peptides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/edge-ai-peptides.svg") no-repeat center center;
  background-size: 100%;
  opacity: 0; }

.edge-ai-vials {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/edge-ai-vials.svg") no-repeat center center;
  background-size: 100%;
  opacity: 0; }

.edge-ai-imac {
  position: absolute;
  left: 50%;
  top: 54%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 22.5%;
  height: 22.5%;
  background: url("../img/edge-ai-imac.png") no-repeat center center;
  background-size: contain; }
  .edge-ai-imac svg {
    position: absolute;
    top: 0;
    left: 50.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 75%;
    height: 75%; }
  .edge-ai-imac [class*=col-] {
    opacity: 0; }
  .edge-ai-imac .dot-hidden {
    opacity: 0; }
  .edge-ai-imac [class*=col-] line {
    stroke: #73CFED;
    stroke-width: 4px; }

.edge-ai-silhouettes {
  opacity: 0; }

.edge-ai-silhouette {
  position: absolute;
  -webkit-transform: none;
          transform: none;
  width: 1.75%;
  height: 7%;
  background: url("../img/edge-ai-silhouette.svg") no-repeat center center;
  background-size: contain; }
  .edge-ai-silhouette:nth-child(1) {
    left: 38%;
    top: 31%; }
  .edge-ai-silhouette:nth-child(2) {
    left: 23%;
    top: 31%; }
  .edge-ai-silhouette:nth-child(3) {
    left: 53%;
    top: 17%; }
  .edge-ai-silhouette:nth-child(4) {
    left: 33%;
    top: 50%; }
  .edge-ai-silhouette:nth-child(5) {
    left: 40%;
    top: 65%; }
  .edge-ai-silhouette:nth-child(6) {
    left: 70%;
    top: 48%; }
  .edge-ai-silhouette:nth-child(7) {
    left: 62%;
    top: 14%; }
  .edge-ai-silhouette:nth-child(8) {
    left: 15%;
    top: 66%; }
  .edge-ai-silhouette:nth-child(9) {
    left: 76%;
    top: 28%; }
  .edge-ai-silhouette:nth-child(10) {
    left: 78%;
    top: 60%; }

.edge-ai-peptides-individual {
  opacity: 0; }

.edge-ai-peptide {
  position: absolute;
  -webkit-transform: none;
          transform: none;
  width: 7%;
  height: 7%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  .edge-ai-peptide:nth-child(1) {
    left: 11%;
    top: 38%;
    background-image: url("../img/peptides/1.svg"); }
  .edge-ai-peptide:nth-child(2) {
    left: 31%;
    top: 31%;
    background-image: url("../img/peptides/2.svg"); }
  .edge-ai-peptide:nth-child(3) {
    left: 64%;
    top: 17%;
    background-image: url("../img/peptides/3.svg"); }
  .edge-ai-peptide:nth-child(4) {
    left: 19%;
    top: 74%;
    background-image: url("../img/peptides/4.svg"); }
  .edge-ai-peptide:nth-child(5) {
    left: 75%;
    top: 70%;
    background-image: url("../img/peptides/5.svg"); }

.edge-ai-vials-individual {
  opacity: 0; }

.edge-ai-vial {
  position: absolute;
  -webkit-transform: none;
          transform: none;
  width: 1.85%;
  height: 11%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  .edge-ai-vial:nth-child(1) {
    left: 9%;
    top: 29%;
    background-image: url("../img/edge-ai-vial.svg"); }
  .edge-ai-vial:nth-child(2) {
    left: 23%;
    top: 12%;
    background-image: url("../img/edge-ai-vial.svg"); }
  .edge-ai-vial:nth-child(3) {
    left: 65%;
    top: 25%;
    background-image: url("../img/edge-ai-vial.svg"); }
  .edge-ai-vial:nth-child(4) {
    left: 25%;
    top: 90%;
    background-image: url("../img/edge-ai-vial.svg"); }
  .edge-ai-vial:nth-child(5) {
    left: 71%;
    top: 70%;
    background-image: url("../img/edge-ai-vial.svg"); }

.loaded .tab-pane.active .edge-ai-silhouette {
  -webkit-animation: edge-ai-silhouettes 1s ease forwards;
          animation: edge-ai-silhouettes 1s ease forwards; }

.loaded .tab-pane.active .edge-ai-silhouettes {
  -webkit-animation: fade-in 1s ease forwards .6s;
          animation: fade-in 1s ease forwards .6s; }

.loaded .tab-pane.active .edge-ai-peptides-individual {
  -webkit-animation: fade-in 1s ease forwards .6s;
          animation: fade-in 1s ease forwards .6s; }

.loaded .tab-pane.active .edge-ai-vials-individual {
  -webkit-animation: fade-in 1s ease forwards .6s;
          animation: fade-in 1s ease forwards .6s; }

.loaded .tab-pane.active .edge-ai-peptide {
  -webkit-animation: edge-ai-silhouettes 1s ease forwards;
          animation: edge-ai-silhouettes 1s ease forwards; }

.loaded .tab-pane.active .edge-ai-vial {
  -webkit-animation: edge-ai-silhouettes 1s ease forwards;
          animation: edge-ai-silhouettes 1s ease forwards; }

.loaded .tab-pane.active .edge-ai-people {
  -webkit-animation: fade-in 1s ease forwards .3s;
          animation: fade-in 1s ease forwards .3s; }

.loaded .tab-pane.active .edge-ai-peptides {
  -webkit-animation: fade-in 1s ease forwards .3s;
          animation: fade-in 1s ease forwards .3s; }

.loaded .tab-pane.active .edge-ai-vials {
  -webkit-animation: fade-in 1s ease forwards .3s;
          animation: fade-in 1s ease forwards .3s; }

.loaded .tab-pane.active #edge-ai-map .map-part {
  -webkit-animation: edge-ai-map 2s ease forwards .7s;
          animation: edge-ai-map 2s ease forwards .7s; }

.loaded .tab-pane.active #edge-ai-map .map-part img {
  -webkit-animation: edge-ai-map-img 2s ease forwards .35s;
          animation: edge-ai-map-img 2s ease forwards .35s; }

.loaded .tab-pane.active .edge-ai-imac [class*=col-] {
  -webkit-animation: fade-in 1s ease forwards;
          animation: fade-in 1s ease forwards; }

.loaded .tab-pane.active .edge-ai-imac .dot-hidden {
  -webkit-animation: fade-in 1s ease forwards;
          animation: fade-in 1s ease forwards; }

.tab-pane.active .edge-ai-silhouette:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

.tab-pane.active .edge-ai-silhouette:nth-child(2) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.tab-pane.active .edge-ai-silhouette:nth-child(3) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }

.tab-pane.active .edge-ai-silhouette:nth-child(4) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s; }

.tab-pane.active .edge-ai-silhouette:nth-child(5) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.tab-pane.active .edge-ai-silhouette:nth-child(6) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s; }

.tab-pane.active .edge-ai-silhouette:nth-child(7) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s; }

.tab-pane.active .edge-ai-silhouette:nth-child(8) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s; }

.tab-pane.active .edge-ai-silhouette:nth-child(9) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s; }

.tab-pane.active .edge-ai-silhouette:nth-child(10) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s; }

.tab-pane.active .edge-ai-peptide:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

.tab-pane.active .edge-ai-peptide:nth-child(2) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.tab-pane.active .edge-ai-peptide:nth-child(3) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }

.tab-pane.active .edge-ai-peptide:nth-child(4) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s; }

.tab-pane.active .edge-ai-peptide:nth-child(5) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.tab-pane.active .edge-ai-vial:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

.tab-pane.active .edge-ai-vial:nth-child(2) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.tab-pane.active .edge-ai-vial:nth-child(3) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }

.tab-pane.active .edge-ai-vial:nth-child(4) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s; }

.tab-pane.active .edge-ai-vial:nth-child(5) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.tab-pane.active .edge-ai-vial:nth-child(6) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s; }

@-webkit-keyframes edge-ai-map {
  to {
    -webkit-transform: translateY(var(--y)) translateX(var(--x));
            transform: translateY(var(--y)) translateX(var(--x));
    opacity: 0;
    top: 0;
    left: 0; } }

@keyframes edge-ai-map {
  to {
    -webkit-transform: translateY(var(--y)) translateX(var(--x));
            transform: translateY(var(--y)) translateX(var(--x));
    opacity: 0;
    top: 0;
    left: 0; } }

@-webkit-keyframes edge-ai-map-img {
  to {
    width: 45%; } }

@keyframes edge-ai-map-img {
  to {
    width: 45%; } }

@-webkit-keyframes edge-ai-silhouettes {
  to {
    left: calc(50% - 0.875%);
    top: calc(51% - 3.5%);
    opacity: 0; } }

@keyframes edge-ai-silhouettes {
  to {
    left: calc(50% - 0.875%);
    top: calc(51% - 3.5%);
    opacity: 0; } }

@-webkit-keyframes fade-in {
  to {
    opacity: 1; } }

@keyframes fade-in {
  to {
    opacity: 1; } }

.edge-ai-tabs {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  text-align: center; }
  .edge-ai-tabs li {
    display: inline-block;
    padding: 0 15px; }
  .edge-ai-tabs li a {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    color: #000000;
    font-family: "Montserrat", sans-serif; }
  .edge-ai-tabs li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
            transform: translateY(-50%) translateX(-50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #00B5E5;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 4; }
  .edge-ai-tabs li:not(.active) a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    background-color: rgba(220, 232, 242, 0.8);
    -webkit-animation: edge-ai-pulse 2s linear infinite;
            animation: edge-ai-pulse 2s linear infinite; }
  .edge-ai-tabs li a .tab-bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    background-color: #DCE8F2;
    z-index: 3; }
  .edge-ai-tabs li a span:first-child {
    font-weight: 700;
    display: block; }
  .edge-ai-tabs li a:hover:before,
  .edge-ai-tabs li.active a:before {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1); }
  .edge-ai-tabs li a > div {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 4; }

.edge-ai-tabs li:nth-child(1) a:after {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s; }

.edge-ai-tabs li:nth-child(2) a:after {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s; }

.edge-ai-tabs li:nth-child(3) a:after {
  -webkit-animation-delay: 0.99s;
          animation-delay: 0.99s; }

.edge-ai-tabs li:nth-child(4) a:after {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s; }

@-webkit-keyframes edge-ai-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes edge-ai-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

#tab-1 .people-random {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -50%;
  background-size: 7%, 7%;
  background-repeat: no-repeat, no-repeat;
  background-position: left 12.5% top 25%, right 12.5% top 10%;
  background-image: url("../img/people-random.svg"), url("../img/people-random2.svg");
  pointer-events: none; }

#tab-2 .peptides-random {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 12.5% top 25%;
  background-image: url("../img/peptides-random.svg");
  pointer-events: none; }

#tab-3 .vials-random {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -65%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 12.5% top 25%;
  background-image: url("../img/vials-random.svg");
  pointer-events: none; }

.cta {
  text-align: right;
  margin-right: 10%;
  position: relative; }
  .cta > a {
    position: relative;
    display: inline-block;
    padding-right: 20px; }
  .cta > a:hover {
    text-decoration: underline; }
  .cta > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 9px;
    height: 9px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }

#map {
  background-image: url("../img/map.svg");
  background-repeat: no-repeat;
  background-position: left -50px top;
  background-size: 800px;
  padding-top: 250px;
  min-height: 825px;
  text-align: center; }
  #map .cta {
    right: 0;
    margin-right: 0;
    margin-top: 100px;
    pointer-events: auto; }
  #map .container {
    pointer-events: none;
    padding: 0 15px; }

#team .decor-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 16%;
  padding-bottom: 47.15%; }

.member {
  position: relative; }

.member-caption {
  position: absolute;
  top: 66%;
  left: 32%;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: "Roboto", sans-serif; 
  max-width: 60%;
  font-size:  1em;
  background-color:  rgba(100,100,100,0.25);
  padding: 10px;
  border-radius: 10px;
  line-height: 1.5em;
}

.member-caption span {
  font-size:  1.3em;
}

/*
.slick-slide[data-slick-index="0"] .member-caption {
  top: 45% !important;
  left: 7% !important; }

.slick-slide[data-slick-index="1"] .member-caption {
  top: 45%;
  left: 10%; }

.slick-slide[data-slick-index="2"] .member-caption {
  top: 45%;
  left: 13%; }

.slick-slide[data-slick-index="3"] .member-caption {
  top: 45%;
  left: 8%; }

.slick-slide[data-slick-index="4"] .member-caption {
  top: 45%;
  left: 12%; }

.slick-slide[data-slick-index="5"] .member-caption {
  top: 45%;
  left: 8%; }

.slick-slide[data-slick-index="6"] .member-caption {
  top: 45%;
  left: 8%; }
*/

.slider-team-inner {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto; }
  .slider-team-inner .slick-slide {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 1s ease !important;
    transition: opacity 1s ease !important; }

.slider-team {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto; }

.slick-slide {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease !important;
  transition: opacity 1s ease, -webkit-transform 1s ease !important;
  transition: opacity 1s ease, transform 1s ease !important;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease !important; }

.slick-list {
  overflow: visible; }

.slick-slide.slick-active {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.slick-dots {
  bottom: -50px;
  z-index: 10; }

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px; }

.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 11px;
  height: 11px;
  background-color: #DCE8F2;
  border-radius: 100%; }

.slick-dots li button:before {
  display: none; }

.slick-dots li.slick-active button {
  background-color: #4479FC; }

.custom-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.9);
  color: #152857;
  border-radius: 4px;
  pointer-events: none;
  margin-top: 40px;
  margin-left: -15px;
  width: 100%;
  max-width: 240px;
  font-size: 0.875em;
  line-height: 1.77;
  z-index: 1001; }
  .custom-tooltip:before {
    content: "";
    position: absolute;
    left: 10px;
    top: -10px;
    border-bottom: 10px solid rgba(255, 255, 255, 0.9);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }

.location {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #51E4FC;
  border-radius: 100%; }
  .location:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    background-color: rgba(81, 228, 252, 0.4);
    border-radius: 100%;
    display: block; }
  .location:after {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px;
    -webkit-animation: pulse 1.5s ease infinite;
            animation: pulse 1.5s ease infinite;
    background-color: rgba(81, 228, 252, 0.2);
    border-radius: 100%;
    display: block; }
  .location-1 {
    top: 220px;
    left: 150px;
    -webkit-animation-delay: .3s;
            animation-delay: .3s; }
  .location-2 {
    top: 205px;
    left: 185px;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .location-3 {
    top: 190px;
    left: 560px;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s; }
  .location:hover {
    cursor: pointer; }

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(81, 228, 252, 0.1); }
  50% {
    box-shadow: 0 0 0 16px rgba(81, 228, 252, 0.1); }
  100% {
    box-shadow: 0 0 0 16px rgba(81, 228, 252, 0); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(81, 228, 252, 0.1); }
  50% {
    box-shadow: 0 0 0 16px rgba(81, 228, 252, 0.1); }
  100% {
    box-shadow: 0 0 0 16px rgba(81, 228, 252, 0); } }

.shadow-border {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  padding-bottom: 1%;
  background-image: url("../img/curve-shadow-border.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom; }

@-webkit-keyframes pulsar {
  0% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
    opacity: 0; }
  25% {
    opacity: .1; }
  50% {
    opacity: .3; }
  75% {
    opacity: .5; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes pulsar {
  0% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
    opacity: 0; }
  25% {
    opacity: .1; }
  50% {
    opacity: .3; }
  75% {
    opacity: .5; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

#home .info {
  position: absolute; }

#home .info button {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  z-index: 9;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

#home .info button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }

#home .info button img.info-popper {
  height: 60px; }

#home .pulsar {
  top: 50%;
  -webkit-animation: pulsar 3s ease-out;
          animation: pulsar 3s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 20px solid #FFF;
  border-radius: 50%;
  height: 165px;
  width: 165px;
  position: absolute;
  z-index: 2; }

#home .info-one {
  top: 45%;
  left: 17.5%; }

#home .info-one .pulsar {
  top: -53px;
  left: -53px; }

#home .info-two {
  top: 70%;
  left: 7%; }

#home .info-two .pulsar {
  top: -53px;
  left: -53px; }

#home .info-popup {
  position: absolute;
  left: 75px;
  top: 0;
  color: #152857;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px 15px;
  min-width: 320px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.88;
  font-weight: 500;
  font-size: 0.875em;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 101; }

#home .info-popup.info-open {
  opacity: 1;
  visibility: visible; }

.organic-shapes .organic-shape {
  width: 50%;
  padding-bottom: 50%;
  min-height: 0;
  min-width: 0;
  float: left; }

.organic-shapes .organic-shape:nth-child(2) {
  margin-top: 17%; }

.organic-shapes .organic-shape:nth-child(2) svg {
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg); }

.organic-shapes .organic-shape:nth-child(3) {
  margin-top: -15%;
  margin-left: 30px; }

.organic-shapes .organic-shape:nth-child(3) svg {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg); }

.organic-shapes .organic-shape-content {
  padding: 30px; }

.organic-shapes .organic-shape-content h4 {
  font-size: 2em;
  line-height: 1.22; }

.organic-shapes .dots-3 {
  position: absolute;
  left: 55%;
  top: 10%; }

.organic-shapes .dot-md {
  position: absolute;
  top: 70%;
  left: 40%;
  width: 8%;
  padding-bottom: 8%; }

.organic-shapes .dot-md:nth-of-type(2) {
  position: absolute;
  top: 80%;
  left: 80%;
  width: 4%;
  padding-bottom: 4%; }

.organic-shapes .dot-md:nth-of-type(3) {
  position: absolute;
  top: 60%;
  left: -30%;
  width: 4%;
  padding-bottom: 4%; }

.organic-shapes .dot-md:nth-of-type(4) {
  position: absolute;
  top: 0;
  left: 110%;
  width: 4%;
  padding-bottom: 4%; }

.no-padding {
  padding: 0 !important; }

.row-no-padding {
  margin: 0; }

.row-no-padding > div {
  padding: 0; }

.full-img-col {
  position: relative; }

.full-img {
  width: 100%;
  padding-bottom: 2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .full-img:nth-child(1), .full-img:nth-child(2), .full-img:nth-child(3), .full-img:nth-child(4) {
    z-index: 10; }

.fade-in {
  visibility: visible;
  opacity: 1; }

.slick-crossfade .slick-slide {
  -webkit-transform: none;
          transform: none; }

.border-round {
  padding-bottom: 25.80%;
  width: 100%;
  background: #ffffff url("../img/border-round.svg") no-repeat center top;
  background-size: 100% auto;
  margin-top: -15%; }

.border-round-invert {
  padding-bottom: 16.4%;
  width: 100%;
  background: url("../img/border-round-invert.svg") no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

#section-round-invert {
  margin-top: 100px;
  padding-bottom: 50px; }

.border-round-2 {
  padding-bottom: 25.80%;
  width: 100%;
  background: #ffffff url("../img/border-round-2.svg") no-repeat center top;
  background-size: 100% auto; }

.board-member {
  padding: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  margin: 10px -15px;
  font-size: 1.25em; }
  .board-member:hover {
    background-color: white; }

.about-people-bg {
  padding-bottom: 25%;
  margin: 0 -75px -50px;
  background: url("../img/about-people-bg.svg") no-repeat center top;
  background-size: contain; }

.team-section .dots-3 {
  position: absolute;
  top: 2%;
  left: 75%;
  width: 8%;
  padding-bottom: 7%; }

.team-section .dots-2 {
  position: absolute;
  bottom: -75%;
  left: 25%; }

.team-section .dot-md {
  position: absolute;
  top: -80%;
  left: -60%;
  width: 7%;
  padding-bottom: 7%; }

.team-section .col-sm-5:nth-of-type(1) .dot-md {
  top: -90%;
  left: 50%; }

.team-section .col-sm-offset-1:nth-of-type(1) .dot-md {
  top: -90%;
  left: -30%; }

.personalized-immunotherapy-quote {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.36; }

.block-dark .personalized-immunotherapy-quote {
  color: rgba(255, 255, 255, 0.5); }

#edge-ai-map {
  width: 700px;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 5vh; }
  #edge-ai-map .map-part {
    position: absolute; }
  #edge-ai-map .map-part img {
    width: 100%; }
  #edge-ai-map .map-1 {
    top: 0;
    left: 0; }
  #edge-ai-map .map-1 img {
    width: 125%; }
  #edge-ai-map .map-2 {
    top: 56%;
    left: 21%; }
  #edge-ai-map .map-3 {
    left: 40%;
    top: 0; }
  #edge-ai-map .map-3 img {
    width: 150%; }
  #edge-ai-map .map-4 {
    top: 45%;
    left: 38%; }
  #edge-ai-map .map-5 {
    top: 54%;
    left: 67%; }

#fingerprint {
  position: absolute;
  bottom: -20%;
  right: -5%;
  width: 35%;
  opacity: 0.2; }

.reset-pointer {
  pointer-events: auto; }

.locations-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  padding-bottom: 0 !important; }

.reveal {
  opacity: 1;
  visibility: visible; }

div[id*=loc-] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .7s ease;
  transition: all .7s ease; }

div[id*=loc-].show-location {
  opacity: 1;
  visibility: visible; }

.separator {
  position: relative;
  margin: 100px auto;
  padding-bottom: 0.4%;
  background: url("../img/separator.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

/*** Modal Start ***/
.modal-title {
  font-weight: 700;
  font-size: 1.5em; }

.modal-header {
  border-color: transparent;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom: 1px solid #ededed;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px; }

.modal-content {
  position: relative;
  background: #fff;
  box-shadow: 0 0 128px rgba(0, 0, 0, 0.1);
  border: 1px solid #ededed;
  max-width: 690px;
  width: 100%;
  margin: 80px auto; }
  .modal-content .team-member-info {
    margin-bottom: 25px; }
    .modal-content .team-member-info h6 {
      font-weight: 700;
      font-family: "Roboto", sans-serif; }
    .modal-content .team-member-info > span {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color: #2692CD; }
  .modal-content p {
    margin-bottom: 0; }
  .modal-content p + p {
    margin-top: 20px; }

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0); }

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.modal-dialog {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  margin: 0; }

.modal-cell {
  display: table-cell;
  vertical-align: middle; }

.modal {
  padding: 0;
  z-index: 1061; }

.modal-backdrop.in {
  opacity: 0.7;
  background: #fff;
  z-index: 1060; }

.modal-body {
  padding: 50px 30px;   
}

.modal-body .row .col-sm-12 {
  display: flex;
  flex-direction: column;
}

.modal-body .row .col-sm-12 img {
  margin: auto;
  margin-bottom: 25px;
}

.team-member-content {
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px; }

.team-member-content::-webkit-scrollbar {
  width: 6px; }

.team-member-content::-webkit-scrollbar-track {
  background-color: #DCE8F2;
  border-radius: 60px; }

.team-member-content::-webkit-scrollbar-thumb {
  background-color: #B6C8D1;
  border-radius: 60px; }

button.close,
.close {
  float: none;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  text-shadow: none;
  width: 24px;
  height: 24px;
  z-index: 101; }
  button.close:before,
  .close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    height: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #152857; }
  button.close:after,
  .close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    height: 100%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #152857; }
  button.close > span,
  .close > span {
    line-height: 1;
    display: inline-block; }
  button.close:hover,
  .close:hover {
    opacity: 1; }

/*** Modal End ***/
[data-toggle="modal"]:hover {
  cursor: pointer; }

.board-member {
  font-size: 1em;
  line-height: 1.5; }

.board-member > span {
  line-height: 1;
  display: inline-block;
  font-size: 1.25em;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.board-member:hover {
  color: #152857; }

.wrap-image {
  float: left;
  margin-right: 30px; }

.driven-leadership {
  position: relative;
  margin-top: 150px;
  background: url("../img/driven-leadership.jpg") no-repeat right top;
  background-size: cover;
  padding: 100px;
  min-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px; }
  .driven-leadership:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, transparent), color-stop(25%, transparent), color-stop(70%, rgba(0, 0, 0, 0.5)), color-stop(100%, black));
    background: -webkit-linear-gradient(45deg, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.5) 70%, black 100%);
    background: linear-gradient(45deg, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.5) 70%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    border-radius: 6px;
    opacity: 0.6; }
  .driven-leadership-content {
    color: #fff;
    max-width: 600px;
    margin-left: auto;
    margin-top: auto;
    position: relative;
    z-index: 3; }

.dots-3-leadership-1 {
  width: 20%;
  padding-bottom: 20%;
  left: -35%;
  top: 50px; }

.dots-leadership-2 > div {
  position: absolute; }

.dots-leadership-2 > div:nth-child(1) {
  left: -30%;
  top: 70%; }

.dots-leadership-2 > div:nth-child(2) {
  left: 0;
  top: 100%;
  width: 6%;
  padding-bottom: 6%; }

.dots-leadership-2 > div:nth-child(3) {
  left: 80%;
  top: 80%; }

.row-team {
  margin: 0 -2.5px; }
  .row-team > div {
    padding: 0 2.5px; }

.member-entry {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 5px; }
  .member-entry:hover {
    cursor: pointer; }
  .member-entry-blank {
    background-color: #f9f9fb; }
  .member-entry-caption {
    position: absolute;
    top: auto;
    bottom: 0;
    text-align: right;
    width: 100%;
    padding: 5%;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    z-index: 3; }
    .member-entry-caption p {
      margin-bottom: 0;
      margin-top: 5px; }
  .member-entry-blank .member-entry-caption {
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    text-align: left;
    color: #152857;
    padding: 15%; }
  .member-entry-photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .member-entry-action {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 4;
    border-bottom: 2px solid transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;     }
  .member-entry-action i {
    color: #fff;
    position: relative;
    top: -2px;
    margin-left: 4px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .member-entry:hover .member-entry-action {
    background-color: rgba(0,0,0,0.5); 
    padding:  5px;
    border-radius: 25px;    
  }
  .member-entry:hover .member-entry-action i {
    opacity: 1;
    -webkit-transition-delay: .4s;
            transition-delay: .4s; }
  /*
  .member-entry-action:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
  */
  .member-entry-action > span {
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    display: inline-block;
    overflow: hidden;
    height: 20px; }
  .member-entry .lettering > span > span > span {
    display: inline-block;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
  .member-entry:hover .lettering > span > span > span {
    -webkit-transform: none;
            transform: none; }
  .member-entry:hover .member-entry-action:before {
    width: 100%;
    -webkit-transition-delay: .4s;
            transition-delay: .4s; }

.timeline {
  position: relative;
  height: 170px; }
  .timeline-line {
	  position: relative;
    width: 100%;
    height: 3px;
    background-color: #f9f9fb;
    top: 0;
    left: 0; }
    .timeline-line:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #4479FC;
      z-index: 0; }
  .timeline-milestone-point {
    position: absolute;
    width: 32px;
    height: 32px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/dot.svg") no-repeat center center;
    background-size: 100% auto; }
    .timeline-milestone-point:hover {
      cursor: pointer; }
  .timeline-milestone-point:hover + .timeline-milestone-content {
    opacity: 1; }
  .timeline-milestone-content {
    position: absolute;
    padding: 25px;
    margin-top: 40px;
    box-shadow: 0 6px 48px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    min-width: 280px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin-left: -10px; }
.timeline-milestone:nth-child(2) .timeline-milestone-content {
	margin-top: 0;
}
    .timeline-milestone-content:before {
      content: "";
      position: absolute;
      display: none;
      top: -10px;
      left: 15px;
      width: 20px;
      height: 20px;
      background-color: #fff;
      box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.04);
      border-top-left-radius: 6px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .timeline-milestone-content h6 {
      margin-bottom: 10px;
      font-weight: 700; }
    .timeline-milestone-content p {
      font-size: 0.875em;
      margin-bottom: 0; }
  .timeline-milestone-top .timeline-milestone-content {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    margin-top: -40px; }
    .timeline-milestone-top .timeline-milestone-content:before {
      bottom: -10px;
      top: auto;
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg); }

.loaded .timeline-line:before {
	height: 100%;
}

.media-post-item + .media-post-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f9f9fb; }

.media-post-item p {
  margin-bottom: 0; }

.media-post-item-left {
  position: relative;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.media-post-item-title {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.35; }
  .media-post-item-title a {
    color: #152857;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
  .media-post-item-title a:hover {
    color: #4479FC; }

.media-post-item-left:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02); }

.media-post-item-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url("../img/play.svg") no-repeat 50% 50%;
  background-size: 64px 64px;
  width: 64px;
  height: 64px; }

.media-post-item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.media-post-item-meta {
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #4479FC; }

.media-pagination {
  margin-top: 30px; }
  .media-pagination .pagination {
    margin: 0 -2px; }
  .media-pagination .pagination > li {
    display: inline-block;
    margin: 0 2px; }
  .media-pagination .pagination > li > a,
  .media-pagination .pagination > li > span {
    position: relative;
    border: 0;
    border-radius: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.75em;
    background-color: #4479FC;
    color: #fff;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease; }
    .media-pagination .pagination > li > a:hover,
    .media-pagination .pagination > li > span:hover {
      background-color: #13add1; }
  .media-pagination .pagination a[aria-label="Next"] span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
            transform: rotate(45deg) translateX(-50%) translateY(-50%);
    margin-left: -4px;
    margin-top: 1px; }
  .media-pagination .pagination a[aria-label="Previous"] span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
            transform: rotate(-45deg) translateX(-50%) translateY(-50%);
    margin-left: 2px;
    margin-top: -3px; }

.upcoming-events {
  margin-top: 100px; }
  .upcoming-events:before, .upcoming-events:after {
    clear: both;
    display: table;
    content: ""; }
  .upcoming-events-entry {
    display: block;
    float: left;
    position: relative;
    width: calc(100% / 3);
    padding-bottom: calc(56.25 / 100 * 100% / 3); }
  .upcoming-events-entry-thumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .upcoming-events-entry-thumb:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: transparent;
      background: -webkit-gradient(left top, right bottom, color-stop(0%, transparent), color-stop(25%, transparent), color-stop(70%, rgba(0, 0, 0, 0.5)), color-stop(100%, black));
      background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.5) 70%, black 100%);
      background: -webkit-linear-gradient(315deg, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.5) 70%, black 100%);
      background: linear-gradient(135deg, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.5) 70%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
      pointer-events: none;
      opacity: 0.7;
      z-index: 2; }
  .upcoming-events-entry-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5%;
    color: #fff;
    z-index: 3;
    text-align: right; }
    .upcoming-events-entry-caption h5 {
      font-size: 1.5em;
      font-weight: 700; }
    .upcoming-events-entry-caption p {
      margin-bottom: 0; }
  .upcoming-events-entry-date {
    margin-top: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75em;
    display: inline-block;
    font-weight: 700; }
  .upcoming-events-entry-action {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 4;
    border-bottom: 2px solid transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75em; }
  .upcoming-events-entry-action i {
    color: #fff;
    position: relative;
    top: -7px;
    margin-left: 4px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .upcoming-events-entry:hover .upcoming-events-entry-action i {
    opacity: 1;
    -webkit-transition-delay: .4s;
            transition-delay: .4s; }
  .upcoming-events-entry-action:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
  .upcoming-events-entry-action > span {
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    display: inline-block;
    overflow: hidden;
    height: 20px; }
  .upcoming-events .lettering > span > span > span {
    display: inline-block;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
  .upcoming-events-entry:hover .lettering > span > span > span {
    -webkit-transform: none;
            transform: none; }
  .upcoming-events-entry:hover .upcoming-events-entry-action:before {
    width: 100%;
    -webkit-transition-delay: .4s;
            transition-delay: .4s; }

.item {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 0 0 auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-grid-column: span 2;
      grid-column: span 2;
  -webkit-tap-highlight-color: transparent; }
  .item .specificity-diagram {
    position: absolute;
    top: 50%;
    left: -25%;
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
    right: auto; }
    .item .specificity-diagram:before {
      top: 50%;
      right: -10px;
      left: auto;
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }

.item:nth-of-type(even) {
  margin: 0 auto 0 0; }
  .item:nth-of-type(even) .specificity-diagram {
    position: absolute;
    top: 50%;
    right: -25%;
    -webkit-transform: translateX(100%) translateY(-50%);
            transform: translateX(100%) translateY(-50%);
    left: auto; }
    .item:nth-of-type(even) .specificity-diagram:before {
      top: 50%;
      left: -10px;
      right: auto;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }

.item:first-of-type {
  -ms-grid-column: span 1;
      grid-column: span 1; }

.item__svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 350px;
  margin: 0 auto; }

.item__clippath,
.item__deco,
.item__img {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.item__meta {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px; }

.item__number {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2em 0 0 1em;
  letter-spacing: 0.5em;
  font-size: 0.75em; }

.item__specimen {
  font-size: 5em;
  vertical-align: text-bottom;
  letter-spacing: -0.025em;
  font-weight: 400;
  line-height: 1.5; }

.item__reference {
  font-size: 1.25em;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }

.item__title {
  font-size: 1.75em;
  font-weight: 700;
  width: 100%;
  margin: 80px 0 0 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: margin .3s ease;
  transition: margin .3s ease; }

.item:hover .item__title {
  margin-top: 0; }

.item__subtitle {
  font-size: 1.25em;
  font-weight: 400;
  margin: 0.5em 0 0;
  padding: 0 15px;
  max-width: 300px;
  text-align: center;
  opacity: 0;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6); }

.item__deco {
  fill: #DCE8F2; }

.dots-group > div {
  position: absolute; }

.dots-group > div:nth-child(1) {
  top: 35%;
  left: -15%; }
  .dots-group > div:nth-child(1) > div:nth-child(1) {
    left: 50%;
    top: 15%; }
  .dots-group > div:nth-child(1) > div:nth-child(2) {
    left: 90%;
    top: -20%; }
  .dots-group > div:nth-child(1) > div:nth-child(3) {
    left: 10%;
    top: -20%; }

.dots-group > div:nth-child(2) {
  top: 60%;
  left: 85%; }
  .dots-group > div:nth-child(2) > div:nth-child(1) {
    left: 70%;
    top: 35%; }
  .dots-group > div:nth-child(2) > div:nth-child(2) {
    left: 60%;
    top: -50%;
    background-image: url("../img/dot-gray.svg"); }
  .dots-group > div:nth-child(2) > div:nth-child(3) {
    left: 10%;
    top: 20%; }

.dots-group > div:nth-child(3) {
  top: 85%;
  left: -15%; }
  .dots-group > div:nth-child(3) > div:nth-child(1) {
    left: 20%;
    top: 25%;
    background-image: url("../img/dot-gray.svg"); }
  .dots-group > div:nth-child(3) > div:nth-child(2) {
    left: 70%;
    top: -10%; }
  .dots-group > div:nth-child(3) > div:nth-child(3) {
    left: 15%;
    top: -10%; }

.list {
  list-style: none;
  padding: 0;
  margin: 20px 0; }
  .list li {
    padding-left: 30px;
    background: url("../img/dot.svg") no-repeat left top 3px;
    background-size: 16px auto; }
  .list li + li {
    margin-top: 8px; }

.bg {
  padding-bottom: 35%; }

.candidate-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px; }
  .candidate-process-block {
    counter-increment: candidate-process;
    background-color: #f9f9fb;
    position: relative;
    border-radius: 100%;
    text-align: center;
    width: 320px;
    margin: 25px auto 10px;
    padding-bottom: 320px; }
  .candidate-process-block:before {
    content: counter(candidate-process);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: url("../img/step-blue.svg") no-repeat center center;
    background-size: 44px;
    color: #fff;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 44px;
    border-radius: 100%;
    font-weight: 700;
    font-size: 1.25em;
    font-family: "Roboto", sans-serif;
    z-index: 2; }
  .candidate-process-block-content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding: 50px 30px 30px; }
    .candidate-process-block-content p {
      font-size: 0.75em;
      line-height: 1.35;
      font-family: "Montserrat", sans-serif; }
    .candidate-process-block-content h4 {
      font-weight: 700;
      font-size: 1.25em;
      margin-bottom: 15px; }
  .candidate-process-block-icon {
    margin: 0 auto 10px;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none; }
    .candidate-process-block-icon img {
      display: inline-block;
      max-height: 100%;
      max-width: 100%; }

.news-post-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 45%; }
  .news-post-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    min-height: 100%;
    min-width: 100%;
    max-width: 100%; }

.news-post-meta {
  padding: 30px 0;
  float: left; }
  .news-post-meta-date {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #4479FC;
    font-size: 1.25em;
    display: block; }
  .news-post-meta-title {
    font-weight: 700;
    font-size: 2em;
    line-height: 1.35; }

.news-post-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }

.news-post-content {
  font-size: 1.25em; }
  .news-post-content p {
    margin-bottom: 0; }
  .news-post-content p + p {
    margin-top: 20px; }

.news-post-hr {
  border-width: 3px;
  margin: 30px 0;
  width: 30px;
  border-color: #4479FC; }

.news-post-actions {
  font-weight: 400;
  font-size: 1.25em; }
  .news-post-actions ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .news-post-actions ul li {
      display: inline-block;
      padding: 0 8px; }
  .news-post-actions .fa-facebook-f {
    color: #3b5998; }
  .news-post-actions .fa-twitter {
    color: #1da1f2; }

.avatar-holder {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff; }
  .avatar-holder img {
    display: block;
    max-width: 100%;
    width: 100%; }

#googleMap {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  z-index: 2; }

/*** Form Styling Start ***/
form .form-group {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.form-format {
  width: 100%;
  height: 46px;
  border-radius: 0;
  border: 0;
  border-right: 2px solid transparent;
  font-size: 0.875em; }

.form-error {
  border-color: #fe5858; }

*:focus {
  outline: 0; }

label {
  font-weight: 700;
  margin-bottom: 10px; }

.form-format::-webkit-input-placeholder {
  color: rgba(38, 53, 52, 0.8);
  font-weight: 400; }

.form-format::-moz-placeholder {
  color: rgba(38, 53, 52, 0.8);
  font-weight: 400; }

.form-format:-ms-input-placeholder {
  color: rgba(38, 53, 52, 0.8);
  font-weight: 400; }

.form-format::placeholder {
  color: rgba(38, 53, 52, 0.8);
  font-weight: 400; }

.form-format:focus::-webkit-input-placeholder {
  color: rgba(38, 53, 52, 0.4); }

.form-format:focus::-moz-placeholder {
  color: rgba(38, 53, 52, 0.4); }

.form-format:focus:-ms-input-placeholder {
  color: rgba(38, 53, 52, 0.4); }

.form-format:focus::placeholder {
  color: rgba(38, 53, 52, 0.4); }

textarea.form-format {
  height: auto;
  background: #e9edef;
  padding: 12px 16px; }

.req {
  color: #fe5858; }

/*** Form Styling End ***/
#page-404 .dots-2 {
  top: 50%;
  bottom: auto;
  left: 75%;
  width: 8%; }
  #page-404 .dots-2 > .dot:nth-of-type(2) {
    background-image: url("../img/dot-gray.svg"); }

#page-404 .dots-3 {
  position: absolute;
  top: 70%;
  bottom: auto;
  left: 25%;
  width: 8%; }
  #page-404 .dots-3 > .dot:nth-of-type(2) {
    background-image: url("../img/dot-gray.svg"); }

#page-404 .dot-lg {
  left: 15%;
  top: 30%;
  width: 8%;
  padding-bottom: 8%; }

.tumor-specificity {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: right;
  background-color: #152857;
  padding: 20px 20px;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(38, 53, 52, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }
  .tumor-specificity-legend {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    display: inline-block; }
  .tumor-specificity .graphic-wrapper {
    position: relative;
    overflow: hidden;
    width: 0;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    white-space: nowrap; }
  .tumor-specificity .graphic {
    background: url("../img/tumor-specificity.svg") no-repeat right center;
    background-position: center;
    background-size: 210px auto;
    width: 210px;
    height: 18px;
    display: inline-block; }

.career-block {
  float: left;
  width: 50%; }

.career-block-item {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
  background-color: #152857;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: inset 0 -240px 180px -160px rgba(0, 0, 0, 0.4); }

.career-block-small {
  float: left;
  width: 100%;
  padding-bottom: 75%; }

.career-block-big {
  width: 100%; }

.career-block-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 30px;
  color: #fff;
  z-index: 2; }

.career-block-inner h5 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 2.5em;
  font-family: "Roboto Slab", sans-serif; }

.career-block-info {
  position: absolute;
  bottom: 42%;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width:  50%;
  }

  .career-block-info-small {
    bottom: 35%;
  }

.career-block-info span {
  display: block; }

.career-block-location {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  font-weight: 600; }

.career-block-link {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important; }

.career-block-link.btn {
  font-size: 1em;
  padding: 12px 32px;
  font-family: "Roboto Slab", sans-serif; }

.career-block-location .ti {
  display: block;
  font-size: 32px;
  margin-bottom: 8px; }

.career-block-category {
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase; }

.positions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 30px 0; }

.positions li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.positions li a {
  text-align: center;
  padding: 12px 8px;
  display: block;
  font-size: 1.175em;
  border-top: 2px solid #152857;
  border-bottom: 2px solid #152857;
  color: #152857;
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }

.positions li.active a,
.positions li a:hover {
  background: #152857;
  color: #fff; }

.positions li:first-child a {
  border-left: 2px solid #152857;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.positions li:last-child a {
  border-right: 2px solid #152857;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.position-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .position-header .btn {
    padding: 12px 32px;
    font-size: 1em; }

.position-header h6 {
  font-size: 1.6em; }

.position-info p {
  font-size: 1.175em;
  margin-bottom: 0; }

.position-info p + p {
  margin-top: 20px; }

.position-info p + h6 {
  margin-top: 20px; }

.position-info h6 + p {
  margin-top: 20px; }

.position-info p + * {
  margin-top: 20px; }

.position-info ul {
  padding-left: 30px;
  font-size: 1.175em; }
  .position-info ul li + li {
    margin-top: 12px; }

.position-info a:hover {
  text-decoration: underline; }

/*
.job + .job {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ededed; } */

.panel {
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 0; }

.specificity-diagram {
  position: absolute;
  top: 50%;
  right: -25%;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #4479FC;
  background-color: #fff;
  width: 220px;
  z-index: 2; }
  .specificity-diagram:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #4479FC;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .specificity-diagram:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
            transform: translateX(-50%) translateY(-50%) translateZ(0);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #4479FC;
    border-radius: 8px; }

.specificity-diagram-label {
  display: inline-block;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }

.specificity-diagram-level-wrapper {
  position: relative;
  overflow: hidden;
  width: 0;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
  white-space: nowrap; }

.level-1 {
  width: 25%; }

.level-2 {
  width: 50%; }

.level-3 {
  width: 75%; }

.level-4 {
  width: 100%; }

.specificity-diagram-level {
  position: relative;
  background: url("../img/tumor-specificity.svg") no-repeat right center;
  background-position: center;
  background-size: 210px auto;
  width: 210px;
  height: 18px;
  display: inline-block; }

.specificity-diagram-level-shadow {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  height: 18px;
  background: url("../img/tumor-specificity-shadow.svg") no-repeat right center;
  background-position: center;
  background-size: 210px auto; }

.select-box-custom {
  position: relative;
  max-width: 300px;
  margin: 0 auto; }
  .select-box-custom input {
    display: none; }
  .select-box-custom .category {
    background-color: #2692CD;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #fff; }
  .select-box-custom-selected {
    position: relative;
    z-index: 11;
    border-radius: 40px;
    border: 2px solid #2692CD;
    color: #2692CD;
    background-color: #fff;
    padding: 12px 24px;
    font-weight: 600;
    letter-spacing: 0.04em;
    -webkit-transition: border-radius .3s ease;
    transition: border-radius .3s ease;
    cursor: pointer; }
  .select-box-custom-selected:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2692CD;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: border-radius .3s ease;
    transition: border-radius .3s ease; }
  .select-box-custom-dropdown {
    position: absolute;
    min-width: 100%;
    top: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 2px solid #2692CD;
    border-top: 0;
    max-height: 260px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0 0 24px 24px;
    z-index: 10; }
  .select-box-custom-dropdown li {
    display: block;
    padding: 8px 12px;
    font-size: 1em; }
  .select-box-custom-option {
    display: block;
    font-size: 0.875em;
    font-weight: 500;
    margin: -8px -12px;
    padding: 8px 12px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    color: #000; }
  .select-box-custom-option:hover {
    background-color: #f9f9fb; }
  .select-box-custom-dropdown li:not(:last-of-type) {
    border-bottom: 1px solid #ddd; }
  .select-box-custom.active .select-box-custom-dropdown {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible; }
  .select-box-custom.active .select-box-custom-selected {
    border-radius: 24px 24px 0 0; }
  .select-box-custom.active .select-box-custom-selected:after {
    border-top: 0;
    border-bottom: 5px solid #2692CD; }

.investors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto; }
  .investors > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% / 3);
            flex: 1 1 calc(100% / 3);
    padding: 30px; }
  .investors > div img {
    margin: 0 auto;
    max-width: 100%;
    display: block; }
  .investors-series {
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 1.175em;
    color: #2692CD;
    margin-bottom: 5px; }

.animated.fade-in {
  -webkit-transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px); }

.loaded.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.animated.fade-in + .animated.fade-in {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.pillar-no {
  color: #2492D0;
  font-size: 2.75em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

.caret-big {
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 120px;
  height: 120px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex > [class*=col-] {
    padding: 0; }

.flex .bg {
  padding: 0; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.bg {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-cover {
  background-size: cover; }

.bg-color {
  background-color: #2892CE;
  color: #fff; }

.text-wrap {
  padding: 50px;
  text-align: justify; }

.list-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-about li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
  .list-about li h6 {
    font-family: "Roboto Slab", sans-serif;
    line-height: 1.5;
    font-size: 1.25em; }
  .list-about li span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px; }
  .list-about li span img {
    max-height: 100px;
    max-width: 100px;
    display: inline-block; }

.gritstone-approach {
  margin: 100px 0 0; }

.dots-2.dots-gritstone-approach {
  top: 5%;
  bottom: auto;
  right: -15%;
  width: 7%;
  padding-bottom: 7%; }

.dot-lg.dots-gritstone-approach {
  top: auto;
  bottom: 60%;
  left: auto;
  right: 18%;
  width: 3%;
  padding-bottom: 3%;
  background-image: url("../img/dot-gray.svg"); }

.dots-2.dots-pipeline {
  top: 35%;
  bottom: auto;
  right: -5%;
  width: 7%;
  padding-bottom: 7%; }

.dots-about {
  position: absolute;
  width: 7%;
  padding-bottom: 7%;
  left: 15%;
  top: 5%;
  right: auto;
  bottom: auto; }

.crossfade-img:hover .crossfade-member-caption {
  opacity: 1; }

.crossfade-member-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(38, 146, 205, 0.6);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  z-index: 2; }
  .crossfade-member-caption h6 {
    font-weight: 700;
    margin-bottom: 4px; }
  .crossfade-member-caption p {
    font-family: "Montserrat", sans-serif;
    margin: 0; }
  .crossfade-member-caption > div {
    text-align: right;
    max-width: 300px;
    margin-left: auto;
    margin-top: auto;
    padding: 25px; }

/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transition: min-height .4s ease;
  transition: min-height .4s ease; }
  .flip-container .block-primary,
  .flip-container .block-dark {
    padding: 80px 15px; }

/* flip the pane when hovered */
.flip-container.active .back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0); }
.flip-container.active .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }


/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
	  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 0;
  left: 0;
  width: 100%; }

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.flipper .btn-wide {
  margin: 0 5px;
  min-width: 0; }

.tumor-specificity-wrapper {
  position: relative;
  text-align: center;
  margin-top: 30px; }
  .tumor-specificity-wrapper > span {
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.5em;
    font-family: "Roboto", sans-serif; }

.tumor-specificity-meter-wrapper {
  position: relative; }

.tumor-specificity-meter {
  border-bottom: 60px solid #373654;
  border-left-color: transparent;
  border-left-style: solid; }

.tumor-specificity-dash {
  position: absolute;
  background-color: #2692CD;
  height: 60px;
  width: 4px;
  display: block;
  top: 0;
  z-index: 2; }

.tumor-specificity-dash:nth-child(1) {
  left: 25%; }

.tumor-specificity-dash:nth-child(2) {
  left: 50%; }

.tumor-specificity-dash:nth-child(3) {
  left: 75%; }

.tumor-specificity-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 50px; }

.tumor-specificity-content {
  position: relative;
  width: 100%;
  padding: 0 15px; }
  .tumor-specificity-content:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 1px;
    background-color: #373654;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%); }
  .tumor-specificity-content > span {
    background: url("../img/step.svg") no-repeat center center;
    background-size: contain;
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: left;
    padding-left: 14px;
    display: inline-block; }
  .tumor-specificity-content h6 {
    font-size: 1.65em;
    line-height: 1.25;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600; }

.dismiss {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 101; }
  .dismiss:before, .dismiss:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: white; }
  .dismiss:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .dismiss:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.hr-dark {
  border-color: black;
  margin: 50px auto; }

#board .dot-md {
  margin-top: 0; }

#scientific-platform-1 {
  background-image: url("../img/scientific-platform1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.scientific-platform-label {
  letter-spacing: 0.2em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #2692CD;
  display: inline-block;
  margin-bottom: 15px; }

#edge-illustration {
  background: #f9f9fb; }

.two-in-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .two-in-one-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 600px;
    background-size: cover;
    background-position: center; }
  .two-in-one-inner {
    padding: 50px 30px; }

.table-pipeline {
  position: relative;
  display: table;
  width: 100%; }
  .table-pipeline-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .table-pipeline-header-th {
    background-color: #2692CD;
    color: white;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    padding: 24px 24px; }
  .table-pipeline-header-th:first-child {
    min-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0; }
  .table-pipeline-body-tr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
  .table-pipeline-body-td {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    height: 70px;
    background-color: white;
    text-transform: uppercase;
    text-align: center; }
  .table-pipeline-body-td:first-of-type {
    min-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0; }
  .table-pipeline-icon {
    width: 64px;
    max-height: 100%;
    display: block;
    padding: 15px;
    margin-right: 25px;
    background: #F8F8F9; }
    .table-pipeline-icon img {
      max-width: 100%;
      max-height: 44px; }

.table-pipeline-meter {
  position: relative;
  background: #4479FC;
  height: 100%; }
  .table-pipeline-meter:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    border-left: 12px solid #4479FC; }

.table-pipeline-body-tr:nth-child(1) .table-pipeline-meter {
  width: 74%; }

.table-pipeline-body-tr:nth-child(2) .table-pipeline-meter {
  width: 50.25%;
  background: #FF9831; }
  .table-pipeline-body-tr:nth-child(2) .table-pipeline-meter:before {
    border-left: 12px solid #FF9831; }

.table-pipeline-body-tr:nth-child(3) .table-pipeline-meter {
  width: 11%;
  background: #2692CD; }
  .table-pipeline-body-tr:nth-child(3) .table-pipeline-meter:before {
    border-left: 12px solid #2692CD; }

.table-pipeline-body-tr:nth-child(4) .table-pipeline-meter {
  width: 10%;
  background: #00CCCD; }
  .table-pipeline-body-tr:nth-child(4) .table-pipeline-meter:before {
    border-left: 12px solid #00CCCD; }

.dashes {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dashes > span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 2; }
  .dashes > span:nth-child(1) {
    min-width: 25%; }
  .dashes > span:last-child {
    border-right: 0; }

.table-pipeline-disclaimer {
  margin-left: 10%;
  margin-top: 30px;
  font-size: 1.25em;
  max-width: 1000px; }

#making-an-impact-pipeline {
  background-image: url("../img/bg-pipeline.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

.body-content {
  font-size: 1.25em; }
  .body-content p + p {
    margin-top: 20px; }
  .body-content p {
	margin-top: 20px;
    margin-bottom: 20px; }
  .body-content h6 + * {
    margin-top: 20px; }
  .body-content ul {
    list-style: none;
    padding: 0 0 0 40px;
    margin: 20px 0; }
    .body-content ul li {
      padding-left: 30px;
      background: url("../img/dot.svg") no-repeat left top 3px;
      background-size: 16px auto; }
    .body-content ul li + li {
      margin-top: 8px; }

.body-content-hr {
  border-width: 3px;
  margin: 30px 0;
  width: 30px;
  border-color: #4479FC; }

/*** Main End ***/
/*** Buttons Start ***/
.btn {
  position: relative;
  overflow: hidden;
  line-height: 1;
  padding: 14px 42px;
  border-radius: 60px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  text-transform: lowercase; }
  .btn-wide {
    min-width: 300px; }
  .btn.font-secondary {
    font-weight: 700; }
  .btn-shutter {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0); }
  .btn-shutter:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    z-index: -1;
    border-radius: 60px; }
  .btn-shutter:hover:before {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  .btn-primary:before {
    background: #4479FC; }
  .btn-primary, .btn-primary:focus {
    border: 0;
    color: #fff;
    background: #3866d9; }
  .btn-primary:hover, .btn-primary:active:focus {
    border: 0;
    color: #fff;
    background: #3866d9; }
  .btn-primary-invert, .btn-primary-invert:focus {
    border: 1px solid #3866d9;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
    background: transparent; }
  .btn-primary-invert:hover, .btn-primary-invert:active:focus {
    border: 0;
    color: #fff;
    background: #3866d9; }
  .btn-secondary:before {
    background-color: #152857; }
  .btn-secondary, .btn-secondary:focus {
    border: 0;
    color: #fff;
    background-color: #51706e; }
  .btn-secondary:hover, .btn-secondary:active:focus {
    border: 0;
    color: #fff;
    background-color: #51706e; }
  .btn-black.btn-shutter:before {
    background: #000000; }
  .btn-black.btn-shutter, .btn-black.btn-shutter:focus {
    border: 0;
    color: #fff;
    background-color: #4d4d4d; }
  .btn-black.btn-shutter:hover, .btn-black.btn-shutter:active:focus {
    border: 0;
    color: #fff;
    background-color: #4d4d4d; }
  .btn-black, .btn-black:focus {
    border: 0;
    color: #fff;
    background-color: #000000; }
  .btn-black:hover, .btn-black:active:focus {
    border: 0;
    color: #fff;
    background-color: #1a1a1a; }
  .btn-rectangle {
    padding: 18px 32px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 1.78em; }
  .btn-bubble {
    position: relative; }
  .btn-bubble > span {
    position: relative;
    z-index: 2; }
  .btn-bubble:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);
    border-radius: 100%;
    display: block;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    padding-bottom: 150%;
    width: 150%;
    z-index: 1; }
  .btn-bubble:hover:before {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1); }
  .btn-black.btn-bubble:before {
    background-color: #4479FC; }

/*** Buttons End ***/
/*** Misc Start ***/
.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 15px; }

.container-fluid {
  width: 100%; }

.front {
  z-index: 4; }

.page-content {
  padding: 100px 0; }

.page-content-sm {
  padding: 75px 0; }

.overflow-h {
  overflow: hidden; }

.relative {
  position: relative; }

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.valign > div {
  float: none; }

.valign {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap !important; }

.valign:before,
.valign:after {
  width: 0; }

.vh-100 {
  min-height: 100vh;
  height: 100vh; }

.vh-75 {
  min-height: 75vh;
  height: 75vh; }

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

.vh-25 {
  min-height: 25vh;
  height: 25vh; }

div[class].vh-100,
div[class].vh-75,
div[class].vh-50,
div[class].vh-25 {
  height: auto; }

section[class].vh-100,
section[class].vh-75,
section[class].vh-50,
section[class].vh-25 {
  height: auto; }

.bg-white {
  background-color: #ffffff; }

.bg-light {
  background-color: #F2F2F4; }

.bg-light-2 {
  background-color: #DCE8F2; }

.bg-dark {
  background-color: #152857;
  color: #fff; }

.inline-block {
  display: inline-block; }

*:focus {
  outline: 0 !important; }

.font-primary {
  font-family: "Roboto Slab", sans-serif; }

.font-secondary {
  font-family: "Montserrat", sans-serif; }

.pointer-disable {
  pointer-events: none; }

/*** Misc End ***/
/*** Footer Start ***/
footer {
  padding: 50px 0;
  background-color: #273534;
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }
  footer p {
    display: inline-block;
    vertical-align: bottom;
    margin: 0; }
  footer ul li {
    display: inline-block;
    padding: 0 5px; }

.copyright {
	color: white;
}

.footer-links {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  padding: 0;
  margin: 0 -5px; }

.footer-links li a {
  color: #ffffff; }
  .footer-links li a:hover {
    color: #5b89fc; }

.footer-social {
  padding: 0;
  margin: 15px -5px 0; }
  .footer-social li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 100%;
    color: #819e9d;
    background-color: #3c5251;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .footer-social li a:hover {
    background-color: #476160; }

.footer-social li a i {
    line-height: 30px;
}

/*** Footer End ***/

/*** Additions Start ***/

.body-format--about {
	font-size: 1.75em;
}

@media only screen and (max-width: 1200px) {
  .body-format--about {
    font-size: 1.275em;
  }
}

#about-team {
	width: 100%;
}

/*** Additions End ***/


.min-h-4 {
}

.slick-slide {
  height:  auto !important;
} 

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0,0.8) url(../img/top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999;

}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .3;

  &:hover {
    opacity: 1;
  }
}

.no-touch .cd-top:hover {
  background-color: $cerulean;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 20px;
    bottom: 20px;
  }
}

 .careers-apply{
  margin-top:  25px;
 }

 .job .modal ul {
  margin-bottom: 25px;
 }

#board .heading2 {
  z-index: 9;
  position: relative;
}

.about-neoantigens p {
  font-size: 1.275em;
}

.osc-neoantigen {
  font-size:  1.75em;
}

.osc-neoantigen .clr-white {
  color: #FF9831 !important;
}

@media only screen and (max-width: 1090px) {
  .osc1 {
    left: 45%;
  }

  .osc2 {
    left:  47%;
  }

  .osc1 .mb-25,
  .osc2 .mb-25 {
      margin-bottom: 15px !important;
  }
}


.job .position-header > a {
  cursor: pointer;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

.embed-border {
  border: 5px solid #00B5E5;
  box-sizing: border-box; /* prevents extra width from being added */
}


@media only screen and (min-width: 768px) {
  .video-section {
    padding: 0 10% 10% 10%;
  }
}

.page-template-about section.hero {
  padding-bottom: 10px;
}

/* New Video Content */
.video-content {
  /* background: #273534; */
  /* color: white; */
  margin-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.video-content .row {
  position: relative;
  z-index: 2;
}

.video-content h1 {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 20px;
  z-index: 2;
  position: relative;
}

.video-content .decor-bottom {
  /* display: block;
  width: 75%;
  margin: 50px auto 0;
  padding-bottom: 23%;
  background: url(../img/decor-bottom.svg) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  top: -52px;
  left: 12.5%;
  filter: grayscale(1) brightness(0.1);
  z-index: 1;
  opacity: 0.3;
  transform: rotate(180deg); */
  display: block;
  width: 100%;
  margin: 50px auto 0;
  padding-bottom: 23%;
  background: url(../img/decor-bottom.svg) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  top: -115px;
  left: 0;
  /* filter: grayscale(1) brightness(0.1); */
  z-index: 1;
  opacity: 0.3;
  transform: 0;
  padding-bottom: 313px;
}
.wistia_responsive_padding {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 930px) {
  .video-content .decor-bottom {
    padding-bottom: 384px;
  }
}
@media screen and (max-width: 887px) {
  .video-content .decor-bottom {
    padding-bottom: 384px;
  }
}
@media screen and (max-width: 768px) {
  .video-content .decor-bottom {
    padding-bottom: 257px;
  }
}
#ot-sdk-btn.ot-sdk-show-settings.btn {
  border-color: #3c5251;
  background: #3c5251;
  color: white;
  font-size: 0.8em;
}
#ot-sdk-btn.ot-sdk-show-settings.btn:hover {
  border-color: #3c5251;
  background: #3c5251;
}

/* Orrbitt Additions */
#granite {
    position: relative;
}

.page-template-our-pipeline .hero {
  padding-bottom: 0;
}
