



/* ************************************************************************* */
/* ****************************  1. Variables   **************************** */
/* ************************************************************************* */

/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */










/* 1o. Blog */







/* ************************************************************************* */
/* *****************   2. Containers / Grid / DnD Areas   ****************** */
/* ************************************************************************* */

.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1400px;
}

@media screen and (min-width: 1400px) {
  .content-wrapper {
    padding: 6% 11.5%;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 6% 5%;
  }
}

.header .dnd-section {
    padding: .35rem 11.5% .35rem 11.5%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

  @media screen and (max-width: 768px) {
    .header .dnd-section {
     padding: 0% 1% 0% 5%;
}
    
    .header .dnd-section .dnd-column {
     padding: .35rem 0%;
} 
  }

.dnd-section {
    padding: 6% 11.5% 6% 11.5%;
}

.content-wrapper--blog-post {
    padding: 2% 11.5% 0% 11.5%;
}

@media screen and (max-width: 1400px) {
  .dnd-section {
    padding: 4% 11.5% 4% 11.5%;
  }
  
    .blog-post__header {
    padding: 0% 11.5% 0% 0%;
}
  
.content-wrapper--blog-post {
    padding: 2% 11.5% 0% 11.5%;
  }
}

.content-wrapper--blog-post {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
.dnd-section {
    padding: 3% 5% 3% 5%;
}
  
  .blog-post__header {
    padding: 0% 0% 0% 5%;
}
  
.content-wrapper--blog-post, .content-wrapper {
    padding: 3% 5% 0% 5%;
}
}



/* ************************************************************************* */
/* **************************   3. Typography   **************************** */
/* ************************************************************************* */

html {
  font-size: 18px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 18px;
}

/* Paragraphs */

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

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #2600aa;
}

