:root {
  --text-black: #302826;
  --link: #ce8200;
  --divider: #c8c8c8;
  --unselected-text: #bcb4a6;
  --cream: #fff4e1;
  --darker-cream-bg: #f9e8cd;
}

body {
  color: #1a1b1f;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  color: var(--text-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.inverted-header {
  color: var(--text-black);
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: #1f35a4;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  text-align: left;
  font-style: italic;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: static;
}

.navigation-item {
  opacity: .6;
  color: var(--text-black);
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #21201c;
  font-size: 18px;
  font-weight: 300;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.details-wrap {
  margin-bottom: 30px;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.contact-heading {
  color: #1f35a4;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.team-pic {
  background-color: #f4f4f4;
  width: 300px;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-member-name {
  opacity: 1;
  font-size: 20px;
  font-weight: 600;
}

.contact-email-link {
  color: var(--link);
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.container-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-quote-divider {
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.clients-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .85fr .85fr .85fr .85fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.client-logo {
  min-width: 120px;
}

.footer-copyright {
  color: var(--text-black);
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.features-metrics {
  border-bottom: 1px #e4ebf3;
}

.container-3 {
  margin-left: auto;
  margin-right: auto;
}

.metrics-wrapper {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.metric-value {
  color: var(--text-black);
  margin-bottom: 8px;
  font-size: 94px;
  font-weight: 300;
  line-height: 94px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.pricing-description {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-without-image {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 10px;
}

.team-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.container-dark-bg {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container-8 {
  grid-column-gap: 50px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 64%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.features-list-2 {
  border-bottom: 1px #e4ebf3;
  padding: 0 30px 20px;
  position: relative;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  max-width: 46%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.features-block-two-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.container-9 {
  flex-direction: column;
  align-items: stretch;
  width: 600px;
  padding-top: 40px;
  display: flex;
}

.contact-form-heading-wrap-copy {
  margin-bottom: 30px;
}

.hero-split-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.text-block {
  color: var(--link);
  font-family: FA Brands, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-block:hover {
  color: #405ed6;
}

.link-block {
  color: #223686;
  text-decoration: none;
}

.social-button-wrapper {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.tab-link-title {
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
}

.expertise-icon {
  color: #3b3b3b;
  text-align: left;
  width: 70px;
  height: 60px;
  margin-right: 20px;
  font-family: FA, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 60px;
}

.heading-2 {
  color: #1f35a4;
  margin-top: 0;
}

.expertise-icon-brand {
  color: #3b3b3b;
  text-align: center;
  width: 70px;
  height: 60px;
  margin-right: 20px;
  font-family: FA Brands, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 60px;
}

.expertise-title {
  font-weight: 600;
}

.tabs {
  width: 100%;
}

.list-item-left-align {
  text-align: left;
}

.tab-dropdown {
  display: none;
}

.text-block-2 {
  display: block;
}

.tabs-menu {
  justify-content: space-between;
  display: flex;
}

.tab-pane-title-mobile {
  opacity: 1;
  margin-top: 14px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  display: none;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.tab-link-tab-1 {
  color: var(--unselected-text);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.tab-link-tab-1.w--current {
  border-bottom: 1px solid var(--text-black);
  color: var(--text-black);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 8px;
  font-weight: 300;
  display: flex;
}

.tab-link-tab-2 {
  color: var(--unselected-text);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.tab-link-tab-2.w--current {
  border-bottom-color: var(--text-black);
  color: var(--text-black);
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
}

.tab-link-tab-3 {
  color: var(--unselected-text);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 8px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.tab-link-tab-3.w--current {
  border-bottom-color: var(--text-black);
  color: var(--text-black);
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.tab-link-tab-4 {
  color: var(--unselected-text);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.tab-link-tab-4.w--current {
  border-bottom-color: var(--text-black);
  color: var(--text-black);
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
}

.tab-link-tab-5 {
  color: var(--unselected-text);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.tab-link-tab-5.w--current {
  border-bottom-color: var(--text-black);
  color: var(--text-black);
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.tab-link-tab-6 {
  border-bottom: 2px solid #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  display: flex;
}

.tab-link-tab-6.w--current {
  border-bottom-color: #646262;
  font-weight: 600;
}

.team-person-container {
  flex-direction: column;
  max-width: 300px;
  display: flex;
}

.map {
  width: 400px;
  height: 120px;
}

.container-first {
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.image-2 {
  object-fit: fill;
  position: absolute;
  inset: auto 0% 0;
}

.heading-3, .heading-5, .heading-6 {
  color: #1f35a4;
}

.italic-text {
  font-size: 18px;
  font-weight: 500;
}

.paragraph-small-fixedw {
  max-width: 300px;
  font-size: 14px;
  line-height: 26px;
}

.div-block {
  max-width: 960px;
  margin-top: 20px;
}

.product-list-item {
  grid-column-gap: 30px;
  border-bottom: .5px solid var(--divider);
  align-items: flex-start;
  max-width: 800px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.about-the-lab {
  text-align: center;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.list-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-7 {
  color: #1f35a4;
}

.light-title {
  opacity: 1;
  color: #1f35a4;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.tab-pane-primary-text {
  opacity: 1;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.text-block-3 {
  margin-bottom: 10px;
}

.section-heading-wrap-solo {
  text-align: center;
  margin-bottom: 40px;
}

.container-dark-bg-2 {
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.testimonial-image-left {
  padding: 0 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.principal-wrapper {
  grid-column-gap: 64px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.principal-content-left {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.testimonial-image-four {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.principal-content-right {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.testimonial-text-four {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.section-subheader {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.body-2 {
  background-color: var(--cream);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-4 {
  color: var(--text-black);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
}

.container-horiz {
  grid-column-gap: 30px;
  border-bottom: .5px solid #c8c8c8;
  flex-direction: row;
  align-items: flex-start;
  min-width: 1050px;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-horiz.no-divider {
  border-bottom-style: none;
  padding-bottom: 60px;
}

.hero-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 50px;
  display: flex;
}

.div-block-4 {
  flex: 1;
  max-width: 35%;
}

.div-block-5 {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.section-paragraph {
  letter-spacing: .025em;
  font-size: 24px;
  font-weight: 300;
  line-height: 142.5%;
}

.metric-title {
  color: var(--text-black);
  font-size: 24px;
  font-weight: 300;
}

.logo-grid-std {
  border: .5px solid var(--divider);
  padding: 40px;
}

.logo-grid-end {
  border-bottom: .5px solid var(--divider);
  padding: 40px;
}

.logo-grid-bottom {
  border-right: .5px solid var(--divider);
  padding: 40px;
}

.section-title {
  color: var(--text-black);
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.section-lesser-title {
  color: var(--text-black);
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
}

.section-lesser-paragraph {
  letter-spacing: .025em;
  font-size: 18px;
  font-weight: 300;
  line-height: 142.5%;
  display: block;
}

.section-lesser-paragraph.left-aligned {
  text-align: left;
}

.container-vert {
  grid-row-gap: 80px;
  border-bottom: .5px solid var(--divider);
  flex-direction: column;
  align-items: center;
  min-width: 1050px;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tab-pane-content {
  flex-direction: column;
  display: flex;
}

.tab-pane-content-box-title {
  font-size: 18px;
  font-weight: 400;
}

.tab-pane-content-row {
  grid-column-gap: 30px;
  flex-direction: row;
  margin-top: 30px;
  display: flex;
}

.tab-pane-content-box {
  width: 33%;
}

.profile-pic-wrapper {
  width: 140px;
  height: 140px;
}

.div-block-8 {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.container-footer-2 {
  grid-row-gap: 80px;
  border-bottom-width: 1px;
  border-bottom-color: var(--divider);
  flex-direction: column;
  align-items: center;
  min-width: 1050px;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 0;
  display: flex;
}

.right-align {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.tab-pane-content-par, .text-block-7, .text-block-8, .text-block-9 {
  font-weight: 300;
}

.logo-grid-bottom-end {
  border-right: .5px solid var(--divider);
  padding: 40px;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-copywrite-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.contact-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.read-more-link {
  color: var(--text-black);
  font-weight: 300;
  display: block;
}

.rm-vb-is-for, .rm-vb-thesis {
  color: var(--text-black);
  display: none;
}

.list-8 {
  color: var(--text-black);
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.rm-how-we-do-it {
  color: var(--text-black);
  display: none;
}

.rm-who-is-vb {
  display: none;
}

.div-block-9 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  flex: 1;
  display: none;
}

.container-horiz-2 {
  grid-column-gap: 20px;
  border-bottom: .5px #c8c8c8;
  flex-direction: row;
  align-items: flex-start;
  min-width: 1050px;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 40px;
  display: flex;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #f8e8cd;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  color: var(--text-black);
  margin-bottom: 2px;
}

.tagline {
  color: var(--text-black);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: var(--text-black);
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.vert-section-major-title {
  flex: 1;
}

.read-less-link {
  color: var(--text-black);
  font-weight: 300;
  display: none;
}

.list-9 {
  color: var(--text-black);
  margin-top: 5px;
  font-size: 24px;
  font-weight: 300;
}

.block-quote {
  background-color: #fcebcf;
  border-left-color: #ffdfa8;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 200%;
}

.text-block-10 {
  display: block;
}

.rm-wwd {
  color: var(--text-black);
  display: none;
}

.repo-card {
  width: 300px;
}

.repohost {
  grid-column-gap: 30px;
  flex-direction: row;
  display: flex;
}

.container-lab {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.tab-link-tab-5-copy {
  color: var(--unselected-text);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.tab-link-tab-5-copy.w--current {
  border-bottom-color: var(--text-black);
  color: var(--text-black);
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.quote-mark {
  opacity: 1;
  filter: invert();
}

.paragraph {
  color: var(--text-black);
}

.section-title-heavy {
  font-size: 38px;
  font-weight: 300;
  line-height: 140%;
}

.who-hires {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  display: grid;
}

.who-hires-text {
  text-align: center;
}

.who-hires-item {
  background-color: var(--darker-cream-bg);
  padding: 6px;
}

.ital-par-text {
  font-size: 24px;
  font-weight: 500;
}

.impact-title-wrapper {
  background-color: var(--darker-cream-bg);
  padding: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
}

.text-block-11 {
  font-size: 32px;
  font-weight: 400;
  line-height: 160%;
}

.section-callout {
  background-color: var(--darker-cream-bg);
  padding: 10px;
}

.section-callout.bottom-margin {
  margin-bottom: 20px;
}

.text-block-12 {
  font-weight: 500;
}

.section-highlight-text {
  color: var(--text-black);
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 300;
  line-height: 50px;
}

@media screen and (min-width: 1440px) {
  .section, .section.cc-home-wrap {
    justify-content: center;
    display: flex;
  }

  .paragraph-bigger {
    font-weight: 500;
  }

  .paragraph-light {
    text-align: left;
  }

  .navigation {
    display: flex;
  }

  .section-heading-wrap {
    margin-top: 40px;
  }

  .logos-quote-divider {
    min-width: 960px;
  }

  .clients-wrapper {
    justify-content: center;
  }

  .hero-wrapper-two {
    max-width: 900px;
  }

  .tabs-menu {
    justify-content: space-around;
  }

  .tab-pane-title-mobile {
    font-weight: 500;
  }

  .image-2 {
    bottom: -100px;
  }

  .product-list-item {
    display: flex;
  }

  .light-title {
    font-weight: 500;
  }

  .section-heading-wrap-solo {
    margin-top: 40px;
  }

  .body-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .container-horiz {
    grid-column-gap: 40px;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1250px;
  }

  .hero-title {
    display: block;
  }

  .div-block-4 {
    flex: 1;
    max-width: 40%;
  }

  .section-lesser-title {
    display: block;
  }

  .section-lesser-paragraph {
    line-height: 142%;
  }

  .container-vert {
    border-bottom-width: .5px;
    border-bottom-color: var(--divider);
    width: 1250px;
  }

  .profile-pic-wrapper {
    width: 200px;
    height: 200px;
  }

  .container-footer-2 {
    border-bottom: .5px none var(--divider);
    width: 1250px;
    padding-bottom: 0;
  }

  .right-align {
    align-items: flex-end;
  }

  .tab-pane-content-par {
    color: var(--text-black);
    font-size: 18px;
    line-height: 160%;
  }

  .footer-copywrite-wrapper {
    align-items: flex-end;
  }

  .container-horiz-2 {
    flex-wrap: nowrap;
    justify-content: center;
    width: 1250px;
  }

  .vert-section-major-title {
    flex: 1;
  }

  .impact-title {
    font-weight: 600;
  }

  .text-block-12 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .container-footer {
    max-width: 728px;
  }

  .logos-quote-divider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .clients-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .clients-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .85fr .85fr .85fr;
  }

  .features-metrics {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 80px;
  }

  .container-3 {
    max-width: 728px;
  }

  .metrics-wrapper {
    grid-column-gap: 60px;
    justify-content: space-between;
  }

  .metric-value {
    font-size: 48px;
    line-height: 50px;
  }

  .container-6, .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .hero-split-right {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .tabs {
    width: 100%;
  }

  .tab-dropdown {
    display: none;
  }

  .tabs-menu {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tab-pane-title-mobile {
    display: none;
  }

  .container-10 {
    max-width: 728px;
  }

  .principal-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .principal-content-left {
    width: 40%;
    margin-right: 40px;
  }

  .container-horiz {
    grid-row-gap: 30px;
    flex-direction: column;
    min-width: 728px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .hero-title {
    margin-bottom: 30px;
  }

  .div-block-4 {
    max-width: 100%;
  }

  .div-block-5 {
    width: auto;
  }

  .section-lesser-paragraph {
    padding-right: 10px;
  }

  .container-vert {
    min-width: 728px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-vert.no-bottom-divider {
    grid-row-gap: 0px;
  }

  .div-block-6 {
    grid-column-gap: 30px;
  }

  .container-footer-2 {
    min-width: 728px;
  }

  .tabs-content {
    width: 100%;
  }

  .footer-wrapper, .contact-wrapper {
    grid-column-gap: 30px;
  }

  .container-horiz-2 {
    grid-row-gap: 30px;
    flex-direction: column;
    min-width: 728px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .container-11 {
    max-width: 728px;
  }

  .testimonial-slider {
    width: 80%;
    max-width: none;
    margin-top: 0;
  }

  .testimonial-slider-left {
    left: -60px;
  }

  .testimonial-slider-right {
    right: -60px;
  }

  .section-highlight-text {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-direction: column;
  }

  .clients-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
  }

  .footer-copyright {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .features-metrics {
    border-bottom: .5px solid var(--divider);
    margin-top: 20px;
    padding: 0 15px 60px;
  }

  .metrics-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .container-dark-bg {
    text-align: center;
  }

  .hero-heading-left, .features-list-2 {
    padding: 60px 15px;
  }

  .container-9 {
    text-align: center;
  }

  .link-block {
    height: auto;
  }

  .tab-dropdown {
    color: #fff;
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-color: #78cec3;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
    height: 50px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 18px;
    font-weight: 800;
    display: block;
  }

  .tab-dropdown:hover {
    background-color: #57b3a7;
  }

  .tabs-menu {
    display: none;
  }

  .tab-pane-title-mobile {
    text-align: left;
    display: block;
  }

  .container-first {
    text-align: center;
  }

  .div-block {
    margin-bottom: 0;
  }

  .product-list-item {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 10px;
    display: flex;
  }

  .about-the-lab {
    width: auto;
  }

  .light-title {
    font-size: 16px;
    line-height: 28px;
  }

  .tab-pane-primary-text {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .container-dark-bg-2 {
    text-align: center;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .principal-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .principal-content-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .container-horiz {
    text-align: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-horiz.no-divider {
    padding-bottom: 20px;
  }

  .hero-title {
    text-align: left;
  }

  .div-block-4 {
    max-width: none;
  }

  .div-block-5 {
    align-items: flex-start;
  }

  .section-paragraph, .section-title {
    text-align: left;
  }

  .section-lesser-title {
    text-align: left;
    width: 100%;
  }

  .section-lesser-paragraph {
    text-align: left;
  }

  .container-vert {
    text-align: center;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6 {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-pane-content-box-title {
    text-align: left;
  }

  .tab-pane-content-row {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .tab-pane-content-box {
    width: 100%;
  }

  .div-block-8 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .container-footer-2 {
    text-align: center;
    min-width: auto;
  }

  .tab-pane-content-par {
    text-align: left;
  }

  .logo-grid-bottom-end {
    border-right-style: none;
  }

  .footer-wrapper {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
  }

  .footer-copywrite-wrapper {
    align-items: center;
    width: 100%;
  }

  .contact-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-10 {
    align-items: flex-start;
  }

  .container-horiz-2 {
    text-align: center;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slider {
    width: 80%;
    max-width: none;
    margin-top: 0;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 40px;
    margin-right: 40px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .repohost {
    flex-direction: column;
  }

  .container-lab {
    text-align: center;
  }

  .section-title-heavy, .impact-title {
    text-align: left;
  }

  .section-highlight-text {
    font-size: 32px;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container {
    padding-top: 60px;
  }

  .paragraph-bigger {
    font-size: 20px;
    font-weight: 500;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
    display: none;
  }

  .navigation-wrap {
    grid-row-gap: 10px;
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-heading-wrap, .team-pic {
    margin-bottom: 0;
  }

  .team-member-title-wrap {
    margin-bottom: 0;
    margin-left: 10px;
    padding-right: 20px;
  }

  .container-footer {
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: none;
  }

  .clients-wrapper {
    width: 100%;
  }

  .clients-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center;
    margin-top: 0;
    display: grid;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .features-metrics {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .metrics-wrapper {
    justify-content: center;
    margin-bottom: 0;
  }

  .features-block {
    margin-bottom: 30px;
  }

  .metric-value {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 50px;
  }

  .pricing-description {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-without-image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6 {
    max-width: none;
  }

  .team-wrapper {
    display: block;
    position: static;
  }

  .container-8 {
    display: block;
  }

  .features-list-2 {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-paragraph-2 {
    text-align: left;
    margin-top: 20px;
  }

  .features-right-2 {
    align-items: center;
    margin-bottom: -30px;
  }

  .features-block-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .heading {
    font-size: 32px;
  }

  .social-button-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs {
    border-style: none;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-dropdown {
    background-position: 94%;
    width: 100%;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 16px;
  }

  .tabs-menu {
    grid-row-gap: 14px;
    flex-direction: column;
    margin-bottom: 60px;
    display: none;
    position: relative;
  }

  .tab-pane-title-mobile {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    display: block;
  }

  .list, .list-6 {
    margin-top: 10px;
  }

  .team-person-container {
    margin-top: 40px;
  }

  .paragraph-small-fixedw {
    text-align: left;
    max-width: none;
  }

  .product-list-item {
    grid-row-gap: 20px;
    text-align: left;
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-3 {
    grid-row-gap: 10px;
  }

  .about-the-lab {
    width: auto;
  }

  .light-title {
    font-size: 20px;
    font-weight: 500;
  }

  .tab-pane-primary-text {
    color: var(--text-black);
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    display: block;
  }

  .text-block-3 {
    margin-bottom: 30px;
  }

  .container-dark-bg-2 {
    padding-top: 40px;
  }

  .italic-text-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-10 {
    max-width: none;
  }

  .testimonial-text-four {
    text-align: left;
  }

  .section-subheader {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-horiz {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-horiz.no-divider {
    max-width: 100%;
    padding-bottom: 0;
  }

  .hero-title {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .div-block-4 {
    max-width: 100%;
  }

  .div-block-5 {
    text-align: left;
    width: 100%;
    margin-top: 0;
  }

  .section-paragraph {
    font-size: 18px;
  }

  .logo-grid-std {
    padding: 20px 6px;
  }

  .logo-grid-end {
    border-right: .5px none var(--divider);
    border-bottom-style: none;
    padding: 20px 0;
  }

  .logo-grid-bottom {
    border-right-style: none;
    padding: 20px 0;
  }

  .section-lesser-title {
    text-align: left;
    width: 100%;
  }

  .section-lesser-paragraph {
    text-align: left;
  }

  .container-vert {
    grid-row-gap: 40px;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-vert.no-bottom-divider {
    border-bottom-style: none;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .tab-pane-content {
    color: var(--text-black);
  }

  .tab-pane-content-row {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .tab-pane-content-box {
    text-align: left;
    width: auto;
  }

  .profile-pic-wrapper {
    width: 85%;
    height: auto;
  }

  .div-block-8 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .container-footer-2 {
    grid-row-gap: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .right-align {
    text-align: left;
    width: 100%;
    margin-top: 40px;
  }

  .logo-grid-bottom-end {
    border-right-style: none;
    padding: 20px 0;
  }

  .footer-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-copywrite-wrapper {
    text-align: left;
    align-items: center;
    width: 100%;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .div-block-9 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .div-block-10 {
    align-items: center;
  }

  .container-horiz-2 {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    display: block;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slider {
    width: 100%;
    max-width: none;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slide-nav {
    display: none;
  }

  .vert-section-major-title {
    max-width: 100%;
  }

  .repo-card {
    width: 280px;
  }

  .repohost {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .list-item {
    padding-top: 20px;
  }

  .section-title-heavy {
    margin-top: 10px;
    font-size: 24px;
  }

  .who-hires {
    grid-template-columns: 1fr;
  }

  .section-highlight-text {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 30px;
  }
}

#w-node-_091836b6-8e88-3fc2-cb30-02eed8964391-11d55af4, #w-node-bcd3b19b-a395-71d7-ce87-e346a393d7fc-11d55af4, #w-node-_91ca9dd9-8d97-5faf-229d-f3e9728993e3-11d55af4, #w-node-_91ca9dd9-8d97-5faf-229d-f3e9728993e4-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095dd5-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095dd6-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095dd7-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095dd8-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095dd9-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095dda-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095ddb-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095ddc-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095ddd-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095dde-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095ddf-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095de0-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095de1-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095de2-11d55af4, #w-node-_17ef3b67-6330-da69-4c5e-431be609cf5f-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095de3-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095de4-11d55af4, #w-node-_2024c4e7-48e3-9c23-e1ad-260334095de5-11d55af4, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea0-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea1-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea2-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eaf-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea3-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea4-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea5-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea6-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea7-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea8-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea9-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eaa-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eab-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eac-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ead-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eae-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eb0-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eb1-aabfb5cd, #w-node-_22599c3b-dbd5-b455-e545-33211913faee-aabfb5cd, #w-node-_7a24f3ce-84fd-77ca-f89c-f05fc22b5c5e-aabfb5cd, #w-node-_7a24f3ce-84fd-77ca-f89c-f05fc22b5c5f-aabfb5cd, #w-node-_7a24f3ce-84fd-77ca-f89c-f05fc22b5c73-aabfb5cd, #w-node-_7a24f3ce-84fd-77ca-f89c-f05fc22b5c74-aabfb5cd, #w-node-_8aa1094f-04db-fe80-e342-204a7125ff4d-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea0-5d66f9b3, #w-node-_76a541fb-b3a7-3727-233a-b182ca4a416b-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea1-5d66f9b3, #w-node-_073bf953-6022-17e5-c745-0bd9ff42ea06-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eaf-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea3-5d66f9b3, #w-node-_50ec5ac2-db93-e2de-4eb7-4dfcaf431a3e-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea4-5d66f9b3, #w-node-a6c0b7db-6e5f-97dd-2b12-d60af6692648-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea5-5d66f9b3, #w-node-_9559eeec-2bb1-2b2d-17ae-b9e3b223d339-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea6-5d66f9b3, #w-node-f815e479-a97b-bffd-0c6a-aff9e2cf6249-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eaa-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eab-5d66f9b3, #w-node-_15cb4ebb-4c84-7626-1547-69b7f8230ef1-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eac-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ead-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eae-5d66f9b3, #w-node-_177f45a2-4249-56c5-82d5-8182704968df-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eb0-5d66f9b3, #w-node-dbad2ac6-c994-7a91-5072-66a84ab9ba2f-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eb1-5d66f9b3, #w-node-_22599c3b-dbd5-b455-e545-33211913faee-5d66f9b3, #w-node-_355bb923-def8-ee84-bb5c-d774fb985cbe-5d66f9b3, #w-node-_8b26395e-e868-b467-dc79-7443f07c63ca-5d66f9b3, #w-node-_097a909f-b7b4-8a1a-dba8-958fee0e6e6c-5d66f9b3, #w-node-_7e4e9f42-18ac-8810-68a2-824f22a698b5-5d66f9b3, #w-node-_19ef78da-361c-40a1-71dd-70f6a872898f-5d66f9b3, #w-node-cd7224e1-afb0-4157-4c82-968a03402de2-5d66f9b3, #w-node-_7a24f3ce-84fd-77ca-f89c-f05fc22b5c74-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea0-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea1-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eaf-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea3-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea4-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea5-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea6-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eaa-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eab-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eac-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ead-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eae-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eb0-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eb1-ef5bf7e0, #w-node-_22599c3b-dbd5-b455-e545-33211913faee-ef5bf7e0, #w-node-_7a24f3ce-84fd-77ca-f89c-f05fc22b5c74-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea0-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea1-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eaf-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea3-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea4-e9f1ea13, #w-node-_8b26395e-e868-b467-dc79-7443f07c63ca-e9f1ea13, #w-node-_7e4e9f42-18ac-8810-68a2-824f22a698b5-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eae-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea5-e9f1ea13, #w-node-_9559eeec-2bb1-2b2d-17ae-b9e3b223d339-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea6-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eaa-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eab-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eac-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ead-e9f1ea13, #w-node-_177f45a2-4249-56c5-82d5-8182704968df-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eb0-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eb1-e9f1ea13, #w-node-_22599c3b-dbd5-b455-e545-33211913faee-e9f1ea13, #w-node-_19ef78da-361c-40a1-71dd-70f6a872898f-e9f1ea13, #w-node-cd7224e1-afb0-4157-4c82-968a03402de2-e9f1ea13, #w-node-f95a67ea-5577-67a9-9261-3c2cb9512eca-e9f1ea13, #w-node-d3eea039-487b-650b-2efb-832a2c148b44-e9f1ea13, #w-node-_2d3a6052-e83b-c3ee-6cde-5559e2502b01-e9f1ea13, #w-node-_6442230b-cffc-c4b9-b68d-5a8a6cc5e1ef-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea0-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea1-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eaf-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea3-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea4-b916b892, #w-node-_8b26395e-e868-b467-dc79-7443f07c63ca-b916b892, #w-node-_7e4e9f42-18ac-8810-68a2-824f22a698b5-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eae-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea5-b916b892, #w-node-_9559eeec-2bb1-2b2d-17ae-b9e3b223d339-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea6-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eaa-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eab-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eac-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ead-b916b892, #w-node-_177f45a2-4249-56c5-82d5-8182704968df-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eb0-b916b892, #w-node-e7986e90-65b3-32d8-6f1a-44f035240eb1-b916b892, #w-node-_22599c3b-dbd5-b455-e545-33211913faee-b916b892, #w-node-_19ef78da-361c-40a1-71dd-70f6a872898f-b916b892, #w-node-cd7224e1-afb0-4157-4c82-968a03402de2-b916b892, #w-node-_7a24f3ce-84fd-77ca-f89c-f05fc22b5c74-b916b892 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2024c4e7-48e3-9c23-e1ad-260334095dd8-11d55af4, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea3-aabfb5cd, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea3-5d66f9b3, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea3-ef5bf7e0, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea3-e9f1ea13, #w-node-e7986e90-65b3-32d8-6f1a-44f035240ea3-b916b892 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_19ef78da-361c-40a1-71dd-70f6a872898f-5d66f9b3, #w-node-_19ef78da-361c-40a1-71dd-70f6a872898f-e9f1ea13, #w-node-_19ef78da-361c-40a1-71dd-70f6a872898f-b916b892 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'FA Brands';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}