@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-light.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 100; }
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-book.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400; }
/** raleway font collection goes here*/
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Thin.ttf") format("opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-ThinItalic.ttf") format("opentype");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-LightItalic.ttf") format("opentype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-RegularItalic.ttf") format("opentype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("opentype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-SemiBoldItalic.ttf") format("opentype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BoldItalic.ttf") format("opentype");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BlackItalic.ttf") format("opentype");
  font-weight: 900;
  font-style: italic; }
html {
  font-size: 62.65%; }

/* See https://www.sitepoint.com/understanding-and-using-rem-units-in-css/ */
body {
  font-size: 1.6rem;
  font-weight: 300; }

/* 14px */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 2.5rem; }

h1 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: 4px;
  font-size: 35px;
  line-height: 40px; }
  @media (min-width: 890px) {
    h1 {
      font-size: 45px;
      line-height: 55px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 50px;
      line-height: 60px; } }

h2 {
  font-size: 1.9rem; }

h3 {
  font-size: 2.6rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 3px; }

h4 {
  font-size: 1.2rem; }

.subheading {
  font-weight: 300;
  font-size: 1.9rem; }

.section-heading {
  text-transform: uppercase;
  text-align: center; }
  .section-heading:after {
    content: "";
    width: 180px;
    height: 0px;
    display: block;
    border-bottom: 2px solid #d4d4d4;
    margin: auto;
    margin-top: 2.5rem; }

.who-are-we-header .section-heading:after {
  max-width: 30vw; }

.section--heading-no-copy-text {
  margin-top: 2.5rem; }

.heardigits-international-brands.section-heading:after {
  content: "";
  position: relative;
  right: 2px; }

