.position-relative {
  position: relative;
}

.blog-index__hero, 
.blog-post__hero {
  min-height: 300px;
  position: relative;
}

.blog-post__hero {
  padding: 0px !important;
}
@media (max-width: 500px){
  .blog-post__title {
    padding-top: 0px !important;
  }
}

.blog-post h2:not(.panel__title) {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #191932;
}

.blog-post p {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #191932 !important;
}

.blog-post .blog-post__related-posts {
  background-color: #ffffff;
  position: relative;
}

.blog-post .hs-video-wrapper iframe , .blog-index .hs-video-wrapper iframe {
  border-radius: 25px;
}

.blog-index .text-in-quote h1 span {
  font-style: normal;
  font-weight: 700;
  font-size: 127px;
  line-height: 140px;
  color: #191932;
}

.blog-index .swiper-pagination {
  position: static;
  margin: 30px auto 0;
  transform: translate(0, 0) !important;
}
.blog-index .swiper-slide {
  margin-top: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 768px){
  .blog-index__hero-img {
    position: absolute;
    height: 100%;
    width: 95%;
    top: 0;
    left: 0;
  }
  .blog-index__hero-img img {
    max-width: 350px; 
  }
}

.blog-index__search {
  max-width: 370px;
  width: 100%;
}

.blog-index__search form {
  font-size: 16px;
  line-height: 135.8%;
  color: #BDBDBD;
  display: flex;
}
.blog-index__search .hs-search-field__input { 
  height: auto !important;
  padding: 16px;
  border: none;
  border: 2px solid #BDBDBD;
  border-right: none;
  outline: none;
}

.blog-index__search button{ padding: 0 12px; }

.blog-index__search .hs-search-field__bar button svg{ height: 20px; }

.blog-index .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  border-color: #bdbdbd;
  border-top: none;
  padding: 20px;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
}

