







/* 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){
.content-wrapper,
.dnd-section > .row-fluid {
max-width: 653.6842098px;

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

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

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

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


.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1380px;

}








html {
  font-size: 14px;
}

body {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  font-family: Open Sans,sans-serif;
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(245, 68, 35, 1.0)

;
}

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

  
  
    
  


  rgba(252, 177, 22, 1.0)

;
}

/* Headings */

h1 {
  font-family: Roboto,sans-serif;
  font-size: 28px;
  color: #333333;
  font-weight: 400;
}

h2 {
  font-family: Roboto,sans-serif;
  font-size: 22px;
  color: #333333;
  font-weight: 400;
}

h3 {
  font-family: Roboto,sans-serif;
  font-size: 20px;
  color: #666666;
  font-weight: 400;
}

h4 {
  font-family: Roboto,sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: 400;
}

h5 {
  font-family: Roboto,sans-serif;
  font-size: 17px;
  color: #222222;
  font-weight: 400;
}

h6 {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}

/* Blockquote */

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

@media (max-width: 767.98px){
  h2 {
    font-size: 14.3px;
  }
  h3 {
    font-size: 13.75px;
  }
  h4{
    font-size: 14.99994px;
  }
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(245, 68, 35, 1.0)

;
  border: 1px solid #f54423;
  border-radius: 0px;
  color: #fff;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(205, 28, 0, 1.0);
  border-color: #cd1c00;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(255, 108, 75, 1.0);
  border-color: #ff6c4b;
  color: #fff;
}





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

/* 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(102, 102, 102, 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(203, 214, 226, 1.0);
  border-radius: 0px;
}

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(82, 168, 236, 0.8);
}

/* Form placeholder text */

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

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

/* Submit button */

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

  
  
    
  


  rgba(245, 68, 35, 1.0)

;
  border: 1px solid #f54423;
  border-radius: 0px;
  color: #fff;
  padding: 12px 24px;
}


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

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


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(245, 68, 35, 1.0);
  border-color: rgba(245, 68, 35, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  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(245, 68, 35, 1.0);
  border-color: rgba(245, 68, 35, 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(243, 243, 243, 1.0) ;
}
.middle_header{
  background-color: rgba(255, 255, 255, 1.0) ;
}
.bottom_header{
  background-color: rgba(102, 102, 102, 1.0) ;
}

.top_header{
  border-bottom-color: rgba(241, 241, 241, 1.0);
}
.topbar_left .social-icons_wrapper a{
  color: rgba(102, 102, 102, 1.0) ;
}
.topbar_right_inner .top_menu .submenu.level-1>li>a{
  color: rgba(24, 24, 24, 1.0) ;
}
.topbar_right_inner .top_menu .submenu.level-1>li:hover>a{
  color: rgba(141, 141, 141, 1.0) ;
  background-color: rgba(255, 255, 255, 0.0) ;
}
.topbar_right_inner .top_menu .submenu.level-1>li>ul{
  background-color: rgba(241, 241, 241, 1.0) ;
}
.topbar_right_inner .top_menu .submenu.level-1>li>ul>li a{
  color: rgba(102, 102, 102, 1.0) ;
}
.topbar_right_inner .top_menu .submenu.level-1>li>ul>li a:hover{
  color: rgba(102, 102, 102, 1.0) ;
  background-color: rgba(221, 221, 221, 1.0) ;
}


.bottom_header{
  border-bottom-color: rgba(235, 43, 41, 1.0);
}
.bottom_header_wrapper .bottom_menu ul.submenu.level-1>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.bottom_header_wrapper .bottom_menu ul.submenu.level-1>li:hover>a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(208, 53, 51, 1.0);
}
.topbar_right_inner .top_menu .submenu.level-1>li>a.active-item,
.topbar_right_inner .top_menu .submenu.level-1>li>a.active-branch{
  color: rgba(141, 141, 141, 1.0);
}
.header nav>ul>li>a.active-item{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.bottom_header_wrapper .bottom_menu ul.submenu.level-1>li>ul {
  background-color: rgba(255, 255, 255, 1.0);
}

.bottom_header_wrapper .bottom_menu ul.submenu.level-1>li>ul>li>a {
  color: rgba(34, 34, 34, 1.0);
}

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

.bottom_header_wrapper .bottom_menu ul.submenu.level-1>li>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(208, 53, 51, 1.0);
}

.topbar_left .social-icons_wrapper a.linkedin-icon:hover {
  background-color: rgba(0, 101, 155, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.topbar_left .social-icons_wrapper a.facebook-icon:hover{
  background-color: rgba(60, 90, 152, 1.0);
  color: rgba(255, 255, 255, 1.0);
}






.top_footer{
  background-color: rgba(102, 102, 102, 1.0);
}
.bottom_footer{
  background-color: rgba(255, 255, 255, 1.0);
}
.top_footer{
  border-top-color: rgba(0, 0, 0, 0.3);
}
.top_footer .social_link_title span{
  color: rgba(255, 255, 255, 1.0);
}
.top_footer .footer_social-icons a{
  color: rgba(255, 255, 255, 1.0);
}
.top_footer .footer_social-icons a:first-child:hover{
  background-color: rgba(0, 101, 155, 1.0);
}
.top_footer .footer_social-icons a:last-child:hover{
  background-color: rgba(60, 90, 152, 1.0);
}
.top_footer .footer_menu ul.submenu.level-1>li a{
  color: rgba(255, 255, 255, 1.0);
}
.top_footer .footer_menu ul.submenu.level-1>li a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.bottom_footer{
  border-top-color: rgba(0, 0, 0, 0.33);
}
.bottom_footer p{
  color: rgba(136, 136, 136, 1.0);
}












.card__price {
  font-family: Roboto,sans-serif
    font-size: 20px;
  color: #666666;
  font-weight: 400
}

img {
  max-width: 100%;
  height: auto;
}





@-webkit-keyframes htmlFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


@keyframes htmlFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


html {
    -webkit-animation: .3s ease 0s normal backwards 1 htmlFadeIn;
    animation: .3s ease 0s normal backwards 1 htmlFadeIn;
    display: block !important;
}