







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

.container,
.content-wrapper,
.dnd-section > .row-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1320px;
  }
}




@media (min-width: 992px) {
  html,body {
    font-size: 20px;
  }
}

body {
  color: #212529;
  font-weight: 300;
  font-family: Helvetica Target Internet;
}

/* Anchors */

a {
  color: #1b1b1b;
}

a:hover,
a:focus,
a:active {
  color: #1b1b1b;
}

/* Headings */

h1 {
  font-family: Helvetica Target Internet;
  font-size: 28px;
  color: #212529;
  font-weight: 300;
}

h2 {
  font-family: Helvetica Target Internet;
  font-size: 25px;
  color: #212529;
  font-weight: 300;
}

h3 {
  font-family: Helvetica Target Internet;
  font-size: 22px;
  color: #212529;
  font-weight: 300;
}

h4 {
  font-family: Helvetica Target Internet;
  font-size: 20px;
  color: #212529;
  font-weight: 300;
}

h5 {
  font-family: Helvetica Target Internet;
  font-size: 18px;
  color: #212529;
  font-weight: 500;
}

h6 {
  font-family: Helvetica Target Internet;
  font-size: 16px;
  color: #212529;
  font-weight: 300;
}

@media (min-width: 992px) {
  h1 {    
    font-size: 35px;
  }

  h2 {    
    font-size: 30px;
  }

  h3 {    
    font-size: 25px;
  }

  h4 {    
    font-size: 22px;
  }

  h5 {    
    font-size: 20px;
  }

  h6 {    
    font-size: 18px;
  }
}

/* Blockquote */

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





button,
.button {
  background-color: #1b1b1b;
  border: 0px solid #212529;
  border-radius: 60px;
  color: #FFFFFF;
  padding: 10px 20px;
}

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

button:active,
.button:active {
  background-color: rgba(67, 67, 67, 1.0);
  border-color: #494d51;
  color: #FFFFFF;
}





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

/* Form title */

.form-title {
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

/* Form label */

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

/* Form help text */

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

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

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(27, 27, 27, 1.0);
  border-color: rgba(33, 37, 41, 1.0);
  border-width: 0px;
  border-radius: 60px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(27, 27, 27, 1.0);
  border-color: rgba(33, 37, 41, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





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

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
  border-bottom-color: #212529;
  color: #FFFFFF;
}

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




header.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header .hs-button {
  background-color: rgba(27, 27, 27, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header .hs-button:hover {
  background-color: rgba(27, 27, 27, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
@media(min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: rgba(0, 0, 0, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch {
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    color: rgba(0, 0, 0, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: rgba(0, 0, 0, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: rgba(255, 255, 255, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    color: rgba(0, 0, 0, 1.0);
  } 
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(0, 0, 0, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch {
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a {
    color: rgba(0, 0, 0, 1.0);
  }
}



.footer {
  background-color: 

  
  
    
  


  rgba(47, 94, 91, 1.0)

;
}
.footer *,
.footer {
  color: #FFFFFF;
}
.footer_links_section .hs-menu-wrapper>ul>li>ul>li>a,
.footer_links_section .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}
.footer_links_section .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer_links_section .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
}




/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #212529;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #1b1b1b;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #1b1b1b;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #212529;
}

.blog-pagination__link {
  color: #212529;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #212529;
}

.blog-post__title {
  color: #212529;
  font-family:Helvetica Target Internet;
  font-size: 35px;
  font-weight: 300;
}

.blog-post__author {
  background-color: #212529;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #FFFFFF;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #1b1b1b;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #1b1b1b;
}

.blog-index__post-content--small h2 {
  font-size: 25px;
}

.blog-index__post-content a {
  color: #212529;
}

.blog-post__read-more svg {
  fill: #212529;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
  color: #212529;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__meta a {
  color: #212529;
}

.blog-post__meta a:hover {
  color: #1b1b1b;
}

.blog-post__links-container {
  border-top:  2px solid rgb(13, 17, 21);
}

.blog-post__back-to-blog {
  color: #212529;
}

.blog-post__back-to-blog svg {
  fill: #212529;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(13, 17, 21) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(13, 17, 21);
}

.section.post-footer .hs-input {
  border-color: rgb(13, 17, 21);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: Helvetica Target Internet
    font-size: 25px;
  color: #212529;
  font-weight: 300
}