







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */































/* 1d. Buttons */


/* 1e. Forms */
































/* 1f. Tables */













/* 1g. Website header */







/* 1h. Website footer */








body {
  background-color: #FFFFFF;
}
.content-wrapper {
  max-width: 1240px;
}
.dnd-section {
  overflow:hidden;
}

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

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





html {
  font-size: 18px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
}
:root{
  --primary-color : #5621B3;
  --secondary-color : #FF5400;
  --main_body-color : #FFFFFF;
  --dark-color: rgba(0, 0, 0, 1);
  --light-color: rgba(255, 255, 255, 0);
  --primary-font:Chivo;
  --secondary-font:Roboto

}
/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #5621B3;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #2e008b;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #7e49db;
}

/* Headings */

.jumbo {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  color: #5621B3;
  font-size: 54px;
  text-transform: none;
  line-height: 1.2;
}

h1,
.h1 {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  color: #5621B3;
  font-size: 38px;
  text-transform: none;
  line-height: 1.2;
}

h2,
.h2 {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  color: #5621B3;
  font-size: 32px;
  text-transform: none;
  line-height: 1.2;
}

h3,
.h3 {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  color: #5621B3;
  font-size: 24px;
  text-transform: none;
  line-height: 1.2;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  color: #5621B3;
  font-size: 18px;
  text-transform: none;
  line-height: 1.2;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  color: #5621B3;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  color: #5621B3;
  font-size: 14px;
  text-transform: none;
  line-height: 1.2;
}

/* Blockquote */

blockquote p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}
blockquote {
  background-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(86, 33, 179, 1);
  border-radius:2px;
}
/* List */

ul {
  list-style-type: disc;
}
ul li::marker {
  color:#FF5400;
}





/* General settings */

.btn-primary,
a.btn-primary,
.btn-secondary,
a.btn-secondary,
.btn-dark,
a.btn-dark,
.btn-light,
a.btn-light,
form input[type=submit],
form .hs-button,
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
.hs-search-field__button {
  display:inline-block;
  font-family: Chivo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  padding-top: 8px;
padding-right: 24px;
padding-bottom: 8px;
padding-left: 24px;
!important;
  font-size: 18px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  text-align:center;
  text-transform:  none;
  text-decoration: none;
  transition:.3s ease;
}

.btn-primary:hover,
a.btn-primary:hover,
.btn-secondary:hover,
a.btn-secondary:hover,
.btn-dark:hover,
a.btn-dark:hover,
.btn-light:hover,
a.btn-light:hover,
form input[type=submit]:hover,
form .hs-button:hover,
button:hover,
.button:hover,
.hs-button:hover,
.hs-blog-post-listing__post-button:hover,
.hs-search-field__button:hover {
  box-shadow:0 0 4px rgba(0,0,0,.2);
  transition:.3s ease;
}

/* Primary button & form button */

.btn-primary,
a.btn-primary,
form input[type=submit],
form .hs-button,
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
.hs-search-field__button {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(86, 33, 179, 1);
  background-color: rgba(86, 33, 179, 1); 
}
.btn-primary:hover,
a.btn-primary:hover,
form input[type=submit]:hover,
form .hs-button:hover,
form input[type=submit]:focus,
form .hs-button:focus,
button:hover,
.button:hover,
.hs-button:hover,
.hs-blog-post-listing__post-button:hover,
.hs-search-field__button:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(86, 33, 179, 0.75);
  background-color: rgba(86, 33, 179, 0.75); 
}
.btn-primary svg,
a.btn-primary svg {
  fill: rgba(255, 255, 255, 1);
}
.btn-primary svg :hover,
a.btn-primary svg :hover {
  fill: rgba(255, 255, 255, 1);
}

/* Secondary button */