a:hover, a:focus {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #2600aa;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #7650fa;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1E2B33;
  text-transform: uppercase;
}



  h1 {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #2600aa;
    font-size: 60px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h2 {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #2600aa;
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #2600aa;
    font-size: 42px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #2600aa;
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h5 {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h6 {
    font-family: 'Roboto Slab', serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #2600aa;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h7 {
    font-family: 'Roboto Mono', monospace;
    font-family: 'Roboto Mono', monospace; font-style: normal; font-weight: normal; text-decoration: none;
    color: #1E2B33;
    font-size: 46px;
    letter-spacing: 1.5px;
    text-transform: none;
  }



@media screen and (max-width: 767px) {
  h1 { font-size: 2.25em; }
  h2 { font-size: 2em; } 
  h3 { font-size: 1.75em; } 
  h4 { font-size: 1.5em; }
}

/* Lists */

ul,
ol {
  margin: 1.4rem 0;
  padding-left: 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.4rem;
}

/* Blockquote */

blockquote {
  border-left: 16px solid #2600aa;
  padding-left: 1.4rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #d0d0d0;
  opacity: .2;
}

/* ************************************************************************* */
/* ***************************   4. Buttons   ****************************** */
/* ************************************************************************* */

/* Primary Button */

button,
.button {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(38, 0, 170, 1.0)

;
  border: 1px none #2600aa;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 14px 20px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #f1f1f1;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(252, 236, 89, 1.0)

;
  border: 1px none #fcec59;
  color: #2600aa;
}

button:active,
.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 169, 100);
  border: 1px none #fcec59;
  border-color: #ffffa9;
}

/* Secondary Button */

.button.button--secondary {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #2600aa;
  border-radius: 0px;
  color: #2600aa;
  fill: #2600aa;
  padding: 14px 20px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(38, 0, 170, 1.0)

;
  border: 1px solid #2600aa;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(118, 80, 250, 100);
  border: 1px solid #2600aa;
  border-color: #7650fa;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ec695a;
  fill: #ec695a;
  text-transform: none;
}



  .button.button--simple:after {
    background-color: #ec695a;
    bottom: -2px;
    content: '';
    height: 1px;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2600aa;
  fill: #2600aa;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #7650fa;
  fill: #7650fa;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 10px 18px;
}

.button.button--large {
  font-size: 18px;
  padding: 20px 45px;
}



.button-demo-nav {
  padding: 8px 16px;
  background-color: #2600aa;
  color: #ffffff;
  border-radius: 0px;
  text-decoration: none;
  letter-spacing: 0.2px;
  margin: 1rem 0rem;
  width: 120px;
}

.button-demo-nav:hover,
.button-demo-nav:focus,
.button-demo-nav:active {
  background-color: #fcec59;
  color: #2600aa;
  transition: 0.7s;
}

.button-demo-nav:hover:after,
.button-demo-nav:focus:after,
.button-demo-nav:active:after {
  background-color: #2600aa;
  color: #ffffff;
}

/* ************************************************************************* */
/* *****************************   5. Forms   ****************************** */
/* ************************************************************************* */

form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Form Title */

.form-title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #2600aa;
  font-size: 36px;
  padding: 0px 0px;
  text-transform: uppercase;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2600aa;
  font-size: 14px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(244, 246, 250, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 0px;
  color: #000000;
  font-size: 18px;
  padding: 12px 12px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
select:focus,
textarea:focus {
  outline-color: #f4f6fb;
}

textarea {
  min-height: 150px;
}

::-webkit-input-placeholder {
  color: #D0D0D0;
}

::-moz-placeholder {
  color: #D0D0D0;
}

:-ms-input-placeholder {
  color: #D0D0D0;
}

:-moz-placeholder {
  color: #D0D0D0;
}

::placeholder {
  color: #D0D0D0;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
}

/* Inputs - Datepicker */

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #f4f6fb;
}

.hs-datepicker button.pika-button:hover {
  background-color: #2600aa !important;
}

/* Inputs - File Picker */

input[type='file'] {
  color: #000000;
  font-size: 18px;
}

/* Headings and Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-form-required,
.header span.hs-form-required,
.footer span.hs-form-required,
.hs-error-msg {
  color: #ef6b51;
}

/* Submit */



  form input[type='submit'],
  form .hs-button {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(38, 0, 170, 1.0)

;
    border: 1px none #2600aa;
    border-radius: 0px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 14px 20px;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(252, 236, 89, 1.0)

;
    border: 1px none #fcec59;
    color: #2600aa;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 255, 169, 100);
    border: 1px none #fcec59;
    border-color: #ffffa9;
}





  form input[type='submit'],
  form .hs-button {
    font-size: 16px;
    padding: 14px 20px;
  }



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}

/* ************************************************************************* */
/* ****************************   6. Tables   ****************************** */
/* ************************************************************************* */

table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
}

th,
td {
  border: 1px none #D0D0D0;
  color: #333333;
  padding: 0px 0px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-bottom: 2px none #D0D0D0;
  color: #333333;
}

tbody + tbody {
  border-top: 2px none #D0D0D0;
}


/* ************************************************************************* */
/* **************************   7. Site Header   *************************** */
/* ************************************************************************* */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 1px none #E2E5E6;
}

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header span
.header div,
.header li,
.header blockquote {
  color: #333333;
  z-index: 99999999;
}

.header a:not(.button) {
  z-index: 999999;
}

.header a:not(.button):hover {
  color: #2600aa;
}

/* Header modules */

.header .social-links__icon svg,
.header .social-links__icon:hover svg {
  fill: #333333;
}

.header .icon svg {
  fill: #333333;
}

.header .pricing-table label {
  color: #2600aa;
}

.header .price-block__description-block,
.header .price-block__description-block div,
.header .price-block__description-block p,
.header .price-block__description-block li,
.header .price-block__description-block span,
.header .testimonial__content,
.header .testimonial__content div,
.header .testimonial__content span,
.header .testimonial__content p,
.header .blog-card__content p,
.header a.blog-card__author-name {
  color: #000000;
}

