







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */














































/* 1d. Buttons */










/* 1e. Forms */













/* 1f. Tables */











/* 1g. Site header */


/* 1h. Site footer */







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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}







html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  font-family: "sofia-pro",sans-serif;
}

/* Paragraphs */

p {
  color: #333;
  font-weight: 300;
}

/* Anchors */

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

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(176, 47, 53, 1.0)

;
}

/* Headings */

h1 {
  font-family: sofia-pro;
  font-size: 38px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 700;
}

h2 {
  font-family: sofia-pro;
  font-size: 38px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 200;
}

h3 {
  font-family: sofia-pro;
  font-size: 24px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 700;
}

h4 {
  font-family: sofia-pro;
  font-size: 18px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 400;
}

h5 {
  font-family: sofia-pro;
  font-size: 16px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 400;
}

h6 {
  font-family: sofia-pro;
  font-size: 14px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 400;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  border-radius: 2px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 40px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
  color: 

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
}






form,
.submitted-message {
  font-size: 16px;
  color: #333;
  font-weight: 300
}

/* 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(0, 0, 0, 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(204, 204, 204, 1.0)

;
  color: 

  
  
    
  


  rgba(51, 51, 51, 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(56, 152, 236, 1.0)

;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  border-radius: 2px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 40px;
}

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(65, 132, 211, 1.0);
  border-color: #282828;
  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.header{
  background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.site_menu nav>ul>li>a{
  color:

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.site_menu nav>ul>li>a:hover{
  color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
}

.site_menu nav>ul ul{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.site_menu nav>ul ul>li>a{
  color:

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}
.site_menu nav>ul ul>li>a:hover{
  color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
}
.button_1 a{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
  color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
  
}
.button_1 a:hover{
  background-color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
  border-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  
}
.button_2 a{
  background-color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
  border-color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  
}
.button_2 a:hover{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
  color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
  
}















footer.footer{
  background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer-div-block .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(114, 114, 114, 1.0)

;
}
.footer-div-block .hs-menu-wrapper>ul ul>li>a{
  color:

  
  
    
  


  rgba(114, 114, 114, 1.0)

;
}
.footer-div-block .hs-menu-wrapper>ul ul>li>a:hover{
  color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
}
.contact_detail p{
  color:

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.contact_detail #hs_cos_wrapper_contact span, .contact_detail a {
  color:

  
  
    
  


  rgba(114, 114, 114, 1.0)

;
}
.bottom_right_section .footer_copyright{
  color:

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}
.contact_detail a{
  color:

  
  
    
  


  rgba(114, 114, 114, 1.0)

;
}
.contact_detail a:hover {
  color:

  
  
    
  


  rgba(25, 92, 171, 1.0)

;
}















.card__price {
  font-family: sofia-pro
    font-size: 24px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 700
}