/* Blog 1 */

/* ============================================================================================= */
/* START BLOG AUVO - TEMA CUSTOM V1 - ELIEL GOMES - 03/01/2024 ----------------------------------->>> */

.blog_auvo_hero_section {
  background-color: #381E55;
  height: 250px;
/*   width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  position: relative;
  margin-bottom: 200px;
}

.blog_auvo_hero_section_title {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.blog_auvo_hero_section_subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  max-width: 320px;
  line-height: normal;
}

.blog_auvo_hero_section_CTA {
  width: 100%;
  min-height: 176px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 92%;
  left: 50%;
  max-width: 876px;
  transform: translate(-50%, 0%);
  border: 1px solid #D9D9D9;
  padding: 22px 10px;
}

.blog_auvo_hero_section_CTA_img {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

.blog_auvo_hero_section_CTA_text {
  color: #1F2559;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.blog_auvo_hero_section_CTA_button {
  padding: 10px 20px;
  background-color: #00CD85;
  border-radius: 45px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
}

.blog_auvo_title_section_articles {
  font-size: 20px;
  font-weight: 700;
  color: #381E55;
  margin: 0;
}

.blog_auvo_articles_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.blog_auvo_latest_articles_dropdown_tags {
  position: relative !important;
/*   display: inline-block !important; */
}

.blog_auvo_latest_article_dropdown_tags_content {
  display: none !important;
  position: absolute !important;
  background-color: #fff !important;
  border-radius: 15px;
  min-width: 260px !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
  padding: 12px 16px !important;
  z-index: 1 !important;
}

.blog_auvo_latest_articles_dropdown_tags:hover .blog_auvo_latest_article_dropdown_tags_content,
.blog_auvo_latest_articles_dropdown_tags:focus .blog_auvo_latest_article_dropdown_tags_content,
.blog_auvo_latest_articles_dropdown_tags:active .blog_auvo_latest_article_dropdown_tags_content {
  display: block !important;
}

.blog_auvo_latest_articles_dropdown_item {
  display: block !important;
  text-decoration: none !important;
  color: #1F2559 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: left !important;
  cursor: pointer !important;
}

.blog_auvo_latest_articles_dropdown_item:hover {
  color: #8300E9 !important;
}

.blog_auvo_latest_articles_dropdown_toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px !important;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 45px !important;
  border: none !important;
  outline: none !important;
}

.blog_auvo_latest_articles_filter_tag_item {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #1F2559;
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  border: none !important;
  text-align: left !important;
}

.blog_auvo_latest_articles_filter_tag_item:hover {
  color: #8300E9 !important;
}

.blog_auvo_latest_articles_tag_container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.blog_auvo_latest_articles_tag_highlight {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}

