







/* 1a. Containers */




/* 1b. Colors */



/* 1c. Typography */
























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width:767px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    /*   padding: 80px 20px; */

    padding-top: 80px;
    padding-bottom: 80px;
  }
}





body {
  font-size: 15px;
  font-weight: 400;
  font-family: Inter;
  color: rgba(84, 93, 110, 1.0);
}



/* Anchors */

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

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

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: Inter Tight;
  color: rgba(84, 93, 110, 1.0);
}

h1 {
  font-size: 44px;
  font-weight: 700;
}

h2 {
  font-size: 34px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 21px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 15px;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color:  rgba(84, 93, 110, 1.0);
}










/* Form title */
#comment-form,
.hs-search-field,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.section.post-footer,
.widget-type-google_search,
#hs_cos_wrapper_subscription_preferences{
  background-color: rgba(#null, 0.0) ;
}
/* Form title */

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

/* Form label */

.hs-form label {
  color: rgba(21, 21, 21, 1.0);
}

/* Form help text */

.hs-form legend {
  color: rgba(239, 107, 81, 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);
  border-radius: 5px;
}

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(204, 204, 204, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  /*   color: ; */
}

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

/* Date picker */

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

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

.fn-date-picker td.is-today .pika-button {
  color: {color=#545d6e, opacity=100, rgba=rgba(84, 93, 110, 1), rgb=rgb(84, 93, 110), hex=#545d6e, css=#545d6e};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(46, 240, 204, 1.0);
  border-color: rgba(82, 123, 187, 0.0);
  border-width: 0px;
  border-radius: 40px;
  color: rgba(0, 21, 66, 1.0);
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 18px;
  padding-bottom: 18px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 213, 174, 1.0);
  border-color: rgba(82, 123, 187, 0.0);
  color: rgba(0, 21, 66, 1.0);
}

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

button:active,
.button:active{
  background-color: rgba(0, 213, 174, 1.0);
  border-color: rgba(82, 123, 187, 0.0);
  color: rgba(0, 21, 66, 1.0);
}





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

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

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

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




.custom-header{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-header-navigation .hs-menu-wrapper>ul>li>a{
  color: rgba(21, 21, 21, 1.0);
}
.custom-header-navigation .hs-menu-wrapper>ul>li:hover>a{
  color: rgba(21, 21, 21, 1.0);
  background-color: rgba(243, 243, 247, 1.0);
}
.custom-header-navigation .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(221, 221, 221, 1.0);
}

.custom-header-navigation .hs-menu-wrapper>ul>li>ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(21, 21, 21, 1.0);
}
.custom-header-navigation .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(243, 243, 247, 1.0);
  color: rgba(21, 21, 21, 1.0);
}










.custom-footer{
  background-color: rgba(87, 75, 138, 1.0);
}
.custom-footer3 ul li a, .custom-footer4 ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.custom-footer3 ul li a:hover, .custom-footer4 ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer3 h4, .custom-footer4 h4, .custom-footer5 h4,.custom-footer2 h6,.logo-description,.custom-footer5 p{
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer6-left p,.custom-footer6-right p{
  color: rgba(255, 255, 255, 0.5);
}




.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}


.header__container,
.footer__container,
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  width:90%;
}