







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 24px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
  font-size: 24px;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1 {
  
  color: #425b76;
  font-size: 50px;
  text-transform: none;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #425b76;
  font-size: 38px;
  text-transform: none;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #425b76;
  font-size: 30px;
  text-transform: none;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #425b76;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #425b76;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

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





button,
.button {
  border: 1px solid #425b76;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(26, 51, 78, 1.0);
  border-color: #1a334e;
}

button:active,
.button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(106, 131, 158, 1.0);
  border-color: ;
}





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

/* Form title */

.form-title {
  color: #F8FAFC;
}

/* Labels */

form label {
  color: #425b76;
}

/* Help text */

form legend {
  color: #425b76;
}

/* 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 {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #425b76;
}

::-moz-placeholder {
  color: #425b76;
}

:-ms-input-placeholder {
  color: #425b76;
}

::placeholder {
  color: #425b76;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

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

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(26, 51, 78, 1.0);
  border-color: #1a334e;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(106, 131, 158, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #425b76;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #425b76;

  padding: 18px;

  border-color: ;
  color: #425b76;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
}





.header {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #425b76;
  font-family: Lato;
}

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

.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: #1a334e;
}

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(248, 250, 252, 1.0)

;
}

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #425b76;
}





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

/* Blog post */

.blog-post__meta a {
  color: #425b76;
}

.blog-post__tag-link {
  color: #425b76;
}

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

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

/* 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: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #425b76;
}

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

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #0270E0;
}

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

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #425b76;
}





/* 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: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #425b76;
}

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

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

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

/* Blog pagination */

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

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

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

.pagination__link-icon svg {
  fill: #425b76;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #425b76;
  font-size: 30px;
}

.card__body svg {
  fill: #425b76;
}

/* Social follow */

.social-links__icon {
  background-color: #425b76;
}

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

.social-links__icon:active {
  background-color: #6a839e;
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #425b76;
  font-size: 30px;
}

@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Light.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Light.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Light.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Light.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Heavy.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Heavy.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Heavy.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Heavy.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Medium.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Medium.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Medium.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-LightItalic.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-LightItalic.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-LightItalic.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-MediumItalic.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-MediumItalic.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-MediumItalic.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-HeavyItalic.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-HeavyItalic.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-HeavyItalic.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Bold.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Bold.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Bold.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-BoldItalic.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-BoldItalic.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-BoldItalic.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Regular.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Regular.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Regular.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-SemiBold.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-SemiBold.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-SemiBold.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-SemiBoldItalic.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-SemiBoldItalic.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-SemiBoldItalic.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert Fincent';
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-RegularItalic.eot');
    src: url('https://try.fincent.com/hubfs/fonts/RoobertFincent-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-RegularItalic.woff2') format('woff2'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-RegularItalic.woff') format('woff'),
        url('https://try.fincent.com/hubfs/fonts/RoobertFincent-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
body {
    font-family: 'Roobert Fincent',sans-serif;
}
h1, h2, h3, h4, h5, h6, ol, ul, p, a, button {
    margin: 0;
    font-family: 'Roobert Fincent',sans-serif;
}
a:hover, a:focus{
  font-family: 'Roobert Fincent',sans-serif;
}
.btn-primary.nav-btn {
    font-family: 'Roobert Fincent',sans-serif;
    border: 1px solid #000000;
    border-radius: 40px;
    color: #000;
    padding: 10px 40px;
    background: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.btn-primary.nav-btn.book-demo-btn {
  background: #000000;
  color: #ffffff;
  padding: 20px 50px;
  font-size: 18px;
  
}


/* Start Pricing Table */
.pricing-table{
  max-width: 975px; margin: auto;
}
.pricing-row{ 
  display: grid; 
  grid-template-columns: 1fr 0.5fr 0.5fr; 
  border: 2px solid #1F1D2B; 
  border-radius: 20px;
}
.pricing-col{
  padding: 30px 40px; 
  align-items: center;
  text-align: center;
}
.pricing-col:first-child {
    text-align: left;
}
.pricing-col.border-col{
  border: 2px solid #7B62EA; 
  border-radius: 20px; 
  margin: -30px 0; 
  background: #151516; 
  padding: 60px 40px 30px 40px; 
  text-align: center;
}
.pricing-head{
  display: flex; 
  justify-content: center; 
  min-height: 120px; 
  align-items: center;"
}
.pricing-head img {
   max-width: 140px;
}
.pricing-item p{
  margin: 0; 
  color: #fff; 
  padding: 15px 0px; 
  border-bottom: 2px solid #1F1D2B; 
  font-size: 18px; 
  line-height: 30px;
}
.pricing-item.item-line2 p {
  min-height: 92px;
}
.pricing-item:last-child p {
  border-bottom: none;
}

/* End Pricing Table */



/* Start Footer */
.menu-list{
  display:block;
  font-size: 16px; 
  line-height: 1.5; 
  margin-bottom:15px;
  color: #ffffff;
  font-family: 'Roobert Fincent',sans-serif;
}
.menu-list:hover {
  color: #ffffff;
  font-family: 'Roobert Fincent',sans-serif;
}