body.blog-post {
    color: #000!important;
}
.container-fluid[class*="dnd_area"] {
    padding: 0;
}
.sidebar-sticky>div {
    position: sticky;
}
.sidebar-sticky__top>div {
    top: var(--sticky-offset);
}
.sidebar-sticky__bottom {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
}
.sidebar-sticky__bottom>div {
    align-self: flex-end;
    bottom: var(--sticky-offset);
}
.avatar img {
    max-width: 50px;
    border-radius: 100%}
.author-section .meta {
    line-height: 1.2;
}
.author-section.bg {
    background: #f5f7f9;
    padding: 2rem;
}
.related-posts-container {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    row-gap: 30px;
}
.related-post .related-post-link {
    cursor: pointer;
    padding: 20px;
    border: 1px solid var(--borders);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: border-color 250ms ease-out;
    height: 100%;
    position: relative;
}
.related-post .related-post-link:hover {
    text-decoration: none;
    border-color: var(--primary);
    transition: border-color 250ms ease-out;
}
.related-post-link:hover>h5 {
    transition: text-decoration 250ms ease-out;
}
.related-post-link .related-post-meta .featured-image {
    display: flex;
    height: 170px;
    overflow: hidden;
    width: 100%}
.related-post-link .related-post-meta .featured-image img {
    object-fit: cover;
}
.related-post-link .related-post-meta .meta {
    display: flex;
    align-items: center;
    color: var(--dark);
}
.related-post-link .related-post-meta .meta .tag {
    padding: .5rem;
    font-size: .9rem;
    line-height: 1;
    text-decoration: none;
    color: var(--primary);
    border: 1px solid var(--primary);
    background: transparent;
    transition: background 250ms ease-out, color 250ms ease-out;
}
.related-post-link:hover .related-post-meta .meta .tag {
    background: var(--primary);
    color: var(--white);
    transition: background 250ms ease-out, color 250ms ease-out;
}
.author-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.author-social-links svg {
    height: 16px;
}
@media(max-width: 768px) {
    input: not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
    min-height: 2.5rem;
}
}.container, .container-xl {
    padding-left: 100px;
    padding-right: 100px;
}
.header__bottom {
    background: #1F0451!important;
    padding: 0;
}
.blog .text-left-column {
    padding-right: 0;
    padding-bottom: 60px;
}
.blog .sources-block .column_features {
    padding-top: 50px;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}
.blog .sources-block .column_feature {
    flex-direction: column;
}
.blog .sources-block .description a img {
    transition: transform .4s ease-in-out;
}
.blog .right-img-column img {
    max-width: 1035px;
}
.featured-post-section {
    padding-top: 140px;
    padding-bottom: 100px;
}
.featured-post-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 60px;
}
.featured-post-image img {
    height: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    min-height: 442px;
}
.featured-post-author {
    align-items: center;
    display: flex;
    margin-bottom: 22px;
    font-size: 24px;
    color: #1F1E45;
    font-weight: 700;
}
.author-image {
    border-radius: 50%;
    margin-right: 10px;
}
.featured-post-title {
    font-size: 36px;
    margin-bottom: 20px;
}
.featured-post-title a {
    color: #1F1E45;
    text-decoration: none;
}
.featured-post-title a:hover {
    color: #5a67d8;
}
.featured-post-description {
    color: #1f1e4580;
    margin-bottom: 20px;
    font-size: 22px;
}
.featured-post-meta {
    display: flex;
    gap: 26px;
    align-items: center;
    margin-bottom: 33px;
}
.featured-post-meta time {
    color: #6861ff;
    font-size: 20px;
    font-weight: 700;
}
.featured-post-tags a {
    background: #6861ff33;
    border-radius: 30px;
    color: #5a67d8;
    font-size: 18px;
    padding: 6px 16px;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
}
.featured-post-button .button {
    transition: background-color .2s;
    background-color: #6a73fb;
    border-radius: 2rem;
    color: #fff!important;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 81px 12px 45px;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.featured-post-button .button:hover {
    background-color: #4c51bf;
}
.featured-post-button .button img.cta-custom.cta-with-arrow {
    position: absolute;
    right: 34px;
    top: 13px;
    transition: right .3s ease-in;
    margin: 0;
}
.featured-post-button .button:hover img.cta-custom.cta-with-arrow {
    right: 40px;
}
.category-section {
    padding: 0 0 100px;
}
.category-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.category-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    color: #1F1E45;
}
.see-all-link {
    align-items: center;
    color: #6861FF;
    display: flex;
    font-weight: 700;
    text-decoration: none;
    font-size: 24px;
    padding: 0 55px 0 0;
    position: relative;
}
.see-all-link img.cta-custom.cta-with-arrow {
    position: absolute;
    right: 0;
    top: 0;
    transition: right .3s ease-in;
}
.see-all-link:hover img.cta-custom.cta-with-arrow {
    right: 10px;
}
.category-posts {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 100px;
}
.category-post-image a, .featured-post-image a {
    position: relative;
    z-index: 0;
    padding: 56% 0 0;
    width: 100%;
    display: inline-block;
    height: auto;
    border-radius: 16px;
}
.category-post-image a img, .featured-post-image a img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 10px;
}
.category-post-image img {
    height: 202.19px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}
