/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap') */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');








/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */















/* 1d. Buttons */






/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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





html {
  font-size: 18px;
}

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

/* Paragraphs */

p {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  word-break: break-word;
}
span {
  word-break: break-word;
}
button {
  border: solid 2px #000000 !important;

}



/* Anchors */

a {

  color: #000000;
  text-decoration: none;
}

a:hover,
a:focus {

  color: #3885c3;
  text-decoration: none;
}


a:active {
  color: #7e7aff;
}

/* Headings */

h1 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 50px;
  word-break: break-word;
}

h2 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 38px;
  word-break: break-word;
}

h3 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 30px;
  word-break: break-word;
}

h4 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
  word-break: break-word;
}

h5 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  word-break: break-word;
}

h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 14px;
  word-break: break-word;
}

/* Blockquote */

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





button,
.button {
  border-radius: 6px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #3d85c6;
  border-color: #3d85c6;
  color: #FFFFFF;
}







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

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(86, 82, 222, 1)

;
}

/* Form label */

form label {
  color: #5652DE;
}

/* Form help text */

form legend {
  color: #5652DE;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #D1D6DC;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #5652DE;
}

/* Form placeholder text */

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(86, 82, 222, 1.0)

;
  border: px solid #5652DE;
  border-radius: 6px;
  color: #FFFFFF;
  padding: ;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(46, 42, 182, 1.0);
  border-color: #2e2ab6;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(126, 122, 255, 1.0);
  border-color: #7e7aff;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #5652DE;
}

th,
td {
  border-color: #5652DE;
  color: #5652DE;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(86, 82, 222, 1)

;
  border-bottom-color: #5652DE;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #5652DE;
}

tbody + tbody {
  border-top-color: #5652DE;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Poppins;
  color: #1f2830;
}

body .navigation-primary a:hover,
body .navigation-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: #0b141c;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #333c44;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #5652DE;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #494A52;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #494A52;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #494A52;
}

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,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  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;
}

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #ffffff;
}





.blog-post__date {
  border-color: #5652DE;
}

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

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

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

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

.blog-pagination__link {
  color: #5652DE;
}

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

.blog-post__title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #5652DE;
  font-size: 38px;
}

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

#comments-listing .comment-reply-to {
  color: #5652DE;
}

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

#comments-listing .comment-reply-to:active {
  color: #7e7aff;
}











body .icon svg {
  fill: #5652DE;
}

body .tns-nav button.tns-nav-active {
  background-color: #5652DE;
}

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

body .team-member__description {
  background-color: #ecd042;
}



body .hivedigitalstrategy-lp-cta .simple a {
  background-color:#de76bc; !important;
  border: none !important;
  color: #FFFFFF;!important;!important;
    font-family: Poppins,sans-serif;!important;
    font-style: normal;!important;
    cursor: pointer;!important;
    font-size:16.56px;!important;
    font-weight: normal;
    height: auto;!important;
    line-height: 1.1;!important;
    margin: 15px 10px;!important;
    padding: 15px;!important;
    position: relative;!important;
    text-align: center;!important;
    text-decoration: none;!important;
    transition: all 0.15s linear;!important;
    white-space: normal;!important;
    width: auto;!important;
    word-break: normal;!important;
}