







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper,
.blog-container,
.page-center {
  max-width: 938px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding-top: 70px;
  padding-bottom: 70px;
}

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




body {
  
  color: rgba(93, 93, 93, 1.0 );
  
  font-family: wfont_ef2337_e64cd762edf24879a1cdf147d29c1922,wf_e64cd762edf24879a1cdf147d,orig_avenirltstdroman;
  font-size: 17px;
  font-weight: 400
}

a {
  color: rgba(93, 93, 93, 1.0);
}

a:hover {
  color: rgba(93, 93, 93, 1.0);
}

a:active {
  color: rgba(93, 93, 93, 1.0);
}

h1 {
  color: rgba(62, 62, 62, 1.0);
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  font-size: 55px;
  font-weight: 400;
}

h2 {
  color: rgba(62, 62, 62, 1.0);
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  font-size: 34px;
  font-weight: 400;
}

h3 {
  color: rgba(62, 62, 62, 1.0);
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  font-size: 40px;
  font-weight: 400;
}

h4 {
  color: rgba(62, 62, 62, 1.0);
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  font-size: 40px;
  font-weight: 400;
}

h5 {
  color: rgba(62, 62, 62, 1.0);
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  font-size: 30px;
  font-weight: 400;
}

h6 {
  color: rgba(24, 23, 29, 1.0);
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  font-size: 25px;
  font-weight: 400;
}
/* Blockquote */

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

@media (max-width: 767px) {
  h1 {
    font-size: 29px;
    line-height: 1.1em;
  }

  h2 {
    font-size: 23px;
    line-height: 1em;
  }

  h3 {
    font-size: 24px;
    line-height: normal;
  }

  h4 {
    font-size: 23px;
    line-height: normal;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
}




.hs-button,
.hs-button.primary,
input[type="submit"],
input[type="button"],
.button {
  background-color: rgba(0, 174, 239, 1.0);
  border-color: rgba(0, 174, 239, 1.0);
  border-radius: 10px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding: 8.5px 55px;
}

.hs-button:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
  color: rgba(0, 166, 255, 1.0);
  border-color: rgba(0, 174, 239, 1.0);
  background-color: rgba(0, 174, 239, 0.07);
}

button:active,
.button:active {
  background-color: rgba(40, 214, 255, 1.0);
  border-color: #28d6ff;
  color: #ffffff;
}





form,
.submitted-message {
  font-size: 17px;
  color: #5D5D5D;
  font-weight: 
}

/* Form title */

.form-title {
  color: rgba(62, 62, 62, 1.0);
}

/* Form label */

form label {
  color: rgba(93, 93, 93, 1.0);
}
/* Form help text */

form legend {
  color: rgba(93, 93, 93, 1.0);
}

/* Form 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-width: 1px;
  border-color: rgba(0, 174, 239, 1.0);
  color: rgba(93, 93, 93, 1.0);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1.0);
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
  border-color: rgba(0, 174, 239, 0.25);
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(0, 174, 239, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #5D5D5D;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #5D5D5D;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(0, 174, 239, 1.0)

;
  border: 1px solid #00aeef;
  border-radius: 10px;
  color: #ffffff;
  padding: 8.5px 55px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 134, 199, 1.0);
  border-color: #0086c7;
  color: #ffffff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 214, 255, 1.0);
  border-color: #28d6ff;
  color: #ffffff;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #5d5d5d;
}

th,
td {
  border-color: #5d5d5d;
  color: #5d5d5d;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(93, 93, 93, 1.0)

;
  border-bottom-color: #5d5d5d;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #5d5d5d;
}





body .custom-header {
  background-color: rgba(255, 255, 255, 0.0);
}

body .fixed-header {
  background-color: rgba(247, 247, 247, 1.0);
}

body.nav-down .normal-header {
  background-color: rgba(0, 174, 239, 0.26);
}

.header__container {
  max-width: 980px;
}
@media (min-width: 768px) {
  body ul.submenu.level-1 li a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    color: rgba(255, 255, 255, 1.0);
  }

  body .custom-menu-primary ul.submenu.level-1 > li > a {
    border-color: rgba(#null, 0.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  body .custom-menu-primary ul.submenu.level-1 > li:hover > a {
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(#null, 0.0);
    background-color: rgba(255, 255, 255, 0.15);
  }

  body .custom-menu-primary ul.submenu.level-1 > li.active-item > a,
  body .custom-menu-primary ul.submenu.level-1 > li > a.active-item,
  body .header__language-switcher-label-current:active,
  body .header__language-switcher .lang_list_class li:active {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  body .custom-menu-primary ul.submenu.level-2,
  body .language-switch ul li ul {
    background-color: rgba(247, 247, 247, 1.0);
    border-color: rgba(93, 93, 93, 0.5);
  }

  body .custom-menu-primary ul.submenu.level-2 li a,
  body .language-switch ul li ul li a {
    color: rgba(93, 93, 93, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
    background-color: rgba(255, 255, 255, 0.0);
  }

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

  .header__language-switcher-label-current:after {
    border-top-color: rgba(255, 255, 255, 1.0);
  }

  body .custom-menu-primary ul.submenu.level-1 ul.submenu li a:hover,
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
  body .header__language-switcher .lang_list_class li:hover,
  body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle,
  body .language-switch ul li ul li a:hover {
    color: rgba(93, 93, 93, 1.0);
    border-color: rgba(#null, 0.0);
  }

  body .custom-menu-primary li.solutions .level-2 .header__container > li:first-child:hover,
  .custom-menu-primary .services li.consulting_row > .level-3 > li:first-child:hover,
  .custom-menu-primary .services .level-2 .header__container > li:hover {
    background-color: rgba(239, 239, 239, 0.25);
  }

  body .custom-menu-primary .submenu.level-2 li.active-branch > a,
  body .custom-menu-primary .submenu.level-2 li > a.active-branch {
    color: rgba(93, 93, 93, 1.0);
   
  }

  body .fixed-header .navigation-primary ul.submenu.level-1 > li > a,
  body .fixed-header .navigation-primary ul.submenu.level-1 > li > a:hover {
    color: rgba(0, 174, 239, 1.0);
  }
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

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





.footer {
  background-color: rgba(62, 62, 62, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer a {
  color: rgba(255, 255, 255, 1.0);
}

.footer a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.footer h4,
body .footer-menu-wrapper .hs-menu-wrapper > ul > li > a,
body .footer-menu-wrapper .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(239, 239, 239, 1.0);
}

body .custom-footer .footer_divider {
  border-color: rgba(199, 199, 199, 1.0);
}





/* Blog Header */

.blog-header {
  background-color: rgb(237, 237, 237);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #5D5D5D;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #5D5D5D;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #5D5D5D;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}

.blog-pagination__link {
  color: #5D5D5D;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__title {
  color: #3E3E3E;
  font-family:;
  font-size: 55px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing {
  background-color: #f7f7f7;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #5D5D5D;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #5D5D5D;
}

.blog-index__post-content--small h2 {
  font-size: 40px;
}

.blog-index__post-content a {
  color: #5D5D5D;
}

.blog-post__read-more svg {
  fill: #5D5D5D;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
  color: #5D5D5D;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(237, 237, 237);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
  color: #5D5D5D;
}

.blog-post__meta a:hover {
  color: #5D5D5D;
}

.blog-post__links-container {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #5D5D5D;
}

.blog-post__back-to-blog svg {
  fill: #5D5D5D;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(237, 237, 237);
}











.card__price {
  font-family: 
    font-size: 40px;
  color: #3E3E3E;
  font-weight: 
}