@font-face {
  font-family: 'SharpGroteskBook20';
  src: url('../fonts/SharpGroteskBook20-Regular.woff2') format('woff2'), /* Super Modern Browsers */
	  url('../fonts/SharpGroteskBook20-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/SharpGroteskBook20-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'SharpGroteskMedium20';
  src: url('../fonts/SharpGrotesk-MediumRegular20.woff2') format('woff2'), /* Super Modern Browsers */
	  url('../fonts/SharpGrotesk-MediumRegular20.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/SharpGrotesk-MediumRegular20.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'SharpGroteskSmBold20';
  src: url('../fonts/SharpGrotesk-SmBold20Regular.woff2') format('woff2'), /* Super Modern Browsers */
	  url('../fonts/SharpGrotesk-SmBold20Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/SharpGrotesk-SmBold20Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
html {
  background-color: gray;
  height: 100%;
}
body {
  font-family: 'SharpGroteskBook20';
  font-size: 1.7rem;
  height: 100%;
  line-height: 1.2;
  min-width: 350px;
}
.banner h2,
h1 {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.2;
}
h2 {
  font-size: 3.6rem;
  font-weight: 400;
}
h3 {
  font-size: 2.8rem;
  font-weight: 700;
}
h4 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2.8rem;
}
h6 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
}
p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
a {
  color: #f95b22;
  text-decoration: none;
}
a:hover {
  color: #f95b22;
  cursor: pointer;
  text-decoration: underline;
}
tr {
  background-color: transparent;
  border: none;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: transparent;
  border: 0.2rem solid #f95b22;
  border-radius: 4px;
  box-sizing: border-box;
  color: #f95b22;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 0;
  line-height: 4.8rem;
  margin-right: 3.3rem;
  min-width: 15.7rem;
  overflow: hidden;
  padding: 0 2.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
.alt .button,
.alt button,
.alt input[type="button"],
.alt input[type="reset"],
.alt input[type="submit"] {
  border-color: #fff;
  color: #fff;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  border-color: #f95b22;
  color: #f95b22;
  outline: 0;
  text-decoration: none;
}
.alt .button:focus,
.alt .button:hover,
.alt button:focus,
.alt button:hover,
.alt input[type="button"]:focus,
.alt input[type="button"]:hover,
.alt input[type="reset"]:focus,
.alt input[type="reset"]:hover,
.alt input[type="submit"]:focus,
.alt input[type="submit"]:hover {
  border-color: #fff;
  color: #fff;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  background-color: rgba(200, 200, 200, 0.33);
  border: none;
  border-radius: 0;
  color: #434750;
  font-size: 1.3rem;
  height: 4.3rem;
  margin: 0;
  padding: 0.5rem 1rem 0.5rem;
  width: 100%;
}
.alt input[type="date"],
.alt input[type="email"],
.alt input[type="number"],
.alt input[type="password"],
.alt input[type="search"],
.alt input[type="tel"],
.alt input[type="text"],
.alt input[type="url"],
.alt textarea {
  background-color: #fff;
}
textarea {
  height: 20rem;
  padding: 1.2rem 1rem;
}
.resizable-textarea {
  width: 100%;
}
#header {
  background-color: #f95b22;
  box-sizing: content-box;
  height: 2.6rem;
  min-height: 2.6rem;
  padding: 2.8rem 11%;
  position: relative;
}
#header-logo {
  background: url(../images/find-bio-logo.svg) center left no-repeat;
  background-size: contain;
  display: inline-block;
  height: 100%;
  width: 12.4rem;
}
#menu {
  float: right;
}
#menu #top {
  align-items: center;
  color: #FFF;
  display: flex;
  font-family: 'SharpGroteskMedium20';
  font-size: 1.2rem;
  line-height: 2.6rem;
}
#menu #top:after {
  content: '';
  border-color: #FFF;
  border-style: solid;
  border-width: 0.171rem 0;
  display: inline-block;
  height: 1rem;
  margin-left: 2.3rem;
  margin-bottom: 0.12rem;
  width: 2.75rem;
}
#menu ul {
  background: #2B2E30;
  display: none;
  list-style: none;
  padding: 2rem 0 1.6rem 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#menu:hover ul {
  display: block;
}
#menu ul li {
  margin: 0;
}
#menu ul li a {
  color: #FFF;
  display: block;
  font-size: 1.8rem;
  line-height: 4.1rem;
  min-width: 25rem;
  margin: 0 0.3rem;
  padding: 0 3rem;
}
#menu ul li a:hover {
  background-color: #888888;
  text-decoration: none;
}
.container {
  color: #434750;
  padding: 11%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  width: 100%;
}
.container {
  background-color: #fff;
}
body > form {
  background-color: #ededed;
  flex-grow: 1;
}
.container.alt {
  background: rgba(249, 91, 34, 1);
  color: #fff;
}
.banner .container {
  align-items: center;
  background: rgba(249, 91, 34, 1);
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 6%;
  justify-content: left;
  padding: 0 11%;
}
.banner .container .logo {
  background: url(../images/find-bio-logo.svg) left center no-repeat;
  background-size: 66%;
  display: none;
  height: 66px;
  width: 33%;
}
.banner .container .tagline {
  background: url(../images/find-bio-molecular-intelligence.svg) left center no-repeat;
  background-size: 66%;
  display: none;
  height: 66px;
  margin-block-end: -1.75%;
  width: 60%;
}
.banner .container h1 {
  max-width: 24rem;
}
.banner h1 {
  display: none;
  font-size: 3rem;
  margin-bottom: 0;
}
.banner p {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.banner .button {
  margin: 3rem 3rem 0 0;
}
.banner .learn-more {
  background: url(../images/caret-down.svg) no-repeat center bottom;
  bottom: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: -0.017rem;
  line-height: 2.2rem;
  margin: 0 0 6rem -10rem;
  padding-bottom: 2.6rem;
  position: absolute;
  text-align: center;
  width: 20rem;
}
.banner .learn-more:hover {
  color: #fff;
  text-decoration: none;
}
.banner .learn-more .text {
  display: none;
}
.banner .container:after {
  content: none;
}
.container h2 {
  color: #f95b22;
  margin-bottom: 4.8rem;
}
.alt.container h2 {
  color: #fff;
}
.container .section h2 {
  margin-bottom: 4rem;
  white-space: nowrap;
}
.container .section .button {
  border-radius: 2.6rem;
  font-size: 1.3rem;
  line-height: 4.1rem;
}
.container .form-item {
  color: #000;
  display: inline-block;
  width: 48%;
}
.container .form-item#edit-subject-wrapper,
.container .form-item#edit-body-wrapper {
  width: 100%;
}
.container .form-submit {
  margin-right: 0;
}
.icons li {
  background-repeat: no-repeat;
}
.icons li {
  background-position: top center;
  font-size: 1.6rem;
}
.form-item {
  margin: 0 0 1.5rem 0;
}
.note {
  color: #4d4d4d;
  font-size: 1.3rem;
}
.footer {
  background-color: #434750;
  color: #FFF;
  font-size: 1.2rem;
  padding: 7.8rem 11% 3rem;
  text-align: left;
}
.footer .copyright {
  font-size: 1rem;
  margin-bottom: 5rem;
  min-height: 7rem;
}
.footer .logo {
  background: url(../images/find-bio-logo-bw.svg) no-repeat;
  height: 3.2rem;
  width: 19.1rem;
}
.footer .address {
  font-size: 1.4rem;
  margin-top: 5rem;
}
.footer .address h3 {
  font-family: 'SharpGroteskSmBold20';
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}
.footer .copyright {
  color: #888888;
  font-size: 1.1rem;
  margin-bottom: 5rem;
  min-height: 5rem;
  min-width: 185px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
ul.icons li {
  display: inline-block;
  margin-bottom: 0;
}
ul.icons li a {
  display: block;
  height: 100%;
  width: 100%;
}
#about {
  padding: 0%;
}
#about .what-we-do {
  padding: 11% 11% 39% 11%;
  background: url(../images/circles.svg) 100% 86% no-repeat;
  background-size: 48%;
}
#solutions {
  padding: 0;
}
#solutions .how-we-do-it {
  background: rgba(249, 91, 34, 1) url(../images/circle-grid.svg) no-repeat;
  background-size: 50%;
  background-position: left -11% bottom -3rem;
  padding: 12% 11% 66% 11%;
}
#solutions .how-we-do-it .button {
  margin-top: 3rem;
}
#solutions .how-it-works {
  padding: 0 11% 47% 11%;
  background: url(../images/AI.svg) bottom 3rem right no-repeat;
  background-size: 50%;
}
#team.container {
  padding: 11%;
}
#team > h2 + p {
  font-size: 2.8rem;
}
#team .bios {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 8rem -2rem 0;
}
#team .bios > .person {
  background-position: top center;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  height: 40rem;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  position: relative;
  white-space: normal;
  width: 40rem;
}
#team .bios > .person > .overview {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#team .bios > .person h4 {
  font-family: 'SharpGroteskSmBold20';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
}
#team .bios > .person h5 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-align: center;
}
#team .bios > .person > p {
  margin-top: 1.2rem;
  text-align: center;
}
#team .bios > .person .photo {
  border-radius: 5rem;
  height: 10rem;
  margin: 1rem 0;
  width: 10rem;
}
#team .bios > .person > .detail {
  background: #F95B22;
  border-radius: 20rem;
  display: none;
  height: 40rem;
  position: absolute;
  width: 40rem;
  z-index: 10;
}
#team .bios > .person > .detail.long {
  height: 80rem;
  top: 0;
}
#team .bios > .person:nth-child(2) > .detail.long {
  top: -40rem;
}
#team .bios > .person.group,
#team .bios > .person.group > .detail {
  height: 80rem;
}
#team .bios > .person > .detail > .content {
  height: 40rem;
  margin: 0 2rem;
}
#team .bios > .person > .detail.long > .content {
  height: 80rem;
  margin: 0 2rem;
}
#team .bios > .person.group > .detail.long > .content,
#team .bios > .person.group > .detail > .content {
  height: 80rem;
  margin: 0 2rem;
}
[aria-hidden='true'] {
  display: contents;
}
[aria-hidden='true']::before,
[aria-hidden='true']::after {
  float: left;
  width: 50%;
  height: 100%;
  --bite: radial-gradient(farthest-side at var(--pos-x, 100%), transparent 99%, red);
  -webkit-shape-outside: var(--bite);
  shape-outside: var(--bite);
  content: '';
}
[aria-hidden='true']::after {
  float: right;
  --pos-x: 0;
}