.header .price-block__description-block a,
.header .testimonial__content a,
.header .blog-card__content a {
  color: #2600aa;
}

.header .price-block__description-block a:hover,
.header .price-block__description-block a:focus,
.header .testimonial__content a:hover,
.header .testimonial__content a:focus,
.header .blog-card__content a:hover,
.header .blog-card__content a:focus {
  color: font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
}

.header .price-block__description-block h1,
.header .testimonial__content h1 {
  color: #2600aa;
}

.header .price-block__description-block h2,
.header .testimonial__content h2,
.header h2.blog-card__title a {
  color: #2600aa;
}

.header .price-block__description-block h3,
.header .testimonial__content h3 {
  color: #2600aa;
}

.header .price-block__description-block h4,
.header .testimonial__content h4 {
  color: #2600aa;
}

.header .price-block__description-block h5,
.header .testimonial__content h5 {
  color: #000000;
}

.header .price-block__description-block h6,
.header .testimonial__content h6 {
  color: #2600aa;
}

/* Header container */

.header__container {
  top: 2.7rem;
}

@media (max-width: 768px) 
  .header__container {
  top: 1%;
}

/* Logo */

.header__logo .logo-company-name {
  color: #FFFFFF;
}

/* Navigation Menu & Language Switcher */

.navigation-primary .menu-item a,
div.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a  {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  text-transform: none;
}

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

.navigation-primary .menu-item a:hover,
.header__language-switcher .lang_list_class li:hover a,
div.header__language-switcher-label-current:hover,
.navigation-primary .menu-item a:focus,
.header__language-switcher .lang_list_class li:focus a,
div.header__language-switcher-label-current:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2600aa;
}

.header__language-switcher-label-current:hover:after,
.header__language-switcher-label-current:focus:after {
  border-top-color: #2600aa;
}

.navigation-primary .menu-item a:active,
div.header__language-switcher-label-current:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #2600aa;
}

.header__language-switcher-label-current:active:after {
  border-top-color: #2600aa;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after,
body .navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #2600aa;
  height: 0px;
}

.navigation-primary .submenu.level-2 {
  background-color: #fff;
  border: border: 0px solid #e2e5e6;;
}

.navigation-primary .submenu.level-2 > li,
.header__language-switcher .lang_list_class li {
  border-bottom: 1px solid #E2E5E6;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:hover,
.navigation-primary .submenu.level-2 .menu-item .menu-link:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2600aa;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2600aa;
}

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #E2E5E6;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class li:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: #2600aa;
  }

  .navigation-primary .submenu.level-1 > li,
  .navigation-primary .submenu.level-2 .menu-item {
    border-top-color: #d0d0d0;
  }

  .header__language-switcher .lang_list_class {
    border-left: 0;
    border-right: 0;
  }
}

/* ************************************************************************* */
/* **************************   8. Site Footer   *************************** */
/* ************************************************************************* */

.footer {
  background-color: 

  
  
    
  


  rgba(38, 0, 170, 1.0)

;
  border-top: 1px none #1E2B33;
}

.footer__container--static,
.footer__container--dnd .dnd-section {
  max-width: 100%;
}

.footer__bottom-section {
  border-top: 1px solid #E2E5E6;
  border-top-color: #FFFFFF;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer blockquote {
  color: #FFFFFF;
}


.footer div,
.footer li,
.footer ul,
{
  color: #2600aa;
}
  


.footer h4 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color:  #FFFFFF;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
  }



/* Footer Menu */

.footer .hs-menu-wrapper a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
}

.footer .hs-menu-wrapper a:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
}


/* Footer modules */

.footer .social-links__icon svg,
.footer .social-links__icon:hover svg {
  fill: #FFFFFF;
}

.footer .icon svg {
  fill: #FFFFFF;
}

.footer .pricing-table label {
  color: #2600aa;
}