.blog_auvo_popular_articles_card {
  width: 100%;
  min-width: 280px;
  max-width: 425px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.blog_auvo_popular_articles_card_img {
  object-fit: cover;
  border-radius: 10px;
  height: 60px !important;
  width: 103px !important;
  object-fit: cover;
  background-color: #A0A0A0;
  margin: 0;
}

.blog_auvo_popular_articles_card_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog_auvo_popular_articles_card_tag,
.blog_auvo_highlight_articles_card_tag,
.blog_auvo_articles_card_tag {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 4px 8px;
  background-color: #A257F6;
  width: fit-content;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 14px;
  margin: 0px;
  cursor: pointer;
}

.blog_auvo_popular_articles_card_title,
.blog_auvo_highlight_articles_card_title,
.blog_auvo_articles_card_title {
  font-size: 14px;
  font-weight: 700;
  color: #1F2559;
  line-height: 15px;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin: 0;
}

.blog_auvo_popular_articles_card_reading_time,
.blog_auvo_highlight_articles_card_reading_time {
  font-size: 11px;
  font-weight: 700;
  color: #A0A0A0;
  line-height: 1;
  margin: 0;
}

.blog_auvo_popular_articles_card_author,
.blog_auvo_highlight_articles_card_author {
  font-size: 12px;
  font-weight: 700;
  color: #A257F6;
  line-height: 1;
  margin: 0;
}

.blog_auvo_popular_articles_card_footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.blog_auvo_highlight_articles_card {
  width: 100%;
  min-width: 280px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  cursor: pointer;
}

.blog_auvo_highlight_articles_card_img {
  border-radius: 19px;
  width: 100% !important;
  aspect-ratio: 1.7;
  height: auto	!important;
  object-fit: cover;
  background-color: #A0A0A0;
  margin: 0;
}

.blog_auvo_highlight_articles_card_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog_auvo_highlight_articles_card_tag {
  font-size: 14px;
}

.blog_auvo_highlight_articles_card_title,
.blog_auvo_articles_card_title {
  font-size: 20px !important;
  line-height: 25px;
}

.blog_auvo_highlight_articles_card_description,
.blog_auvo_articles_card_description {
  font-size: 12px;
  color: #A0A0A0;
  margin: 0;
  line-height: normal;
}

.blog_auvo_highlight_articles_card_reading_time {
  font-size: 12px;
}

.blog_auvo_highlight_articles_card_author {
  font-size: 14px !important;
}

.blog_auvo_highlight_articles_card_footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.blog_auvo_section_container-articles {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog_auvo_section_col-articles {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog_auvo_articles_card {
  background-color: #FFF;
  border: 1px solid #F5F5F9;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(31, 37, 89, .04);
  max-width: 768px;
}

.blog_auvo_articles_card_img {
  object-fit: cover;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.7;
  object-fit: cover;
  background-color: #A0A0A0;
  margin: 0;
}

.blog_auvo_articles_card_content {
  padding: 20px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  min-height: 242px;
}

.blog_auvo_articles_card_footer {
  border-top: 1px solid #D9D9D9;
  padding: 20px 0;
  margin: 0 20px;
}

.blog_auvo_articles_card_description {
  line-clamp: 3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_auvo_pagination_container {
  min-width: 280px;
  width: 100%;
  max-width: 520px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px auto 40px;
}

.blog_auvo_pagination_number {
  font-size: 18px;
  font-weight: 500;
  color: #A0A0A0;
  margin: 0;
}

.blog_auvo_pagination_number:hover,
.blog_auvo_pagination_number.blog_auvo_pagination_number_active {
  color: #A257F6 !important;
  text-decoration: underline !important;
}

.blog_auvo_pagination_button {
  width: 26px;
  height: 26px;
  border: 1.5px solid #D9D9D9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A257F6;
  background-color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}

.blog_auvo_pagination_button:hover {
  background-color: #8300E9 !important;
  border-color: #8300E9 !important;
  color: #FFF !important;
}

.blog_auvo_pagination_button:disabled {
  color: #A0A0A0 !important;
  background-color: #fff !important;
  pointer-events: none !important;
  cursor: default !important;
}

@media screen and (min-width: 500px) {

  .blog_auvo_popular_articles_card {
    max-width: 768px;
    align-items: start;
  }

  .blog_auvo_popular_articles_card_img {
    width: 164px !important;
    height: 95px !important;
  }

}

@media screen and (min-width: 768px) {

  .blog_auvo_hero_section {
    height: 477px;
    margin-bottom: 115px;
  }

  .blog_auvo_hero_section_title {
    font-size: 64px;
  }

  .blog_auvo_hero_section_subtitle {
    font-size: 24px;
    max-width: 445px;
  }

  .blog_auvo_hero_section_CTA {
    top: 84%;
    flex-direction: row;
    gap: 20px;
  }

  .blog_auvo_hero_section_CTA_text {
    max-width: 330px;
    text-align: start;
    margin-bottom: 0px;
  }

  .blog_auvo_hero_section_CTA_button {
    margin-top: 0px;
  }

  .blog_auvo_hero_section_CTA_img {
    margin-bottom: 0px;
  }

  .blog_auvo_latest_articles_tag_container,
  .blog_auvo_latest_articles_tag_highlight {
    flex-direction: row;
    align-items: center;
  }

  .blog_auvo_latest_article_dropdown_tags_content {
    right: 0px;
  }

  .blog_auvo_popular_articles_card {
    max-width: 425px;
  }

  .blog_auvo_highlight_articles_card {
    max-width: 100%;
  }

  .blog_auvo_section_container-articles {
    flex-direction: row;
  }

  .blog_auvo_section_col-articles {
    width: 50%;
  }

}

@media screen and (min-width: 1220px) {

  .blog_auvo_title_section_articles {
    font-size: 32px;
  }

  .blog_auvo_popular_articles_card {
    max-width: 545px;
    gap: 12px;
  }

  .blog_auvo_popular_articles_card_footer {
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 15px;
  }

  .blog_auvo_popular_articles_card_title {
    font-size: 20px;
    line-height: 24px;
  }

  .blog_auvo_popular_articles_card_tag,
  .blog_auvo_popular_articles_card_author,
  .blog_auvo_popular_articles_card_reading_time {
    font-size: 14px;
  }

  .blog_auvo_popular_articles_card_img {
    width: 188px !important;
    height: 109px !important;
  }

  .blog_auvo_highlight_articles_card {
    max-width: 500px;
    gap: 10px;
  }

  .blog_auvo_highlight_articles_card_description,
  .blog_auvo_articles_card_description {
    font-size: 16px;
  }

  .blog_auvo_pagination_number {
    font-size: 25px;
  }

  .blog_auvo_pagination_button {
    width: 38px;
    height: 38px;
  }

}

/* END BLOG AUVO - TEMA CUSTOM V1 - ELIEL GOMES - 03/01/2024 ----------------------------------->>> */
/* ============================================================================================= */

/* Blog 2 ------------------------------------------------ */

.elements--blog-2__header {
  margin-top: 72px;
}

.elements--blog-2__latest-articles {
  padding: 100px 0 356px;
}

.elements--blog-2__cta-subscribe {
  padding-top: 36px;
}

@media(max-width: 768px) {

  .elements--blog-2__latest-articles {
    padding: 56px 0 354px;
  }

  .elements--blog-2__cta-subscribe {
    padding-top: 40px;
  }

  .elements--blog-2__header {
    margin-top: 32px;
  }

}


/* Blog Post 1 */

.elements--post--blog--header__container {
  margin-top: 72px;
}

.elements--post--blog--tag__badge {
  background-color: #8300E9;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
}

.elements--post--blog--tag__badge:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post--blog__title {
  margin: 16px auto 8px;
  max-width: 860px;
}

.elements--post--blog__subtitle {
  margin: 0 auto 24px;
  max-width: 660px;
}

.elements--post--blog__image {
  width: 100%;
  border-radius: 50px;
  margin-top: 12px;
}

.elements--post--blog--main__content {
  margin-top: 80px; 
  position: relative;
}

.elements--post--blog--author__container {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}


.elements--post--blog--author__card {
  text-align: center;
  padding: 48px 26px 54px;
  max-width: 412px;
  width: 100% !important;
}

.elements--post--blog--author__image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-bottom: 16px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
}

.elements--post--blog--author__image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post--blog--author__display__name {
  margin-bottom: 12px; 
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
}

.elements--post--blog--author__display__name:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post--blog--author__social__icons--container {
  margin: 4px -10px 0px -10px;
}

.elements--post--blog--author__social__icons {
  margin: 0px 10px;
  width: 46.7px;
  height: 46.7px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
  filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
}

.elements--post--blog--author__social__icons:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post--blog--body {
  max-width: 672px;
  float: right;
}

.elements--post--blog--body #contents h2,
.elements--post--blog--body #contents h2 p,
.elements--post--blog--body #contents h2 span,
.elements--post--blog--body #contents h2 * {
  font-size: 30px !important;
  color: #1f2559 !important;
  font-weight: bold !important;
}

.elements--post--blog--body #contents h3,
.elements--post--blog--body #contents h3 p,
.elements--post--blog--body #contents h3 span,
.elements--post--blog--body #contents h3 * {
  font-size: 22px !important;
  color: #1f2559 !important;
}

.elements--post--blog--body #contents a,
.elements--post--blog--body #contents a p,
.elements--post--blog--body #contents a span,
.elements--post--blog--body #contents a * {
  text-decoration: underline !important;
  color: #a257f6 !important;
}

