







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

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

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

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

  }
  .dnd-section,
  .wrapper-footer-page,
  .content-wrapper--vertical-spacing{
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 992px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 959.9999964px;

  }
}


@media (min-width: 1200px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1140px;

  }
}





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #403d3a;
  font-weight: 500;
  font-family: Open Sans,sans-serif,sans-serif;
}


/* Anchors */

a {
  color: #a72024;
}

a:hover,
a:focus,
a:active {
  color: #a72024;
}

/* Headings */

h1 {
  font-family: Open Sans,sans-serif,sans-serif;
  font-size: 44px;
  color: #403d3a;
  font-weight: 500;
}

h2 {
  font-family: Open Sans,sans-serif;
  font-size: 40px;
  color: #403d3a;
  font-weight: 300;
}

h3 {
  font-family: Open Sans,sans-serif;
  font-size: 32px;
  color: #403d3a;
  font-weight: 500;
}

h4 {
  font-family: Open Sans,sans-serif;
  font-size: 24px;
  color: #403d3a;
  font-weight: 500;
}

h5 {
  font-family: Open Sans,sans-serif;
  font-size: 20px;
  color: #403d3a;
  font-weight: 500;
}

h6 {
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  color: #403d3a;
  font-weight: 700;
}

/* Blockquote */

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

@media (max-width: 767.98px){
h2 {
   font-size: 26.0px;
}
h3 {
   font-size: 22.0px;
}
  h4{
   font-size: 19.99992px;
}
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(167, 32, 36, 0.0)

;
  border: 3px solid #a72024;
  border-radius: 0px;
  color: #a72024;
  padding: 6px 12px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(127, 0, 0, 0.0);
  border-color: #7f0000;
  color: #a72024;
}

button:active,
.button:active {
  background-color: rgba(207, 72, 76, 0.0);
  border-color: #cf484c;
  color: #a72024;
}





form,
.submitted-message {
  font-size: 16px;
  color: #403d3a;
  font-weight: 500
}

/* Form title */

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

/* Form label */

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

/* Form help text */

form legend {
  color: rgba(64, 61, 58, 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(206, 212, 218, 1.0);
  color: rgba(95, 95, 95, 1.0);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.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(22, 146, 236, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #403d3a;
}

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

/* Submit button */

form input[type=submit]{
  background-color: 

  
  
    
  


  rgba(167, 32, 36, 0.0)

;
  border: 3px solid #a72024;
  border-radius: 0px;
  color: #a72024;
  padding: 6px 12px;
}


form input[type=submit]:focus{
  background-color: rgba(127, 0, 0, 0.0);
  border-color: #7f0000;
  color: #a72024;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(207, 72, 76, 0.0);
  border-color: #cf484c;
  color: #a72024;
}


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(167, 32, 36, 0.0);
  border-color: rgba(167, 32, 36, 1.0);
  border-radius: 0px;
  border-width: 3px;
  color: rgba(167, 32, 36, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(167, 32, 36, 1.0);
  border-color: rgba(167, 32, 36, 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(248, 249, 250, 1.0) ;
  color: rgba(10, 74, 120, 1.0) ;
}
.header .top_header .col p a,
.header .top_header .col p{
color: rgba(10, 74, 120, 1.0) ;
}
.bottom-header{
  background-color: rgba(64, 61, 58, 0.85) ;
}

.header .navigation-primary>ul>li>a:hover:before{
 border-color: rgba(183, 117, 52, 1.0);
}
.header .custom-menu-primary nav>ul>li>a,
.header span.navbar-text{
  color: rgba(255, 255, 255, 1.0);
}

.header .custom-menu-primary nav>ul>li>a:not(:last-child):hover::after{
  background-color: rgba(183, 117, 52, 1.0);
}
.header .custom-menu-primary nav>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .custom-menu-primary nav>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{
  background-color: rgba(183, 117, 52, 1.0);
}
.header .navigation-primary>ul>li>ul:before{
 border-bottom-color: rgba(183, 117, 52, 1.0);
}
.header .navigation-primary>ul>li>ul>li>a:hover:before{
border-color: rgba(255, 255, 255, 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);
}





footer.footer{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(64, 61, 58, 1.0);
}
footer.footer p{
  color: rgba(255, 255, 255, 1.0);
}
footer.footer .copyright  .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
footer.footer .copyright  .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(162, 155, 149, 1.0);
}

footer.footer a,
.footer .row.row-inner .hs-menu-wrapper>ul>li>ul>li>a,
.footer .row.row-inner .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
footer.footer a:hover,
.footer .row.row-inner .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer .row.row-inner .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}
footer.footer .copyright{
color: rgba(162, 155, 149, 1.0);
}












.card__price {
  font-family: Open Sans,sans-serif
    font-size: 32px;
  color: #403d3a;
  font-weight: 500
}