.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.single-blog {
  background-color: #F7F7F7;
}
.single-blog__head h1 {
  color: #3F3B54;
}
.single-blog__post-info {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .single-blog__post-info {
       flex-wrap: wrap;
        row-gap: 10px;
  }
}
.single-blog__post-info .type {
    margin-right: 4px;
}
.single-blog__post-info .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #626072;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .single-blog__post-info .date {
      margin-left: 0;
  }
}
.single-blog .blog .flex-template__menu {
    position: sticky;
    height: auto;
    align-self: start;
    top: 80px;
}
.single-blog .blog .flex-template__menu .inner-wrap{
    max-height: 100vh;
    overflow: scroll;
    padding-bottom: 30px;
}
.single-blog .blog .flex-template__menu .inner-wrap {
    overflow: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none;
}
.single-blog .blog .flex-template__menu .inner-wrap::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
@media (max-width: 768px) {
  .single-blog .blog .flex-template__menu {
        /* position: absolute; */
        position: fixed;
        top: 0;
        left: 0;
        align-self: auto;
        z-index: 100;
  }
}

.other-topics-wrapper {
  padding-bottom: 68px;
}
.other-topics-wrapper__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #3F3B54;
}
@media (max-width: 768px) {
  .other-topics-wrapper__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.other-topics-wrapper .other-topics-slider {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .other-topics-wrapper .other-topics-slider {
    margin-bottom: 32px;
    padding-bottom: 30px;
  }
}
.other-topics-wrapper .other-topics-slider .swiper-wrapper {
  display: flex;
}
.other-topics-wrapper .other-topics-slider .blog-card {
  width: calc(50% - 16px);
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 24px;
}
@media (max-width: 768px) {
  .other-topics-wrapper .other-topics-slider .blog-card {
    width: 100%;
  }
}
.other-topics-wrapper .other-topics-slider .blog-card:nth-of-type(odd) {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .other-topics-wrapper .other-topics-slider .blog-card:nth-of-type(odd) {
    margin-right: 0;
  }
}
.other-topics-wrapper .other-topics-slider .blog-card__img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 290px;
  margin-bottom: 24px;
}
.other-topics-wrapper .other-topics-slider .blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-topics-wrapper .other-topics-slider .blog-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #3F3B54;
  margin-bottom: 24px;
}
.other-topics-wrapper .other-topics-slider .blog-card .btn {
  background-color: #EFECFF;
  color: #5C41FF;
  border: 1px solid #D6CFFF;
}

.post_cta .info-wrapper__inner li{
    width: 47%;
}

