/* @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    */
/*****************************************/
.hs-landing-page .book-demo-lp-hero h1 {
    font-size: 2.85rem;
}
.hs-landing-page .book-demo-lp-hero.pax-8-beyond-24 h1 {
    font-size: 2.75rem;
}

.hs-landing-page #see-inforcer-in-action-btn a.btn {
    background-color: #178BDB;
}

.hs-landing-page #see-inforcer-in-action-btn a.btn:hover {
    background-color: #0c5394;
}

.hs-landing-page .header__search {
  display:none;
}

.hs-landing-page .mobile-book-demo-btn {
  display: none; }
  .hs-landing-page .desktop-book-demo-btn {
  background-color: rgba(23, 139, 219,1.0); margin-top: 16px;}

.hs-landing-page .desktop-book-demo-btn:hover, .hs-landing-page .btn--1726506459858-1:hover {
  background-color: #0c5394 !important;
}


@media(max-width: 1139px) {
    .hs-landing-page .book-demo-lp-hero h1, .hs-landing-page .book-demo-lp-hero.pax-8-beyond-24 h1 {
        font-size: 2.4rem;
        text-align: left;
    }
    .hs-landing-page .book-demo-lp-hero p {
        text-align: left;
    }
      .hs-landing-page .hero-text-blocks>div {
        width: 100% !important;
    }
    .hs-landing-page .hero-text-blocks {
        display: block !important;
    }
  
  .hs-landing-page .header__mobile-nav {
    display: none !important;
}

@media(max-width: 768px) {
  
  .hs-landing-page .mobile-book-demo-btn {
  display: block; background-color: rgba(23, 139, 219,1.0); margin-top: 40px; }
  
    .hs-landing-page .mobile-book-demo-btn:hover {
 background-color: #0c5394; }
  
  .hs-landing-page .desktop-book-demo-btn {
  display: none; }
}