.eyebrow {
    margin: 0 0 10px;
    color: #29d0fd;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}


h2 {
    color: #0504aa;
    font-size: 2.9em;
    line-height: 1.1;
}

.lp .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    font-weight: 800;
    background-color: #29d0fd;
    padding: 0 22px;
    color: #fff;
    box-shadow: 0 14px 28px #008fc938;
    border: none;
    margin: .6em .6em .6em 0;
    transition: all .25s ease;
    font-size: 1rem;
    line-height: 1.5;
}

.lp .btn:hover, .lp .frm_style_formidable-style.with_frm_style .frm_submit input[type=submit]:hover {
  transform: translateY(-2px);
}

.lp .btn.btn-primary {
    background-color: #29d0fd;
    border: none;
}

.lp .btn.btn-outline-primary{
    background-color: #ffffff;
    color:#0504aa;
}