*::selection {
  background: #64c19a;
  color: #FFF;
}
body *{
  font-family: 'Lato';
  word-break: break-word;
}
a.button--large,
button.button--large,
div.button--large{
  font-size: 22px;
  font-weight:500;
  padding: 16px 42px;
}
.hs-form .hs-form-field {
  padding: 0;
  margin: 0 0 64px;
  border-bottom: 1px solid #999999;
}
.form-columns-2 {
  gap: 36px;
}


.body-container-wrapper__single-container,
.body-container-wrapper__listing-container{
  padding:0 15px;
  max-width:1280px;
  margin:0 auto;
}
.body-container-wrapper__listing-container {
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.body-container-wrapper__single-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.body-container-wrapper__left-right-container{
  display: flex;
  justify-content: space-between;
  gap:30px;
  padding: 30px 0;
}
.body-container-wrapper__single-left-container{
  width:calc(65% - 30px);
  display: flex;
  flex-direction:column;
  gap:50px;
}
.body-container-wrapper__single-right-container{
  width:35%;
  position: relative;
}
.body-container-wrapper__single-right-container>div {
  top: 64px;
  position: sticky;
}
.single-container--editor{
  background-color:#64c19a;
  padding:20px;
  text-align:center;
  width:100%;
  font-size:26px;
  margin:20px 0;
}
.wrapper-crm-products-card--mobile {
  display: none;
}
@media(max-width:992px){
  .body-container-wrapper__left-right-container {
    flex-direction:column;
  }
  .body-container-wrapper__single-left-container,
  .body-container-wrapper__single-right-container{
    width:100%;
  }
  .body-container-wrapper__single-left-container {
    gap: 24px;
  }
  .body-container-wrapper__single-right-container--desktop {
    display: none;
  }
  .wrapper-crm-products-card--mobile {
    display: block;
  }
}


.body-container-wrapper__membership-user-container{
  max-width:1280px;
  margin:0 auto;
  padding:50px 15px;
  display: flex;
  flex-direction:column;
  gap:100px;
}

@media(max-width:992px){
  
}

/* Header */
.header-desktop  {
  border-top: 52px solid #64C19A;
}
.header-desktop,
.header-mobile {
  padding: 0 24px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.header-desktop__wrapper {
  padding: 15px 0;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-desktop__nav {
  margin-left: auto;
}
.header-desktop__logo-img {
  max-width: 204px;
  width: 100%;
  display: block;
}
.header-mobile__wrapper {
  padding: 24px 0;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.header-mobile__hamburger {
  cursor: pointer;
}
.header-popup>.container-fluid {
  padding: 0;
}
.header-mobile__hamburger svg {

}
@media (max-width: 992px) {
  .header-desktop__logo {
    margin-right: auto;
  }
} 


.wrapper-crm-products-card__title h1 {
  color: #64c19a;
}

/* End Header */

.hubdb-cards__item-content p strong {
  color: #fa6800;
  font-size: 20px;
  text-transform: capitalize;
}

.hubdb-cards__item-content>p {
  margin: 40px 0 10px;
}

.hubdb-cards__item-content>p:first-of-type {
  margin-top: 0;
}
.hubdb-itinerary__content ul li>strong {
  background: #64c19a;
  color: #FFF;
}



/* Blog Post */
main.blog-post {
  max-width: 100%;
  margin-inline: auto;
  padding: 0;
  background: #FFF;
  overflow: hidden;
}
.blog-hero {
  position: relative;
  width: 100%;
  display: flex;
  align-items: end;
  padding: 120px 24px;
}
.blog-hero__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(179.91deg, rgba(0, 0, 0, 0) 0.08%, rgba(0, 0, 0, 0.6) 99.93%);
}
.blog-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 368px;
  position: relative;
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding: 126px 58px 24px;
  color: #fff;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-hero__title {
  color: #FFF;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2px;
  margin: 0 0 16px;
  max-width: 802px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.blog-hero__excerpt {
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1px;
  margin: 0;|
  max-width: 802px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.blog-post__content-wrapper {
  padding: 0 24px;
}
.blog-post__content {
  max-width: 1312px;
  margin: 0 auto 24px;
}
.blog-post__body {

}
.blog-post__body p,
.blog-post__body span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.blog-post__body span > *:last-child {
  margin: 0;
}
div.blog-post__body p {
  margin: 0 auto 32px;
}
div.blog-post__body *:is(h1,h2,h3,h4,h5,h6) {
  margin: 0 auto 32px;
}

.related-posts {
  padding: 80px 20px 120px;
}
.related-posts__head,
.related-posts__slider {
  max-width: 1312px;
  margin: 0 auto;
}
.related-posts__heading {
  margin: 0 0 52px;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2px;
  text-align: center;
  color: rgba(34, 31, 31, 1);
}
.blog-post__widget {
  margin-top: 32px;
}

.related-posts__track .related-posts__slide {
  height: 494px;
}
.related-posts__card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.related-posts__image-wrapper {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.related-posts__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.related-posts__card:hover .related-posts__image {
  transform: scale(1.05);
}
.related-posts__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  color: #fff;
  padding: 24px;
  display: flex;
  align-items: flex-end;
}
.related-posts__content {
  max-width: 100%;
  width: 100%;
}
.related-posts__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2px;
  color: #fff;
}
.related-posts__excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 0;
  color: #fff;
}

@media (max-width: 992px) {

  .blog-hero {
    padding: 0;
  }
  .blog-hero__content {
    padding: 124px 24px 24px;
  }
  .blog-hero__label {
    font-size: 14px;
    line-height: normal;
  }
  .blog-hero__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
  }
  .blog-hero__excerpt {

  }
  .blog-post__content {
    margin: 80px auto;
  }
  .blog-post__body {

  }
  .related-posts {
    padding: 64px 36px 100px;
  }
  .related-posts__slider.swiper {
    overflow: initial;
  }
}
/* End Blog Post */