.another-news-wrap__cta {
    padding: 65px 16px;
    text-align: center;
    border: 1px solid #FFA7C1;
    background: linear-gradient(311.59deg, rgba(255, 167, 193, .14), #FFF6E5 100%),
linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
    border-radius: 18px;
    margin-top: 60px;
}
.another-news-wrap__text p {
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 50px;
    color: #3E3B51;
    font-weight: 700;
}
.another-news-wrap__text span,
.another-news-wrap__text strong {
    background: linear-gradient(132deg, #5C41FF, #FF5B8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.another-news-wrap__cta a {
    background: none;
    position: relative;
    background: linear-gradient(131.41deg, #5C41FF -0.14%, #FF5B8C 100.05%);
}
.another-news-wrap__cta a:before {
    content: '';
    position: absolute;
    background: #FFF6E5;
    z-index: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 8px;
    left: 1px;
    top: 1px;
}
.another-news-wrap__cta a span {
    background: linear-gradient(131.41deg, #5C41FF -0.14%, #FF5B8C 100.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.blog-post-ai-form h2,
.blog-ai-form-popup h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
}
.blog-post-ai-form h2 strong {
    background: linear-gradient(131.41deg, #5C41FF -0.14%, #FF5B8C 100.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.main-sec.home_v2:has(.business-form).blog-post-ai-form {
    padding-left: 20px;
    padding-right: 20px;
}
.blog-post-ai-form .btns {
    display: flex;
}
.blog-post-ai-form .btns .btn {
    margin-right: 16px;
}

.another-news-wrap__cta.redesign{
    padding: 38px 20px;
    background: url(../../images/bg_banner_tp_small.png);
    background-size: cover;
    background-position: right;
    border: none;
}

.another-news-wrap__cta.redesign h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 10px 0;
    color: #3F3B54;
}
.another-news-wrap__cta.redesign h3 strong{
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.another-news-wrap__cta.redesign p{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 10px 0;
    color: #3F3B54;
    padding: 0;
}
.another-news-wrap__cta.redesign .another-news-wrap_bottom_text{
    padding: 18px 28px;
    background: #F8F4F1;
    border-radius: 8px;
    margin-bottom: 10px;
}
.another-news-wrap__cta.redesign .another-news-wrap_bottom_text p strong{
    font-weight: 600;
}
.another-news-wrap__cta.redesign a{
    padding: 8px;
    background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
    border-radius: 12px;
    width: 100%;
}
.another-news-wrap__cta.redesign a span{
    font-weight: 600;
    font-size: 14px;    
    line-height: 24px;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-text-fill-color: initial;
}

.another-news-wrap__cta.redesign a:before{
    display: none;
}

.tp_cta_medium {
    padding: 15px;
    border-radius: 24px;
    background: url(../../images/bg_banner_tp_medium.png);
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    max-width: 896px;
    text-align: left;
    overflow: hidden;
}

.tp_cta_medium .text{
    max-width: 430px;
}
.tp_cta_medium img{
    position: absolute;
    height: 100%;
    width: 38%;
    object-fit: cover;
    right: 0;
    top: 0;
}
.tp_cta_medium h2{
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    font-weight: 700;
}
.tp_cta_medium h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.tp_cta_medium h3 strong{
    background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bp-hero .tp_cta_medium p{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.tp_cta_medium p strong{
   font-weight: 600; 
}
.tp_cta_medium p em{
    font-weight: 600; 
    background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tp_cta_medium ul{
    margin: 5px 0 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tp_cta_medium ul li{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding-left: 32px;
    list-style: none;
}
.tp_cta_medium ul li:before{
    content: '';
    background: url(../../images/li_cta_tp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
}

.bp-hero .tp_cta_medium a{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 6px;
    color: #fff;
    background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
    border-radius: 12px;
    margin-top: 16px;
    width: 220px;
    text-align: center;
}
.bp-hero .tp_cta_medium .close{
    position: absolute;
    right: 32px;
    top: 11px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    z-index: 3;
}
.bp-hero .tp_cta_medium .close img{
    position: inherit;
    width: 24px;
    height: 24px;
}
.tp_cta_medium img.mob{
    display: none;
}

.bp_popup{
    position: fixed;
    z-index: 100;
    background: #3F3B54CC;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.bp_popup .bp_popup_wrap{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .bp-hero .tp_cta_medium .close{
        right: 20px;
        top: 20px;
    }
  .bp_popup .bp_popup_wrap {
    padding: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    overflow: scroll;
  }
  .tp_cta_medium img.mob{
    display: block;
    position: absolute;
    height: 180px;
    width: 100%;
    object-fit: cover;
    right: 0;
    top: auto;
    bottom: 0;
    object-position: top;
  }
  .tp_cta_medium img.desk{
    display: none;
  }
  .tp_cta_medium{
    padding: 20px 15px 200px;
    background: url(../../images/bg_banner_tp_medium_mob.png);
    background-size: cover;
    background-position: center;
  }
  .tp_cta_medium h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 8px;
    font-weight: 700;
  }
  .tp_cta_medium h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }
  .tp_cta_medium .text {
    max-width: 100%;
  }
  .tp_cta_medium ul {
    gap: 10px;
    flex-wrap: wrap;
  }
  .bp-hero .tp_cta_medium a{
    width: 100%;
  }
  .bp-hero .tp_cta_medium p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 16px;
 }
     .tp_cta_medium ul li:before {
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
    }
    .tp_cta_medium ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        padding-left: 32px;
        list-style: none;
    }
    .bp-hero .tp_cta_medium a {
        padding: 8px;
        margin-top: 0;
    }
}
.tp_cta_medium.big_cta {
    padding: 24px;
    border-radius: 24px;
    background: url(../../images/bg_banner_tp_big.png);
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 64px 0;
}

.tp_cta_medium.big_cta .text{
    max-width: 465px;
}
.tp_cta_medium.big_cta h2{
    margin-bottom: 12px;
}
.tp_cta_medium.big_cta ul{
    padding: 0;
    margin: 0;
}
.tp_cta_medium.big_cta h2 strong{
     background: linear-gradient(90deg, #225DF7 0%, #5073F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.flex-template__content .tp_cta_medium.big_cta p{
    font-size: 14px;
    line-height: 18px;
    max-width: 390px;
}
.tp_cta_medium.big_cta img {
    position: absolute;
    height: auto;
    width: 48%;
    object-fit: cover;
    right: 0;
    top: auto;
    bottom: 0;
}
.tp_cta_medium.big_cta a{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 8px;
    color: #fff;
    background: linear-gradient(270deg, #F3BE43 0%, #ED641D 100%);
    border-radius: 12px;
    margin-top: 12px;
    width: 228px;
    text-align: center;
}
.tp_cta_medium.big_cta a span{
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 768px) {
  .tp_cta_medium.big_cta {
    margin: 38px 0;
  }
}