.elements--post--blog--body img {
  max-width: 100%;
}

.elements--post--blog--body ul li {
  margin: 12px 0px;
}


@media(max-width: 867px) { 

  .elements--post--blog__image {
    border-radius: 28px;
  }

  .elements--post--blog--author__image {
    width: 116px;
    height: 116px;
  }

  .elements--post--blog--author__card {
    padding: 36px 36px 40px;
  }

  .elements--post--blog--author__social__icons {
    margin: 0px 6px;
    width: 40px;
    height: 40px;
  }

}

@media(max-width: 767px) { 

  .elements--post--blog--author__social__icons {
    width: 36px;
    height: 36px;
  }

  .elements--post--blog--author__image {
    width: 90px;
    height: 90px;
  }

  .elements--post--blog--main__content {
    margin-top: 36px;
  }

  .elements--post--blog--author__card {
    max-width: 100%;
  }

  .elements--post--blog--author__container {
    position: -webkit-unset;
    position: unset;
    margin-bottom: 36px;
  }

  .elements--post--blog--body {
    float: unset;
  }

}



/* Blog Post 2 */

.elements--post2--blog-pagination__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #8300E9 !important;
  margin-bottom: 14px;
  text-decoration: none !important;
}

.elements--post2--blog-pagination__link svg {
  fill: #8300E9;
  margin-right: 8px;
  filter: drop-shadow(0px 2px 4px rgba(244, 38, 62, 0.18));
  width: 10px;
}

.elements--post2--blog--header__container {
  margin-top: 72px;
}

.elements--post2--blog__subtitle {
  max-width: 660px;
}


.elements--post2--blog--header__text {
  max-width: 860px;
  margin: 64px auto;
  border-bottom: 1px solid #E7E8F1;
  padding-bottom: 56px;
}

.elements--post2--blog--author__image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
}

.elements--post2--blog--author__image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post2--blog--author__display__name {
  display: inline-block;
  vertical-align: 18px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;

}

