.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.header, .hero-section {
  text-align: center;
}

.text-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer {
  background-color: #0c1115;
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.footer-text {
  opacity: .6;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5em;
}

.footer-link {
  color: #1994ff;
}

.cta-button {
  text-align: center;
  border: 1px solid #2668a2;
  border-bottom-width: 2px;
  border-radius: 5px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 32px;
  line-height: 36px;
  display: block;
}

.blue-text {
  color: #3898ec;
}

.thumbnail-image {
  margin-top: 10px;
  margin-bottom: 20px;
}

.h1 {
  font-size: 42px;
  line-height: 46px;
}

.bottom-cta-container.desktop-hidden {
  display: none;
}

.paragraph, .paragraph-2 {
  margin-bottom: 0;
}

.scientific-references-section {
  margin-top: 30px;
  margin-bottom: 20px;
}

.scientific-references-text {
  color: #999;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.scientific-references-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto;
}

.scientific-references-heading {
  color: #999;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.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: 46%;
  display: flex;
}

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

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

@media screen and (max-width: 991px) {
  .header, .hero-section, .text-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-cta-container.desktop-hidden {
    display: block;
  }

  .container {
    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;
  }
}

@media screen and (max-width: 767px) {
  .legal-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .scientific-references-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .scientific-references-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scientific-references-heading {
    line-height: 20px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .cta-button {
    font-size: 28px;
  }

  .h1 {
    font-size: 38px;
    line-height: 42px;
  }

  .bottom-cta-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scientific-references-heading {
    margin-bottom: 20px;
  }

  .container {
    max-width: none;
  }

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