.category-post-meta {
    padding: 50px 0 40px;
}
.category-post-author {
    align-items: center;
    display: flex;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1F1E45;
}
.category-post-author img {
    border-radius: 50%;
    margin-right: 8px;
    width: 35px;
    height: 35px;
}
.category-post-title {
    font-size: 28px;
    margin-bottom: 18px;
}
.category-post-title a {
    color: #1F1E45;
    text-decoration: none;
}
.category-post-title a:hover {
    color: #5a67d8;
}
.category-post-description {
    color: #1f1e4580;
    font-size: 22px;
    margin-bottom: 16px;
}
.category-post-footer {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}
.category-post-footer time {
    color: #6861FF;
    font-weight: 700;
    font-size: 20px;
}
.category-post-tags a {
    background: #6861ff33;
    border-radius: 30px;
    color: #5a67d8;
    display: inline-block;
    font-size: 18px;
    padding: 6px 16px;
    text-decoration: none;
    margin: 2px 0;
    text-transform: capitalize;
}
.blog-search-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background-color: #f6f8ff;
    width: 100%}
.search-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 16px;
    min-width: 320px;
    box-shadow: 0 2px 5px #0000000d;
}
.search-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #4B5563;
}
.search-input::placeholder {
    color: #9CA3AF;
}
.blog-categories-container {
    display: flex;
    align-items: center;
    gap: 24px;
}
.categories-browser {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.browse-text {
    font-weight: 500;
    color: #6366F1;
    font-size: 16px;
}
.filter-buttons {
    display: flex;
    gap: 8px;
}
.filter-btn {
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background-color: #E0E7FF;
    color: #4F46E5;
    transition: all .2s ease;
}
.filter-btn.active {
    background-color: #6366F1;
    color: #fff;
}
.category-posts-shows .sr-multicol-media.lp-hero-with-image.sr_module {
    display: none;
}
.blog-container.blog-category-area {
    padding-top: 100px;
}
.blog-container.blog-category-area section.featured-post-section {
    padding-top: 70px;
    padding-bottom: 120px;
}
.blog-container.blog-category-area .category-title-area {
    text-align: center;
}
.blog-container.blog-category-area .category-title-area h1 {
    text-transform: capitalize;
    font-size: 48px;
}
.category-section .category-posts {
    padding: 0;
}
.category-posts.knostic-news {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
    column-gap: 65px;
}
.category-posts.knostic-news article.category-post {
    display: flex;
    gap: 30px;
}
.category-posts.knostic-news article.category-post .category-post-meta {
    padding: 0;
    width: calc(100% - 213px);
}
.category-posts.knostic-news article.category-post img {
    height: 140px;
}
.category-posts.knostic-news article.category-post .category-post-image {
    width: 213px;
    min-width: 213px;
}
.container.knostic-news {
    display: flex;
    padding-bottom: 100px;
    padding-top: 70px;
    gap: 65px;
    align-items: flex-start;
}
.blog-container.blog-category-area .knostic-news .featured-post-section.knostic-news {
    padding: 0;
    width: 50%}
.category-posts.feature-right-posts.knostic-news {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    width: 50%;
    row-gap: 45px;
}
.blog-container.blog-category-area .knostic-news .featured-post-section.knostic-news .featured-post-container {
    flex-direction: column;
}
.blog-container.blog-category-area .knostic-news .featured-post-section.knostic-news .featured-post-container .featured-post-button {
    display: none;
}
.category-posts.feature-right-posts.knostic-news .category-post-title {
    font-size: 24px;
    margin: 18px 0 0;
}
.breadcrumbs-area {
    padding: 58px 0 10px;
}
.breadcrumbs-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 17px;
}
.breadcrumbs-area ul li {
    color: #6861FF;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding-right: 41px;
}
.breadcrumbs-area ul li a {
    font-weight: 400;
    color: #000;
}
.breadcrumbs-area ul li:before {
    content: "";
    background-image: url(https://143596093.fs1.hubspotusercontent-eu1.net/hubfs/143596093/arrow-right.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -32px;
    top: 9px;
}
.breadcrumbs-area ul li:first-child:before {
    display: none;
}
.blog-post .breadcrumbs-area {
    margin-top: 109px;
}
.featured-image-hero h1.heading {
    color: #1f0451;
    text-align: center;
    font-size: 48px;
    max-width: 1221px;
    margin: 0 auto 150px;
}
.featured-image-hero::before {
    display: none;
}
.featured-image-hero .author {
    color: #1F1E45;
}
.author-text-area {
    display: flex;
    gap: 4px;
    color: #1F1E45;
    font-weight: 700;
    padding-left: 8px;
}
.author-text-area div {
    margin-left: 10px;
    color: #6861FF;
}
.featured-image-hero .post-read {
    margin-left: auto;
    color: #1F1E45;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
}
.featured-image-hero .post-read:before {
    content: "";
    background-image: url(https://143596093.fs1.hubspotusercontent-eu1.net/hubfs/143596093/read-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
}
.related-posts-area {
    padding: 110px 0;
}
.related-posts-area .related-posts-container {
    margin-top: 60px;
}
.related-posts-area .related-posts-container a.related-post-link {
    border: none;
    padding: 0;
}
.related-posts-area .related-posts-container a.related-post-link .featured-image img {
    width: 100%;
    border-radius: 16px;
}
.related-posts-area .related-posts-container a.related-post-link h5 {
    font-size: 24px;
    margin-bottom: 20px;
}
.related-posts-area .related-posts-container a.related-post-link span.date {
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    background: #687AFB;
    color: #fff;
    border-radius: 40px;
    padding: 4px 22px;
    left: 15px;
    height: 31px;
}
.blog-post .sidebar-wrapper {
    background: #f1f5ff;
    border-radius: 22px;
    padding: 30px;
    width: 100%;
    top: calc(100px + 1.5rem);
}
.blog-post .sidebar-wrapper h2.contents-title {
    color: #1f1e45;
    font-size: 28px;
    margin-bottom: 20px;
}
.blog-post .sidebar-wrapper ul.contents-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-post .sidebar-wrapper ul.contents-list li.contents-item {
    margin: 14px 0;
}
.blog-post .sidebar-wrapper ul.contents-list li.contents-item a.contents-link {
    color: #1f1e45;
    font-size: 20px;
    padding: 0;
    width: 100%;
    display: block;
    word-break: break-word;
}
.blog-post .sidebar-wrapper ul.contents-list li.contents-item.active a.contents-link {
    color: #6861FF;
    font-weight: 700;
}
.blog-post blockquote {
    background: #F1F5FF;
    padding: 60px;
    border-radius: 18px;
}
.blog-post blockquote p {
    margin: 0;
    color: #727272;
}
.blog-post blockquote:before {
    content: "";
    background-image: url(https://143596093.fs1.hubspotusercontent-eu1.net/hubfs/143596093/quote-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 90px;
    height: 90px;
    display: inline-block;
    margin-bottom: 30px;
}
.blog-listing .sr-pagination {
    display: none;
}
.blog-col .social-share {
    display: flex;
    margin-top: 10px;
    align-items: center;
    gap: 20px;
}
.blog-col .social-share h3 {
    margin: 0;
    font-size: 22px;
}
.blog-col .social-share img.hs-image-widget {
    max-height: 34px!important;
    max-width: 34px!important;
    width: 34px;
}
.sr-blog-post .blog-content a, .sr-blog-post .blog-content p u {
    color: #1f1e45!important;
}
.sr-blog-post .blog-content h2, .sr-blog-post .blog-content h2 * {
    color: #1F1E45!important;
}
.blog-col .tags a {
    text-transform: capitalize;
}
.blog-post .sr-blog-post .blog-content p a, .blog-post .sr-blog-post .blog-content p a span {
    color: #6861ff!important;
}
.blog-post .blog-content ul {
    padding-left: 20px;
    margin-bottom: .75rem;
}
.blog-post .header__logo img.header__logo-image.header__logo-default.logo-hide {
    display: none!important;
}
.blog-post .header__logo img.header__logo-image.header__logo-scroll:nth-of-type(2) {
    display: block;
}
.blog-post .header__container .header__wrapper .header__menu-wrapper>li.header__menu-item>.header__menu-link {
    color: #1f1e45!important;
}
.sr-blog-post table {
    background: #f1f1f1;
    border-radius: 22px;
    overflow: hidden;
    margin: 0 0 20px!important;
}
.blog-content table p {
    margin: 0!important;
    text-align: left!important;
    font-size: 18px !important;
}
.sr-blog-post table tr th, .sr-blog-post table tr td {
    padding: 10px 15px;
    border-color: #ccc!important;
}
.sr-blog-post .hs-embed-wrapper {
    padding: 0!important;
    border-radius: 22px;
    overflow: hidden!important;
    max-width: 96%;
    margin: 0 auto 30px!important;
}
.sr-blog-post #faq {
    background: #f1f1f1;
    margin: 0;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.sr-blog-post #faq ~ * {
    background: #f1f1f1;
    padding: 10px 15px;
    margin: 0;
}
.sr-blog-post #faq ~ ul {
    list-style-position: inside;
}
.sr-blog-post #faq ~ :last-child {
    padding-bottom: 20px;
    border-radius: 0 0 10px 10px;
}
.blog-post .blog-content h2 {
    font-size: 30px;
    line-height: normal;
}
.blog-post .blog-content h3 {
    font-size: 24px;
    line-height: normal;
}
.blog-post .blog-content h4 {
    font-size: 22px;
    line-height: normal;
}
@media (min-width: 768px) {
    .category-posts {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 90px;
}
.sr-blog-post .blog-col {
    padding-left: 25px;
}
.blog-post .blog-content h2 {
    margin-bottom: 30px;
}
.blog-post .blog-content p {
    margin-bottom: 1.1rem;
}
.blog-post .blog-content img {
    margin: 26px 0;
}
.sr-blog-post {
    margin-bottom: 80px;
}
}@media (min-width: 992px) {
    .featured-post-container {
    flex-direction: row;
}
.featured-post-image {
    flex: 1;
}
.featured-post-content {
    flex: 1;
}
.category-posts {
    grid-template-columns: repeat(3, 1fr);
}
}@media (max-width: 1280px) {
    .blog-post .sidebar-wrapper {
    padding: 20px;
}
}@media (max-width: 991px) {
    .category-posts.knostic-news {
    grid-template-columns: repeat(1, 1fr);
}
.container.knostic-news {
    display: block;
}
.blog-container.blog-category-area .knostic-news .featured-post-section.knostic-news {
    width: 100%}
.category-posts.feature-right-posts.knostic-news {
    width: 100%}
.col-md-3.sidebar.mt-5.mt-md-0 {
    width: 100%;
    max-width: 100%;
    flex: none;
    margin-bottom: 20px;
}
.col-md-9.blog-col {
    width: 100%;
    flex: none;
    max-width: 100%}
}
@media (max-width: 767px) {
    .blog-search-section {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.search-container {
    width: 100%}
.blog-categories-container {
    width: 100%;
    justify-content: space-between;
}
.blog .text-left-column {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 15px;
    text-align: center;
}
.blog .sources-block .column_features {
    gap: 40px;
    padding-top: 40px;
    align-items: center;
    grid-template-columns: 1fr;
}
.blog .sr-multicol-media .next-block .heading.h3 br {
    display: none;
}
.blog .sr-multicol-media.lp-hero-with-image {
    margin-bottom: 0;
}
.category-section {
    padding-bottom: 50px;
}
.category-post-title {
    font-size: 22px;
}
.category-post-description {
    font-size: 18px;
}
.category-post-footer time {
    font-size: 18px;
}
.category-post-meta {
    padding: 20px 0;
}
.see-all-link {
    font-size: 20px;
    padding-right: 39px;
}
.see-all-link img.cta-custom.cta-with-arrow {
    width: 26px;
}
.category-title {
    font-size: 28px;
    margin-bottom: 13px;
}
.category-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
.featured-post-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.featured-post-title {
    font-size: 28px;
}
.featured-post-description {
    font-size: 18px;
}
.featured-post-button .button {
    font-size: 20px;
    padding-right: 60px;
}
.featured-post-button .button img.cta-custom.cta-with-arrow {
    width: 22px;
}
.featured-post-meta time {
    font-size: 18px;
}
.blog-container.blog-category-area {
    padding-top: 50px;
}
.blog-container.blog-category-area section.featured-post-section {
    padding-top: 30px;
}
.category-posts.knostic-news article.category-post {
    flex-direction: column;
}
.category-posts.knostic-news article.category-post .category-post-image {
    width: 100%}
.category-posts.knostic-news article.category-post .category-post-meta {
    width: 100%}
.blog-post .breadcrumbs-area {
    margin-top: 63px;
    padding-bottom: 30px;
}
.breadcrumbs-area ul {
    gap: 5px;
    flex-wrap: wrap;
}
.breadcrumbs-area ul li {
    padding-right: 27px;
    font-size: 20px;
}
.breadcrumbs-area ul li:before {
    left: -19px;
    top: 6px;
}
.breadcrumbs-area {
    padding-top: 30px;
    padding-bottom: 0;
}
.breadcrumbs-area ul li:last-child {
    width: 100%;
    margin-top: 12px;
}
.breadcrumbs-area ul li:last-child::before {
    display: none;
}
.featured-image-hero {
    padding-top: 0!important;
}
.featured-image-hero .author>.d-flex {
    align-items: flex-start!important;
    display: block!important;
    flex-direction: column;
    gap: 10px;
}
.author-text-area {
    display: block;
}
.featured-image-hero .post-read {
    margin: 0;
}
.featured-image-hero h1.heading {
    font-size: 36px;
    margin-bottom: 60px;
}
.featured-image-hero .row.hero-row {
    padding-bottom: 0;
}
.blog-post .sr-blog-post {
    padding-top: 0;
}
.blog-post .sidebar {
    margin-top: 0!important;
    margin-bottom: 30px;
}
.sr-blog-post table tr th, .sr-blog-post table tr td {
    padding: 6px 10px;
}
.blog-content table p {
    font-size: 16px!important;
    word-break: normal!important;
}
.blog-post blockquote {
    padding: 30px;
}
.blog-post blockquote:before {
    height: 40px;
    width: 40px;
    margin-bottom: 13px;
}
.related-posts-area {
    padding: 50px 0;
}
.related-posts-area .related-posts-container {
    margin-top: 30px;
}
.blog-post .blog-content h2 {
    font-size: 26px;
    line-height: normal;
}
.blog-post .blog-content h3 {
    font-size: 22px;
    line-height: normal;
}
.blog-post .blog-content h4 {
    font-size: 20px;
    line-height: normal;
}
}@media screen and (max-width: 480px) {
    .blog-content table p {
    font-size: 14px!important;
}
.blog-post .blog-content h2 {
    font-size: 24px;
    line-height: normal;
}
.blog-post .blog-content h3 {
    font-size: 20px;
    line-height: normal;
}
.blog-post .blog-content h4 {
    font-size: 18px;
    line-height: normal;
}
.blog-content p {
    font-size: 16px;
    word-break: break-word;
}
}@media screen and (max-width: 380px) {
    .blog-content table p {
    font-size: 13px!important;
}
}