







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















































/* 1d. Buttons */










/* 1e. Forms */













/* 1f. Tables */











/* 1g. Site header */


/* 1h. Site footer */







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

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

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 100px 0;
}







body {
  font-size: 1rem;
  color: #000;
  font-weight: regular;
  font-family: "Inter",sans-serif;
}

/* Paragraphs */

p {
  color: #000;
  font-weight: regular;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(42, 108, 238, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Headings */

h1 {
  font-family: Poppins;
  font-size: 3rem;
  color: #0F388A;
  font-weight: 700;
}

h2 {
  font-family: Poppins;
  font-size: 2.25rem;
  color: #0F388A;
  font-weight: regular;
}

h3 {
  font-family: Inter;
  font-size: 1.5rem;
  color: #212529;
  font-weight: 700;
}

h4 {
  font-family: Inter;
  font-size: 1rem;
  color: #000;
  font-weight: regular;
}

h5 {
  font-family: Inter;
  font-size: 1rem;
  color: #000;
  font-weight: regular;
}

h6 {
  font-family: Inter;
  font-size: 1rem;
  color: #000;
  font-weight: regular;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(47, 107, 231, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(47, 107, 231, 1.0)

;
  border-radius: 50px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 50px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(47, 107, 231, 1.0)

;
  border-color: 

  
  
    
  


  rgba(47, 107, 231, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






form,
.submitted-message {

  color: #000;
  font-weight: regular
}

/* Form title */

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

/* Form label */

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

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(145, 145, 145, 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 {
  border-color: 

  
  
    
  


  rgba(225, 225, 225, 1.0)

;
  color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
  background:

  
  
    
  


  rgba(255, 255, 255, 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(225, 225, 225, 1.0)

;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(47, 107, 231, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(47, 107, 231, 1.0)

;
  border-radius: 50px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 50px;
}

form input[type=submit]:hover,
form .hs-button:hover{
  background-color: 

  
  
    
  


  rgba(47, 107, 231, 1.0)

;
  border-color: 

  
  
    
  


  rgba(47, 107, 231, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(87, 147, 255, 1.0);
  border-color: #5793ff;
  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.cm-header {

  background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.custom-menu .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(15, 56, 138, 1.0)

;
}

.custom-menu .hs-menu-wrapper>ul>li>a:hover{
  color:

  
  
    
  


  rgba(15, 56, 138, 1.0)

;
}

.custom-menu .hs-menu-wrapper>ul ul{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.custom-menu .hs-menu-wrapper>ul ul>li>a{
  color:

  
  
    
  


  rgba(15, 56, 138, 1.0)

;
}
.custom-menu .hs-menu-wrapper>ul ul>li>a:hover{
  color:

  
  
    
  


  rgba(15, 56, 138, 1.0)

;
}

















footer.footer{
  background:

  
  
    
  


  rgba(241, 242, 244, 1.0)

;
}
.footer_content p{
  color:

  
  
    
  


  rgba(69, 74, 84, 1.0)

;
}
footer .info_link .hs-menu-wrapper>ul>li>a, footer .product_link .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
footer .footer_content p a{
  color:

  
  
    
  


  rgba(46, 107, 230, 1.0)

;
}
footer .footer_content p a:hover{
  color:

  
  
    
  


  rgba(46, 107, 230, 1.0)

;
}

footer .info_link .hs-menu-wrapper>ul ul>li>a, footer .product_link .hs-menu-wrapper>ul ul>li>a{
  color:

  
  
    
  


  rgba(69, 74, 84, 1.0)

;
}
footer .info_link .hs-menu-wrapper>ul ul>li>a:hover, footer .product_link .hs-menu-wrapper>ul ul>li>a:hover{
  color:

  
  
    
  


  rgba(46, 107, 230, 1.0)

;
}
footer .footer_copyright{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-color:

  
  
    
  


  rgba(240, 239, 244, 0.0)

;
}
















.card__price {
  font-family: Inter
    font-size: 1.5px;
  color: #212529;
  font-weight: 700
}