.footer .price-block__description-block,
.footer .price-block__description-block div,
.footer .price-block__description-block p,
.footer .price-block__description-block span,
.footer .price-block__description-block li,
.footer .testimonial__content,
.footer .testimonial__content div,
.footer .testimonial__content span,
.footer .testimonial__content p,
.footer .blog-card__content p,
.footer a.blog-card__author-name {
  color: #000000;
}

.footer .price-block__description-block a,
.footer .testimonial__content a,
.footer .blog-card__content a {
  color: #2600aa;
}

.footer .price-block__description-block a:hover,
.footer .price-block__description-block a:focus,
.footer .testimonial__content a:hover,
.footer .testimonial__content a:focus,
.footer .blog-card__content a:hover,
.footer .blog-card__content a:focus {
  color: font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
}

.footer .price-block__description-block h1,
.footer .testimonial__content h1 {
  color: #2600aa;
}

.footer .price-block__description-block h2,
.footer .testimonial__content h2,
.footer h2.blog-card__title a {
  color: #2600aa;
}

.footer .price-block__description-block h3,
.footer .testimonial__content h3 {
  color: #2600aa;
}

.footer .price-block__description-block h4,
.footer .testimonial__content h4 {
  color: #2600aa;
}

.footer .price-block__description-block h5,
.footer .testimonial__content h5 {
  color: #000000;
}

.footer .price-block__description-block h6,
.footer .testimonial__content h6 {
  color: #2600aa;
}

/* ************************************************************************* */
/* *****************************   9. Blog   ******************************* */
/* ************************************************************************* */

/* Blog Meta - Author */

.blog-index__post-author-name,
.blog-post__author-name {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.blog-post__author-name:hover,
.blog-index__post-author-name:hover,
.blog-post__author-name:focus,
.blog-index__post-author-name:focus,
.blog-index__post-author-name:active,
.blog-post__author-name:active {
  color: #000000;
}

/* Tags */

.blog-index__post-tag-link,
.blog-post__tag-link,
.blog-index__post-tag-link:hover,
.blog-post__tag-link:hover,
.blog-index__post-tag-link:focus,
.blog-post__tag-link:focus,
.blog-index__post-tag-link:active,
.blog-post__tag-link:active {
  background-color: 

  
  
    
  


  rgba(252, 236, 89, 1.0)

;
  color: #2600aa;
  padding: .5rem;
  margin-right: 1rem;
}

.blog-index__post-tags svg,
.blog-post__tags svg {
  fill: #f4f6fb;
}

/* Blog Listing */

.blog-index__post-title a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 2rem;
  letter-spacing: 1px;
  text-transform: none;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus,
.blog-index__post-title a:active {
  color: #1E2B33;
}

/* Blog Filter Banner */

.blog-tag-filter__title {
  color: #2600aa !important;
}



  .blog-card__title a {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #2600aa;
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: none;
  }



/* Blog Search  */

.blog-search form label {
  color: #333;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #2600aa;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #2600aa;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #2600aa;
}

.blog-pagination__prev-link:hover svg,
.blog-pagination__next-link:hover svg,
.blog-pagination__prev-link:focus svg,
.blog-pagination__next-link:focus svg {
  fill: #2600aa;
}

.blog-pagination__link:active {
  color: #7650fa;
}

.blog-pagination__prev-link:active svg,
.blog-pagination__next-link:active svg {
  fill: #7650fa;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg,
.blog-pagination__prev-link--disabled:hover svg,
.blog-pagination__next-link--disabled:hover svg,
.blog-pagination__prev-link--disabled:focus svg,
.blog-pagination__next-link--disabled:focus svg,
.blog-pagination__prev-link--disabled:active svg,
.blog-pagination__next-link--disabled:active svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #f4f6fb;
  color: #FFF;
}

.blog-pagination__link--active:hover {
  color: #FFF;
}


/* Blog Comments */

.blog-post__comments-listing .comment-from a,
.blog-post__comments-listing .comment-from h4,
.blog-post__comments-listing .comment-date {
  color: #000000;
}

.blog-post__comments-listing .comment-reply-to {
  color: #2600aa;
}

.blog-post__comments-listing .comment-reply-to:hover,
.blog-post__comments-listing .comment-reply-to:focus {
  color: #2600aa;
}

.blog-post__comments-listing .comment-reply-to:active {
  color: #7650fa;
}

/* ************************************************************************* */
/* *************************   10. System Pages   ************************** */
/* ************************************************************************* */

/* Error Pages - Global */

.error-page:before {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #d0d0d0;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1E2B33;
}

.hs-search-results__title:hover {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 30px;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 1.4rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.4rem;
  padding: 12px 12px !important;
}

/* ************************************************************************* */
/* ***************************   11. Modules  ****************************** */
/* ************************************************************************* */

/* Accordion */

body .accordion button {
  color: #2600aa;
}

body .accordion button:hover,
body .accordion button:focus {
  color: #2600aa;
}

body .accordion button:active,
body .accordion[aria-expanded='true'] button {
  color: #7650fa;
}

body button .accordion__icon {
  background-color: #2600aa;
}

body button:hover .accordion__icon,
body button:focus .accordion__icon {
  background-color: #2600aa;
}

body button:active .accordion__icon,
body .accordion[aria-expanded=true] button .accordion__icon {
  background-color: #7650fa;
}

/* Icon */

body .icon svg {
  fill: #f4f6fb;
}

/* Pricing Table */

body .price-block__header {
  background-color: #f4f6fb;
}

body .billing-selectors__pricing-option input[type="radio"]:checked + label:before {
  border-color: #f4f6fb;
}

/* Image Module */

.hs_cos_wrapper_type_rich_text img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: ;
  height: ;
}

