







/* 1a. Containers */




/* 1b. Colors */












































































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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

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





html {
  font-size: 15px;
}

body {
  font-size: 15px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
  font-family: Inter,sans-serif;
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(43, 163, 242, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(106, 13, 173, 1.0)

;
}

/* Headings */

h1 {
  font-family: Miriam Libre,sans-serif;
  font-size: 50px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h2 {
  font-family: Miriam Libre,sans-serif;
  font-size: 44px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h3 {
  font-family: Miriam Libre,sans-serif;
  font-size: 24px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h4 {
  font-family: Miriam Libre,sans-serif;
  font-size: 24px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h5 {
  font-family: Miriam Libre,sans-serif;
  font-size: 18px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h6 {
  font-family: Miriam Libre,sans-serif;
  font-size: 14px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

/* Blockquote */

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

@media (max-width: 921px){
  body {
    font-size: 13.68px;
  }
/*   h3 {
    font-size: 16.5px;
  }
  h4{
    font-size: 19.99992px;
  } */
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(100, 82, 191, 1.0)

;
  border: 0px solid #6452bf;
  border-radius: 5px;
  color: #fff;
  padding: 10px 15px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(60, 42, 151, 1.0);
  border-color: #3c2a97;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(140, 122, 231, 1.0);
  border-color: #8c7ae7;
  color: #fff;
}





form,
.submitted-message {
  font-size: 15px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400
}

/* Form title */

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

/* Form label */

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

/* Form help text */

form legend {
  color: rgba(0, 0, 0, 0.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(100, 82, 191, 1.0);
  border-radius: 5px;
}

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(22, 146, 236, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

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

/* Submit button */

form input[type=submit]{
  background-color: 

  
  
    
  


  rgba(100, 82, 191, 1.0)

;
  border: 0px solid #6452bf;
  border-radius: 5px;
  color: #fff;
  padding: 10px 15px;
}


form input[type=submit]:focus{
  background-color: rgba(60, 42, 151, 1.0);
  border-color: #3c2a97;
  color: #fff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(140, 122, 231, 1.0);
  border-color: #8c7ae7;
  color: #fff;
}


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(100, 82, 191, 1.0);
  border-color: rgba(100, 82, 191, 0.0);
  border-radius: 5px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(227, 127, 95, 1.0);
  border-color: rgba(227, 127, 95, 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(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}




.header .top_header{
  background-color: rgba(25, 25, 49, 1.0) ;
  color: rgba(255, 255, 255, 1.0) ;
}
.header .top_header .col p a,
.header .top_header .col p{
  color: rgba(255, 255, 255, 1.0) ;
}
.bottom-header{
  background-color: rgba(255, 255, 255, 1.0) ;
}

.header .custom-menu-primary nav>ul>li>a{
  color: rgba(0, 0, 0, 1.0);
}
.header .custom-menu-primary nav>ul>li>a:hover{
  color: rgba(100, 82, 191, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .custom-menu-primary nav>ul>li>a.active-item{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .custom-menu-primary nav>ul>li>ul{
  background-color: rgba(59, 47, 78, 1.0);
}
.header .navigation-primary>ul>li>ul:before{
  border-bottom-color: rgba(59, 47, 78, 1.0);
}
.header .custom-menu-primary nav>ul>li>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.header .custom-menu-primary ul ul li a.active-item{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.header .custom-menu-primary nav>ul>li>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
header.header .bottom-header .header-button a,
.header .hs-button{
  background-color: rgba(100, 82, 191, 1.0);
  border-color: rgba(100, 82, 191, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
header.header .bottom-header .header-button a:hover,
.header .hs-button:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(227, 127, 95, 1.0);
  border-color: rgba(18, 18, 18, 1.0);
}





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

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

footer.footer  .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
.footer .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(100, 82, 191, 1.0);
}

.footer .form-title{
color: rgba(255, 255, 255, 1.0);
}
.footer .hs-form .hs-form-field .hs-input{
  border-color: rgba(255, 255, 255, 1.0);
}

.footer .hs-form .hs-form-field .hs-input:focus,
.footer .hs-form .hs-form-field .hs-input:focus{
  border-color: rgba(255, 255, 255, 1.0);
}

footer.footer .hs-form .hs-button{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}
footer.footer .hs-form .hs-button:hover{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

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










.card__price {
  font-family: Miriam Libre,sans-serif
    font-size: 24px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400
}

@media (max-width:600px){
  ol, ul {
  font-size:18px;
  }

}