body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
.cst-amp:hover {
    text-decoration: none;
    background: #3C9CE1;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin: 0px;
    padding: 13px 30px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    border-radius: inherit;

}

.landingPage_demoRequest {
 font-family: 'Domine', serif;
 font-size: 3.2vw;
 color: #202020;
 line-height: 1.5;
 margin-top: 80px;
 margin-bottom: 10px;
}
.landingPage_demoRequest_subheader {
 font-family: 'Source Sans Pro', sans-serif;
 font-size: 18px;
 color: #555;
 line-height: 1.5;
 margin-top: 20px;
 margin-bottom: 45px;
}
* {
    list-style: none;
    box-sizing: border-box;
    padding: 0px;
}
:focus {
    outline: 0;
}
.newLandingPage {
  background-color: #fff;
}
.newLandingPage .header {
  border-bottom: 0px solid #eee;
}

.landingPageHeadKLine {
  font-family: 'Domine', serif;
  font-size: 3.2vw;
  color: #202020;
  line-height: 1.5;
  margin-top: 80px;
}
.landingPageHeadKLine .line_1 {
  position: relative;
  display: block;
}
.landingPageHeadKLine .line_2 {
  position: relative;
  display: block;
}
.landingPage_subheader {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-top: 15px;
}
.CTA_holder {
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.landingPage_mainCTA {
  position: relative;
  display: inline-block;
  padding: 18px 25px;
  font-size: 20px;
  background: #63C1AE;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.landingPage_svg {
  margin-top: 50px;
  opacity: 0.96;
  max-height: 580px;
  overflow: hidden;
}

@media only screen and (max-width: 720px) {
  .landingPageHeadKLine {
    font-size: 32px;
  }
} 