.elements--post2--blog--author__display__name:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post2--blog--author__display__separator {
  display: inline-block;
  vertical-align: 22px;
  width: 24px;
  height: 2px;
  border-top: 1px solid #E7E8F1;
  margin: 0 12px;
}

.elements--post2--blog--author__display__date {
  display: inline !important;
  vertical-align: 18px;
}

.elements--post2--blog--main__content {

}

.elements--post2--blog--body {
  max-width: 672px;
  margin: 16px auto;
}

.elements--post2--blog--body > p {
  max-width: 300px;
}

.elements--post2--blog--body img {
  max-width: 100%;
}

.elements--post2--blog--author__card {
  text-align: left;
  padding: 48px 44px 54px;
  max-width: 797px;
  width: 100% !important;
  margin: 56px auto;
}

.elements--post2--blog--card--author__image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.elements--post2--blog--card--author__display__name {
  margin-bottom: 8px;
}


.elements--post2--blog--author__social__icons {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
  filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
}

.elements--post2--blog--author__social__icons:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


@media(max-width: 767px) {

  .elements--post2--blog--header__container {
    margin-top: 24px;
  }

  .elements--post2--blog--header__text {
    margin: 36px auto;
  }

  .elements--post2--blog--card--author__image {
    margin-bottom: 16px;
  }

  .elements--post2--blog--author__social__icons {
    margin: 0 8px;
  }

  .elements--post2--blog--author__card {
    padding: 48px 38px 54px;
    text-align: center;
    margin: 24px auto 0;
  }

  .elements--post2--blog--card--author__image--container {
    float: unset !important;
  }

  .elements--post2--blog--header__text {
    padding-bottom: 36px;
  }

}







/* Blog Tags */

.blog-index__section-title {
  margin-top: 12px;
}

.blog-tag-filter-item {
  padding: 14px 20px !important;
  border-radius: 5px !important;
  margin-left: 12px !important;
  margin-top: 16px !important;
}

.blog-tag-filter--active-item {

}

.blog-index__filter-tags-container {
  text-align: right;
}


.elements-blog-card__footer {
  margin-top: auto;
  border-top: 1px solid #E7E8F1;
  padding-top: 24px;
}

.elements-blog-card__footer_badge-container {
  text-align: right;
  margin-left: 0px; !important;
  float: right !important;
  width: auto !important;
  margin-top: 12px;
}

@media(max-width: 418px) {

  .elements-blog-card__footer_badge-container {
    width: 100% !important;
    text-align: left;
    padding-bottom: 12px;
  }

}


.elements-blog-card__footer_text-container {
  text-align: left !important;
  margin-left: 0px !important;
  width: auto !important;
  margin-top: 4px;
  padding-left: 12px;
}

.elements--blog--card__footer__badge {
  background-color: #8300E9;
  color: #FFFFFF;
}



/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}



.blog-header__title {
  font-size: 20px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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



/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  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 {
  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 listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 0;
  margin: 0 -1% 0 -1%;
}

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

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

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

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  max-width: 100%;
  margin: 1% 1% 1% 1%;
}

.blog-index__post a {
  text-decoration: none !important;
}

.blog-index__post-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 332px;
}

@media(max-width: 1000px) {

  .blog-index {
    justify-content: flex-start;
  }


}

@media(max-width: 767px) {
  .blog-index__post-image {
    max-height: 100%;
    height: unset !important;
  }
}

@media(max-width: 767px) {

  .blog-index {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-index__filter-tags-container {
    text-align: left;
    width: 100% !important;
  }

  .blog-tag-filter-item {
    margin-left: 0px !important;
    margin-right: 12px !important;
  }

  .blog-index__post {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }

}



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



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

  .blog-index__post-image {
    max-height: 202px;
  }

}

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


@media screen and (min-width: 1220px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(94%/3);
    flex:  0 0 calc(94%/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-image {
  width: 100%;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  height: 202px;
  object-fit: cover;
}


@media screen and (min-width: 768px) {


  .blog-index__post-image-wrapper--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}



/* Blog pagination */

.blog-pagination {
  -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;
  padding-bottom: 5.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 1px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.3rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 1px solid #BDBFD1;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 4px rgb(31 37 89 / 5%);
  padding: 20px 22px;
  border-radius: 14px;
}

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

@media(max-width: 424px) {

  .blog-pagination__link {
    padding: 16px 12px !important;
  }

  .blog-pagination__link--active {
    border-radius: 10px;
  }
}

.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.4rem;
  text-align: right;
  border: 1px solid #BDBFD1 !important;
}

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

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #62668A !important;
  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 {
  color: #1F2559;
}


/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}


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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
}

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

.blog-post__tag-link {
  color: #000;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
  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__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__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-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.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: 680px;
}

.blog-comments form {
  max-width: 100%;
}

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

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

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

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}