/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















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

.section,
.dnd-section {
  padding-bottom: 150px;
  padding-top: 150px;
}

@media (max-width: 1023px) {
  .section,
  .dnd-section {
    padding-bottom: 120.0px;
    padding-top: 120.0px;
  }
}

@media (max-width: 767px) {
  .section,
  .dnd-section {
    padding-bottom: 79.9999999995px;
    padding-top: 79.9999999995px;
  }
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: rgba(18, 23, 44, 1.0) ;
}

.page-center {
  max-width: 1130px;
  margin: 0 auto;
}





body {
  color: rgba(1, 58, 81, 1.0) ;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 400;
}


a {

  color: rgba(0, 0, 0, 1.0);
}

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

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


h1 {
  color: rgba(1, 58, 81, 1.0) ; 
  font-family: Manrope;
  font-size: 50px;
  font-weight: 900;
}

@media(max-width: 1129px) {
  h1 {
    font-size: calc(.04972 * 100vw + 3.1767916664999998px);
  }
}

@media (max-width: 767px) and (min-width: 400px) {
  h1 {
    font-size: calc(.0163 * 100vw + 24.5652166665px);
  }
}

@media (max-width: 399px) {
  h1 {
    font-size: 30.0px;
  }
}

h2 {
  color: rgba(1, 58, 81, 1.0) ;  
  font-family: Manrope;
  font-size: 38px;
  font-weight: 900;
}

@media(max-width: 1129px) {
  h2 {
    font-size: calc(.02192 * 100vw + 15.59165333308px);
  }
}

@media (max-width: 399px) {
  h2 {
    font-size: 23.52380952352px;
  }
}

h3 {
  color: rgba(1, 58, 81, 1.0) ;  
  font-family: Manrope;
  font-size: 30px;
  font-weight: 900;
}

@media(max-width: 1129px) {
  h3 {
    font-size: calc(.0137 * 100vw + 17.1004583331px);
  }
}

@media (max-width: 399px) {
  h3 {
    font-size: 21.6666666666px;
  }
}

h4 {
  color: rgba(1, 58, 81, 1.0) ; 
  font-family: Manrope;
  font-size: 24px;
  font-weight: 900;
}

@media(max-width: 1129px) {
  h4 {
    font-size: calc(.00822 * 100vw + 17.0342475px);
  }
}

@media (max-width: 399px) {
  h4 {
    font-size: 19.5px;
  }
}
h5 {
  color: rgba(1, 58, 81, 1.0) ; 
  font-family: Manrope;
  font-size: 16px;
  font-weight: 900;
}

@media (max-width: 767px) {
  h5 {
    font-size: 14.0px;
  }
}


h6 {
  color: rgba(0, 202, 144, 1.0) ;  
  font-family: Roobert-Medium, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}





form, 
.submitted-message {
  border: 0px solid;
  border-color: rgba(249, 250, 247, 0.0) ;
  background-color: rgba(249, 250, 247, 1.0);
  font-family: Manrope;
  padding: 20px 20px;
}

.form-title {
  background-color: rgba(249, 250, 247, 0.0);
  color: rgba(18, 23, 44, 1.0);
}

