/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.section_bg {
    background-color: #1C45F5;
    position: absolute;
top: 0;
    height: 600px;
    right: 0;
    left: 0;
    z-index: 980;
}

.breadcrumbs {
    margin-bottom: 16px;
    line-height: 1.4;
    display: flex;
        align-items: center;
        gap: 8px;
}

.breadcrumbs__link {
    color: #1C45F5;
    font-family: "Inter", sans-serif; font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
}

.breadcrumbs__link:hover {
    color: #061941;
    transition: 0.3s;
}

.breadcrumbs__separator {
    color: #1C45F5;
    font-size: 18px;
}

.breadcrumbs--mobile {
    display: none;
}
.top-hero__container {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-hero>.container {
    position: relative;
    z-index: 990;
    background-color: white;
    margin-top: 48px;
    border-radius: 12px 12px 0 0;
    padding: 32px 16px 48px 16px !important;
}
.top-hero__image-div {
width: 50%;
order: 1;
}

.top-hero__image {
display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    -webkit-animation: fadeUp 1s both 0.1s;
    animation: fadeUp 1s both 0.1s;
}

.top-hero__category {
background-color: #EEEFF5;
    color: #2A2243;
    padding: 8px 16px;
border-radius: 12px;
    font-size: 14px;
    line-height: 1.6;
font-family: "Inter", sans-serif; font-weight: 600;
    margin-bottom: 16px;
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.top-hero__title {
text-align: left;
}
.blog-post-mobile-title {
display: none;
}

.blog-post-desktop-title {
display: block;
font-size: 26px;
    width: 100%;
    line-height: 1.4;
    font-weight: bold;
        font-family: "Inter";
        color: #1C45F4;
}
.top-hero__text-div {
    order: 2;
        margin-left: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 450px;
    width: 50%;
}
.top-hero__excerpt {
font-size: 16px;
    margin-top: 16px;
    line-height: 1.4;
    font-family: "Inter", sans-serif; font-weight: 300;
    color: #2A2243;
    margin-bottom: 16px;
}
.top-hero__bottom-div {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeUp 1s both 0.5s;
    animation: fadeUp 1s both 0.5s;
}

.top-hero__category {
margin-right: 24px;
}

.top-hero__date {
font-size: 14px;
    line-height: 1.6;
font-family: "Inter", sans-serif; font-weight: 400;
    color: #666666;
    margin-bottom: 16px;
}

.post-content-section {
padding-top: 96px;
    padding-bottom: 96px;
background-color: white;
}
.post-content-section__div {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
padding-bottom: 96px;
}
.post-content-section__content {
width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.post-content-section__summary-div {
position: sticky;
    top: calc(96px + 12px);
    width: calc(35% - 48px);
    max-width: 390px;
    margin-right: 48px;
    padding: 32px;
    margin-bottom: auto;
border-radius: 12px;
    background: #F5F7FF;
}

.post-content-section__summary-title {
font-size: 18px;
    font-family: "Inter", sans-serif; font-weight: 700;
    color: #061941;
    margin-bottom: 16px;
}

.sticky-summary__link {
display: block;
font-size: 16px;
    line-height: 1.4;
color: #212121;
    margin-bottom: 12px;
}
.sticky-summary__link--h3 {
    padding-left: 16px;
}
.sticky-summary__link:last-child {
margin-bottom: 0;
}
.link-to-offset_highlight {
color: #1C45F5;
}

.post-hero__meta {
    display: flex;
    align-items: center;
        justify-content: space-between;
        margin-top: auto;
        padding-top: 16px;
}

.post-hero__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-hero__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.post-hero__avatar--initials {
    background-color: #D1DAFF;
    color: #1C45F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
}

.post-hero__author-name {
    font-family: "Inter", sans-serif; font-weight: 500;
    font-size: 16px;
        color: #061941;
    }
    
    .post-hero__author-date {
        font-family: "Inter", sans-serif; font-weight: 400;
        font-size: 14px;
        color: #666666;
        margin-top: 2px;
    }
    
    .post-hero__share {
        display: flex;
        align-items: center;
        gap: 8px;
}


.post-content-section__share-btn {
    border: none;
    background-color: transparent;
    transition: 0.3s;
}

.post-content-section__share-btn svg:hover path {
    fill: #061941;
    transition: 0.3s;
}

.post-content-section__share-btn--email svg:hover path {
    stroke: #061941;
    fill: white;
    transition: 0.3s;
}
.post-content-section__content h2 {
font-family: "Inter";
    font-weight: 600;
    line-height: 1.3;
font-size: 30px;
    color: #1C45F5;
    margin-top: 48px;
    margin-bottom: 32px;
}
.post-content-section__content h2:first-child {
margin-top: 0;
}
.post-content-section__content h3 {
font-family: "Inter";
    font-weight: 600;
    line-height: 1.3;
    font-size: 22px;
    color: #2A2243;
    margin-bottom: 16px;
}
.post-content-section__content p,
.post-content-section__content ul {
line-height: 1.6;
    margin-bottom: 24px;
}
.post-content-section__content p:last-child {
margin-bottom: 0;
}
.post-content-section__content img {
width: 100%;
    max-width: 600px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.post-content-section__content .icon {
width: 30px !important;
    height: auto !important;
    position: relative;
    bottom: -2px;
}
.post-content-section__content ul li,
.post-content-section__content ol li {
list-style: auto;
    font-size: 18px;
    margin-left: 20px;
    line-height: 1.6;
}
.post-content-section__content ul li {
list-style: circle !important;
}
.similar-posts-section__card-container {
display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin: 48px 0;
}

.post-content-section__cta-block {
    border-radius: 12px;
    background-color: #1C45F5;
    padding: 16px;
}

.post-content-section__cta-title * {
    font-family: "Inter";
    color: white !important;
    font-size: 32px !important;
}

.post-content-section__cta-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post-content-section__cta-content-and-img {
    display: flex;
}

.post-content-section__cta-text {
    padding-right: 48px;
}

.post-content-section__cta-text * {
    color: white !important;
    font-family: "Inter", sans-serif; font-weight: 300;
    font-size: 20px !important;
    line-height: 1.4 !important;
}

.post-content-section__cta {
    margin-top: auto;
}
.post-content-section__cta-image {
    width: 33% !important;
    height: auto !important;
}
/* Blog Post CTA Banner */
.blog-post-cta-banner {
    padding-top: 32px;
}

.blog-post-cta-banner>.container {
    padding: 0 !important;
}

.blog-post-cta-banner__box {
    background-color: #061941;
    border-radius: 12px;
    padding: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.blog-post-cta-banner__phrase {
    font-family: "Inter" !important;
    font-weight: 600 !important;
    font-size: 28px !important;
    color: white !important;
    line-height: 1.3 !important;
    max-width: 600px !important;
    margin: 0 !important;
}

.blog-post-cta-banner__btn {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .blog-post-cta-banner {
        padding: 48px 0;
    }

    .blog-post-cta-banner__box {
        padding: 32px 24px;
    }

    .blog-post-cta-banner__phrase {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1460px) {

    .top-hero>.container,
        .post-content-section {
            margin-left: 16px;
            margin-right: 16px;
        }
}

@media only screen and (max-width: 1120px) {
    .top-hero>.container {
        padding: 16px !important;
    }

    .top-hero {
        padding-bottom: 0px !important;
    }

.top-hero__image {
    width: 100%;
}

.post-content-section__summary-div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    padding: 16px;
}

.similar-posts-section__card-container {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post-content-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.post-content-section__div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.post-content-section__summary-div {
    position: relative;
    top: 0;
    margin: 0 0 48px 0;
    width: 100%;
    max-width: none;
}

.post-content-section__content {
    width: 100%;
margin-bottom: 48px;
}
}
@media screen and (max-width: 1024px) {
    .top-hero {
padding: 48px 0;
}

.top-hero>.container {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
}

.breadcrumbs--mobile {
    display: flex;
}

.breadcrumbs--desktop {
    display: none;
}

.blog-post-mobile-title {
    display: block;
    font-size: 26px;
    width: 100%;
line-height: 1.4;
    font-family: "Inter";
        color: #1C45F4;
    order: 2;
}

.blog-post-desktop-title {
    display: none;
}

.top-hero__text-div {
    margin-right: 0;
}

.top-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
order: 3;
}

.top-hero__image-div {
    width: 100%;
}

.top-hero__image {
    width: 100%;
    margin: 0;
}

.top-hero__checkup-btn {
    margin: 0 auto 48px;
}

.top-hero__text-div {
    margin-left: 0;
    min-width: 0;
    width: 100%;
}

.similar-posts-section__card-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
}
}

@media screen and (max-width: 783px) {
    .post-content-section__content img {
        display: none;
    }

                .post-content-section__cta-title * {
                    font-size: 22px !important;
    }
}