.blog-index__topic select {
  font-size: 18px;
  line-height: 135.8%;
  width: 270px;
  max-width: 100%;
  color: #FFFFFF;
  background: #0D45EA;
  border-color: #0D45EA;
  padding: 14px;
  appearance: none;
  outline: none;
  background-position: 94% center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1L11 11L1 0.999999' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

@media (max-width: 765px) {
  .blog-index__topic select,
  .blog-index__topic {
    width: 100%; 
  }
}

.blog-index__hero h1,
.blog-post__hero h2 {
  color: #0D45EA
}

.blog-index__post-title h3 {
  font-size: 1.45rem;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.blog-index__featured-post h3 {
  text-transform: uppercase;
}

.blog-index__post-title a, 
.blog-index__post-meta a,
.blog-index__post-content a {
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.blog-index__post-meta {
  font-size: 0.8rem;
  font-weight: 700;
  color: #888888;
}

.blog-index__featured-post .blog-index__post-meta {
  font-weight: 400;
  font-size: 0.9rem;
}

.blog-index__social-sharing ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
}

.blog-index__social-sharing li {
  margin-right: 1rem;
}

.social-sharing__icon svg {
  width: 16px;
  height: 16px;
}

.blog-index__button {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
}

.blog-index__button .button {
  width: 100%;
}

.blog-index__button .button:hover {
  transform: scale(1.04);
}

.blog-index__post {
  border-radius: 25px;
  filter: drop-shadow(0 3px 10px rgba(232,232,232,.75));
  overflow: hidden;
  position: relative !important;
  width: auto!important;
  /* margin: 0 16px; */
}

.blog-index__post_image {
  height: 100% !important;
}

.blog-index__post-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 97%;
  height: 97%;
  background: linear-gradient(180deg,rgba(13,69,234,0.6) 0%,rgba(151,120,224,0.6) 34.9%,rgba(233,58,184,0.6) 65.63%,rgba(238,38,62,0.6) 100%);
  mix-blend-mode: normal;
  padding: 16px;
  margin: 5px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.blog-index__post:hover .blog-index__post-title {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.blog-index__post, .blog-index__featured-post-content {
  padding: 20px 30px;
  background: #FFFFFF;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  position: relative; 
  z-index: 3;
  height: 100%;
}
.blog-index__featured-post .blog-index__featured-post-content {
  box-shadow: none;
}
.blog-index__featured-post { 
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
}

.blog-index__featured-post:hover, 
.blog-index__post:hover { 
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.blog-index__post, .blog-index__featured-post {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-index__post-content-image {
  width: 100%;
  position: relative;
  display: block;
}
.blog-index__post-content-image img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.blog-index__featured-post .blog-index__post-content-image {
  height: 360px;
}

/* The switch - the box around the slider */
.blog-index .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.blog-index .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.blog-index .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.blog-index .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.blog-index input:checked + .slider {
  background-color: #2196F3;
}

.blog-index input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.blog-index input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.blog-index .slider.round {
  border-radius: 34px;
}

.blog-index .slider.round:before {
  border-radius: 50%;
}

@media (min-width: 992px) {
  .blog-index__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

.blog-index__post-content-link {
  grid-column: 1/ 1;
  grid-row: 1/-1;
}

.blog-index__post-conrent-more >div{
  font-weight: bold;
  font-size: 17px;
  border-bottom: 1px solid;
}

a.blog-post__tag-link, .blog-index__post-tag-title {
  text-decoration: none;
  font-size: 16px;
  color: #3C3C3B;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-index__post-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-pagination__link svg {
  height: 1rem;
  width: 1rem;
}

.blog-pagination__link {
  border: 2px solid #0D45EA;
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  margin: 0.4rem;
  color: #0D45EA;
  transition: all ease .3s;
}

.blog-pagination__link:not(.blog-pagination__prev-link):not(.blog-pagination__next-link):hover,
.blog-pagination__link--active {
  text-decoration: none;
  color: #fff;
  background-color: #0D45EA;
  border-color: #0D45EA;
}

a.blog-pagination__prev-link,
a.blog-pagination__next-link {
  border: none;
  width: auto;
  color: #0D45EA;
}

.blog-pagination {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

.blog-index__wrapper {
  position: relative;
  padding: 50px 0 30px;
  column-gap: 30px;
  row-gap: 30px;
}

.sidebar__inner {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
}

@media (max-width: 992px) {
  .blog-pagination {
    margin-bottom: 20px;
  }

  .blog-index__wrapper {
    position: relative;
    padding: 30px 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
}

/** Blog Post **/
.blog-post__meta {
  color: #464646;
}

.blog-post__hero h2 {
  font-size: 54px;
}

.blog-post__featured-image {
  max-width: 100%;
  height: 320px;
  object-fit: cover;
}

.blog-post__title {
  color: #0D45EA;
}

.blog-post__meta {
  font-size: 0.8rem; 
}

.blog-post__post-tags {
  font-weight: bold;
  font-size: 0.8rem; 
}

#hs_cos_wrapper_blog-social-sharing,
.blog-post__progress {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 20px;
  z-index: 10;
}

.blog-post__progress-bar {
  height: 4px;
  background-color: #0D45EA;
  width: 1px;
  max-width: 100%;
  min-width: 1px;
  transition: width .6s ease;
}

.blog-post__time {
  color: #0D45EA;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-post__related-posts {
  position: relative;
  background-color: #F2F8FC;
}

.blog-index .index-tittle_title {
  width: 80% ;
}

.blog-index .index-tittle_image {
  width: 20% !important:
}

.swiper-container__blog-index .swiper-horizontal>.swiper-pagination-bullets, .swiper-container__blog-index .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-container__blog-index .swiper-pagination-custom, .swiper-container__blog-index .swiper-pagination-fraction {
  bottom: -85px;
  left: 0;
  width: 100%;
}

.blog-index .more-case-studies,
.blog-post .more-case-studies { margin-top: 30px; }
.blog-index .more-case-studies a h2,
.blog-post .more-case-studies a h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #191932;
  text-align: center;
  padding-top: 0;
  margin: 0;
}

.blog-index .more-case-studies a h2 svg,
.blog-post .more-case-studies a h2 svg {
  margin-left: 24px;
  position: relative;
  top: 2px;
  width: auto;
  height: 23px;
}

.blog-index .more-case-studies a,
.blog-post .more-case-studies a {
  text-decoration: none !important;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .blog-index .more-case-studies a h2,
  .blog-post .more-case-studies a h2 { font-size: 20px; }
  .blog-index .more-case-studies a h2 svg,
  .blog-post .more-case-studies a h2 svg { height: 19px; }
}

.blog-index .swiper-container__blog-index > .swiper-wrapper{ flex-direction: unset !important; }

@media(max-width: 992px){
  

  .blog-index .index-title {
    flex-direction: row;
    gap: 45px;
  }

  .blog-post .blog-post__related-posts .row {
    margin: 0;
  }
  
    
  .blog-post .blog-post__title {
    padding-top: 45px !important;
    -webkit-padding-before: 45px !important;
  }
}

@media(max-width: 767px){
  

  .blog-index .container.position-relative {
    padding-top: 100px;
  }

  .blog-index .hero-video {
    
    object-fit: cover !important;
    padding-top: 0 !important;
  }

  

  .blog-index .text-in-quote h1 span {
    font-size: 47px;
    line-height: 1.2em;
  }

  .blog-index .text-in-quote h1 {
    width: 100%;
    padding-bottom: 35px;
  }

  .blog-index .index-title {
    flex-direction: column-reverse;
    gap: 45px;
  }

  .blog-index .index-tittle_title , .blog-index .index-tittle_image {
    width: 100% !important:
  }

  .blog-index .hs-video-wrapper iframe, .blog-post .hs-video-wrapper iframe {
    border-radius: 25px;
    min-height: auto !important;
    background-color: black !important;
  }
  .vjs-poster, #vjs_video_3 > div.vjs-poster {
    background-size: cover !important;
  }
  .vjs-hubspot .vjs-poster, .vjs-hubspot .vjs-tech, .vjs-poster, .blog-index .hs-video-wrapper iframe html body .vjs-poster , .blog-post .hs-video-wrapper iframe html body .vjs-poster , {
    background-size: cover !important;
  }
  video#vjs_video_3_html5_api {
    background-size: cover !important;
    object-fit:cover !important;
  }

  .blog-post .related-post-slider .swiper-slide {
    left: 0px;
  }
}


.overflow-hidden{
  overflow: hidden;
}
.case-studies-title {
  padding-left: 1em;
}


@media(min-width:480px) and (max-width: 992px){
  .case-studies-title {
    padding-left: 1.4em;
  }
}

#vjs_video_3 > div.vjs-poster {
  object-fit: cover !important;
  background-size: cover !important;
}

.vjs-hubspot .vjs-poster, .vjs-hubspot .vjs-tech{
  object-fit: cover !important;
  background-size:cover !important;
}

/* NEW BLOG POST TEMPLATE STYLES */
.hero{
  box-shadow: 5px 5px 30px 0px #19193233;
}

.blog_post__hero_section{
  padding-top: 50px;
  margin-bottom: 50px;
}

.blog_post__hero_section .hero{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1200px;
  border-radius: 25px;
}

.hero__content{
  display: flex;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(19,19,39,0.54) 50%, rgba(25,25,50,0.7) 83%);
  height: 100%;
  border-radius: 25px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  row-gap: 50px;
  align-items: center;
  text-align: center;
  padding: 175px 25px;
}
@media (max-width: 500px){
  .hero__content{
    padding: 60px 15px;
  }
}

.hero__content .blog-post__tag-link{
  color: #ffffff;
  background-color: #E93AB8;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
}

.hero_content__title{
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 500px){
  .hero_content__title{
    font-size: 40px;
  line-height: 120%;
  }
}

.hero_content__meta{
  display: flex;
  align-items: center;
}

.hero_content__author_avatar img{
  width: 75px;
  height: 75px;
  margin-right: 17px;
  border-radius: 100%;
}

.hero_content__author,
.hero_content__date{
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}
.hero_content__author b{
  font-weight: 500;
}

div.blog_post_body p{
  margin-bottom: 23px;
}

.card_social_icon .card-social{
  box-shadow: 0px 3px 10px 0px #E8E8E8BF;
}
.card_social_icon .card-social .card-social__image{
  box-shadow: 5px 5px 20px 0px #19193226;
}
.card_social_icon .card-social h4{
  margin-bottom: 28px;
  font-weight: 700;
  padding-top: 8px;
}
.card_social_icon .card-social p{
  font-weight: 300 !important;
  line-height: 25px !important; 
  font-size: 15px !important; 
}


.post_pagination{
  padding: 68px 0;
  margin: 80px 0;
  border-top: 1px solid #D0D4E3;
  border-bottom: 1px solid #D0D4E3;
  display: flex;
  justify-content: center;
}
@media (max-width: 500px){
  .post_pagination{
    flex-direction: column-reverse;
    row-gap: 25px;
  }
}

.post_pagination__prev,
.post_pagination__next{
  display: flex;
  flex-direction: column;
  column-gap: 14px;
}
@media (max-width: 500px){
  .post_pagination__prev,
  .post_pagination__next{
    align-items: center;
  }
}

.post_pagination__prev div,
.post_pagination__next div{
  display: flex;
  column-gap: 14px;
  align-items: center;
}
.post_pagination__prev div{
  justify-content: right;
}
@media (max-width: 500px){
  .post_pagination__prev div{
    justify-content: left;
  }
}
.post_pagination__next div{
  justify-content: left;
}

.post_pagination__prev img,
.post_pagination__next img{
  height: 23px;
}
.post_pagination__prev h2,
.post_pagination__next h2{
  margin: 0;
}

.post_pagination__prev h3{
  text-align: right;
}
@media (max-width: 500px){
  .post_pagination__prev h3{
    text-align: center;
  }
}

.post_pagination > div {
  max-width: 449px;
  flex: 1;
}

.post_pagination__icon{
  display: flex;
  justify-content: center;
}

.post_pagination a{
  text-decoration: none;
}
.post_pagination a:hover{
  color: #191932;
}
.post_pagination h3{
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
}

.related_blogpost h2{
  font-size: 38px !important;
  margin-bottom: 20px;
}

.blog_suscribe{
  padding: 80px 0;
  background: linear-gradient(71.4deg, #0047C7 1.36%, #9747FF 38.04%, #E93AB8 65.79%, #EE263E 99.51%);
  display: flex;
  justify-content: center;
}


.blog-post .blog-post__title {
		max-width: 900px;
		margin: auto;
		text-align: center;
		font-style: normal;
		font-weight: 600;
		font-size: 38px;
		line-height: 120%;
		text-align: center;
		color: #191932;
		padding-top: 45px;
	}

    .blog-post ul { list-style: none; padding-left: 0; } 
	.blog-post ul li { position: relative; padding-left: 30px; margin-bottom: 10px; } 
	.blog-post ul li:last-child { margin-bottom: 0; } 
    .blog-post ul li:before { 
		content: url('https://www.256content.com/hubfs/Group%20%285%29.png'); 
		top: 0px;
		left: 0;
        position: absolute;
        list-style: none;
    } 

    .blog-post ul p { 
        margin: 0 !important;
    } 
    @media(max-width: 768px){    
      .blog-post .blog-post__title { font-size: 28px; }
        .blog-post__hero {
            padding: 200px 20px 50px 20px !important;
        }

    }
    
    @media(max-width: 428px){    
        .blog-post__hero {
            padding: 0 !important;
        }

        .blog-post__title {
            padding-top: 200px !important;
        }
    }