.hs-button, 
.button--primary {
  background-color: rgba(255, 167, 0, 1.0);
  border-radius: 50px;
  border: 0px solid;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(1, 67, 81, 0.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.hs-button:hover, .button--primary:hover {
  background-color: rgba(31, 149, 82, 1.0);
  border-color: rgba(0, 47, 58, 0.0);
  color: rgba(255, 255, 255, 1.0);
}


.hs-button:focus, .button--primary:focus  {
  background-color: rgba(31, 149, 82, 1.0);
  border-color: rgba(0, 47, 58, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active, .button--primary:active  {
  background-color: rgba(31, 149, 82, 1.0);
  border-color: rgba(0, 47, 58, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(100, 129, 141, 1.0);
}

.hs-form-field label, .hs-form-field a {
  color: rgba(100, 129, 141, 1.0);
}



#hs_login_reset {
  color: rgba(100, 129, 141, 1.0);
}

.hs-form legend {
  color: rgba(100, 129, 141, 1.0);
}

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  border: 0px solid !important;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 0.0) !important;
  color: rgba(18, 23, 44, 1.0);
  border-radius: 8px;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  border-color: rgba(255, 255, 255, 0.0) !important;
  color: rgba(18, 23, 44, 1.0);
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  border-color: rgba(255, 255, 255, 0.0) !important;
}

.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: 20;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Manrope;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





.header__container {
  max-width: 1130px;
}


header.header {
  background-color: rgba(36, 202, 134, 0.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > a {
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary>.submenu>.has-submenu.menu-item>a:after {
  border-color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary>.submenu>.has-submenu.menu-item:hover>a:before {
  background-color: rgba(255, 167, 0, 1.0);
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a {
  color: rgba(255, 167, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary .submenu.level-1 > .menu-item > ul.submenu {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item > a {
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item > a:hover {
  color: rgba(255, 167, 0, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul > .menu-wrap-lavel1 > .menu-wrap-lavel2 > .menu-item:nth-child(2) > a {
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item.use_cases > ul > .menu-wrap-lavel1 > .menu-wrap-lavel2 > .menu-item:nth-child(2) > ul > li > a > span,
.custom-menu-primary .navigation-primary .submenu .menu-item.developers > ul > .menu-wrap-lavel1 > .menu-wrap-lavel2 > .menu-item:nth-child(2) > ul > li > a > span,
.custom-menu-primary .navigation-primary .submenu .menu-item.about > ul > .menu-wrap-lavel1 > .menu-wrap-lavel2 > .menu-item:nth-child(2) > ul > li.has-submenu.menu-item > a {
  color: rgba(92, 119, 130, 1.0);
}

.menu-link .icon.main-icon path {
  stroke: rgba(0, 0, 0, 1.0);
}
.menu-link .icon.main-icon path.fill, .menu-item .icon.icon--arrow rect {
  fill: rgba(0, 0, 0, 1.0);
}

.menu-link:hover > .icon.main-icon path {
  stroke: rgba(255, 167, 0, 1.0);
}

.menu-link:hover > .icon.main-icon path.fill, .menu-item > a:hover > .icon.icon--arrow rect {
  fill: rgba(255, 167, 0, 1.0);
}

.menu-item .icon.icon--arrow path {
  fill: rgba(0, 0, 0, 1.0);
  stroke: rgba(0, 0, 0, 1.0);
}

.menu-item > a:hover .icon.icon--arrow path {
  stroke: rgba(255, 167, 0, 1.0);
  fill: rgba(255, 167, 0, 1.0);
}

.header-btns-in .login_button {
  color: rgba(0, 0, 0, 1.0);
}

.header-btns-in .login_button:hover {
  color: rgba(18, 23, 44, 1.0);
}

.header-btns-in .get-api-keys-btn {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(18, 23, 44, 1.0);
}

.header-btns-in .get-api-keys-btn:hover {
  color: rgba(31, 149, 82, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.comman-style h4 {
  color: rgba(#null, 0.0);
}

.comman-style h1 ,
.comman-style h2 ,
.comman-style h3 ,
.comman-style h4 ,
.comman-style h5 ,
.comman-style h6 ,
.comman-style p {
  color: rgba(18, 23, 44, 1.0);
}

.comman-style a button {
  color: rgba(18, 23, 44, 1.0);
  border-color: rgba(31, 149, 82, 1.0);
  background-color: rgba(0, 202, 144, 0.0);
}

.comman-style a button:hover {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(31, 149, 82, 1.0);
  background-color: rgba(31, 149, 82, 1.0);
}


@media (min-width: 1024px) {
  .no-banner header.header,
  .scroll-header header.header {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .no-banner .custom-menu-primary .navigation-primary .submenu .menu-item > a,
  .scroll-header .custom-menu-primary .navigation-primary .submenu .menu-item > a {
    color: rgba(18, 23, 44, 1.0);
  }

  .no-banner .custom-menu-primary .navigation-primary>.submenu>.has-submenu.menu-item>a:after,
  .scroll-header .custom-menu-primary .navigation-primary>.submenu>.has-submenu.menu-item>a:after {
    border-color: rgba(31, 149, 82, 1.0);
  }

  .no-banner .custom-menu-primary .navigation-primary>.submenu>.has-submenu.menu-item:hover>a:before,
  .scroll-header .custom-menu-primary .navigation-primary>.submenu>.has-submenu.menu-item:hover>a:before {
    background-color: rgba(31, 149, 82, 1.0);
  }

  .no-banner .custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a,
  .scroll-header .custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a {
    color: rgba(18, 23, 44, 1.0);
  }

  .no-banner .header-btns-in .login_button,
  .scroll-header .header-btns-in .login_button {
    color: rgba(25, 47, 68, 1.0);
  }

  .no-banner .header-btns-in .login_button:hover,
  .scroll-header .header-btns-in .login_button:hover {
    color: rgba(31, 149, 82, 1.0);
  }

  .no-banner .header-btns-in .get-api-keys-btn,
  .scroll-header .header-btns-in .get-api-keys-btn {
    background-color: rgba(31, 149, 82, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .no-header .header-btns-in .get-api-keys-btn:hover 
  .scroll-header .header-btns-in .get-api-keys-btn:hover {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(31, 149, 82, 1.0);
  }


}

@media (max-width: 1023px) {
  .has-submenu.menu-item .flex-st > a {
    color: rgba(18, 23, 44, 1.0);
  }
  .has-submenu.menu-item .flex-st>a:hover {
    color: rgba(18, 23, 44, 1.0);
  }

  .custom-menu-primary-mobile .submenu.level-1>li>a {
    color: rgba(18, 23, 44, 1.0);
  }

  .custom-menu-primary-mobile .submenu.level-1>li>a:hover {
    color: rgba(18, 23, 44, 1.0);
  }

  .custom-menu-primary-mobile .submenu.level-1 ul li a {
    color: rgba(0, 0, 0, 1.0);
  }

  .custom-menu-primary-mobile .submenu.level-1 ul li a:hover {
    color: rgba(255, 167, 0, 1.0);
  }

  .custom-menu-primary-mobile .submenu.level-1>li.has-submenu.menu-item.child-open:after {
    background-color: rgba(#null, 0.0);
  }

  .custom-menu-primary-mobile .submenu.level-1>li.has-submenu.menu-item:before {
    border-color: rgba(#null, 0.0);
  }

  .custom-menu-primary-mobile .submenu.level-1>li.has-submenu.menu-item.child-open:before {
    border-color: #fff;
  }

}


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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(0, 0, 0, 1.0);
  }
}





footer.footer {
  background-color: rgba(18, 23, 44, 1.0);
}

.copyright-section span {
  color: rgba(255, 255, 255, 1.0);
}

.footer-top-section, .footer-bottom {
  border-color: rgba(18, 23, 44, 1.0);
}

.footer-menu .submenu.level-1 > li > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu .submenu.level-1 > li > ul > li > a:hover {
  color: rgba(255, 167, 0, 1.0); 
}

.footer-menu .submenu.level-1 > li > a {
  color: rgba(255, 255, 255, 0.75);
}

.footer-menu .submenu.level-1>li>a[href*='http']:hover {
  color: rgba(255, 167, 0, 0.75); 
}

.footer__btns a:not(:last-child) {
  color: rgba(#null, 0.0);
}

.footer__social a {
  border-color: rgba(255, 167, 0, 1.0);
  background-color: rgba(255, 167, 0, 0.0);
}

.footer__social a:hover {
  border-color: rgba(255, 167, 0, 1.0);
  background-color: rgba(255, 167, 0, 1.0);
}

.footer__btns .login_button {
  color: rgba(255, 255, 255, 1.0);
}

.footer__btns .login_button:hover {
  color: rgba(255, 167, 0, 1.0); 
}

.footer__btns .get-api-keys-btn {
  background-color: rgba(255, 167, 0, 1.0); 
  color: rgba(255, 255, 255, 1.0); 
}

.footer__btns .get-api-keys-btn:hover { 
  background-color: rgba(31, 149, 82, 1.0); 
  color: rgba(255, 255, 255, 1.0); 
}

.footer__container {
  max-width: 1130px;
}






.content-wrapper {
  max-width: 1130px;
  padding-bottom: 150px;
  padding-top: 150px;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-bottom: 120.0px;
    padding-top: 120.0px;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    padding-bottom: 79.9999999995px;
    padding-top: 79.9999999995px;
  }
}

.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: #12172C;
}

.blog-pagination__link {
  color: #494A52;
}

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

.blog-post__title {
  color: #231F1F;
  font-family:Manrope;
  font-size: 38px;
  font-weight: ;
}

.blog-post__author {
  background-color: #12172C;
}

#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            */

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

.hs-blog-listing,
.hs-blog-post {
  background-color: #fff;
}

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

.blog-post__tag-link:hover{
  color: #000000;
}

.blog-post__read-more svg {
  fill: #494A52;
}

.blog-post__read-more a:hover svg {
  fill: #000000;
}

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

.blog-sidebar a {
  color: #494A52;
}

.blog-sidebar a:hover {
  color: #000000;
}

.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

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

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

.blog-post__meta a {
  color: #494A52;
}

.blog-post__body, .blog-post__tags a {
  color: #494A52;
}

.blog-post__meta a:hover {
  color: #000000
}

.blog-post__links {
  border-top:  2px solid rgb(0, 3, 24);
}

.blog-post__back-to-blog {
  color: #494A52;
}

.blog-post__back-to-blog:hover {
  color: #000000;
}

.blog-post__back-to-blog svg {
  fill: #494A52;
}

a.blog-post__back-to-blog:hover svg {
  fill: #000000;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(0, 3, 24);
}

.comment.depth-1 {
  border-left: 2px solid rgb(0, 3, 24);
}

.section.post-footer .hs-input {
  border-color: rgb(0, 3, 24);
}

/* .blog-recent-posts {
  background-color: rgb(245, 245, 245);
}
 */









body .icon svg {
  fill: #12172C;
}

body .tns-nav button.tns-nav-active {
  background-color: #12172C;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #12172C;
}

body .social-links__icon {
  background-color: #12172C;
}

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: #12172C;
}





.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}

@media (min-width: 1921px) {
  .menu-wrap-lavel1,
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width: 1519.9999962px;
  }
}