/* Fonts 
Bryant Regular
font-family: bryant-web, sans-serif;
font-weight: 400;
Bryant Bold
font-weight: 700;

varela-round-regular - latin 400 

font-family: "'arial-nova'", sans-serif;
font-weight: 700;
font-style: normal;

font-family: 'arial-nova', sans-serif;
font-weight: 400;
font-style: normal;

*/
:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1140;
  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}

@media screen and (min-width: 1140px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}
:root {
  --f-0-min: 12;
  --f-0-max: 16;
  --step-0: calc(((var(--f-0-min) / 16) * 1rem) + (var(--f-0-max) - var(--f-0-min)) * var(--fluid-bp));
  --f-1-min: 12;
  --f-1-max: 14;
  --step-1: calc(((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) * var(--fluid-bp));
  --f-1a-min: 16;
  --f-1a-max: 24;
  --step-1a: calc(((var(--f-1a-min) / 16) * 1rem) + (var(--f-1a-max) - var(--f-1a-min)) * var(--fluid-bp));
  --f-2-min: 32;
  --f-2-max: 42;
  --step-2: calc(((var(--f-2-min) / 16) * 1rem) + (var(--f-2-max) - var(--f-2-min)) * var(--fluid-bp));
  --f-3-min: 36;
  --f-3-max: 50;
  --step-3: calc(((var(--f-3-min) / 16) * 1rem) + (var(--f-3-max) - var(--f-3-min)) * var(--fluid-bp));
}

/* varela-round-regular - latin */
@font-face {
  font-family: "arial-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "arial-nova", sans-serif;
  color: #000;
  overscroll-behavior: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;
  font-size: var(--step-0);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1 {
  font-size: var(--step-3);
  line-height: 42px;
  font-weight: 700;
}

h2 {
  font-size: var(--step-2);
  line-height: 42px;
  font-weight: 700;
}

h3 {
  font-size: var(--step-1);
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

h4 {
  font-size: var(--step-1);
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

p {
  font-size: var(--step-0);
  line-height: 24px;
  font-size: var(--step-0);
}

strong {
  font-weight: 700;
}

.kicker {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.mobileonly {
  display: none;
}
@media (max-width: 767px) {
  .mobileonly {
    display: block;
  }
}

.desktoponly {
  display: inline;
}
@media (max-width: 767px) {
  .desktoponly {
    display: none;
  }
}

.fixe {
  text-transform: none;
}
.fixe a {
  text-transform: none;
}

.headerwrap {
  /*desktop menu*/
  position: absolute;
  /*fixed for sticky*/
  /*height: 132px;*/
  top: 0px;
  z-index: 100000;
  padding: 0;
  width: 100vw;
}
@media (max-width: 767px) {
  .headerwrap {
    background-color: rgb(255, 255, 255);
  }
}
.headerwrap .bg-image {
  background: rgba(255, 255, 255, 0.1);
  filter: blur(3px);
  -webkit-filter: blur(3px);
  backdrop-filter: blur(3px);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.headerwrap .header {
  min-height: 64px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100000;
  padding: 1rem 15px;
  will-change: transform;
  max-width: 1440px;
  margin: 1rem auto;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .headerwrap .header {
    display: none;
  }
}
.headerwrap .header .mainmenu {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  margin: 0;
}
.headerwrap .header .mainmenu li {
  list-style: none;
  padding: 1rem 1rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.headerwrap .header .mainmenu li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease;
}
.headerwrap .header .mainmenu li a:hover {
  color: #00baf2;
}
.headerwrap #content {
  padding: 0rem;
  overflow: visible;
  width: 100%;
}

/*mobile menu*/
.site--header {
  display: none;
}
@media (max-width: 767px) {
  .site--header {
    min-height: 100px;
    border-bottom: 1px solid rgba(82, 185, 233, 0.3);
    position: relative;
    display: flex;
  }
}
.site--header .site--container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
@media (max-width: 1280px) {
  .site--header .site--container {
    max-width: 1140px;
  }
}
.site--header .site--container .mobile-toggle span {
  width: 30px;
  height: 4px;
  background: #000000;
  transition: 0.4s ease-in-out;
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .site--header .site--container .mobile-toggle span {
    width: 30px;
    height: 4px;
    background: #000000;
    transition: 0.4s ease-in-out;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 4px;
  }
}
.site--header .site--container .mobile-toggle span:nth-child(2) {
  width: 20px;
}
.site--header .site--container .mobile-toggle span:nth-child(3) {
  width: 25px;
}
.site--header .site--container .mobile-toggle .left--triangle,
.site--header .site--container .mobile-toggle .right--triangle {
  height: 70px;
}
.site--header .site--container .mobile-toggle.active {
  transform: rotate(45deg);
}
.site--header .site--container .mobile-toggle.active span:nth-child(1) {
  transform: translate(0px, 9px);
  width: 30px;
}
.site--header .site--container .mobile-toggle.active span:nth-child(2) {
  display: none;
}
.site--header .site--container .mobile-toggle.active span:nth-child(3) {
  transform: rotate(90deg);
  width: 30px;
}
.site--header .site--container .header--main_menu {
  position: fixed;
  right: 0;
  left: 0;
  top: 100px;
  z-index: 9999;
  background-image: url(neucore/bkgd-gradient.jpg);
  padding: 20px 0px;
  display: none;
  width: 100%;
  height: calc(100% - 100px);
  background-size: cover;
  background-position: bottom;
}
.site--header .site--container .header--main_menu.active-menu {
  display: flex;
}
.site--header .site--container .header--main_menu ul {
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  font-size: var(--step-2);
  justify-content: center;
  height: 100%;
}
.site--header .site--container .header--main_menu ul li {
  padding: 2rem;
}
.site--header .site--container .header--main_menu ul li a {
  font-size: var(--step-2);
  text-decoration: none;
  color: #516aea;
  padding: 2rem;
  transition: all 0.5s ease;
}
.site--header .site--container .header--main_menu ul li a:hover {
  color: #72b2b7;
}
.site--header .site--container html.overflow-hidden {
  overflow: hidden;
}
.site--header .site--container .items-center {
  align-items: center;
}
.site--header .site--container .items-end {
  align-items: flex-end;
}
.site--header .site--container .flex {
  display: flex;
  flex-wrap: wrap;
}
.site--header .site--container .flex .header--left {
  width: 80%;
}
@media (max-width: 991px) {
  .site--header .site--container .flex .header--left {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .site--header .site--container .flex .header--left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site--header .site--container .flex .header--right {
  width: 20%;
}
@media (max-width: 991px) {
  .site--header .site--container .flex .header--right {
    width: 15%;
  }
}
.site--header .site--container .flex .header--right .header--btn a {
  background-color: var(--light-blue);
  color: var(--white);
  padding: 10px 25px;
  border-radius: 23.5px;
  box-shadow: 0px 0px 12px rgba(32, 57, 111, 0.3);
}

/*hero video*/
.vimeo-wrapper {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1;
  overflow: hidden !important;
  height: 100%;
  position: absolute;
}
.vimeo-wrapper::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  content: " ";
  /* lighter version
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.845909310990021) 61%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.845909310990021) 61%, rgba(255, 255, 255, 1) 100%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.845909310990021) 61%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  */
  /* darker version */
  background: -moz-linear-gradient(-25deg, rgba(0, 0, 0, 0.9) 20%, rgba(50, 52, 86, 0.9) 40%, rgba(88, 91, 151, 0.5) 60%, rgba(94, 111, 161, 0.5) 80%, rgba(104, 149, 179, 0.5) 90%, rgba(102, 203, 223, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-25deg, rgba(0, 0, 0, 0.9) 20%, rgba(50, 52, 86, 0.9) 40%, rgba(88, 91, 151, 0.5) 60%, rgba(94, 111, 161, 0.5) 80%, rgba(104, 149, 179, 0.5) 90%, rgba(102, 203, 223, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(165deg, rgba(0, 0, 0, 0.9) 20%, rgba(50, 52, 86, 0.9) 40%, rgba(88, 91, 151, 0.5) 60%, rgba(94, 111, 161, 0.5) 80%, rgba(104, 149, 179, 0.5) 90%, rgba(102, 203, 223, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#8066cbdf", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.vimeo-wrapper iframe {
  /*width: 100vw !important;
  height: 56.25vw !important;
  top: 50% !important;
  */
  width: 1400vw !important;
  height: 80.25vw !important;
  top: 40% !important;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .vimeo-wrapper iframe {
    top: 50% !important;
    min-height: 150vh;
  }
}

.image-fit {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

section.container {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  margin: 0 auto;
  padding: 20vh 10vw 20vh;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  /*news*/
  /*contact*/
  /*footer*/
}
@media (max-width: 767px) {
  section.container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
section.container.intro {
  background: url(neucore/herovideo.jpg) 0 0 no-repeat;
  background-size: cover;
  display: block;
  min-height: calc(100vh - 50px);
  height: auto;
  overflow: hidden;
}
section.container.intro .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  position: relative;
  height: calc(60vh - 20px);
  width: 50vw;
  margin: auto;
}
@media (max-width: 767px) {
  section.container.intro .content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 100px;
    width: 100%;
  }
}
section.container.intro .content h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  will-change: transform, filter;
}
section.container.intro .content svg {
  will-change: transform, filter;
}
@media (max-width: 767px) {
  section.container.intro .content .flex-gap {
    flex-basis: 100%;
  }
}
section.container.intro .content .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  will-change: transform, filter;
}
@media (max-width: 767px) {
  section.container.intro .content .text-container {
    flex-basis: 100%;
  }
}
section.container.intro .content .text-container p {
  font-size: 18px;
}
section.container.strategy {
  background: transparent linear-gradient(45deg, #627b9c, #7eafa7);
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 10vh 10vw 10vh;
}
@media (max-width: 767px) {
  section.container.strategy {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*height: auto;*/
    height: 200vh;
  }
}
section.container.strategy .background {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url(neucore/bkgd-01.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  section.container.strategy .background {
    margin: 0 -10%;
    width: 110%;
    height: 230vh;
  }
}
section.container.strategy .background svg {
  opacity: 0.2;
}
section.container.strategy .background svg #teal-dots path {
  fill: none;
  stroke: #aaa;
  stroke-width: 20px;
}
section.container.strategy .content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 80vh;
}
section.container.strategy .content .part1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  will-change: transform, filter;
}
@media (max-width: 767px) {
  section.container.strategy .content .part1 {
    flex-direction: column;
  }
}
section.container.strategy .content .part1 h2 {
  flex-basis: 100%;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media (min-width: 767px) and (max-width: 1366px) {
  section.container.strategy .content .part1 h2 {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  section.container.strategy .content .part1 h2 {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
}
section.container.strategy .content .part1 .flex-gap {
  flex: 6%;
}
section.container.strategy .content .part1 .text-container {
  flex-basis: 33%;
}
section.container.strategy .content .part1 .text-container h3 {
  color: #262382;
}
section.container.strategy .content .science-container {
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 10vw;
  will-change: transform, filter;
}
@media (max-width: 767px) {
  section.container.strategy .content .science-container {
    margin: 24px auto;
    flex-direction: column;
    row-gap: 24px;
  }
}
section.container.strategy .content .science-container .science-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-basis: 50%;
}
@media (max-width: 767px) {
  section.container.strategy .content .science-container .science-card {
    flex-basis: 100%;
  }
}
section.container.strategy .content .science-container .science-card .icon-bkgd {
  background: url(neucore/circleplate.svg) center center no-repeat;
  background-size: contain;
  padding: 1rem;
}
section.container.strategy .content .science-container .science-card .icon-bkgd img {
  max-height: 64px;
}
section.container.strategy .content .science-container .science-card h4 {
  color: #262382;
  margin-top: 1rem;
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 1rem;
}
section.container.strategy .content .close {
  width: 100%;
  will-change: transform, filter;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  /* for Safari support */
  text-align: center;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: normal;
  padding: 2rem;
}
section.container.strategy .content .close span {
  font-weight: bold;
}
@media (max-width: 767px) {
  section.container.strategy .content .close {
    width: 100%;
  }
}
section.container.strategy .content .close span {
  color: #262382;
}
section.container.exosomes {
  background: transparent linear-gradient(45deg, #627b9c, #7eafa7);
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 10vh 10vw 10vh;
}
@media (max-width: 767px) {
  section.container.exosomes {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*height: auto;*/
    height: 200vh;
  }
}
section.container.exosomes .background {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url(neucore/bkgd-exosomes.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  section.container.exosomes .background {
    margin: 0 -10%;
    width: 110%;
    height: 230vh;
  }
}
section.container.exosomes .background svg {
  opacity: 0.2;
}
section.container.exosomes .background svg #teal-dots path {
  fill: none;
  stroke: #aaa;
  stroke-width: 20px;
}
section.container.exosomes .content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 80vh;
}
section.container.exosomes .content .part1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: flex-start;
  gap: 6%;
  justify-content: center;
  will-change: transform, filter;
}
@media (max-width: 767px) {
  section.container.exosomes .content .part1 {
    flex-direction: column;
  }
}
section.container.exosomes .content .part1 h2 {
  flex-basis: 100%;
  text-align: center;
  width: 100%;
}
@media (min-width: 767px) and (max-width: 1366px) {
  section.container.exosomes .content .part1 h2 {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  section.container.exosomes .content .part1 h2 {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
}
section.container.exosomes .content .part1 .text-container {
  flex-basis: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
section.container.exosomes .content .part1 .text-container h3 {
  color: #262382;
}
section.container.exosomes .content .part1 .text-container p {
  font-size: 1.4em;
  line-height: 1.3;
}
section.container.exosomes .content .science-container {
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 10vw;
  will-change: transform, filter;
}
@media (max-width: 767px) {
  section.container.exosomes .content .science-container {
    margin: 24px auto;
    flex-direction: column;
    row-gap: 24px;
  }
}
section.container.exosomes .content .science-container .science-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-basis: 50%;
  gap: 16px;
}
@media (max-width: 767px) {
  section.container.exosomes .content .science-container .science-card {
    flex-basis: 100%;
  }
}
section.container.exosomes .content .science-container .science-card .icon-bkgd {
  background: url(neucore/circleplate.svg) center center no-repeat;
  background-size: contain;
  padding: 1rem;
}
section.container.exosomes .content .science-container .science-card .icon-bkgd img {
  max-height: 64px;
}
section.container.exosomes .content .science-container .science-card h4 {
  color: #262382;
  margin-top: 1rem;
}
section.container.exosomes .content .science-container .science-card p {
  line-height: 1.3;
}
section.container.exosomes .content .close {
  width: 100%;
  text-align: center;
  will-change: transform, filter;
  font-size: 1rem;
}
@media (min-width: 767px) and (max-width: 1366px) {
  section.container.exosomes .content .close {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  section.container.exosomes .content .close {
    width: 100%;
  }
}
section.container.exosomes .content .close span {
  color: #262382;
}
section.container.team {
  /*background: rgb(122, 245, 201);
  background: -moz-linear-gradient(45deg, rgba(122, 245, 201, 0.5) 0%, rgba(116, 222, 205, 0.5) 35%, rgba(186, 240, 255, 0.4967030757615546) 73%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(122, 245, 201, 0.5) 0%, rgba(116, 222, 205, 0.5) 35%, rgba(186, 240, 255, 0.4967030757615546) 73%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(45deg, rgba(122, 245, 201, 0.5) 0%, rgba(116, 222, 205, 0.5) 35%, rgba(186, 240, 255, 0.4967030757615546) 73%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7af5c9", endColorstr="#ffffff", GradientType=1);*/
  background: -moz-linear-gradient(-90deg, #585b97 0%, #6895b3 50%, #66cbdf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-90deg, #585b97 0%, #6895b3 50%, #66cbdf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #585b97 0%, #6895b3 50%, #66cbdf 100%);
  background-size: 200% 100%;
  animation: gradient 8s linear infinite;
  animation-direction: alternate;
}
@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
section.container.team .content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  section.container.team .content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
section.container.team .content .part1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  section.container.team .content .part1 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
section.container.team .content .part1 h2 {
  margin-top: 0;
  /*flex-basis: 60%;*/
  text-align: center;
}
@media (max-width: 767px) {
  section.container.team .content .part1 h2 {
    flex-basis: 100%;
  }
}
section.container.team .content .part1 .flex-gap {
  flex-basis: 6%;
}
section.container.team .content .part1 .text-container {
  flex-basis: 33%;
}
@media (max-width: 767px) {
  section.container.team .content .part1 .text-container {
    flex-basis: 100%;
    width: 100%;
  }
}
section.container.team .content .part1 .text-container h3 {
  color: #4a45e8;
}
section.container.team .content .tab-trigger {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  section.container.team .content .tab-trigger {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
  }
}
section.container.team .content .tab-trigger h3 {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
section.container.team .content .tab-trigger h3 a {
  border-bottom: 12px solid transparent;
  text-decoration: none;
  color: #72b2b7;
  display: block;
  opacity: 0.8;
  transition: all 0.5s ease;
}
section.container.team .content .tab-trigger h3 a.active {
  color: #516aea;
  opacity: 1;
}
@media (max-width: 767px) {
  section.container.team .content .card-container {
    width: 100%;
  }
}
section.container.team .content .card-container .tab {
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  section.container.team .content .card-container .tab {
    column-gap: 8px;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.container.team .content .card-container .tab {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
section.container.team .content .card-container .tab[hidden] {
  display: none !important;
}
section.container.team .content .card-container .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin-top: 1rem;
  width: 20%;
  /*arc*/
}
@media (max-width: 1023px) {
  section.container.team .content .card-container .card {
    width: 100%;
  }
}
section.container.team .content .card-container .card img {
  border-radius: 50%;
}
section.container.team .content .card-container .card .arc {
  margin: auto;
  max-width: 300px;
  width: auto;
  height: auto;
  padding: 10%;
  background-image: url("/neucore/img-circlearc.svg");
  background-size: 99% 99%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.container.team .content .card-container .card .arc {
    padding: 5%;
    max-width: auto;
  }
}
section.container.team .content .card-container .card .arc img {
  max-width: 100%;
  border-radius: 50%;
  height: auto;
}
section.container.team .content .card-container .card h4 {
  color: #000000;
  margin-top: 1em;
}
@media (max-width: 767px) {
  section.container.team .content .card-container .card h4 {
    font-size: var(--step-1a);
  }
}
section.container.team .content .card-container .card p {
  max-width: 258px;
}
@media (max-width: 767px) {
  section.container.team .content .card-container .card p {
    font-size: var(--step-1a);
  }
}
section.container.team .content .bar {
  height: 12px;
  content: " ";
  display: block;
  --g: #000, #0000 1deg 179deg, #000 180deg;
  --mask:
      conic-gradient(from -135deg at top 12px left 12px, var(--g)) 0 0 /51% 100% no-repeat,
      conic-gradient(from -45deg at top 12px right 12px, var(--g)) 100% 0 /51% 51% no-repeat,
      conic-gradient(from 45deg at bottom 12px right 12px, var(--g)) 100% 100%/51% 51% no-repeat;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: rgb(119, 181, 186);
  background: -moz-linear-gradient(45deg, rgb(119, 181, 186) 0%, rgb(81, 110, 174) 100%);
  background: -webkit-linear-gradient(45deg, rgb(119, 181, 186) 0%, rgb(81, 110, 174) 100%);
  background: linear-gradient(45deg, rgb(119, 181, 186) 0%, rgb(81, 110, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77b5ba", endColorstr="#516eae", GradientType=1);
}
section.container.team .content .close {
  display: flex;
  flex-direction: row;
  padding-top: 10vh;
}
@media (max-width: 767px) {
  section.container.team .content .close {
    flex-direction: column;
  }
}
section.container.team .content .close .bar {
  width: 50%;
}
@media (max-width: 767px) {
  section.container.team .content .close .bar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.container.team .content .close h2 {
    margin-top: 1rem;
  }
}
section.container.team .content .close h3 {
  color: #72b2b7;
}
@media (max-width: 767px) {
  section.container.team .content .close h3 {
    margin-top: 1rem;
    text-align: center;
  }
}
section.container.team .content .close .logos {
  display: flex;
  flex-direction: row;
  column-gap: 32px;
}
section.container.team .content .close .logos img {
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  section.container.team .content .close {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
section.container.news {
  background: url(neucore/bkgd-news2.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position-y: 40%;
  background-position-x: center;
  min-height: 50vh;
  /*content*/
}
section.container.news .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /*part1*/
  /*part2*/
}
@media (max-width: 767px) {
  section.container.news .content {
    flex-direction: column;
    justify-content: center;
  }
}
section.container.news .content .part1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-basis: 100%;
  /*text-container*/
}
@media (max-width: 767px) {
  section.container.news .content .part1 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-basis: 100%;
  }
}
section.container.news .content .part1 h2 {
  /*flex-basis: 60%;*/
  text-align: center;
}
@media (max-width: 767px) {
  section.container.news .content .part1 h2 {
    flex-basis: 100%;
  }
}
section.container.news .content .part1 .flex-gap {
  flex-basis: 6%;
}
@media (max-width: 767px) {
  section.container.news .content .part1 .flex-gap {
    flex-basis: 0%;
  }
}
section.container.news .content .part1 .text-container {
  flex-basis: 33%;
  /*newsitem*/
}
@media (max-width: 767px) {
  section.container.news .content .part1 .text-container {
    flex-basis: 100%;
  }
}
section.container.news .content .part1 .text-container a.newsitem {
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  margin-top: 1rem;
  padding-right: 2rem;
}
section.container.news .content .part1 .text-container a.newsitem .bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.5s ease;
}
section.container.news .content .part1 .text-container a.newsitem::after {
  width: 16px;
  height: 16px;
  background: url(neucore/chevron-left.svg) 0 0 no-repeat;
  content: " ";
  background-size: contain;
  display: block;
  position: absolute;
  right: 1rem;
  transition: all 0.5s ease;
}
section.container.news .content .part1 .text-container a.newsitem:hover p,
section.container.news .content .part1 .text-container a.newsitem:hover h3 {
  color: #00baf2;
}
section.container.news .content .part1 .text-container a.newsitem:hover::after {
  right: 0rem;
}
section.container.news .content .part1 .text-container a.newsitem span {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}
section.container.news .content .part1 .text-container a.newsitem span p {
  color: #262382;
}
section.container.news .content .part1 .text-container a.newsitem span h3 {
  color: #262382;
  margin-top: 1rem;
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 1rem;
}
section.container.news .content .part2 {
  flex-basis: 34%;
  /*arc*/
}
@media (max-width: 767px) {
  section.container.news .content .part2 {
    flex-basis: 100%;
  }
}
section.container.news .content .part2 span {
  color: #4a45e8;
}
section.container.news .content .part2 .arc {
  margin: auto;
  max-width: 500px;
  width: auto;
  height: auto;
  padding: 10%;
  background-image: url("/neucore/img-circlearc.svg");
  background-size: cover;
}
@media (max-width: 767px) {
  section.container.news .content .part2 .arc {
    padding: 5%;
  }
}
section.container.news .content .part2 .arc img {
  max-width: 100%;
  border-radius: 50%;
  height: auto;
}
section.container.contact {
  /*background: rgb(122, 245, 201);
  background: -moz-linear-gradient(45deg, rgba(122, 245, 201, 0.5) 0%, rgba(116, 222, 205, 0.5) 35%, rgba(186, 240, 255, 0.4967030757615546) 73%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(122, 245, 201, 0.5) 0%, rgba(116, 222, 205, 0.5) 35%, rgba(186, 240, 255, 0.4967030757615546) 73%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(45deg, rgba(122, 245, 201, 0.5) 0%, rgba(116, 222, 205, 0.5) 35%, rgba(186, 240, 255, 0.4967030757615546) 73%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7af5c9", endColorstr="#ffffff", GradientType=1);
  */
  /* darker version */
  background: -moz-linear-gradient(-90deg, #585b97 0%, #6895b3 50%, #66cbdf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-90deg, #585b97 0%, #6895b3 50%, #66cbdf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #585b97 0%, #6895b3 50%, #66cbdf 100%);
  background-size: 100% 100%;
  animation: gradient 16s linear infinite;
  animation-direction: alternate;
  justify-content: space-between;
}
@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
section.container.contact .open,
section.container.contact .text-container {
  color: #ffffff;
  flex-basis: 50%;
}
@media (max-width: 767px) {
  section.container.contact .open,
  section.container.contact .text-container {
    flex-basis: 100%;
    font-size: var(--step-1a);
  }
}
@media (max-width: 767px) {
  section.container.contact .open p,
  section.container.contact .text-container p {
    font-size: var(--step-1a);
  }
}
section.container.contact .open p a,
section.container.contact .text-container p a {
  color: #ffffff;
}
section.container.contact form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
  row-gap: 2vh;
  width: 100%;
}
@media (max-width: 767px) {
  section.container.contact form {
    margin: 24px auto;
    font-size: var(--step-1a);
  }
}
section.container.contact form input,
section.container.contact form textarea {
  padding: 1rem;
  font-size: var(--step-1);
}
section.container.contact form .gform_wrapper.gravity-theme .gfield_label {
  color: #ffffff;
}
section.container.contact .gform_wrapper.gravity-theme input[type=color],
section.container.contact .gform_wrapper.gravity-theme input[type=date],
section.container.contact .gform_wrapper.gravity-theme input[type=datetime-local],
section.container.contact .gform_wrapper.gravity-theme input[type=datetime],
section.container.contact .gform_wrapper.gravity-theme input[type=email],
section.container.contact .gform_wrapper.gravity-theme input[type=month],
section.container.contact .gform_wrapper.gravity-theme input[type=number],
section.container.contact .gform_wrapper.gravity-theme input[type=password],
section.container.contact .gform_wrapper.gravity-theme input[type=search],
section.container.contact .gform_wrapper.gravity-theme input[type=tel],
section.container.contact .gform_wrapper.gravity-theme input[type=text],
section.container.contact .gform_wrapper.gravity-theme input[type=time],
section.container.contact .gform_wrapper.gravity-theme input[type=url],
section.container.contact .gform_wrapper.gravity-theme input[type=week],
section.container.contact .gform_wrapper.gravity-theme select,
section.container.contact .gform_wrapper.gravity-theme textarea {
  font-family: "arial-nova", sans-serif;
  padding: 1rem;
  font-size: var(--step-1);
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  border: none;
}
section.container.contact .gform_wrapper.gravity-theme .gfield_label {
  color: #ffffff;
}
section.container.contact .gform_wrapper .gfield_required {
  color: #00baf2;
}
section.container.contact button,
section.container.contact input[type=button],
section.container.contact input[type=submit],
section.container.contact .button,
section.container.contact .page-numbers.current,
section.container.contact .page-numbers:hover,
section.container.contact #page #infinite-handle button,
section.container.contact #page #infinite-handle button:hover,
section.container.contact .comment-navigation a,
section.container.contact .su-button,
section.container.contact .mobile-navigation,
section.container.contact .toggle-active,
section.container.contact .main-navigation .menu-cta a:hover {
  font-family: "arial-nova", sans-serif;
  background-color: transparent;
  border: 1px solid #000000;
  min-width: 10rem;
  transition: all 0.5s ease;
  color: #ffffff;
}
section.container.contact button:hover,
section.container.contact input[type=button]:hover,
section.container.contact input[type=submit]:hover,
section.container.contact .button:hover,
section.container.contact .page-numbers.current:hover,
section.container.contact .page-numbers:hover:hover,
section.container.contact #page #infinite-handle button:hover,
section.container.contact #page #infinite-handle button:hover:hover,
section.container.contact .comment-navigation a:hover,
section.container.contact .su-button:hover,
section.container.contact .mobile-navigation:hover,
section.container.contact .toggle-active:hover,
section.container.contact .main-navigation .menu-cta a:hover:hover {
  background-color: #00baf2;
  cursor: pointer;
}
section.container.footer {
  min-height: auto;
  height: auto;
  padding: 2vh 10vw 2vh;
  background: #000000;
  /*background: rgb(119,181,186);
      background: -moz-linear-gradient(45deg, rgba(119,181,186,1) 0%, rgba(81,110,174,1) 100%);
      background: -webkit-linear-gradient(45deg, rgba(119,181,186,1) 0%, rgba(81,110,174,1) 100%);
      background: linear-gradient(45deg, rgba(119,181,186,1) 0%, rgba(81,110,174,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77b5ba",endColorstr="#516eae",GradientType=1);
  */
}
@media (max-width: 767px) {
  section.container.footer {
    padding: 2vh 4vw 2vh;
  }
}
section.container.footer .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  section.container.footer .content {
    flex-direction: column;
    justify-content: center;
  }
}
section.container.footer .content .logo {
  width: 200px;
}
section.container.footer .content .logo svg {
  width: 100%;
}
section.container.footer .content p {
  text-transform: uppercase;
  font-size: 0.8rem;
  text-align: center;
}
section.container.footer .content p a {
  color: #ffffff;
}
section.container.footer .content .fab {
  height: 24px;
  width: 24px;
  color: #ffffff;
  text-align: center;
  content: " ";
  display: block;
}
section.container.footer .content .fab.fa-linkedin-in {
  background-image: url(neucore/icon-linkedin2.png);
  background-size: contain;
}

.single .headerwrap,
.privacy-policy .headerwrap,
.page-id-15 .headerwrap {
  border-bottom: 1px solid #00baf2;
  background: -moz-linear-gradient(-25deg, rgba(0, 0, 0, 0.9) 20%, rgba(50, 52, 86, 0.9) 40%, rgba(88, 91, 151, 0.5) 60%, rgba(94, 111, 161, 0.5) 80%, rgba(104, 149, 179, 0.5) 90%, rgba(102, 203, 223, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-25deg, rgba(0, 0, 0, 0.9) 20%, rgba(50, 52, 86, 0.9) 40%, rgba(88, 91, 151, 0.5) 60%, rgba(94, 111, 161, 0.5) 80%, rgba(104, 149, 179, 0.5) 90%, rgba(102, 203, 223, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(165deg, rgba(0, 0, 0, 0.9) 20%, rgba(50, 52, 86, 0.9) 40%, rgba(88, 91, 151, 0.5) 60%, rgba(94, 111, 161, 0.5) 80%, rgba(104, 149, 179, 0.5) 90%, rgba(102, 203, 223, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#8066cbdf", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.single section.container.intro,
.privacy-policy section.container.intro,
.page-id-15 section.container.intro {
  background: none 0 0 no-repeat;
}
.single #content,
.privacy-policy #content,
.page-id-15 #content {
  background-image: none;
  justify-content: flex-start;
  padding: 1rem 15px;
  height: auto;
}
.single #content .content,
.privacy-policy #content .content,
.page-id-15 #content .content {
  max-width: 940px;
  margin: 160px auto 1rem;
}
.single #content .content h1,
.single #content .content h2,
.single #content .content h3,
.single #content .content h4,
.single #content .content h5,
.single #content .content h6,
.single #content .content p,
.privacy-policy #content .content h1,
.privacy-policy #content .content h2,
.privacy-policy #content .content h3,
.privacy-policy #content .content h4,
.privacy-policy #content .content h5,
.privacy-policy #content .content h6,
.privacy-policy #content .content p,
.page-id-15 #content .content h1,
.page-id-15 #content .content h2,
.page-id-15 #content .content h3,
.page-id-15 #content .content h4,
.page-id-15 #content .content h5,
.page-id-15 #content .content h6,
.page-id-15 #content .content p {
  margin-bottom: 1rem;
}
.single #content .content ol,
.single #content .content ul,
.privacy-policy #content .content ol,
.privacy-policy #content .content ul,
.page-id-15 #content .content ol,
.page-id-15 #content .content ul {
  margin-left: 3rem;
}
.single #content .content ol li,
.single #content .content ul li,
.privacy-policy #content .content ol li,
.privacy-policy #content .content ul li,
.page-id-15 #content .content ol li,
.page-id-15 #content .content ul li {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=scrollsmoother.css.map */
