







/* 1a. Containers */







/* 1b. Colors */




/* 1c. Typography */




























































/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */
























/* 1h. Site footer */













.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 3.3rem 10px;
}
.content-wrapper,
.dnd-section > .row-fluid,
.page-center,
.container{
  padding:0 10px;
}

@media (min-width: 576px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center,
  .container{
    max-width: 539.9999999928px;
  }

}

@media (min-width: 768px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center,
  .container{
    max-width: 719.9999999903999px;
  }

}

@media (min-width: 992px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-centerm,
  .container{
    max-width: 959.999999991px;
  }

}

@media (min-width: 1200px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center,
  .container{
    max-width: 1140px;
  }

}





html {
  scroll-behavior: smooth;
}

body {
  font-size: 0.875rem;
  color: #2b3b45;
  font-weight: 300;
  font-family: Poppins, sans-serif;
}

/* Paragraphs */
p {
  font-size: 0.875rem;
  color: #2b3b45;
  font-weight: 300;
}

/* Anchors */
a {
  color: #2B3B45;
}

a:hover,
a:focus,
a:active {
  color: #2B3B45;
}

main .hs_cos_wrapper_type_rich_text .body-container a:hover,
main .hs_cos_wrapper_type_rich_text .body-container a:focus,
main .hs_cos_wrapper_type_rich_text .body-container a:active {
  color: #2B3A44;
}

main .hs_cos_wrapper_type_rich_text a:not(.cta_button) {
  color: #00d98c;
  text-decoration: underline;
}


/* Headings */
h1 {
  font-family: Poppins, sans-serif;
  font-size: 2.625rem;
  color: #2b3b45;
  font-weight: 700;
}

h2 {
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  color: #2b3b45;
  font-weight: 700;
}

h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  color: #2b3b45;
  font-weight: 700;
}

h4 {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  color: #2b3b45;
  font-weight: 700;
}

h5 {
  font-family: Poppins, sans-serif;
  font-size: 1.375rem;
  color: #2b3b45;
  font-weight: 700;
}

h6 {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  color: #2b3b45;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color: #2b3b45;
}





button,
.button {
  background-color: rgba(255, 153, 25, 1.0);
  border: 0px solid rgba(255, 153, 25, 1.0);
  border-radius: 5px;
  color: rgba(43, 59, 69, 1.0);
  padding: 12px 50px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 113, 0, 1.0);
  border-color: #d77100;
  color: rgba(43, 59, 69, 1.0);
}

button:active,
.button:active {
  background-color: rgba(255, 193, 65, 1.0);
  border-color: #ffc141;
  color: rgba(43, 59, 69, 1.0);
}





.hs_cos_wrapper_type_password_prompt, .hs-search-field__bar, 
.hs_cos_wrapper_type_form, .widget-type-blog_subscribe, 
.widget-type-google_search, .widget-type-password_prompt.custom_error_message, 
.widget-type-email_simple_subscription, .section.post-footer form, 
.hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset{
  background-color: rgba(225, 250, 224, 1.0);
}

form,
.submitted-message {
  font-size: 0.875rem;
  color: #2b3b45;
  font-weight: 300
}

/* Form title */
.form-title {
  background-color: rgba(225, 250, 224, 0.0);
  color: rgba(43, 59, 69, 1.0);
  
}

/* Form label */
form label {
  color: rgba(43, 59, 69, 1.0);
}

/* Form help text */
form legend {
  color: rgba(43, 59, 69, 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-color: rgba(255, 255, 255, 1.0);
}

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(82, 168, 236, 0.8);
}

/* Form placeholder text */
::-webkit-input-placeholder {
  color: #2b3b45;
}

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

/* Date picker */
.fn-date-picker td.is-selected .pika-button {
  background: #2b3b45;
}

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

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

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: rgba(255, 153, 25, 1.0);
  border: 0px solid rgba(255, 153, 25, 1.0);
  border-radius: 0px 20px 20px 20px;
  color: rgba(43, 59, 69, 1.0);
  padding: 12px 50px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(255, 153, 25, 1.0);
  border-color: rgba(255, 153, 25, 1.0);
  color: rgba(43, 59, 69, 1.0);
  box-shadow: 0 0 1.5rem 0 #ff9919;
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 153, 25, 1.0);
  border-color: rgba(255, 153, 25, 1.0);
  color: rgba(43, 59, 69, 1.0);
}





