
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');







/* 1a. Containers */




/* 1b. Colors */








/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */










*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}
p{
  margin: 0;
  padding: 0;
}
ul, ol, li{
  /*   list-style: none; */
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
}
a:hover,  a:focus, a:focus-visible, a{
  color: inherit;
  text-decoration: none;
}

:root{
  scroll-behavior: smooth;
  --theme_primary: #456db3;
  --theme_secondary: #ffffff;
  --light: #dee4e7;
  --dark: #6d6e71;
  --extra_dark: #424143;
  --black: ;
}






.container-fluid.body-container{
  padding:0;
}

.content-wrapper {
  max-width: 1140px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1140px;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Red Hat Display', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #424143;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: 'Red Hat Display', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'Red Hat Display', sans-serif; font-style: normal;
  color: #456db3;
}

a:hover,
a:focus {
  color: #1d458b;
}

a:active {

  color: #6d95db;
}

/* Headings */

h1,
.h1 {
  font-weight: 800; text-decoration: none; font-family: 'Red Hat Display', serif; font-style: normal;
  color: #ffffff;
  font-size: 52px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 900; text-decoration: none; font-family: 'Red Hat Display', sans-serif; font-style: normal;
  color: #6d6e71;
  font-size: 38px;
  text-transform: none;
  line-height:40px;
  margin-bottom:20px;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: 'Red Hat Display', serif; font-style: normal;
  color: #6d6e71;
  font-size: 32px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: 'Red Hat Display', serif; font-style: normal;
  color: #6d6e71;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: 'Red Hat Display', serif; font-style: normal;
  color: #6d6e71;
  font-size: 22px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'Red Hat Display', serif; font-style: normal;
  color: #6d6e71;
  font-size: 18px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #ffffff;
}






.button,  .hs-button, .cta_button {
  border: 1px solid #456db3;

  padding-top: 6px;
padding-right: 40px;
padding-bottom: 5px;
padding-left: 20px;

  font-family: 'Red Hat Display', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(69, 109, 179, 1.0)

;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
  position:relative;
  margin-right:10px;
  margin-top:10px;
  line-height:24px;
}
.button:after, .hs-button:after, .cta_button:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  font-size: 20px;
  background: var(--theme_secondary);
  color: var(--theme_primary);
  padding: 0px 9px;
  border-radius: 50%;
  width: 22px;
  padding-bottom: 1px;
  padding-top: 0px;
  transition: .4s;
  top: 49%;
  right: 16px;
  transform: translate(50%,-50%);
}

.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.cta_button:hover,
.cta_button:focus{
  font-family: 'Red Hat Display', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(29, 69, 139, 1.0);
  border-color: #1d458b;
  color:#ffffff;
}

.button:active, .cta_button:active {
  font-family: 'Red Hat Display', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(109, 149, 219, 1.0);
  border-color: #6d95db;
  #ffffff;
}

.button:hover:after, .hs-button:hover:after, .cta_button:hover:after{
  right:5px;
}
.button.active_bg{
  background: var(--theme_secondary) !important;
  color: var(--theme_primary) !important;
}
.button.active_bg:after {
  background: var(--theme_primary) !important;
  color: var(--theme_secondary) !important;
}




form,
.submitted-message {
  font-family: 'Red Hat Display', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #ffffff;
}

/* Labels */

form label {
  color: #424143;
}

/* Help text */

form legend {
  color: #424143;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #424143;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #424143;
}

::-moz-placeholder {
  color: #424143;
}

:-ms-input-placeholder {
  color: #424143;
}

::placeholder {
  color: #424143;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #424143;
}

.fn-date-picker td.is-selected .pika-button {
  background: #456db3;
}

.fn-date-picker td .pika-button:hover {
  background-color: #456db3 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #456db3;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #456db3;

  padding-top: 6px;
padding-right: 40px;
padding-bottom: 5px;
padding-left: 20px;

  font-family: 'Red Hat Display', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(69, 109, 179, 1.0)

;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(29, 69, 139, 1.0);
  border-color: #1d458b;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(109, 149, 219, 1.0);
  border-color: #6d95db;
}





/* Table */

table {
  border: 1px solid #424143;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #424143;

  padding: 18px;

  color: #424143;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(69, 109, 179, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #424143;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #424143;
  font-family: Red Hat Display;
}

.menu__child-toggle-icon {
  border-top-color: #424143;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #1a191b;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #1a191b;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #6a696b;
}