.btn-secondary,
a.btn-secondary {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 84, 0, 1);
  background-color: rgba(255, 84, 0, 1); 
}
.btn-secondary:hover,
a.btn-secondary:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 84, 0, 0.75);
  background-color: rgba(255, 84, 0, 0.75); 
}
.btn-secondary svg,
a.btn-secondary svg {
  fill: rgba(255, 255, 255, 1);
}
.btn-secondary svg :hover,
a.btn-secondary svg :hover {
  fill: rgba(255, 255, 255, 1);
}

/* Dark button */

.btn-dark,
a.btn-dark {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 1); 
}
.btn-dark:hover,
a.btn-dark:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.75); 
}
.btn-dark svg,
a.btn-dark svg {
  fill: rgba(255, 255, 255, 1);
}
.btn-dark svg :hover,
a.btn-dark svg :hover {
  fill: rgba(255, 255, 255, 1);
}

/* Light button */

.btn-light,
a.btn-light {
  color: rgba(86, 33, 179, 1);
  border-color: rgba(86, 33, 179, 1);
  background-color: rgba(255, 255, 255, 0); 
}
.btn-light:hover,
a.btn-light:hover {
  color: rgba(86, 33, 179, 1);
  border-color: rgba(86, 33, 179, 0.75);
  background-color: rgba(86, 33, 179, 0.05); 
}
.btn-light svg,
a.btn-light svg {
  fill: rgba(86, 33, 179, 1);
}
.btn-light svg :hover,
a.btn-light svg :hover {
  fill: rgba(86, 33, 179, 1);
}

/* Simple button */







.btn-primary.btn-simple,
a.btn-primary.btn-simple {
  color: rgba(86, 33, 179, 1);
  background-color: transparent;
  border-color: transparent;
  padding:0px;
}

.btn-primary.btn-simple svg,
a.btn-primary.btn-simple svg {
  fill: rgba(86, 33, 179, 1);
}

.btn-primary.btn-simple:hover,
a.btn-primary.btn-simple:hover {
  color: rgba(86, 33, 179, 0.75);
  box-shadow: none;
}
.btn-primary.btn-simple:hover svg,
a.btn-primary.btn-simple:hover svg {
  fill: rgba(86, 33, 179, 1);
}



.btn-secondary.btn-simple,
a.btn-secondary.btn-simple {
  color: rgba(255, 84, 0, 1);
  background-color: transparent;
  border-color: transparent;
  padding:0px;
}

.btn-secondary.btn-simple svg,
a.btn-secondary.btn-simple svg {
  fill: rgba(255, 84, 0, 1);
}

.btn-secondary.btn-simple:hover,
a.btn-secondary.btn-simple:hover {
  color: rgba(255, 84, 0, 0.75);
  box-shadow: none;
}
.btn-secondary.btn-simple:hover svg,
a.btn-secondary.btn-simple:hover svg {
  fill: rgba(255, 84, 0, 1);
}



.btn-light.btn-simple,
a.btn-light.btn-simple {
  color: rgba(255, 255, 255, 0);
  background-color: transparent;
  border-color: transparent;
  padding:0px;
}

.btn-light.btn-simple svg,
a.btn-light.btn-simple svg {
  fill: rgba(255, 255, 255, 0);
}

.btn-light.btn-simple:hover,
a.btn-light.btn-simple:hover {
  color: rgba(86, 33, 179, 0.05);
  box-shadow: none;
}
.btn-light.btn-simple:hover svg,
a.btn-light.btn-simple:hover svg {
  fill: rgba(255, 255, 255, 0);
}



.btn-dark.btn-simple,
a.btn-dark.btn-simple {
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  border-color: transparent;
  padding:0px;
}

.btn-dark.btn-simple svg,
a.btn-dark.btn-simple svg {
  fill: rgba(0, 0, 0, 1);
}

.btn-dark.btn-simple:hover,
a.btn-dark.btn-simple:hover {
  color: rgba(0, 0, 0, 0.75);
  box-shadow: none;
}
.btn-dark.btn-simple:hover svg,
a.btn-dark.btn-simple:hover svg {
  fill: rgba(0, 0, 0, 1);
}