.hs_cos_wrapper_type_linked_image img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
  
@media (min-width: 482px) and (max-width: 768px) {
.hs_cos_wrapper_type_linked_image img {
  max-height: 420px;
  min-height: 300px;
  width: 770px;
  object-fit: cover;
  object-position: center;
}
  }  

@media screen and (max-width: 481px) {
.hs_cos_wrapper_type_linked_image img {
  max-height: 420px;
  min-height: 250px;
  width: 500px;
  object-fit: cover;
  object-position: center;
}
  }

/* Social Follow */

body .social-links__icon svg {
fill: #2600aa;
    height: 30px;
  margin: 0px 20px;
}

body .social-links__icon:hover svg {
    fill: #fcec59;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info,
body .statistic__info span {
  color: #000000;
}

body .statistic__bar,
body .statistic__fill {
  border-color: #f4f6fb;
}

body .statistic__circle:after {
  background-color: #FFFFFF
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #f4f6fb;
}

/* OTHER */

.hs-logo-carousel {
    margin: 0 0em;
    position: relative;
    height: 80px;
}

.slick-slider {
    margin-bottom: 0px;
}

.team-listing {
  --team-corners: px;
  --team-border: ;
}

/* SUBSCRIBE-FORM POPUP */

body .leadinModal-reset button,
body .leadinModal-v3 .leadinModal-close:before,
body .leadinModal-4112342.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 .leadinModal-close:before {
  color: #808080 !important;
}


body .leadinModal .leadinModal-content {
  max-height: 100%;
}
  
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
      border-radius: 0px;
      background-color: #fff;
      width: fit-content;
      max-width: 600px;
}
    
@media only screen and (max-width: 768px) {
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
      max-width: 400px;
}
}

body .leadinModal .leadin-button {
    border-radius: 0px;
    background: #2600aa;
    font-size: 1rem;
    max-width: 200px;  
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:center;
    align-content:center;
}

