










/* 1b. Colors */




/* 1c. Typography */











































































/* 1d. Buttons */












/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1500px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 0px;
}

.dnd-section > .row-fluid {
  max-width: 1500px;
}






body {
  font-size: 24px;
  font-weight: 400;
  font-family: "Sweet Sans Pro", sans-serif;
}
body {
  
  color: rgba(0, 0, 0, 1.0);
  
}
@media screen and (max-width: 600px){
  body {
    font-size: 19.99999999992px;
  }
}
/* Paragraphs */

p {

}

/* Anchors */

a {
  color: #000000;
}

a:hover {
  color: #bfbfbf;
}

/* Headings */

h1 {
  font-family: kazimir,sans-serif;;
  font-size: 55px;
  font-weight: 500;
}
h1 {
  
  color: rgba(0, 0, 0, 1.0);
  
}


h2 {
  font-family: kazimir,sans-serif;;
  font-size: 50px;
  font-weight: 500;
}
h2 {
  
  color: rgba(0, 0, 0, 1.0);
  
}

h3 {
  font-family: kazimir,sans-serif;;
  font-size: 40px;
  font-weight: 500;
}
h3 {
  
  color: rgba(0, 0, 0, 1.0);
  
}

h4 {
  font-family: sweet-sans-pro,sans-serif;;
  font-size: 24px;
  font-weight: 500;
}

h4 {
  
  color: rgba(0, 0, 0, 1.0);
  
}
h5 {
  font-family: sweet-sans-pro,sans-serif;;
  font-size: 20px;
  font-weight: 500;
}
h5 {
  
  color: rgba(0, 0, 0, 1.0);
  
}

h6 {
  font-family: sweet-sans-pro,sans-serif;;
  font-size: 16px;
  font-weight: 500;
}
h6 {
  
  color: rgba(0, 0, 0, 1.0);
  
}

@media screen and (max-width: 980px){
  h1{
    font-size: 49.99999999995px;
  }
  h2{
    font-size: 45.0px;
  }
  h3{
    font-size: 35.0px;
  }
}

@media screen and (max-width: 767px){
  h1{
    font-size: 44.9999999999px;
  }
  h2{
    font-size: 40.0px;
  }
  h3{
    font-size: 30.0px;
  }
}





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

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







form,
.submitted-message {

}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.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(0, 0, 0, 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(78, 78, 78, 1.0);
  color: rgba(78, 78, 78, 1.0);
  border-radius: 0px;
  background-color: 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(78, 78, 78, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button,.hs-button {

  border: 0px solid #FFFFFF;
  background-color: rgba(0, 0, 0, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding: 10px 40px;
}

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






th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(119, 119, 119, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(119, 119, 119, 1.0);
}





.custom_header {
  background-color: rgba(255, 255, 255, 0.0);
}
.mobile_menu .info p a{
  color: rgba(255, 255, 255, 1.0);
}
.mobile_menu .info p a:hover{
  color: rgba(191, 191, 191, 1.0);
}
.child-trigger span{
  border-color: rgba(255, 255, 255, 1.0);
}
.mobile_menu .info p{
  color: rgba(255, 255, 255, 1.0);
}
.custom_header .open-menu, .mobile_menu .close-menu{
  color: rgba(255, 255, 255, 1.0);
}
.custom_header .open-menu:hover,.mobile_menu .close-menu:hover{
  color: rgba(191, 191, 191, 1.0);
}
.mobile_menu .cm_social a,.custom_header .social_wrappertab .cm_social a {
  color: rgba(255, 255, 255, 1.0);
}
.mobile_menu .cm_social a:hover,.custom_header .social_wrappertab .cm_social a:hover{
  color: rgba(191, 191, 191, 1.0);
}
body .mobile_menu{
  background-color: rgba(39, 40, 44, 1.0);
}
body .mobile_menu div > ul > li > a, .custom_header div > ul > li a{
  color: rgba(255, 255, 255, 1.0);
}

body .mobile_menu div > ul > li > a:hover ,
body .mobile_menu div > ul > li > a:focus,
.custom_header div > ul > li a:hover,
.custom_header div > ul > li a:focus{
  color: rgba(191, 191, 191, 1.0);
}

body .mobile_menu div > ul > li.active > a,
.custom_header div ul > li.active  > a{
  color: rgba(255, 255, 255, 1.0);
}
body .mobile_menu div > ul > li.active, .custom_header div > ul > li.active {
  background-color: rgba(255, 255, 255, 0.0);
}

body .mobile_menu div > ul > li:hover,
body .mobile_menu div > ul > li:focus,
.custom_header div > ul > li:hover,
.custom_header div > ul > li:focus{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}


body .mobile_menu div > ul ul  li a, .custom_header div > ul ul li  a{
  color: rgba(255, 255, 255, 1.0);;
}
body .mobile_menu div > ul ul, .custom_header div > ul ul {
  background-color: rgba(255, 255, 255, 0.0);
}


body .mobile_menu div > ul ul li a:hover,
body .mobile_menu div > ul ul li a:focus,
.custom_header div > ul ul li  a:hover,
.custom_header div > ul ul li  a:focus{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(191, 191, 191, 1.0)
}
body .mobile_menu div > ul ul li.active > a,
.custom_header div > ul ul li.active >  a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}








.footer {
  background-color: rgba(39, 40, 44, 1.0);
  color: rgba(191, 191, 191, 1.0);
}

/* Footer Content */

.footer a{
  color: rgba(191, 191, 191, 1.0);
}
.footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer .quarter.first{
  border-color: rgba(191, 191, 191, 1.0);
}

















.card__price {
  font-family: kazimir
    font-size: 40px;
  color: #000000;
  font-weight: 500
}