#team .bios > .person > .detail > .content > h4,
#team .bios > .person > .detail > .content > p {
  font-size: 2.0rem;
  margin: 0;
  text-align: center;
}
#team .bios > .person:hover > .detail {
  display: block;
}
#team .bios > .person.group {
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}
#team .bios > .person.group > div:not(.detail) {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 40rem;
}
#team .bios > .person.group .photo {
  margin: 1rem 2rem;
}
#team .bios .matt .photo {
  background: url(../images/matt.png) no-repeat;
  background-size: contain;
}
#team .bios > .matt > .detail > .content > h4 {
  padding-top: 15rem;
}
#team .bios .aurelien .photo {
  background: url(../images/aurelien.png) no-repeat;
  background-size: contain;
}
#team .bios > .aurelien > .detail > .content > h4 {
  padding-top: 9rem;
}
#team .bios .rytis .photo {
  background: url(../images/rytis.png) no-repeat;
  background-size: contain;
}
#team .bios .tristan .photo {
  background: url(../images/tristan.png) no-repeat;
  background-size: contain;
}
#team .bios > .group > .tristan + .detail > .content > h4 {
  padding-top: 23rem;
}
#team .bios .duygu .photo {
  background: url(../images/duygu.png) no-repeat;
  background-size: contain;
}
#team .bios > .duygu > .detail > .content > h4 {
  padding-top: 14rem;
}
#team .bios .natasha .photo {
  background: url(../images/natasha.png) no-repeat;
  background-size: contain;
}
#team .bios > .natasha > .detail > .content > h4 {
  padding-top: 16rem;
}
#contact-us.container {
  /*align-content: center;*/
  flex-flow: column wrap;
}
#contact-us > .section > div {
  position: relative;
}
#contact-us #contact-form-error {
  font-size: 1.5rem;
  text-align: right;
}
#contact {
  background: url(../images/Envelope-Icon.png) no-repeat 50%;
  height: 16px;
  width: 20px;
  position: absolute;
}
#contact-addr {
  position: absolute;
  left: 2.5rem;
  font-size: 14px;
}
#contact-addr:before {
  content: "inquiries";
}
#contact-us.container .form-item {
  width: 100%;
}
#contact-us #edit-subject-wrapper {
  float: left;
}
#contact-us .hop-textfield {
  height: 0;
  visibility: hidden;
}
#our-goal.banner:after {
  background: url(../images/cloud.svg) no-repeat right bottom/38%;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#our-goal.banner p {
  font-size: 2.1rem;
}
#our-goal.banner p:last-child {
  margin-top: 5rem;
}
#research > h2 {
  margin-bottom: 3rem;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@media (min-width: 400px) {
  .banner h1 {
    font-size: 4rem;
  }
  #contact-us .section:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (min-width: 550px) {
  .banner h2,
  h1 {
    font-size: 4.8rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  h4 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
  h6 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
@media (min-width: 750px) {
  p {
    font-size: 2.1rem;
  }
  .button {
    margin-bottom: 0;
  }
  .container .section .button {
    border-radius: 2.6rem;
    font-size: 1.6rem;
    line-height: 4.8rem;
  }
  .banner .container {
    background-image: url(../images/carat.svg);
    background-position: center bottom 7rem;
    background-repeat: no-repeat;
    background-size: 2vw;
    height: 92vh;
    padding: 0 11% 14vh;
  }
  .banner .container .logo {
    background-size: 100%;
  }
  .banner .container .tagline {
    background-size: 100%;
    display: block;
  }
  .banner .container h1 {
    margin-left: 9.8rem;
    max-width: unset;
  }
  .banner .container .logo {
    display: block;
  }
  .banner h1 {
    font-size: 4.8rem;
    width: 32rem;
  }
  .banner p {
    font-size: 2.3rem;
    width: 60rem;
  }
  #about .what-we-do {
    background-position-y: center;
    padding: 11% 60% 11% 11%;
  }
  #solutions {
    background-position: -5rem -11rem;
  }
  #solutions .how-we-do-it {
    background-position-y: top;
    margin-block-start: 8rem;
    padding: 5.5% 11% 12% 55%;
  }
  #solutions .how-it-works {
    background-position-y: center;
    margin-top: 0;
    padding: 10.2rem 55% 10.2rem 11%;
  }
  #team.container {
    padding: 11%;
  }
  #team > h2 + p {
    font-size: 4.2rem;
  }
  #team .bios > .person .photo {
    margin: 2rem 14rem;
  }
  #team .bios > .person > div:not(.detail) > h4,
  #team .bios > p {
    width: 45rem;
  }
  #team .bios > .person > div:not(.detail) > h4 {
    font-size: 1.8rem;
  }
  #team .bios > .person h5 {
    font-size: 1.4rem;
  }
  #team .bios > .person {
    align-items: center;
  }
  #team .bios > .person .photo {
    border-radius: 86px;
    height: 172.9px;
    margin: 2rem 0;
    width: 172.9px;
  }
  #team .bios > .person > ul {
    max-width: 64rem;
  }
  #team .bios > .group > div:not(.detail) > h4 {
    width: 21rem;
  }
  #team .bios > .group .photo {
    margin: 2rem;
  }
  #contact-us .section:not(:first-child) {
    text-align: right;
  }
  #contact-us.container .form-item#edit-name-wrapper,
  #contact-us.container .form-item#edit-email-wrapper {
    width: 49%;
  }
  #contact-us.container .form-item#edit-name-wrapper {
	float: left;
  }
  #contact-us .captcha {
    float: left;
    min-height: 5.2rem;
    min-width: 10rem;
    text-align: left;
  }
  #contact-us .captcha .g-recaptcha {
    transform: scale(0.68);
    transform-origin: top left;
  }
  .footer {
    padding: 10.8rem 11% 3rem;
  }
  .footer h6 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 1.5rem;
    white-space: nowrap;
  }
  .footer .icons {
    margin-bottom: 0;
    padding: 0;
  }
  .footer .copyright {
    font-size: 1rem;
    margin-bottom: 5rem;
    min-height: 7rem;
    min-width: 185px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .footer .icons li {
    display: block;
  }
  .footer .icons li a {
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    height: 36px;
    padding-top: 0;
    width: 90px;
  }
}
@media (min-width: 1000px) {
  .banner.container.alt {
    background-size: 120%;
  }
  .banner .container {
  }
  .banner .container h1 {
    font-size: 5.8rem;
    margin-left: 18.8rem;
    width: 42rem;
  }
  #solutions .icons {
    display: flex;
    flex-flow: column wrap;
    max-height: 84rem;
  }
  #solutions .icons li {
    margin-right: 4rem;
    max-width: 50rem;
    width: 38%;
  }
  #team .bios {
    flex-flow: wrap;
  }
  #team .bios > li {
    flex-direction: row;
  }
  #team .bios > li > p {
    text-align: left;
    width: auto;
  }
  #team .bios > li p:last-child {
    margin-left: 3rem;
  }
  #team .bios > li.group {
    flex-wrap: nowrap;
  }
  #team .bios > li.group ul {
    margin-left: 5.4rem;
  }
  #team .bios > li.group p:last-child {
    margin-left: 5.7rem;
  }
  #team .bios > .person > .detail.long {
    height: 40rem;
    left: 0;
    width: 80rem;
  }
  #team .bios > .person:nth-child(2) > .detail.long {
    left: -40rem;
    top: 0;
  }
  #team .bios > .person > .detail.long > .content,
  #team .bios > .person.group > .detail > .content {
    height: 40rem;
  }
  #team .bios > .person.group {
    height: 40rem;
    width: 80rem;
  }
  #team .bios > .person.group > .detail {
    height: 40rem;
    width: 80rem;
  }
  #team .bios > .person.group > .tristan + .detail > .content {
    margin: 0 3rem;
  }
  #team .bios > .matt > .detail > .content > h4 {
    padding-top: 7.5rem;
  }
  #team .bios > .aurelien > .detail > .content > h4 {
    padding-top: 5.5rem;
  }
  #team .bios > .person.group > .tristan + .detail > .content > h4 {
    padding-top: 11.5rem;
  }
  #contact-us.container {
    flex-flow: row;
    justify-content: space-between;
    padding: 10rem 11%;
  }
  #contact-us.container .section {
    margin-right: 10rem;
    max-width: 40rem;
  }
  #contact-us.container .section:last-child {
    margin-right: 0;
    max-width: 50rem;
    position: relative;
  }
  #contact-us.container form {
    margin-bottom: 0;
  }
  #contact-us.container .captcha > .form-item {
    height: 5.2rem;
    margin-bottom: 0;
  }
  #contact-us.container input.action-button {
    margin-bottom: 0;
  }
  #contact-us.container .captcha + input.action-button {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  #contact-us #contact-form-error {
    bottom: -4rem;
    position: absolute
  }
  #contact-us.container:after {
    content: none;
  }
  #our-goal {
    padding-right: 50%;
  }
  #our-goal.banner p {
    width: 54rem;
  }
  .footer .copyright {
    margin-bottom: 0;
    min-width: 185px;
  }
}

@media (min-width: 1440px) {
  html {
    background-color: gray;
  }
  body {
    margin: 0 auto;
    max-width: 1440px;
  }
}
