







/* 1a. Containers */




/* 1b. Colors */











































































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.wrapper-footer-page,
.dnd-section,
.content-wrapper--vertical-spacing{
  padding-bottom: 100px;
  padding-top: 100px;
}

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

@media (max-width: 767px){
  .content-wrapper,
  .dnd-section > .row-fluid {
    width: 90%;
  }
}





body {
  font-size: 18px;
  color: #21272a;
  font-weight: 400;
  font-family: Open Sans,sans-serif;
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(233, 86, 56, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(85, 26, 139, 1.0)

;
}

/* Headings */

h1 {
  font-family: Open Sans,sans-serif;
  font-size: 34px;
  color: #453b59;
  font-weight: 400;
}

h2 {
  font-family: Open Sans,sans-serif;
  font-size: 32px;
  color: #453b59;
  font-weight: 400;
}

h3 {
  font-family: Open Sans,sans-serif;
  font-size: 24px;
  color: #453b59;
  font-weight: 400;
}

h4 {
  font-family: Open Sans,sans-serif;
  font-size: 20px;
  color: #453b59;
  font-weight: 400;
}

h5 {
  font-family: Open Sans,sans-serif;
  font-size: 19px;
  color: #453b59;
  font-weight: 400;
}

h6 {
  font-family: Open Sans,sans-serif;
  font-size: 18px;
  color: #453b59;
  font-weight: 400;
}

/* Blockquote */



@media (max-width: 767px){
  body {
    font-size: 13.99986px;
  }
}




button,
.button {
  background-color: 

  
  
    
  


  rgba(94, 14, 151, 1.0)

;
  border: 0px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 12px 20px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(54, 0, 111, 1.0);
  border-color: #d7d7d7;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(134, 54, 191, 1.0);
  border-color: #ffffff;
  color: #fff;
}





form,
.submitted-message {
  font-size: 18px;
  color: #21272a;
  font-weight: 400
}

/* Form title */

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

/* Form label */

form label {
  color: rgba(64, 61, 58, 1.0);
}

/* Form help text */

form legend {
  color: rgba(64, 61, 58, 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(243, 245, 247, 1.0);
  border-radius: 3px;
}

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(46, 145, 252, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #21272a;
}

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

/* Submit button */

form input[type=submit]{
  background-color: 

  
  
    
  


  rgba(94, 14, 151, 1.0)

;
  border: 0px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 12px 20px;
}


form input[type=submit]:focus{
  background-color: rgba(54, 0, 111, 1.0);
  border-color: #d7d7d7;
  color: #fff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(134, 54, 191, 1.0);
  border-color: #ffffff;
  color: #fff;
}


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(94, 14, 151, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 3px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(94, 14, 151, 1.0);
  border-color: rgba(255, 255, 255, 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(135, 135, 135, 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.header{
  background-color: rgba(255, 255, 255, 1.0) ;
}

.header .custom_menu_primary .hs-menu-wrapper>ul>li>a{
  color: rgba(135, 135, 135, 1.0);
}

.header .custom_menu_primary .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(135, 135, 135, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .custom_menu_primary .hs-menu-wrapper>ul li.active>a{
  color: rgba(135, 135, 135, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .custom_menu_primary .hs-menu-wrapper>ul ul li a {
  color: rgba(135, 135, 135, 1.0);
}

.header .custom_menu_primary .hs-menu-wrapper>ul ul li.active a{
  color: rgba(135, 135, 135, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.header .custom_menu_primary .hs-menu-wrapper>ul ul li a:hover{
  color: rgba(135, 135, 135, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .header_search_input .hs-search-field form input.hs-search-field__input,
.header .header_search_input .hs-search-field form,
.header .header_search_input .hs-search-field form button{
  color: rgba(135, 135, 135, 1.0);
  background-color: rgba(204, 204, 204, 1.0);
}






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

.footer .copyright p a{
  color: rgba(135, 135, 135, 1.0);
}
.footer .copyright p a:hover{
  color: rgba(135, 135, 135, 1.0);
}

footer.footer .copyright p{
  color: rgba(135, 135, 135, 1.0);
}












.card__price {
  font-family: Open Sans,sans-serif
    font-size: 24px;
  color: #453b59;
  font-weight: 400
}


/* Form fixes 17-03-23 */

body #hs_cos_wrapper_widget_1661144036376 .hs-richtext p {
 text-align: left !important; 
}

.header .custom_menu_primary .hs-menu-wrapper  ul li:nth-child(5) a {
    color: #5b189a;
  font-weight: 700;
}

.header .custom_menu_primary .hs-menu-wrapper ul li li:nth-child(5) a {
       color: #878787;
  font-weight: 400;
}