







/* 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-top: 40px;
   padding-bottom: 40px;
}

@media (min-width: 576px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center{
      max-width: 539.9999999928px;
   }
}
@media (min-width: 768px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center{
      max-width: 719.9999999903999px;
   }
}
@media (min-width: 992px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center{
      max-width: 959.999999991px;
   }
}
@media (min-width: 1200px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center{
      max-width: 1140px;
   }
}





body {
  font-size: 16px;
  color: #090909;
  
  color: #090909;
  
  font-weight: regular;
  font-family: "Inter", Helvetica, "Open Sans", Arial, sans-serif;
}

/* Paragraphs */


/* Anchors */

a {
  color: #6045E2;
}

a:hover,
a:focus,
a:active {
  color: #937DFF;
}

/* Headings */

h1 {
  font-family: Inter;
  font-size: 57px;
  
  color: #242424;
  
  font-weight: 800;
}
h2 {
  font-family: Inter;
  font-size: 32px;
  
  color: #242424;
  
  font-weight: 600;
}

h3 {
  font-family: Inter;
  font-size: 32px;
  
  color: #242424;
  
  font-weight: regular;
}

h4 {
  font-family: Inter;
  font-size: 22px;
  
  color: #242424;
  
  font-weight: regular;
}

h5 {
  font-family: Inter;
  font-size: 16px;
  
  color: #242424;
  
  font-weight: regular;
}

h6 {
  font-family: Inter;
  font-size: 14px;
  
  color: #242424;
  
  font-weight: regular;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(43, 201, 126, 0.0)

;
  border-radius: 8px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 20px;
}
button:hover,
.button:hover {
  border: 0px solid 

  
  
    
  


  rgba(43, 201, 126, 0.0)

;
  background-color:

  
  
    
  


  rgba(147, 125, 255, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.button-secondary:hover {
  background-color: #EDE9FF !important;
  color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

 !important;
}






/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(36, 36, 36, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(36, 36, 36, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(142, 142, 144, 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 {
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border-color: 

  
  
    
  


  rgba(223, 223, 223, 0.0)

;
   color: #090909;
   outline-color:

  
  
    
  


  rgba(96, 69, 226, 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(96, 69, 226, 1.0)

;
   outline-color:

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
body .hs-button {
  background-color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(43, 201, 126, 0.0)

;
  border-radius: 8px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 20px;
}

form input[type=submit]:hover,
body .hs-button:hover {
  border: 0px solid 

  
  
    
  


  rgba(43, 201, 126, 0.0)

;
  background-color:

  
  
    
  


  rgba(147, 125, 255, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 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(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}




header.header {
   background-color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
}
header.header .custom-header {
  background-color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
}
body.has_banner header.header .custom-header.navbar-sticky-moved-up {
   background-color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
}




/* Bottom Header */
body .header-bottom-section {
  background-color: ;
}
body .navigation-primary > ul > li > a,
body .header-language-swicher .globe_class > a,
body .header-language-swicher .header-language-inner:after {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .navbar-sticky-on .navigation-primary > ul > li > a,
body .navbar-sticky-on .header-language-swicher .globe_class > a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
}
body .header-language-swicher .globe_class > a:after {
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .navigation-primary > ul > li.active-branch > a {
  color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
  background-color:

  
  
    
  


  rgba(9, 9, 9, 0.1)

;
}
body .navigation-primary > ul > li > a:hover,
body .navigation-primary > ul > li.active-branch > a:hover,
body .header-language-swicher .globe_class > a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color:

  
  
    
  


  rgba(9, 9, 9, 0.05)

;
}
body .navigation-primary > ul ul,
body .header-language-swicher ul.lang_list_class {
   background-color: 

  
  
    
  


  rgba(240, 240, 240, 1.0)

;
}
body .header-language-swicher .globe_class > ul:before {
   border-bottom-color: 

  
  
    
  


  rgba(240, 240, 240, 1.0)

;
}
body .navigation-primary > ul ul li a,
body .header-language-swicher ul.lang_list_class li a{
  color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
}
body .navigation-primary > ul ul li.active-branch > a {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
}
body .navigation-primary > ul ul li a:hover,
body .navigation-primary > ul ul li.active-branch > a:hover,
body .header-language-swicher ul.lang_list_class li a:hover {
  background-color: 

  
  
    
  


  rgba(96, 69, 226, 0.1)

;
  color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
}



body header.header .hs-button {
   background-color: 

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body header.header .hs-button:hover {
   background-color: 

  
  
    
  


  rgba(58, 41, 136, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}










body footer.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color:  

  
  
    
  


  rgba(9, 9, 9, 1.0)

;
}
body footer.footer .footer-menu .hs-menu-wrapper > ul > li > a {
   color:  

  
  
    
  


  rgba(9, 9, 9, 1.0)

;
}
body footer.footer a {
  color:  

  
  
    
  


  rgba(96, 69, 226, 1.0)

;
}
body footer.footer a:hover {
  color:  

  
  
    
  


  rgba(58, 41, 136, 1.0)

;
}

/* Footer Content */






/* Blog Header */

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

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #090909;
}

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

.blog-post__title {
  color: #242424;
  font-family:Inter;
  font-size: 57px;
  font-weight: 800;
}

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

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

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

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

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

.blog-index__post-content--small h2 {
  font-size: 32px;
}

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

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

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

.blog-sidebar a {
  color: #090909;
}

.blog__subscription-block, .blog-related-posts {
  background-color: #fff;
}

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

.blog-post__meta a:hover {
  color: #937DFF;
}

.blog-post__links-container {
  border-top:  1px solid rgb(82, 82, 82);
}

.blog-post__back-to-blog {
  color: #090909;
}

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

.comment.depth-0,
.blog-comments form {
  border: 1px solid rgb(82, 82, 82) !important;
}

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

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

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











.card__price {
  font-family: Inter
    font-size: 32px;
  color: #242424;
  font-weight: regular
}