.menu__child-toggle-icon:active {
  border-top-color: #6a696b;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #424143;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #456db3;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #456db3;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #424143;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #456db3;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Red Hat Display;
}

.header__language-switcher-label-current:after {
  border-top-color: #424143;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #424143;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(109, 110, 113, 1.0)

;
}

/* Footer content */
.footer .content_parent .sub_headline,
.footer .content_parent p, .footer .content_parent .content.two a,
.footer .content_parent .content a,
.footer .content_parent p, .footer .content_parent .content.two a,
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}


.footer .copyright{
  background:

  
  
    
  


  rgba(69, 109, 179, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1)

;
}
.footer .copyright a, .footer .copyright p{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 40px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #424143;
}

.blog-post__tag-link {
  color: #424143;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #1a191b;
}

.blog-post__tag-link:active {
  color: #6a696b;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 900; text-decoration: none; font-family: 'Red Hat Display', sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #6d6e71;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #454649;
}

.blog-related-posts__title-link:active {
  color: #959699;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 40px;
}

#comments-listing .comment-reply-to {
  color: #456db3;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #1d458b;
}

#comments-listing .comment-reply-to:active {
  color: #6d95db;
}





.hs-search-results__title {
  font-weight: 800; text-decoration: none; font-family: 'Red Hat Display', serif; font-style: normal;
  color: #ffffff;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 900; text-decoration: none; font-family: 'Red Hat Display', sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #6d6e71;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #454649;
}

.blog-index__post-title-link:active {
  color: #959699;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #424143;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #424143;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #1a191b;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #6a696b;
}

.pagination__link-icon svg {
  fill: #424143;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: 'Red Hat Display', serif; font-style: normal;
  color: #6d6e71;
  font-size: 32px;
}

.card__body svg {
  fill: #456db3;
}

/* Social follow */

.social-links__icon {
  background-color: #456db3;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #1d458b;
}

.social-links__icon:active {
  background-color: #6d95db;
  font-weight: 700; text-decoration: none; font-family: 'Red Hat Display', serif; font-style: normal;
  color: #6d6e71;
  font-size: 32px;
}



@media (max-width:991px){
  h1{
    font-size:48px;
  }
}
@media (max-width:767px){
  h1{
    font-size:42px;
  }
  h2{
    font-size:32px;
  }
  h3{
    font-size:26px;
  }
  h4{
    font-size:22px;
  }
}
@media (max-width:575px){
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 5%;
    padding-right: 5%;
  }
}


/*search page css */
.search_container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.search_container .hs-search-field__bar {
  max-width: 550px;
  margin: 0px auto;
}
.search_container h1 {
  color: var(--extra_dark);
  font-weight: 900;
  font-size: 28px;
  margin: 0px auto;
  display: block;
  text-align: center;
  margin-bottom:40px;
}
.systems-page--search-results {
  padding-top: 20px;
}
.search_container .hs-search-highlight {
  font-weight: 600;
  color: var(--theme_primary);
  font-size: 20px;
  display: block;
}
.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index: 999;
  background: var(--theme_secondary);
  top: 23px;
  left: 0;
  border-radius: 4px;
  color: var(--theme_primary);
}
.hs-search-results__description {
  padding-top: 0px;
}
.fixed-top{
  z-index:9999 !important;
}
.search_container ul.hs-search-field__suggestions {
  top: 42px;
  width: 100%;
}
.search_container .hs-search-highlight.hs-highlight-title {
  font-weight: 900;  color: var(--theme_primary);
  font-size: 26px;
  font-style: inherit;
}
.hs-search-field__suggestions #results-for {
  line-height: 14px;
  color: var(--extra_dark);
  margin-bottom: 10px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  color: var(--theme_primary);
}
.hs-search-highlight {
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
}
.search_container .hs-search-results__title {
  color: var(--theme_primary);
  font-weight: 900 !important;
  margin:0;
}
.systems-page--search-results .hs-search-results__listing li {
  margin-top: 20px;
}

span.hs-search-highlight.hs-highlight-html {
  display: none;
}
.search_container .hs-search-results__title:hover{
  text-decoration:underline;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px 20px;
}
.search_container .hs-search-results__pagination {
  display: block;
  margin-top: 20px;
}
.search_container .hs-search-results__pagination a:hover {
  color: var(--extra_dark);
}
.search_container .hs-search-results__pagination a {
  background: var(--light);
  padding: 5px 7px;
  border-radius: 4px;
  color: var(--dark);
}