form,
.submitted-message {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #FFFFFF;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none ;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 24px;
  color: #5621B3;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}


/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #999999;
}

/* Inputs */

form input[type=text],
form input[type=search],
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: 1px solid rgba(0, 0, 0, 10%);

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  border-radius: 2px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #999999;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #999999;
}

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

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

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

/* Submit button */






/* Table */

table {
  border: 1px solid rgba(0, 0, 0, 10%);

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid rgba(0, 0, 0, 10%);

  padding: 18px;

  color: #000000;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(86, 33, 179, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.header {
  background-color: #FFFFFF;
  
  position: fixed;
  top: 0px;
  width: 100%;
  
  
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  
}


main {
  margin-top:80px;
}


.header__container {
  height:80px;
}

.header__navigation,
.header__navigation li a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  text-decoration:none;
  color: #000000;font-size: 16px;font-family: Roboto, sans-serif; font-weight: 500;
}

.header__open--icon svg path, 
.header__close--icon svg path {
  fill:#000000;
}

.header__navigation:hover,
.header__navigation:focus,
.header__navigation li a:hover,
.header__navigation li 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 {
  text-decoration:none;
  color: #000000;font-size: 16px;font-family: Roboto, sans-serif; font-weight: 500;
  color: #FF5400;
}

.header__navigation ul li ul {
  background-color:#FFFFFF;
}

.header__navigation ul li ul li a,
.header__navigation ul li ul li a:hover,
.header__navigation ul li ul li a:focus {
  color: #000000;font-size: 16px;font-family: Roboto, sans-serif;
}

.header__navigation ul li ul li a:hover,
.header__navigation ul li ul li a:focus {
  color:#FF5400;
}

.header__mobile__menu .header__navigation .submenu-indicator {
  border-bottom-color: #000000;
  border-right-color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #000000;font-size: 16px;font-family: Roboto, sans-serif; font-weight: 500;;
}

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #000000;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: #FFFFFF;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: #FFFFFF;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #000000;
  background-color: #FFFFFF;
}

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

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: #FFFFFF;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #FFFFFF;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto;
}

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: #FFFFFF;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(86, 33, 179, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */
.blog-post__title h1 {
  color: #5621B3;
}

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

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

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

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */
.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  color: #5621B3;
}
.blog-related-posts__content {
  color: #000000;
}

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  text-transform: none;
  color: #5621B3;
}

.blog-related-posts__title-link {
  color: #5621B3;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #5621B3;
}

.blog-related-posts__title-link:active {
  color: #5621B3;
}

/* Audio Player */
.hs-audio-player,
._hs-audio-player_1nxo7_1 {
  --primary: #F8FAFC!important;
  --secondary: #5621B3!important;
  --tertiary: #EAF0F5!important;
  --tertiary-translucent: #EAF0F54D!important;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #5621B3;
}

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

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





.hs-search-results__title {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  color: #5621B3;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #5621B3;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #2e008b;
}

.hs-blog-post-listing__post-title-link:active {
  color: #7e49db;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #000000;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #000000;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #282828;
}

.hs-pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  color: #5621B3;
  font-size: 24px;
}

.card__body svg {
  fill: #5621B3;
}

/* Social follow */

.social-links__icon {
  background-color: #5621B3;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #2e008b;
}

.social-links__icon:active {
  background-color: #7e49db;
  font-weight: normal; text-decoration: none; font-family: Chivo, sans-serif; font-style: normal;
  color: #5621B3;
  font-size: 24px;
}





.card-radius {
  border-radius: 8px;
  overflow:hidden;
}

.card-shadow {
  box-shadow:0px 0px 2px rgba(0,0,0,.2);
  transition: .3s ease;
}

.card-shadow-hover:hover {
  box-shadow:0px 0px 16px 2px rgba(0,0,0,.1);
  transition: .3s ease;
}