







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */









































































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

.dnd-section > .row-fluid ,.page-center,
.header_conatiner,
.footer_container {
  max-width: 1200px;
}





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(45, 25, 57, 1.0)

;
  font-weight: 400;
  font-family: 'aptos',Axia,Roboto,'Helvetica Neue',sans-serif;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(45, 25, 57, 1.0)

;
  font-weight: 400;
}

/* Anchors */

a {
  color: #428bca;
}

a:hover,
a:focus,
a:active {
  color: #428bca;
}

/* Headings */

h1 {
  font-family: 'aptosblack',sans-serif;
  font-size: 48px;
  color: 

  
  
    
  


  rgba(94, 56, 105, 1.0)

;
  font-weight: 700;
}

h2 {
  font-family: 'aptosblack',sans-serif;
  font-size: 42px;
  color: 

  
  
    
  


  rgba(94, 56, 105, 1.0)

;
  font-weight: 700;
}

h3 {
  font-family: 'aptosblack',sans-serif;
  font-size: 38px;
  color: 

  
  
    
  


  rgba(94, 56, 105, 1.0)

;
  font-weight: 700;
}

h4 {
  font-family: 'aptosblack',sans-serif;
  font-size: 32px;
  color: 

  
  
    
  


  rgba(94, 56, 105, 1.0)

;
  font-weight: 700;
}

h5 {
  font-family: 'aptosblack',sans-serif;
  font-size: 24px;
  color: 

  
  
    
  


  rgba(94, 56, 105, 1.0)

;
  font-weight: 700;
}

h6 {
  font-family: 'aptosblack',sans-serif;
  font-size: 18px;
  color: 

  
  
    
  


  rgba(94, 56, 105, 1.0)

;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color: #5E3869;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(252, 124, 100, 1.0)

;
  border: 0px solid #fc7c64;
  border-radius: 6px;
  color: #fff;
  padding: 10px 15px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(252, 124, 100, 1.0);
  border-color: #fc7c64;
  color: rgba(247, 247, 247, 1.0);
}

button:active,
.button:active {
  background-color: rgba(255, 164, 140, 1.0);
  border-color: #ffa48c;
  color: #fff;
}





form,
.submitted-message {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(45, 25, 57, 1.0)

;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(45, 25, 57, 1.0)

;
  color: #5e3869;
}

/* Form label */

form label {
  color: #2D1939;
}

/* Form help text */

form legend {
  color: #2D1939;
}

/* Form inputs */

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.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, 
.section.post-footer form{
  background-color: rgba(255, 255, 255, 1.0);
}

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(168, 174, 197, 1.0);
  color: rgba(94, 56, 105, 1.0);
  border-radius: 0px;
}

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 {
  color: rgba(68, 68, 68, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
}


/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(45, 25, 57, 1.0)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(45, 25, 57, 1.0)

;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(252, 124, 100, 1.0);
  border-color: rgba(252, 124, 100, 1.0);
  border-width: 0px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}


form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(252, 124, 100, 1.0);
  border-color: rgba(252, 124, 100, 1.0);
  color: rgba(247, 247, 247, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(252, 124, 100, 1.0);
  border-color: rgba(252, 124, 100, 1.0);
  color: rgba(247, 247, 247, 1.0);
}




table {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(73, 74, 82, 1.0);
}
th,
td {
  border-color: rgba(73, 74, 82, 1.0);
  color: rgba(73, 74, 82, 1.0);
}
thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  border-bottom-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(73, 74, 82, 1.0);
}






.header-logo-wrap{
  background-color: rgba(94, 56, 105, 1.0);
}

.header-hamburger span.bottom, .header-hamburger span.top{
  background-color: rgba(35, 195, 153, 1.0);
}

.lets-demo-buttton a,.compare-pricing a {
  color: rgba(35, 195, 153, 1.0);
}

.lets-demo-buttton a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.lets-demo-buttton a:after {
  color: rgba(252, 124, 100, 1.0);
}

.right-sidebar{
  color: rgba(16, 110, 169, 1.0);
}

.left-menu .hs-menu-wrapper>ul>li, .right-menu .hs-menu-wrapper>ul>li {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(36, 195, 155, 1.0);
}

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

.left-menu .hs-menu-wrapper>ul>li:hover:after, .right-menu .hs-menu-wrapper>ul>li:hover:after {
  background: rgba(252, 124, 100, 1.0);
}

.left-menu .hs-menu-wrapper>ul>li.active>a,.left-menu .hs-menu-wrapper>ul>li.active-branch>a {
  color: rgba(112, 157, 190, 1.0);
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
  font-family: 'aptos',Axia,Roboto,'Helvetica Neue',sans-serif;
}

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

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

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

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(94, 56, 105, 1.0)

;
  border-color: ;
}

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

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

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.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(94, 56, 105, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(94, 56, 105, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'aptos',Axia,Roboto,'Helvetica Neue',sans-serif;
}

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

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

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






footer.custom_footer {
  background-color: rgba(45, 25, 57, 1.0);
}

.footer-title{
  color: rgba(255, 255, 255, 1.0);
}

footer.custom_footer,.footer-social p {
  color: rgba(255, 255, 255, 1.0);
}

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

.footer-block.customer-service .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(35, 195, 153, 1.0);
}

.footer-bottom-info ul li a {
  color: rgba(255, 255, 255, 1.0);
}

.footer-bottom-info ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
}




/* Footer Content */

.footer * {
  color: #ffffff;
}






.blog-pagination__link {
  color: 

  
  
    
  


  rgba(45, 25, 57, 1.0)

;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(94, 56, 105, 1.0)

;
  font-family:'aptosblack',sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #5E3869;
}

#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);
}











.card__price {
  font-family: 'aptosblack',sans-serif
    font-size: 38px;
  color: 

  
  
    
  


  rgba(94, 56, 105, 1.0)

;
  font-weight: 700
}

@media(max-width:1366px){
  .dnd-section > .row-fluid ,.page-center,
  .header_conatiner,
  .footer_container,
  .content-wrapper {
    max-width: 979.999999992px;
  }
}
@media (max-width:767px){
  
  .hs-content-id-122689990057 .row-number-5{
    padding-bottom:30px;
  }
  
}
/* @media(max-width:1000px){
.dnd-section > .row-fluid ,.page-center,
.header_conatiner,
.footer_container;
.content-wrapper {
max-width: 100%;
}
}
*/