







/* 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: 1170px;
}

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







body {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 300;
  font-family: "Gotham",sans-serif;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 300;
}

/* Anchors */

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

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

/* Headings */

h1 {
  font-family: Gotham;
  font-size: 2.375rem;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 700;
}

h2 {
  font-family: Gotham;
  font-size: 1.5rem;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 700;
}

h3 {
  font-family: Gotham;
  font-size: 22px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 600;
}

h4 {
  font-family: Gotham;
  font-size: 20px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 600;
}

h5 {
  font-family: Gotham;
  font-size: 18px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 600;
}

h6 {
  font-family: Gotham;
  font-size: 16px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 700;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 175, 215, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(0, 175, 215, 1.0)

;
  border-radius: 20px;
  color: #000;
  padding: 10px 20px;
}

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

button:active,
.button:active {
  background-color: rgba(40, 215, 255, 1.0);
  border-color: #28d7ff;
  color: #000;
}





form,
.submitted-message {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  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: #000;
}

/* 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: #000;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  background:

  
  
    
  


  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: #000;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* 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(0, 175, 215, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(0, 175, 215, 1.0)

;
  border-radius: 20px;
  color: #000;
  padding: 10px 20px;
}

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 215, 255, 1.0);
  border-color: #28d7ff;
  color: #000;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000;
}

th,
td {
  border-color: #000;
  color: #000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #fff;
}

























header.header{
  background:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.site_menu .submenu.level-1>li>a,.site_menu ul.submenu.level-1 div{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.site_menu .submenu.level-1>li>a:hover,.site_menu ul.submenu.level-1 div:hover{
  color:

  
  
    
  


  rgba(211, 223, 77, 1.0)

;
}

.site_menu .submenu.level-2{
  background-color:

  
  
    
  


  rgba(0, 175, 215, 1.0)

;
}

.site_menu .submenu.level-2>li>a{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.site_menu .submenu.level-2>li>a:hover{
  color:

  
  
    
  


  rgba(211, 223, 77, 1.0)

;
}

.ph-nav a svg,.ph-searchbtn{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
}

.ph-nav a svg:hover,.ph-searchbtn:hover{
  color:

  
  
    
  


  rgba(211, 223, 77, 1.0)

 !important;
}























footer.footer{
  background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.pf-content strong{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.pf-content p,.pf-content a{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}


.carrer_link .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(122, 36, 109, 1.0)

;
}

.carrer_link .hs-menu-wrapper>ul>li>a:hover{
  color:

  
  
    
  


  rgba(0, 175, 215, 1.0)

;
}


.social_icon ul li a{
  color:

  
  
    
  


  rgba(0, 175, 215, 1.0)

;
}


.social_icon ul li a:hover{
  color:

  
  
    
  


  rgba(122, 36, 109, 1.0)

;
}


.middle_title h2{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.bcd_links ul li a,.Copyright_links .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.bcd_links ul li a:hover,.Copyright_links .hs-menu-wrapper>ul>li>a:hover{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.bottom_footer #hs_cos_wrapper_footer_copyright_text>span{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}



















.card__price {
  font-family: Gotham
    font-size: 22px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 600
}