/* Hero */
.hero{
  background-size:cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 600px;
  flex-shrink: 0;
  justify-content: center;
  margin-top: -200px;
}
#hs_cos_wrapper_social_sharing .social-sharing__share-text {
  color: #401E5B;
  margin-bottom: 22px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.social-sharing__link {
  margin-right: unset; 
}
/* Date */

.blog-post__timestamp {
  color: #401E5B;
  font-family: "Aktiv Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  display:flex;
}

.blog-title{
  color: #401E5B;
  font-family: "Aktiv Grotesk";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 116.667% */
}
.blog-post-section{
  max-width:700px;
  margin: 0 auto;
}
.blog-post-body
.content-wrapper { 
  
}
.blog-post__meta{
  display:flex;
  flex-direction:row;
  padding-bottom: 20px;
  padding-top:40px;
}

.blog-post__sharing {
align-items: center;
margin-left: auto; 
display: flex;
}

/* Author */

.blog-post__author-date {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 1rem;
  padding-left:20px;
  padding-top:8px;
}
.blog-post__author-name{
  color: #401E5B;
  font-family: "Aktiv Grotesk";
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
}

.blog-post__author-image{
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 58px;
  border: 1px solid #C6C5CF;
  opacity: 0.9;
  background: linear-gradient(0deg, rgba(229, 228, 235, 0.10) 0%, rgba(229, 228, 235, 0.10) 100%), url(<path-to-image>) lightgray -43.461px -41.977px / 250.416% 333.888% no-repeat;
}

.blog-post__author-name,
.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
  text-decoration: none;
}

.blog-post__body {
  font-size: 16px;
  line-height: 1.5;
}

.blog-post__body ul li ul li {
  font-size: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}

@media screen and (min-width: 600px) {
  .blog-post__body ul li ul li {
    margin-left: 1rem;
  }
}

/* Content */


/* Comments */

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus,
.blog-comments .comment-reply-to:active {
  background-color: transparent;
  text-decoration: underline;
}

/* Footer */
.footer-Module {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 1%;
  border-top: 1px solid #401E5B;
  padding-bottom:120px;
}
.footer-Text-Link{
  width: 107px;
  color: #401E5B;
  font-family: "Aktiv Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}

.footer-Title{
  color: #401E5B;
  font-family: "Aktiv Grotesk";
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 48px; /* 120% */
  max-width: 413px;
}

.footer-Module > div {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px;
  text-align: left;
  height:100%;
}

.footer-Module > div:nth-child(1) {
  flex-basis: 20%;
  
}

.footer-Module > div:nth-child(2) {
  flex-basis: 40%;
}

.footer-Module > div:nth-child(3) {
  flex-basis: 20%;
  color: #C52042;
  font-family: "Aktiv Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */

}

.footer-Module > div:nth-child(4) {
  flex-basis: 20%;
  color: #401E5B;
  font-family: "Aktiv Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
.follow-us{
  color: #401E5B;
  font-family: "Aktiv Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  padding-left:12px;
}
.icons{
  align-items: flex-end;
}

.icons a {
    margin: 0 12px; /
    display: inline-block; 
}

.icons img {
    width: 24px; 
    height: 24px; 
    vertical-align: middle; 
}

.hs-embed-wrapper {
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .hero{
    height: 500px;
    justify-content: top;
  }
  .footer-Module > div {
    flex-basis: 50%;
  }
  .footer-Title {
    color: #401e5b;
    font-family: Aktiv Grotesk;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    min-width: 238px;
  }
  .content-wrapper {
    align-items: center;
  }

  .blog-post__sharing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-post__sharing .social-button {
    height: 10px; 
    width: 10px; 
    margin: 0 4px; 
  }

  .blog-post__author {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .blog-post__timestamp {
    text-align: center;
    display: block;
    align-items: center;
  }
  .blog-post__meta-and-sharing {
    flex-direction: column;
    align-items: center; 
  }

  .blog-post__sharing {
    order: 2; /* Ensure sharing icons come after author and date */
    width: 100%; /* Take full width to prevent overlap */
    margin-top: 1rem; /* Add some space between the date/author and sharing icons */
    justify-content: center; /* Center the sharing icons */
    order: 2; 
  }

  .blog-post__author-date {
    order: 1; 
  }
   .footer-Module {
    padding:unset;
  }
  .header__menu-link{
    text-align:center;
  }
}