













@import url('//fonts.googleapis.com/css?family=Open+Sans:700,300,400');
@import url('//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin');

.dnd-section > .row-fluid {
  max-width: 1110px;
}

.dnd-section {
  padding-bottom: 24px;
  padding-top: 24px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #eeeeee;
}





body {
  color: #494A52;
  font-family: Inter;
  font-size: 18px;
}

p {
  font-family: Inter;
  font-weight: 
}

a {
  font-family: Inter;
  color: rgba(0, 156, 234, 1.0);
}

a:hover,
a:focus {
  color: #1298c9;
}


h1 {
  color: #494A52;
  font-family: Inter;
  font-size: 46px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h1 {
    font-size: 39.1px;
  }
}

h2 {
  color: #131e29;
  font-family: Inter;
  font-size: 41px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h2 {
    font-size: 34.85px;
  }
}

h3 {
  color: #131e29;
  font-family: Inter;
  font-size: 35px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h3 {
    font-size: 29.75px;
  }
}

h4 {
  color: #131e29;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h4 {
    font-size: 18.7px;
  }
}

h5 {
  color: #131e29;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  color: #6b7280;
  font-family: Inter;
  font-size: 24px;
  font-weight: ;
}

blockquote {
  border-left: 5px solid #eeeeee;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Inter;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(19, 30, 41, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(78, 157, 245, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 4px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* .hs-button:hover,
.hs-button:focus,    
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(38, 117, 205, 1.0);
  border-color: rgba(215, 215, 215, 1.0);
  color: rgba(255, 255, 255, 1.0);
} */

.hs-button:active,
.button--primary:active {
  background-color: rgba(118, 197, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:hover {
  background-color: rgba(78, 157, 245, 1.0);
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}

.hs-form label {
  color: rgba(19, 30, 41, 1.0);
}

.hs-form legend {
  color: rgba(102, 102, 102, 1.0);
}

.hs-error-msgs label {
  color: #912d2b;
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(185, 190, 200, 1.0);
}

form input:hover,
form select:hover,
form textarea:hover,
.hs-input:hover,
input[type=password]:hover {
  border-color: rgba(185, 190, 200, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(185, 190, 200, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #494A52;
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Inter;
}

.fn-date-picker td.is-today .pika-button {
  color: #009CEA;
}

.fn-date-picker td.is-selected .pika-button {
  background: #009CEA;
}

.fn-date-picker td .pika-button:hover {
  background-color: #eeeeee !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(#null, 1.0);
  color: rgba(#null, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 156, 234, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(#null, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(#null, 1.0);
}





.header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1110px;
}


body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(252, 251, 251, 1.0);
}

body .custom-menu-primary a:hover,
body .custom-menu-primary a: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: rgba(212, 211, 211, 1.0);
}

body .custom-menu-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #009CEA;
}

.navigation-primary .submenu a:hover {
  color: rgba(252, 251, 251, 1.0);
  text-decoration: none;
}

@media (min-width: 768px) {
  .custom-header .submenu.level-1 > li:nth-last-child(2) > a {
    background-color: #7D3EF4;
    color: white;
    border: 1px solid white;
  }

  .custom-header .submenu.level-1 > li:nth-last-child(2) > a:hover {
    background-color: #7D3EF4;
  }

  .blog_header__navigation .submenu.level-1 > li:last-child > a {
    color: rgb(255, 255, 255);
    background: linear-gradient(134.72deg, rgb(78, 157, 245) 0%, rgb(72, 178, 244) 100%) rgb(96, 159, 238);
  }
}

/* body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(#null, 0.0);
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover {
  background-color: rgba(215, 215, 215, 1.0);
} */

body .submenu.level-2 {
  background-color: rgba(116, 58, 244, 1.0);
}

.submenu.level-2 .menu-item .menu-link {
  color: rgba(252, 251, 251, 1.0);
}

body .submenu.level-2 .menu-item .menu-link:hover {
  color: rgba(252, 251, 251, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Inter;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(252, 251, 251, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(252, 251, 251, 1.0);
  }
}





.footer {
  background-color: rgba(35, 45, 56, 1.0);
  color: #FFFFFF;
}

.footer__container {
  max-width: 1450px;
}

.footer a {
  color: #FFFFFF;
}

.footer a:hover {
  color: #FFFFFF;
}








.blog_header {
  background-color: rgba(255, 255, 255, 0.0);
}

body .blog_header__navigation .custom-menu-primary a {
  color: rgba(29, 30, 41, 1.0);
}

.blog_header__navigation .submenu a:hover {
  color: rgba(29, 30, 41, 1.0);
  text-decoration: none;
}

body .blog_header__navigation .submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);
}

.blog_header__navigation .submenu.level-2 .menu-item .menu-link {
  color: rgba(29, 30, 41, 1.0);
}

body .blog_header__navigation .submenu.level-2 .menu-item .menu-link:hover {
  color: rgba(255, 0, 255, 1.0);
}

.content-wrapper {
  max-width: 1450px;
}

.hs-blog-post .content-wrapper {
  max-width: 100%;
}

.blog-post__date {
  border-color: #494A52;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #494A52;
}

.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: #21222a;
}

.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: #71727a;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #009CEA;
}

.blog-pagination__link {
  color: #494A52;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #009CEA;
}

.blog-post__title {
  color: #131e29;
  font-family:Inter;
  font-size: 41px;
  font-weight: ;
}

.blog-post__author {
  background-color: #eeeeee;
}

#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);
}










body .icon svg {
  fill: #009CEA;
}

body .tns-nav button.tns-nav-active {
  background-color: #009CEA;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #009CEA;
}

body .social-links__icon {
  background-color: #009CEA;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #eeeeee;
}

.page-center {
  max-width: 1110px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_header=, header=, forms=}
}


@media (max-width: 1199px) {
  .header__container,
  .dnd-section > .row-fluid {
    max-width: 970px;
  }
}

@media (max-width: 1000px) {
  h2 {
      font-size:1.6em;
  }

  h3 {
      font-size: 1.4em;
      line-height: 1.25;
  }

  h4 {
      font-size: 1.2em;
  }
}

@media (max-width: 991px) {
  .header__container,
  .dnd-section > .row-fluid {
    max-width: 100%;
  }
}