/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1, h2, h3 {     
      line-height: 1;}

.kl-navbar__button {
    color: #000;
    display: inline-block;
    font-family: Work Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2em;
    word-break: normal;
}

.button, .button_cta a, button {
    font-weight: 500;
    font-size: 1rem;
}

.kl-hero-01__image {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: 0;
    transition: opacity .2s, width .5s;
    width: 50%;
}


.kl-rich-text__preheader {
    color: #1a4852;
    display: block;
    font-family: Work Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 .5rem;
  text-transform: uppercase;
}


.hs-form-required {
    color: #000000;
}

.kl-pricing__badge {
    background-color: #E5E1DD;

}

.kl-cards-slider__header {
    background-color: #E5ECED;
}

.kl-features-03__section {
    background-color: white;
}

.kl-testimonial__author {
    font-weight: 500;
}