.lead-text-header.section-heading {
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

.section--title-subheading {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

main {
  --WantMoreInfoForm-color: #25c6da; }

.headline-stk {
  font-family: "Raleway";
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  color: #fff !important;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1; }
  @media (max-width: 890px) {
    .headline-stk {
      font-size: 22px;
      color: #ffffff;
      text-align: center; } }

.stk-mobile-signup-container {
  background-color: #182026;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.stk-signup-component {
  padding: 20px 20px !important;
  padding-top: 15px !important; }

/*------------------------------------*\
#MOBILE - MISC
\*------------------------------------*/
@media (max-width: 890px) {
  .hearscope--tile--content {
    padding: 0 20px 30px; }

  .product--header--content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90vw; }

  .product--header-title.title-spacing {
    font-size: 2rem;
    line-height: normal; }

  .hearscope-tile-paragraph-container .data--title,
  .hearscope-tile-paragraph-container .workings--title {
    font-size: 24px;
    line-height: normal; } }
/*------------------------------------*\
#TEXT
\*------------------------------------*/
h3 {
  font-size: 2.6rem;
  font-weight: 500; }
  h3.product--header-title {
    font-family: "Raleway";
    text-transform: uppercase;
    color: #343f45;
    line-height: 40px;
    font-size: 40px; }
    h3.product--header-title .title-bold {
      font-weight: 700; }

.product--header-title {
  font-family: "Raleway";
  text-transform: uppercase;
  color: #343f45;
  line-height: 40px;
  font-size: 40px; }
  .product--header-title .title-bold {
    font-weight: 700; }

.product--header-title.title-spacing {
  margin: 0 0 10px 13vw; }

h5 {
  font-size: 20px;
  font-weight: 800; }
  h5.product--sub-header-title {
    font-family: "Raleway";
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0; }

.stk--text {
  font-family: "Raleway"; }

.paragraph-small {
  font-family: "Raleway";
  font-size: 1.3rem; }

.paragraph {
  font-family: "Raleway";
  font-size: 1.6rem;
  font-weight: 400; }

.paragraph-large {
  font-family: "Raleway";
  font-size: 2rem; }

.paragraph-bold {
  font-weight: 600; }

.paragraph-capitalize {
  text-transform: capitalize; }

.text-brand-green,
.paragraph-green {
  color: #1eebb7; }

.text-white {
  color: white; }

a.href-link-no-styling {
  color: unset; }

/*------------------------------------*\
#PAGE HEADER
\*------------------------------------*/
.heartest--header--content {
  background: url("/assets/products/vula/vula_web_header-12a81740d68cfbd85538184958060e473c074097287e9deeccf5770e1f61cbe1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  min-height: 700px;
  padding: 120px 20px 40px; }
  @media (max-width: 890px) {
    .heartest--header--content {
      background: url("/assets/products/vula/vula_mobile_header-052a9764d650f483021ff9d75e869a93dd0028d59722affae3ee0833f5395f0a.jpg");
      padding-top: 50px;
      background-size: cover;
      background-position: center;
      min-height: unset; } }

.heartest-header-logo--image img {
  min-width: 500px;
  width: 100%; }
  @media (max-width: 890px) {
    .heartest-header-logo--image img {
      min-width: unset;
      max-width: 240px; } }

.video-product-header-container .heartest-header-container--content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: unset; }
  @media (max-width: 890px) {
    .video-product-header-container .heartest-header-container--content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center; } }

.form--product--sign-up:not(.form-get-in-touch) {
  max-width: 330px !important; }

.form--product--sign-up .form-section-multi-inputs {
  width: 100%; }

div.heartest--header--content .box-buttons .btn-main {
  background-color: white;
  border: none;
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  color: #25c6da;
  border-radius: 10px;
  padding: 12px;
  height: 53px;
  position: relative;
  width: 226px;
  max-height: 53px; }
  @media (max-width: 890px) {
    div.heartest--header--content .box-buttons .btn-main {
      width: 180px;
      height: 42px;
      font-size: 18px; } }
div.heartest--header--content .box-buttons svg {
  display: none; }

.button-below-form {
  display: none; }

.product-header-container div.heartest-header-container--content {
  max-width: none;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset; }

.heartest-header-container--content .bold-headline {
  font-family: "Raleway";
  font-size: 40px;
  text-transform: uppercase;
  color: white;
  margin: 30px 0;
  font-weight: 700;
  letter-spacing: 0.03em; }
  @media (max-width: 890px) {
    .heartest-header-container--content .bold-headline {
      font-size: 22px;
      line-height: 23px;
      margin-top: 60px;
      text-align: center; } }
.heartest-header-container--content .bold-headline-bold {
  font-weight: 300; }

.stk-product-logo-desktop {
  display: block; }
  @media (max-width: 890px) {
    .stk-product-logo-desktop {
      display: none; } }

.stk-product-logo-mobile {
  display: none; }
  @media (max-width: 890px) {
    .stk-product-logo-mobile {
      display: block; } }

/*------------------------------------*\
#OVERWRITES HEADER
\*------------------------------------*/
.product-sign-up--form-component {
  padding: 30px 40px 10px;
  border-radius: 20px;
  border: 3px solid #25c6da; }

.product-sign-up--form-component .product-form-header {
  font-family: "Raleway";
  text-transform: uppercase;
  font-size: 22px; }

.product-sign-up--form-component input.intl-tel-input,
.product-sign-up--form-component .form-input {
  font-family: "Raleway";
  margin: 10px 0 0; }
.product-sign-up--form-component div.iti__flag-container {
  top: 16px; }

/*------------------------------------*\
what is section
\*------------------------------------*/
.vula--what-is--section {
  background-color: white;
  background-image: url("/assets/products/vula/vula-wave-792caa883ff1ee420275140699450bf79170ba3d040670d0ae392363b8829787.png");
  background-repeat: no-repeat;
  background-position: left 80px top 50%;
  background-size: contain; }
  .vula--what-is--section a {
    color: #343f45;
    font-weight: 600; }
  @media (min-width: 1200px) {
    .vula--what-is--section {
      background-position: right 80px top 50%; } }
  @media (min-width: 1400px) {
    .vula--what-is--section {
      background-position: right -14rem top 46%;
      background-size: 66%; } }
  @media (max-width: 890px) {
    .vula--what-is--section {
      background-position: left 0 bottom 2rem;
      background-size: 110%;
      background-image: url("/assets/products/vula/vula-wave-what-is-background-mobile-09d0a1bdeb6a51de6da316a26329b87773ff24226e4eeba6b6b2d13cb9bfe652.jpg"); } }

@media (min-width: 890px) {
  .vula--what-is--section .product-description {
    max-width: 50vw; } }

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 890px) {
    .button-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 170px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.vula--what-is--section .video-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2vw;
  width: 100% !important; }
  @media (max-width: 890px) {
    .vula--what-is--section .video-player {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px; } }

.vula--what-is--section .video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 260px;
  padding: 10px;
  font-size: 22px;
  font-family: "Raleway";
  font-weight: 400;
  color: white;
  border: 2px solid #343f45;
  border-radius: 10px;
  background-color: #363f44;
  margin-top: 20px; }
  @media (max-width: 890px) {
    .vula--what-is--section .video-button {
      margin-top: 0px; } }
  .vula--what-is--section .video-button svg {
    margin: 0 10px 0 0; }
  .vula--what-is--section .video-button path {
    fill: #25c6da; }
.vula--what-is--section .button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 890px) {
    .vula--what-is--section .button-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px; } }
  .vula--what-is--section .button-section a {
    margin-right: 50px;
    margin-bottom: 50px; }
    @media (max-width: 890px) {
      .vula--what-is--section .button-section a {
        margin-right: 0px;
        margin-bottom: 15px; } }
    .vula--what-is--section .button-section a button {
      font-weight: 300; }

.vula--what-is--section .product-description {
  padding-right: 30px; }
  @media (max-width: 890px) {
    .vula--what-is--section .product-description {
      padding: unset; } }

.product--header--content {
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #25c6da;
  border-bottom: 2px solid;
  margin: 0 0 60px; }
  @media (max-width: 890px) {
    .product--header--content {
      margin-bottom: 20px; } }

.vula--what-is--section .product-description {
  margin: unset; }

.product-description {
  font-family: "Raleway";
  font-size: 25px;
  margin: auto;
  margin-bottom: 30px;
  color: #343f45;
  padding: 0 2vw;
  padding-left: 0; }
  @media (max-width: 890px) {
    .product-description {
      padding: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 16px; } }

.subheadline {
  font-weight: 600;
  font-size: 30px;
  border-bottom: 2px; }
  @media (max-width: 890px) {
    .subheadline {
      font-size: 19px; } }

.subheadline::after {
  content: "";
  width: 430px;
  height: 0px;
  display: block;
  margin-top: 5px;
  opacity: 0.5; }
  @media (max-width: 890px) {
    .subheadline::after {
      width: auto; } }

.vula--what-is--section .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 13vw;
  max-width: unset; }
  @media (max-width: 890px) {
    .vula--what-is--section .content-container {
      padding-left: 13vw;
      padding-right: 13vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 13vw; } }
  @media screen and (max-width: 500px) {
    .vula--what-is--section .content-container {
      padding-right: 12vw; } }
  .vula--what-is--section .content-container .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 890px) {
      .vula--what-is--section .content-container .section {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .vula--what-is--section .content-container .section .image-container {
      position: relative;
      top: -50px;
      max-width: 174px;
      margin-right: 45px;
      margin-left: 45px;
      margin-top: auto;
      margin-bottom: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .vula--what-is--section .content-container .section .image-container img {
        width: 100%;
        height: auto; }
      @media (max-width: 890px) {
        .vula--what-is--section .content-container .section .image-container {
          position: unset;
          margin: unset;
          margin-top: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .vula--what-is--section .content-container .section .image-container img {
            width: 50%; } }
  .vula--what-is--section .content-container .section .text-section {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }

/*------------------------------------*\
#FEATURES
\*------------------------------------*/
.hearscreen-features {
  background-color: #fff; }
  .hearscreen-features .gradient-fade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    height: 200px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1; }
  .hearscreen-features .see-more-button {
    z-index: 2;
    background-color: #ef5350;
    border-radius: 10px;
    width: 780px;
    height: 35px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer; }
    .hearscreen-features .see-more-button img {
      height: 10px;
      margin-left: 10px; }
    @media (max-width: 890px) {
      .hearscreen-features .see-more-button {
        width: 70%; } }
  .hearscreen-features .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 13vw;
    padding-right: 45px; }
    .hearscreen-features .content-wrapper .copy-container {
      font-size: 25px;
      color: #343f45; }
      @media (max-width: 890px) {
        .hearscreen-features .content-wrapper .copy-container {
          font-size: 16px; } }
  .hearscreen-features .features-wrapper {
    margin-top: 100px; }
    @media (max-width: 890px) {
      .hearscreen-features .features-wrapper {
        margin-top: 25px; } }
    .hearscreen-features .features-wrapper .feature-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 400px; }
      @media (max-width: 890px) {
        .hearscreen-features .features-wrapper .feature-container {
          height: 200px; } }
      .hearscreen-features .features-wrapper .feature-container .section {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-position: center; }
        @media (max-width: 890px) {
          .hearscreen-features .features-wrapper .feature-container .section {
            padding: 20px;
            background-size: cover !important; } }
        .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper {
          max-width: 440px; }
          .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .headline {
            font-family: "Raleway";
            font-size: 25px;
            font-weight: 600;
            text-align: left;
            color: #343f45 !important;
            margin-bottom: 20px;
            line-height: 1;
            text-transform: uppercase;
            border-bottom: 2px solid #6ccedf;
            width: auto;
            max-width: -webkit-max-content;
            max-width: -moz-max-content;
            max-width: max-content;
            padding-bottom: 20px; }
            .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .headline .headline-bold {
              font-weight: 700 !important; }
            @media (max-width: 890px) {
              .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .headline {
                font-size: 15px;
                padding-bottom: 10px; } }
          .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .description {
            font-size: 20px;
            color: #343f45;
            font-family: "Raleway";
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            @media (max-width: 890px) {
              .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .description .fine {
                font-size: 9px; } }
            @media (max-width: 890px) {
              .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .description {
                font-size: 12px; } }

/*------------------------------------*\
#VULA PROMOTIONAL BANNER
\*------------------------------------*/
.vula-promo-banner-container {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f2f4;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: linear-gradient(105deg, #f1f2f4 60%, #13cace 40%); }
  @media (max-width: 890px) {
    .vula-promo-banner-container {
      background: linear-gradient(104deg, #f1f2f4 70%, #13cace 30%);
      height: 600px; } }
  @media (max-width: 890px) {
    .vula-promo-banner-container {
      padding-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .vula-promo-banner-container .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 20px; }
    @media (max-width: 890px) {
      .vula-promo-banner-container .section img {
        width: 80%;
        max-width: 380px; } }
    .vula-promo-banner-container .section a:link {
      text-decoration: none !important; }
    .vula-promo-banner-container .section a:hover {
      text-decoration: none !important; }
    .vula-promo-banner-container .section .learn-more-button {
      margin-top: 50px;
      height: 73px;
      width: 325px;
      background-color: #343f45;
      border-radius: 10px;
      color: #fff;
      font-family: "Raleway";
      font-size: 30px;
      font-weight: 600;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center; }
      @media (max-width: 890px) {
        .vula-promo-banner-container .section .learn-more-button {
          height: 60px;
          width: 250px;
          font-size: 25px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 890px) {
        .vula-promo-banner-container .section .learn-more-button {
          background-color: #343f45;
          color: #fff; } }
    .vula-promo-banner-container .section .copy-container {
      max-width: 472px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 890px) {
        .vula-promo-banner-container .section .copy-container {
          text-align: left;
          margin-top: 20px;
          width: 70%; } }
      .vula-promo-banner-container .section .copy-container .bold {
        font-family: "Raleway";
        font-size: 36px;
        font-weight: 900;
        color: #343f45;
        line-height: 36px; }
        @media (max-width: 890px) {
          .vula-promo-banner-container .section .copy-container .bold {
            font-size: 23px;
            line-height: 25px; } }
      .vula-promo-banner-container .section .copy-container .light {
        margin-top: 20px;
        font-family: "Raleway";
        font-size: 23px;
        font-weight: 300;
        color: #343f45;
        line-height: 23px; }
        @media (max-width: 890px) {
          .vula-promo-banner-container .section .copy-container .light {
            font-size: 17px; } }

/*------------------------------------*\
# RESEARCH VALIDATION
\*------------------------------------*/
.research-validation-section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("/assets/products/vula/research-validation-background-e3c1107f5887131a17caf1be16db1971eb799659386302311cc5aa3c1d596fc4.jpg");
  background-position: right;
  background-position-y: 0;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 890px) {
    .research-validation-section {
      background-position: bottom; } }
  .research-validation-section .research-validation-container {
    padding-right: 25px;
    padding-left: 13vw; }
    @media (max-width: 890px) {
      .research-validation-section .research-validation-container {
        padding-right: 13vw; } }
    .research-validation-section .research-validation-container .headline {
      font-family: "Raleway";
      font-size: 25px;
      font-weight: 600;
      color: #13cace;
      line-height: 40px;
      max-width: 825px; }
      @media (max-width: 890px) {
        .research-validation-section .research-validation-container .headline {
          font-size: 16px;
          line-height: 23px; } }
    .research-validation-section .research-validation-container .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 890px) {
        .research-validation-section .research-validation-container .wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .research-validation-section .research-validation-container .wrapper .section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .research-validation-section .research-validation-container .wrapper .section .authors {
          margin-top: 30px;
          font-family: "Raleway";
          font-size: 25px;
          font-weight: 600;
          color: #3d484f;
          line-height: 40px; }
          @media (max-width: 890px) {
            .research-validation-section .research-validation-container .wrapper .section .authors {
              font-size: 16px;
              line-height: 23px; } }
        .research-validation-section .research-validation-container .wrapper .section .copy {
          margin-top: 30px;
          font-family: "Raleway";
          font-size: 25px;
          color: #3d484f;
          line-height: 40px; }
          @media (max-width: 890px) {
            .research-validation-section .research-validation-container .wrapper .section .copy {
              font-size: 16px;
              line-height: 23px; } }
          .research-validation-section .research-validation-container .wrapper .section .copy a {
            color: #13cace;
            font-weight: 600; }
        .research-validation-section .research-validation-container .wrapper .section .image-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          @media (max-width: 890px) {
            .research-validation-section .research-validation-container .wrapper .section .image-container {
              margin-top: 50px; } }

/*------------------------------------*\
# DISTANCE VISION SCREENING
\*------------------------------------*/
.distance-vision-screening-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f7;
  background-image: url("/assets/products/vula/distance-vision-screening-wave-2bfde9d14c10a8ea150405df572f1776cbb5008cb99031ff717dc6a5a09649ce.jpg");
  background-position: right 0 bottom -15px;
  background-repeat: no-repeat;
  background-size: 90%;
  font-family: "Raleway"; }
  @media (max-width: 890px) {
    .distance-vision-screening-section {
      background-size: contain;
      background-position: right 0 bottom 0px; } }
  .distance-vision-screening-section .wrapper {
    padding-left: 13vw;
    padding-right: 7vw; }
    @media (max-width: 890px) {
      .distance-vision-screening-section .wrapper {
        padding-left: 13vw;
        padding-right: 13vw; } }
    @media (max-width: 890px) {
      .distance-vision-screening-section .wrapper .second-row-section {
        margin-bottom: 0px !important; } }
    .distance-vision-screening-section .wrapper .row-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px; }
      @media (max-width: 890px) {
        .distance-vision-screening-section .wrapper .row-section {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .distance-vision-screening-section .wrapper .row-section .section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        @media (max-width: 890px) {
          .distance-vision-screening-section .wrapper .row-section .section {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .distance-vision-screening-section .wrapper .row-section .copy-container {
        font-size: 25px;
        color: #515c65;
        line-height: 40px; }
        @media (max-width: 890px) {
          .distance-vision-screening-section .wrapper .row-section .copy-container {
            font-size: 16px;
            color: #343f45;
            line-height: 23px;
            margin-bottom: 50px; } }
      .distance-vision-screening-section .wrapper .row-section .image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        @media (max-width: 890px) {
          .distance-vision-screening-section .wrapper .row-section .image-container {
            display: block; } }
        .distance-vision-screening-section .wrapper .row-section .image-container img {
          width: 80%;
          max-width: 600px; }
          @media (max-width: 890px) {
            .distance-vision-screening-section .wrapper .row-section .image-container img {
              max-width: 400px;
              margin-left: auto;
              margin-right: auto; } }

/*------------------------------------*\
# SCIENTIFIC-ADVISOR
\*------------------------------------*/
.scientific-advisor-section {
  font-family: "Raleway";
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff; }
  .scientific-advisor-section .advisor-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 890px) {
      .scientific-advisor-section .advisor-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center; } }
    .scientific-advisor-section .advisor-wrapper .section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 25px;
      margin-right: 25px;
      max-width: 700px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .scientific-advisor-section .advisor-wrapper .section .button-container {
        text-align: center;
        margin-top: 20px; }
        .scientific-advisor-section .advisor-wrapper .section .button-container a {
          color: #5d6671;
          font-weight: 500; }
      .scientific-advisor-section .advisor-wrapper .section .profile-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #f1f2f4;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 19px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 25px;
        padding-top: 40px;
        padding-bottom: 40px; }
        @media (max-width: 890px) {
          .scientific-advisor-section .advisor-wrapper .section .profile-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .scientific-advisor-section .advisor-wrapper .section .profile-container .profile-picture-container {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          @media (max-width: 890px) {
            .scientific-advisor-section .advisor-wrapper .section .profile-container .profile-picture-container {
              margin-bottom: 30px; } }
        .scientific-advisor-section .advisor-wrapper .section .profile-container .info-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 16px;
          margin-left: 30px;
          -webkit-box-flex: 2;
              -ms-flex: 2;
                  flex: 2; }
          @media (max-width: 890px) {
            .scientific-advisor-section .advisor-wrapper .section .profile-container .info-container {
              text-align: left;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -ms-flex-line-pack: center;
                  align-content: center; } }
          .scientific-advisor-section .advisor-wrapper .section .profile-container .info-container .name {
            font-weight: 800;
            font-size: 18px;
            color: #69717d; }
          .scientific-advisor-section .advisor-wrapper .section .profile-container .info-container .title {
            font-weight: 300;
            margin-top: 20px;
            line-height: 26px; }
            .scientific-advisor-section .advisor-wrapper .section .profile-container .info-container .title .highlight {
              font-weight: 500; }
          .scientific-advisor-section .advisor-wrapper .section .profile-container .info-container .button {
            margin-top: 30px; }
            .scientific-advisor-section .advisor-wrapper .section .profile-container .info-container .button img {
              width: 100%;
              max-width: 130px; }
      .scientific-advisor-section .advisor-wrapper .section .quote-container {
        font-size: 25px;
        color: #5d6671;
        text-align: left;
        line-height: 35px;
        margin-left: 25px;
        margin-right: 25px;
        position: relative; }
        @media (max-width: 890px) {
          .scientific-advisor-section .advisor-wrapper .section .quote-container {
            font-size: 16px;
            color: #343f45;
            text-align: left;
            line-height: 23px;
            margin-top: 50px; } }
        .scientific-advisor-section .advisor-wrapper .section .quote-container .quotation-mark-top {
          color: #febd01;
          font-size: 44px;
          font-family: "Serif";
          position: absolute;
          left: -50px;
          height: 30px; }
          @media (max-width: 890px) {
            .scientific-advisor-section .advisor-wrapper .section .quote-container .quotation-mark-top {
              left: -30px;
              height: 20px; } }
        .scientific-advisor-section .advisor-wrapper .section .quote-container .quotation-mark-bottom {
          height: 34px;
          margin-left: 10px; }
          @media (max-width: 890px) {
            .scientific-advisor-section .advisor-wrapper .section .quote-container .quotation-mark-bottom {
              margin-left: 0px;
              height: 25px; } }
        .scientific-advisor-section .advisor-wrapper .section .quote-container .highlight {
          font-weight: 400; }
  .scientific-advisor-section .wrapper {
    padding-left: 13vw;
    padding-right: 7vw; }
    @media (max-width: 890px) {
      .scientific-advisor-section .wrapper {
        padding-left: 13vw;
        padding-right: 13vw; } }
    .scientific-advisor-section .wrapper .row-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px; }
      @media (max-width: 890px) {
        .scientific-advisor-section .wrapper .row-section {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 0px; } }
      .scientific-advisor-section .wrapper .row-section .section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        @media (max-width: 890px) {
          .scientific-advisor-section .wrapper .row-section .section {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .scientific-advisor-section .wrapper .row-section .copy-container {
        font-size: 25px;
        color: #515c65;
        line-height: 40px; }
        .scientific-advisor-section .wrapper .row-section .copy-container a {
          color: #515c65;
          font-weight: 600; }
        @media (max-width: 890px) {
          .scientific-advisor-section .wrapper .row-section .copy-container {
            font-size: 16px;
            color: #343f45;
            line-height: 23px;
            margin-bottom: 50px; } }

/*------------------------------------*\
#PAGE DATA MANAGEMENT
\*------------------------------------*/
.data-management-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #343f45;
  padding: 50px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media (max-width: 890px) {
    .data-management-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 890px) {
    .data-management-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .data-management-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .data-management-container .image-container {
    max-width: 600px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .data-management-container .copy-container {
    max-width: 600px;
    font-family: "Raleway";
    border-radius: 20px;
    border: 2px #fff solid;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 890px) {
      .data-management-container .copy-container {
        padding: 20px;
        margin-top: 20px; } }
    .data-management-container .copy-container .headline-container {
      line-height: 40px;
      font-size: 40px;
      color: #ffffff;
      text-align: center;
      position: relative;
      font-family: "Raleway"; }
      @media (max-width: 890px) {
        .data-management-container .copy-container .headline-container {
          margin-top: 20px;
          font-size: 25px;
          line-height: 25px; } }
      .data-management-container .copy-container .headline-container.bold {
        font-weight: 800; }
      .data-management-container .copy-container .headline-container.light {
        font-weight: 200; }
    .data-management-container .copy-container .headline-container :after {
      content: "";
      width: auto;
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      bottom: -20px;
      border-color: #25c6da;
      border-width: 0 0 2px;
      border-style: solid; }
    .data-management-container .copy-container .description {
      margin-top: 50px;
      font-family: "Raleway";
      font-size: 20px;
      color: #ffffff;
      line-height: 30px;
      text-align: left; }
      @media (max-width: 890px) {
        .data-management-container .copy-container .description {
          font-size: 16px;
          line-height: 18px; } }
      .data-management-container .copy-container .description .link {
        font-weight: 600; }
      .data-management-container .copy-container .description a {
        color: #fff; }
      .data-management-container .copy-container .description a:link {
        color: #fff; }

/*------------------------------------*\
# PUBLISHED RESEARCH
\*------------------------------------*/
.research-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f1f2f4;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px; }
  .research-container .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (max-width: 890px) {
      .research-container .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media (max-width: 890px) {
    .research-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 50px 20px; } }
  @media (min-width: 1024px) {
    .research-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-item-align: auto;
          align-self: auto; } }
  .research-container .image-container {
    max-width: 490px;
    background-size: cover;
    border-radius: 20px;
    margin-left: 20px;
    max-height: 1724px;
    overflow: hidden; }
    @media (max-width: 890px) {
      .research-container .image-container {
        height: 400px;
        width: 100%;
        max-width: 600px;
        margin-left: 0px;
        -ms-flex-item-align: center;
            align-self: center;
        overflow: hidden; } }
    @media (min-width: 890px) {
      .research-container .image-container {
        height: 100%;
        width: 400px;
        margin-left: 20px;
        -ms-flex-item-align: center;
            align-self: center; } }
    @media (min-width: 1024px) {
      .research-container .image-container {
        height: auto;
        max-width: 600px;
        background-size: cover;
        border-radius: 20px;
        margin-left: 0px;
        -ms-flex-item-align: auto;
            align-self: auto;
        margin: 0px 25px 25px 25px; } }
  .research-container .copy-container {
    max-width: 600px;
    font-family: "Raleway";
    border-radius: 20px;
    border: 2px #343f45 solid;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #343f45;
    -ms-flex-item-align: center;
        align-self: center;
    overflow: hidden; }
    @media (max-width: 890px) {
      .research-container .copy-container {
        margin: 0px;
        margin-top: 50px;
        padding: 20px; } }
    @media (min-width: 890px) {
      .research-container .copy-container {
        margin-right: 0px;
        overflow: hidden;
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .research-container .copy-container {
        overflow: hidden;
        margin: 0px 25px 25px 25px; } }
    .research-container .copy-container .headline-container {
      line-height: 40px;
      font-size: 40px;
      text-align: center;
      position: relative;
      margin-bottom: 30px; }
      @media (max-width: 890px) {
        .research-container .copy-container .headline-container {
          font-size: 25px;
          line-height: 25px; } }
      .research-container .copy-container .headline-container.bold {
        font-weight: 700; }
      .research-container .copy-container .headline-container.light {
        font-weight: 200; }
    .research-container .copy-container .headline-container :after {
      content: "";
      width: 300px;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      bottom: -20px;
      border-color: #25c6da;
      border-width: 0 0 2px;
      border-style: solid; }
      @media (max-width: 890px) {
        .research-container .copy-container .headline-container :after {
          width: 200px; } }
    .research-container .copy-container .description {
      margin-top: 20px;
      font-family: "Raleway";
      font-size: 20px;
      color: #343f45;
      line-height: 30px;
      text-align: left;
      font-weight: 400; }
      @media (max-width: 890px) {
        .research-container .copy-container .description {
          font-size: 16px;
          line-height: 20px; } }
      .research-container .copy-container .description .link {
        color: #25c6da;
        font-weight: 600; }
      .research-container .copy-container .description.bold {
        font-weight: 600; }

/*------------------------------------*\
#PAGE PRICING
\*------------------------------------*/
.hearscope--pricing {
  background-color: #f1f2f4;
  padding-top: 50px !important; }
  .hearscope--pricing .product--header-title {
    color: #343f45; }

.hearscope--pricing .pricing-carousel--slider {
  width: 100%;
  padding: 4rem 0 4rem; }
.hearscope--pricing .carousel-container--content {
  max-width: unset;
  width: 100%;
  overflow: hidden; }

.pricing-carousel--slider .pricing-amount {
  font-family: "Raleway";
  font-size: 40px;
  font-weight: 700; }
.pricing-carousel--slider .pricing-amount--description {
  font-size: 1.6rem;
  font-weight: 300; }
.pricing-carousel--slider .descriptionWrapper .description {
  text-align: left;
  font-family: "Raleway";
  max-width: 280px; }
.pricing-carousel--slider .header {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 700; }

.hearscope--pricing .title-spacing {
  letter-spacing: 2px; }

.pricing-carousel--slider .carousel-container--content {
  max-width: 1070px; }
  @media (max-width: 890px) {
    .pricing-carousel--slider .carousel-container--content {
      width: unset;
      max-width: 100%; } }

.carousel-container--content .pricing-navigation--button {
  border: none; }

.pricing-carousel--slider .pricing-navigation--button {
  -webkit-transform: none;
          transform: none;
  background-color: white;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.3); }
.pricing-carousel--slider .material-icons {
  font-size: 30px;
  color: black; }
.pricing-carousel--slider .pricing-navigation--button.prev {
  left: 10px; }
  .pricing-carousel--slider .pricing-navigation--button.prev:hover,
  .pricing-carousel--slider .pricing-navigation--button.prev :focus {
    left: 15px; }
.pricing-carousel--slider .pricing-navigation--button.next {
  right: 10px; }
  .pricing-carousel--slider .pricing-navigation--button.next:hover,
  .pricing-carousel--slider .pricing-navigation--button.next :focus {
    right: 15px; }

.product.vue-product-container .descriptionWrapper a {
  text-decoration: none;
  color: white;
  font-weight: 700; }

/*------------------------------------*\
#MOBILE - PRICING
\*------------------------------------*/
@media screen and (max-width: 425px) {
  .heartest-occ--pricing .pricing-carousel--slider {
    padding: 0;
    margin: auto; } }
@media (max-width: 890px) {
  .pricing-carousel--slider .product {
    min-width: 300px;
    max-width: 300px; } }
/*------------------------------------*\
#PAGE DATA MANAGEMENT
\*------------------------------------*/
.data-management-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #343f45;
  padding: 50px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media (max-width: 890px) {
    .data-management-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 890px) {
    .data-management-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .data-management-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .data-management-container .image-container {
    max-width: 600px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .data-management-container .copy-container {
    max-width: 600px;
    font-family: "Raleway";
    border-radius: 20px;
    border: 2px #fff solid;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 890px) {
      .data-management-container .copy-container {
        padding: 20px;
        margin-top: 20px; } }
    .data-management-container .copy-container .headline-container {
      line-height: 40px;
      font-size: 40px;
      color: #ffffff;
      text-align: center;
      position: relative; }
      @media (max-width: 890px) {
        .data-management-container .copy-container .headline-container {
          margin-top: 20px;
          font-size: 25px;
          line-height: 25px; } }
      .data-management-container .copy-container .headline-container.bold {
        font-weight: 800; }
      .data-management-container .copy-container .headline-container.light {
        font-weight: 200; }
    .data-management-container .copy-container .headline-container :after {
      content: "";
      width: auto;
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      bottom: -20px;
      border-color: #25c6da;
      border-width: 0 0 2px;
      border-style: solid; }
    .data-management-container .copy-container .description {
      margin-top: 50px;
      font-family: "Raleway";
      font-size: 20px;
      color: #ffffff;
      line-height: 30px;
      text-align: left; }
      @media (max-width: 890px) {
        .data-management-container .copy-container .description {
          font-size: 16px;
          line-height: 18px; } }
      .data-management-container .copy-container .description .link {
        font-weight: 600; }
      .data-management-container .copy-container .description a {
        color: #fff; }
      .data-management-container .copy-container .description a:link {
        color: #fff; }

/*------------------------------------*\
#AWARDS SECTION
\*------------------------------------*/
.awards-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff; }
  .awards-section .awards .splide__track {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 890px) {
      .awards-section .awards .splide__track {
        max-width: 100%; } }
  .awards-section .awards .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .awards-section .awards .splide__slide img {
      max-height: 140px; }
  .awards-section .awards .splide__slide.is-active.is-visible img {
    max-height: 160px; }
  .awards-section .awards .splide__pagination {
    bottom: -2.5em; }
  .awards-section .awards .splide__pagination__page.is-active {
    background-color: #13cace; }

/*------------------------------------*\
#get in touch section
\*------------------------------------*/
.get-in-touch {
  background-color: #f1f2f4;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .get-in-touch .form-container {
    width: 100%; }
    .get-in-touch .form-container button {
      width: 200px;
      margin-left: auto;
      margin-right: auto;
      height: 50px;
      font-size: 16px; }
  .get-in-touch .popia {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    margin: 10px auto; }
    @media (max-width: 890px) {
      .get-in-touch .popia {
        width: 90%; } }
  @media (max-width: 890px) {
    .get-in-touch {
      text-align: center; } }
  .get-in-touch .headline {
    font-family: "Raleway";
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #343f45 !important;
    margin-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 2px solid #6ccedf;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-bottom: 20px; }
  .get-in-touch .subheadline {
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    color: #323e47; }
  .get-in-touch .email {
    color: #323e47;
    text-align: center;
    margin-top: 25px; }
    @media (max-width: 890px) {
      .get-in-touch .email {
        font-size: 13px; } }
    .get-in-touch .email a {
      color: #6ccedf;
      font-weight: 700; }
  @media (max-width: 890px) {
    .get-in-touch .form-section-multi-inputs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .get-in-touch .form-get-in-touch {
    max-width: unset;
    color: #323e47;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .get-in-touch .form-get-in-touch .form-input {
      color: #323e47;
      background-color: #fff; }
    .get-in-touch .form-get-in-touch .form-input {
      max-height: 40px;
      line-height: 20px;
      resize: none;
      overflow: hidden;
      min-width: 260px !important;
      max-width: 360px; }
      .get-in-touch .form-get-in-touch .form-input::-webkit-input-placeholder {
        color: #323e47;
        opacity: 1; }
      .get-in-touch .form-get-in-touch .form-input::-moz-placeholder {
        color: #323e47;
        opacity: 1; }
      .get-in-touch .form-get-in-touch .form-input:-ms-input-placeholder {
        color: #323e47;
        opacity: 1; }
      .get-in-touch .form-get-in-touch .form-input::-ms-input-placeholder {
        color: #323e47;
        opacity: 1; }
      .get-in-touch .form-get-in-touch .form-input::placeholder {
        color: #323e47;
        opacity: 1; }
      .get-in-touch .form-get-in-touch .form-input:focus {
        outline: 0; }
  .get-in-touch input.intl-tel-input,
  .get-in-touch .form-input {
    background-color: #fff !important; }
    .get-in-touch input.intl-tel-input::-webkit-input-placeholder, .get-in-touch .form-input::-webkit-input-placeholder {
      color: #323e47 !important;
      opacity: 1 !important; }
    .get-in-touch input.intl-tel-input::-moz-placeholder, .get-in-touch .form-input::-moz-placeholder {
      color: #323e47 !important;
      opacity: 1 !important; }
    .get-in-touch input.intl-tel-input:-ms-input-placeholder, .get-in-touch .form-input:-ms-input-placeholder {
      color: #323e47 !important;
      opacity: 1 !important; }
    .get-in-touch input.intl-tel-input::-ms-input-placeholder, .get-in-touch .form-input::-ms-input-placeholder {
      color: #323e47 !important;
      opacity: 1 !important; }
    .get-in-touch input.intl-tel-input::placeholder,
    .get-in-touch .form-input::placeholder {
      color: #323e47 !important;
      opacity: 1 !important; }

.get-in-touch input.intl-tel-input {
  color: black; }

.get-in-touch .intl-tel-input.invalid,
.get-in-touch .form-input.invalid {
  border: 2px solid red !important; }

.faq-section {
  background-color: #f1f2f4; }
  .faq-section p {
    font-size: 20px;
    font-weight: 400;
    font-family: "Raleway";
    text-transform: none;
    padding-bottom: 40px;
    margin: 0px;
    text-align: center; }
    .faq-section p a {
      color: #5bc7cc; }
    @media (max-width: 890px) {
      .faq-section p {
        font-size: 16px;
        width: 80%;
        margin: auto; } }

.m-health-section-banner {
  background-color: white;
  padding-bottom: 2.5rem; }
  .m-health-section-banner .product--header--content {
    margin: 0px; }
  .m-health-section-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 890px) {
      .m-health-section-banner .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .m-health-section-banner .content div {
      width: 45%; }
      @media (max-width: 890px) {
        .m-health-section-banner .content div {
          width: 80%; } }
      .m-health-section-banner .content div.copy-container {
        font-family: "Raleway";
        color: #343f45;
        font-size: 22px;
        font-weight: 300;
        padding: 20px 0px; }
        @media (max-width: 890px) {
          .m-health-section-banner .content div.copy-container {
            font-size: medium; } }
      .m-health-section-banner .content div a {
        display: inline-block; }
        .m-health-section-banner .content div a button {
          width: 200px;
          height: 50px;
          background-color: #343f45;
          color: white;
          border-radius: 10px;
          border: none;
          font-size: 18px; }
        @media (max-width: 890px) {
          .m-health-section-banner .content div a {
            text-align: center; } }
    .m-health-section-banner .content div:nth-child(2) {
      width: 640px; }
      @media (max-width: 890px) {
        .m-health-section-banner .content div:nth-child(2) {
          width: 80%; } }

#product-sign-up-form .popia {
  max-width: 330px;
  color: #fff; }

.popia {
  font-weight: 300;
  font-family: "Raleway";
  font-style: italic;
  font-size: 12px; }
  .popia a {
    color: #6ccedf; }