table {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
}

th,
td {
  border-color: 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);
  border-bottom-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);
}





.logo_descriptin{
  color: ;
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Poppins, sans-serif;
}

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

.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.header__language-switcher .lang_list_class {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: ;
}

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

.header__language-switcher .lang_list_class li:hover{
  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: Poppins, sans-serif;
}

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


.custom-menu-wrapper .navigation-primary>ul>li>a{
  color: rgba(43, 59, 69, 1.0);
}
.custom-menu-wrapper .navigation-primary>ul>li>a:hover{
  color: rgba(0, 0, 0, 0.7);
}

.custom-menu-wrapper .navigation-primary>ul>li>a.active-item,
.custom-menu-wrapper .navigation-primary>ul>li>a.active-branch{
  color: rgba(43, 59, 69, 1.0);
}

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

.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a,
.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a p{
  color: rgba(43, 59, 69, 1.0);
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a:hover,
.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a:hover p{
  color: rgba(43, 59, 69, 1.0);
  background-color: rgba(255, 153, 25, 1.0);
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a.active-item,
.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a.active-branch{
  color: rgba(43, 59, 69, 1.0);
}

.header_top{
  background-color: rgba(0, 217, 141, 1.0);
}

.header_top{
  background-color: rgba(0, 217, 141, 1.0);
}

header.header .header_top a{
  color: rgba(27, 30, 33, 1.0);
}

header.header .header_top a:hover{
  color: rgba(27, 30, 33, 1.0);
}

header.header .request_demo{
  background-color:  rgba(255, 153, 25, 1.0);
  color:  rgba(43, 59, 69, 1.0);
}

header.header .request_demo:hover{
  background-color:  rgba(255, 153, 25, 1.0);
  color:  rgba(43, 59, 69, 1.0);
}

@media (min-width: 768px){
  .custom-menu-wrapper .level-1>li:hover,
  .custom-menu-wrapper .level-1>li.active-menu{
    border-bottom: 0.375rem solid rgba(255, 153, 25, 1.0);
  }
  .custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a.active-item,
  .custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a.active-branch{
    background-color:  rgba(255, 153, 25, 1.0);
  }
}



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

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





footer.footer {
  background-color: rgba(43, 59, 69, 1.0);
}

footer.footer p,
footer.footer ul li p{
  color: rgba(255, 255, 255, 1.0);
}

.footer_menu .hs-menu-wrapper>ul li a,
footer.footer ul li a{
  color: rgba(255, 255, 255, 1.0);
}

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

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





/* Blog Header */

/* Blog Listing */

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

.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: #2B3B45;
}

.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: #2B3B45;
}

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

.blog-pagination__link {
  color: #2b3b45;
}

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

.blog-post__title {
  color: #2b3b45;
  font-family:Poppins, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
}

.blog-post__author {
  background-color: #2b3b45;
}


/* Blog Grid Listing and Post styles */

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

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

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

.blog-index__post-content--small h2 {
  font-size: 1.75rem;
}

.blog-index__post-content a {
  color: #2b3b45;
}

.blog-post__read-more svg {
  fill: #2b3b45;
}

.blog-sidebar a {
  color: #2b3b45;
}

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

.blog-post__meta a {
  color: #2b3b45;
}

.blog-post__meta a:hover {
  color: #2B3B45;
}

.blog-post__back-to-blog {
  color: #2b3b45;
}

.blog-post__back-to-blog svg {
  fill: #2b3b45;
}












.card__price {
  font-family: Poppins, sans-serif
    font-size: 1.75rem;
  color: #2b3b45;
  font-weight: 700
}

.widget-type-linked_image {
    overflow: hidden;
}
.widget-type-linked_image img {
    display: block;
}