body .leadinModal .dyno-image img {
  max-width: 100%;
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper {
  padding: 0px;
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    width: 100%;
    float: none;
    margin: 0px !important;
}

 
@media only screen and (max-width: 768px) {
  body .leadinModal.leadinModal-v3 .dyno-image   {
    width: 100%! important;
    margin: 0rem 0rem 2rem 0rem;
}
}

@media only screen and (max-width: 768px) {
  body .leadinModal.leadinModal-v3 .dyno-image img {
  max-width: 100%;
  max-height: 100%;
        margin-right: 0px !important;
}
}


body .leadinModal .dyno-image img {
    max-width: 100%;
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper, 
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper {
    padding: 0em;
}

@media only screen and (max-width: 768px) {
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body,
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper, 
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper {
    padding: 0rem! important;
}
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4, 
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4 {
    color: #2600aa;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: .2px;
    font-size: 1.8rem;
    margin: 1rem 1rem 0rem 1rem;
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p,
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form p {
      color: #000;  
  font-family: Roboto;
    font-weight: 400;
  letter-spacing: .1px;
    font-size: 1rem;
    margin: 1rem 1rem 0rem 1rem;
}

@media only screen and (max-width: 768px) {
  body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p,
  body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form p {
  margin: .8rem .8rem 0rem .8rem;
}
}

@media only screen and (max-width: 768px) {
  body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4, 
  body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4 {
    font-size: 1.5rem;
    margin: .8rem .8rem 0rem .8rem;
}
}

body .leadinmodal .leadinmodal-content {
    max-height: max-content !important;
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper,
 .leadinModal.leadinModal-theme-default.leadinModal-v3 .advance-wrapper,
  .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper {
  margin: 1rem 1rem 2rem 1rem! important;
}

@media only screen and (max-width: 768px) {
  body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper,
   .leadinModal.leadinModal-theme-default.leadinModal-v3 .advance-wrapper {
    margin: .8rem .8rem 1.6rem .8rem;! important;
}
}

@media only screen and (max-width: 768px) {
  body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper {
    margin: .8rem .8rem 1.6rem .8rem;! important;
}
}
 
body .leadinModal .leadin-button-wrapper {
  width: 200px;
}

body .leadinModal .leadinModal-content input[type=email] {
  border-radius: 0px;
}


body .leadinModal .leadin-input-wrapper label {
  font-weight: 400;
  padding-top: 1em;
}

  
body .leadinModal .leadinModal-content label {
  color: #2600aa;
  }

@media only screen and (max-height: 750px) {
body .leadinModal.leadinModal-theme-default .leadinModal-content {
    overflow: hidden;
}
}


@media only screen and (max-height: 600px) {
body .leadinModal.leadinModal-theme-default .leadinModal-content {
    overflow: auto;
}
  
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
    max-width: 450px;
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p,
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form p {
  font-size: .8rem;
  margin: .8rem 1rem 0rem 1rem;
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4, 
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4 {
    font-size: 1.5rem;
    margin: .8rem 1rem 0rem 1rem;
  }  
  
body .leadinModal .leadin-button { 
    font-size: .8rem;
}
  
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper,
 .leadinModal.leadinModal-theme-default.leadinModal-v3 .advance-wrapper,
  .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper {
  margin: .8rem 1rem 1.6rem 1rem! important;
}

}
  
@media only screen and (max-height: 500px) {  
body .leadinModal.leadinModal-v3 .dyno-image img {
    display: contents;
    visibility: collapse;
}
}



body .leadinModal.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 .leadinModal-content h4,
body .leadinModal.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 h4 {
  color: #2600aa !important;
  font-weight: 500;
  padding: 0.4em 2em 0.4em 0em;
  margin-right: 0px;
}

body .leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-preview .leadin-button {
  background: #2600aa !important;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
body .leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-preview .leadinModal-content-wrapper {
  padding: 1em 5% 1.5em 5%;
}
  
body .leadinModal.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 .leadinModal-content h4,
body .leadinModal.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 h4 {
  padding: 0.4em 0em 0.4em 0em; 
  
  }}
  
  body .leadinModal.leadinModal-theme-top.leadinModal-v3 .leadinModal-content-wrapper { 
    padding: 0.3em 0;
  }