







/* 1a. Containers */




/* 1b. Colors */















































































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */













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

}
} */

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

  }

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

  }
}


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

  }
}





html {
  font-size: 17px;
}

body {
  font-size: 17px;
  color: #222021;
  font-weight: 400;
  font-family: Open Sans,sans-serif;
  background-color:#F5F4F4
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(229, 34, 40, 1.0)

;
}

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

  
  
    
  


  rgba(229, 34, 40, 1.0)

;
}

/* Headings */

h1,
.h1 {
  font-family: Avenir,sans-serif;
  font-size: 80px;
  color: 

  
  
    
  


  rgba(34, 32, 33, 1.0)

;
  font-weight: 400;
}

h2,
.h2{
  font-family: Avenir,sans-serif;
  font-size: 50px;
  color: 

  
  
    
  


  rgba(34, 32, 33, 1.0)

;
  font-weight: 600;
}

h3,
.h3{
  font-family: Avenir,sans-serif;
  font-size: 40px;
  color: 

  
  
    
  


  rgba(34, 32, 33, 1.0)

;
  font-weight: 400;
}

h4,
.h4{
  font-family: Avenir,sans-serif;
  font-size: 36px;
  color: 

  
  
    
  


  rgba(18, 18, 18, 1.0)

;
  font-weight: 400;
}

h5,
.h5{
  font-family: Avenir,sans-serif;
  font-size: 25px;
  color: 

  
  
    
  


  rgba(18, 18, 18, 1.0)

;
  font-weight: 400;
}

h6,
.h6{  font-family: Avenir,sans-serif;
  font-size: 16px;
  color: 

  
  
    
  


  rgba(34, 32, 33, 1.0)

;
  font-weight: 400;
}

/* Blockquote */

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

@media (max-width: 767.98px){
  h1, .h1 {
    font-size: 52.0px;
  }
  h2, .h2 {
    font-size: 34.375px;
  }
  h4, .h4 {
    font-size: 31.68px;
  }
}






button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #E52228;
  padding: 16px 16px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 215, 215, 1.0);
  border-color: #d7d7d7;
  color: #E52228;
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffffff;
  color: #E52228;
}





form,
.submitted-message {
  font-size: 17px;
  color: #222021;
  font-weight: 400
}

/* Form title */

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

/* Form label */

form label {
  color: rgba(34, 32, 33, 1.0);
}

/* Form help text */

form legend {
  color: rgba(34, 32, 33, 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);
  border-radius: 4px;
}

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

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

/* Submit button */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #E52228;
  padding: 16px 16px;
}


form input[type=submit]:focus{
  background-color: rgba(215, 215, 215, 1.0);
  border-color: #d7d7d7;
  color: #E52228;
}

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


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 5px;
  border-width: 1px;
  color: rgba(229, 34, 40, 1.0);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(229, 34, 40, 1.0);
  border-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(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}




.header .top_header,
.header--no-navigation {
  background-color: rgba(229, 34, 40, 1.0) ;
  color: rgba(34, 32, 33, 1.0) ;
}
.skip-link {
  background-color: rgba(229, 34, 40, 1.0) ;
}
.header .top_header .col p a,
.header .top_header .col p{
  color: rgba(34, 32, 33, 1.0) ;
}
.bottom-header{
  background-color: rgba(34, 32, 33, 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(34, 32, 33, 1.0);
  background-color: rgba(245, 244, 244, 1.0);
}
footer.footer p{
  color: rgba(34, 32, 33, 1.0);
}
footer.footer .copyright  .hs-menu-wrapper>ul>li>a{
  color: rgba(18, 18, 18, 1.0);
}
footer.footer .copyright  .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(229, 34, 40, 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(18, 18, 18, 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(229, 34, 40, 1.0);
}
footer.footer .copyright{
  color: rgba(18, 18, 18, 1.0);
}












.card__price {
  font-family: Avenir,sans-serif
    font-size: 40px;
  color: 

  
  
    
  


  rgba(34, 32, 33, 1.0)

;
  font-weight: 400
}