.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header-wrap .blog-header-title {
  margin-bottom: 0;
}

.blog-header-wrap .blog-header-subtitle {
  color: #869ab8;
  margin-bottom: 1.5rem;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  background-color: #1570EF;
  border-radius: 8px;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  /* margin-top: 35px; */
  /* margin-bottom: 30px; */
  padding: 24px;
  width: 225px;
  gap:24px;
  width: fit-content;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
     border: 2px solid transparent;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    text-decoration: none;
    color: white;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}

.blog-pagination__link--active {
  border: 2px solid #ffffff;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

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

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

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

.blog-listing {
  padding-top: 3rem;
}
.blog_listing_container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  position: relative;
  margin-left: auto;
}

.body-container--blog-index .dnd-section > .row-fluid {
  max-width: 1320px !important;
  padding: 0px;
}

.body-container--blog-index .dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0px 0px !important;
}
.dnd_area_header-module-1-flexbox-positioning > div {
  max-width: 100%;
  flex-shrink: 0 !important;
  width: 100%;
}
.blog_post_section {
  padding-top: 3rem;
}
.post_container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.post_top_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  justify-content: center;
}
.post_top_col {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-post_title {
/*  font-family: "HKGroteskPro", serif;*/
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.6875rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.autor-section {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  border-top: 1px solid #f1f4f8;
  border-bottom: 1px solid #f1f4f8;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.post_top_col p {
/*  font-family: "HKGroteskPro", serif;*/
  margin-top: 0;
  font-size: 1.3125rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #869ab8;
}

.author_col-auto {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.middle_col {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
h6.author_name {
/*  font-family: "HKGroteskPro", serif;*/
  color: #161c2d;
  text-align: left;
  margin-top: 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.55;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

time.date {
  text-align: left;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Inter";
  color: #869ab8;
  font-size: 0.9375rem;
}
.avatar.avatar-lg img {
  vertical-align: middle;
  border-style: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar.avatar-lg {
  position: relative;
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.75rem;
}
.athor-ml-n5 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-left: -1.5rem;
}

.athor_col-auto {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.blog-post__body img {
  width: 100%;
}

.blog-post__body h2 {
  color: #161c2d;
  text-align: left;
/*  font-family: "HKGroteskPro", serif;*/
  margin-top: 0;
  font-size: 1.9375rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
  line-height: 1.35;
  justify-content: center;
}
.blog-post__body p {
/*  font-family: "HKGroteskPro", serif;*/
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}

.blog_banner {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: no-repeat center center/cover;
}

.insight-post figure {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.insight-post blockquote {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 2.5rem;
}
.insight-post center a:hover {
  box-shadow: 0 1rem 2.5rem rgb(22 28 45 / 10%),
    0 0.5rem 1rem -0.75rem rgb(22 28 45 / 10%);
  transform: translate3d(0, -3px, 0);
  color: #ffffff;
  background-color: #389e7f;
}
.insight-post center {
  position: relative;
  width: 100%;
  padding: 0px;
  padding-right: 20px;
  padding-left: 20px !important;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
  margin: 0px;
  border: 0px;
  text-align: left;
}
.insight-post h3 {
/*  font-family: HKGroteskPro, serif;*/
  margin-top: 0;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #869ab8;
  letter-spacing: normal;
}
.insight-post img {
  vertical-align: middle;
  border-style: none;
  border-radius: 8px;
  box-shadow: 0 1.5rem 4rem rgb(22 28 45 / 10%);
  margin-left: -124px;
  margin-right: -124px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  max-width: 990px;
}
.insight-post center a {
  border: 1px solid transparent;
  padding: 0.8125rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  background-color: #2bbbad;
  border-color: #2bbbad;
  box-shadow: 0.5rem 0.2rem 1rem 0.1rem #cdc9c9;
  margin-right: 0.25rem;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border-color: transparent;
  white-space: nowrap;
}
.hs-blog-post {
  background-color: #ffffff;
}

.form_wrapper .hs-error-msgs label {
  color: #df4759;
/*  font-family: "HKGroteskPro", serif;*/
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
.form_wrapper ul.no-list.hs-error-msgs.inputs-list {
  padding: 0px;
}
.post_model {
  transition: opacity 0.15s linear;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.form_content {
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
/*  font-family: "HKGroteskPro", serif;*/
  margin-bottom: 1rem;
  font-size: 14px;
  margin-top: 10px;
  text-align: initial;
}
.form_inner_col {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}

.form_inner_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.form_inner {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
.search-open .post_model {
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 17px;
}

.form_wrapper .actions {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  justify-content: center;
  margin-bottom: 1rem;
}

.form_wrapper label.hs-form-booleancheckbox-display {
  margin: 0px;
}
.modal-header button:hover {
  background: transparent;
  border: transparent;
  color: #869ab8;
  opacity: 0.75;
}
.form_wrapper .burron_inner:hover {
  box-shadow: none;
  transform: none;
  color: #fff;
  background-color: #2bbbad;
  transition: none;
}

.form_wrapper .burron_inner .hs-button.primary.large:hover {
  background-color: #389e7f;
}

.form_wrapper .burron_inner .hs-button.primary.large:hover {
  background-color: #2bbbad;
  transition: none;
}
.form_wrapper .hs-form-required {
  color: red;
  display: none;
}
.form_wrapper .hs-input.invalid.error {
  color: red;
}
.form_wrapper .hs-button.primary.large {
  border: 1px solid transparent;
  padding: 0.8125rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: 1.375rem;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  background-color: #2bbbad;
  border-color: #2bbbad;
  box-shadow: 0.5rem 0.2rem 1rem 0.1rem #cdc9c9;
  margin-right: 0.25rem;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border-color: transparent;
}

.form_wrapper .burron_inner .hs-button.primary.large:hover {
  transform: none;
}
body.search-open {
  overflow: hidden;
}
.form_wrapper .hs-button.primary.large i:before {
  content: "\e912";
}
.form_wrapper .burron_inner i.fe.fe-arrow-right.ml-3 {
  margin-left: 0.75rem !important;
  line-height: normal;
}
.form_wrapper .burron_inner .hs-button.primary.large {
  padding: 0px;
  margin: 0px;
  border: 0px;
  line-height: normal;
  margin-top: -6px;
}
.form_wrapper .burron_inner {
  padding: 0.8125rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: 1.375rem;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: #2bbbad;
  box-shadow: 0.5rem 0.2rem 1rem 0.1rem #cdc9c9;
  margin-right: 0.25rem;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border: 1px solid transparent;
}

.insightsBlogPost .burron_inner {
  box-shadow: none!important;
}
.insightsBlogPost .hs-button.primary.large {
  box-shadow: none!important;
}

.fe-arrow-right:before {
  content: "\e912";
}
.form_wrapper .hs-button.primary.large i {
  margin-left: 0.75rem;
}
.form_wrapper .hs-input::placeholder {
  color: #869ab8;
  opacity: 1;
}
.form_wrapper .inputs-list {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  margin-bottom: 2rem;
}
.form_wrapper .hs-form-field {
  margin-bottom: 0.5rem;
}
.form_wrapper .hs-form-field > label {
  display: none;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  transition: transform 0.3s ease-out;
  max-width: 650px;
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.search-open .modal-dialog {
  transform: none;
}
.modal-content {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(22, 28, 45, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgb(22 28 45 / 50%);
  outline: 0;
  box-shadow: 0 0.5rem 1rem rgb(22 28 45 / 50%);
}
.modal-header h4 {
  font-size: 1.1875rem;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 700;
  color: rgb(43, 187, 173);
}
.modal-header button {
  float: right;
  font-size: 1.59375rem;
  font-weight: 600;
  line-height: 1;
  color: #869ab8;
  text-shadow: none;
  opacity: 0.5;
  background-color: transparent;
  border: 0;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
/*  font-family: HKGroteskPro, serif;*/
  transition: none;
}
.form_wrapper .inputs-list a {
  padding-left: 5px;
}
.form_wrapper .inputs-list a:hover {
  text-decoration: underline;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f1f4f8;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.form_inner form {
  max-width: 767px;
  margin-bottom: 0px;
}
.blog_post_area .blog-post__body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #f1f4f8;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  width: 100px;
  border-top-width: 2px;
}
.blog_post_area .blog-post__body center {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  border-top: 1px solid #f1f4f8;
  border-bottom: 1px solid #f1f4f8;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 16px;
}

.blog-post__body h5 {
  color: #161c2d;
  text-align: left;
/*  font-family: HKGroteskPro, serif;*/
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 1.1875rem;
  color: #506690;
  letter-spacing: normal;
}
.blog_post_area .blog-post__body center h6 {
  color: #161c2d;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.55;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 0;
  width: 100%;
  margin: 0px;
}
.blog_post_area .blog-post__body blockquote p {
  font-family: "Inter";
  margin-top: 0;
  font-weight: 400;
  font-size: 1.9375rem;
  margin-bottom: 0;
  text-align: center;
  color: #6c8aec;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.blog_post_area .blog-post__body blockquote {
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  text-align: left;
/*  font-family: "HKGroteskPro", serif;*/
  margin: 0 0 1rem;
  font-size: 1.25rem;
  margin-bottom: 2.5rem !important;
}

.blog-post__body img {
  vertical-align: middle;
  border-style: none;
  border-radius: 16px;
  margin-left: -124px;
  margin-right: -124px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  max-width: 900px;
}

.hs-blog-post {
  background-color: #fff !important;
}

@media (min-width: 576px) {
  .blog_listing_container,
  .post_container,
  .modal-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .blog-listing {
    padding-top: 6rem;
  }
  .blog_listing_container,
  .post_container,
  .modal-content {
    max-width: 720px;
  }
  .autor-section {
    margin-bottom: 3rem;
  }
  .post_top_col {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .blog_post_section {
    padding-top: 6rem;
  }
  .middle_col {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .blog_banner {
    padding-top: 20rem;
    padding-bottom: 16rem;
  }
}

@media (min-width: 992px) {
  .blog_listing_container,
  .post_container,
  .modal-content {
    max-width: 960px;
  }
  .post_top_col {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .middle_col {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .blog_listing_container,
  .post_container,
  .modal-content {
    max-width: 1040px;
  }
  .post_top_col {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .middle_col {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .insight-post img {
    margin-left: -90px;
    margin-right: -90px;
  }

  .blog-post__body img {
    margin-left: -90px;
    margin-right: -90px;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .insight-post img {
    margin-left: -90px;
    margin-right: -90px;
  }

  .blog-post__body img {
    margin-left: -90px;
    margin-right: -90px;
  }

  .blog-post__body img {
    margin-left: -90px;
    margin-right: -90px;
  }
}
@media (min-width: 1024px) and (max-width: 1060px) {
  .insight-post img {
    margin-left: -75px;
    margin-right: -75px;
  }

  .blog-post__body img {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media screen and (max-width: 1024px) {
  .insight-post img {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-post__body img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .blog-post_title {
    font-size: 2rem;
  }
  .post_top_col p {
    font-size: 1.1875rem;
  }
  .insight-post h3 {
    font-size: 1.1875rem;
  }
  .blog-post__body h2 {
    font-size: 1.5rem;
  }
  .modal-header h4 {
    font-size: 1.0625rem;
  }

  .blog-post__body blockquote p {
    font-size: 1.5rem;
  }

  .blog-post__body h5 {
    font-size: 1.0625rem;
  }
  .blog_post_area .blog-post__body blockquote p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }

  .blog-post__body h2 {
    margin-top: 20px;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  .modal-content {
    box-shadow: 0 0.25rem 0.5rem rgb(22 28 45 / 50%);
  }
  .search-open .post_model {
    padding-left: 0;
  }
}

.subscription-form label {
  text-align: center;
}
.blog-post__body img {
/*   width: -moz-available !important; /* WebKit-based browsers will ignore this. */
/*   width: -webkit-fill-available !important; /* Mozilla-based browsers will ignore this. */ */
/*   width: fill-available !important;
  height: auto !important; */ */
}
.footer-insights{
visibility:visible!important;
}

@media screen and (max-width: 780px) {
	.breadCrumbItems{
		display: flex;
		align-items: center;
    flex-direction: column;
	}
}

/*.blogPage{
  background-repeat: no-repeat;
  background-size: cover;
	background-image: url('//25604569.fs1.hubspotusercontent-eu1.net/hubfs/25604569/raw_assets/public/Empact_May_2022/images/blog-background.png')
}*/
.blog-banner{
	border-radius: 40px!important;
}

.breadcumb_area{
	padding-top: 80px!important;
	padding-bottom: 50px!important;
}
.breadcumb_inner *{
	color:#000;
}