/*
* 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;
width: 50%;
    padding-right: 48px;
}

.previous_posts_link {
    margin-bottom: 16px;
    display: block;
}
.breadcrumbs a {
color: #2A2243;
    font-family: "Moderat-Medium";
    transition: 0.3s;
}

.breadcrumbs a:hover {
    color: #EA4336;
    transition: 0.3s;
}

.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 !important;
}
.top-hero__image-div {
width: 50%;
}

.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: "Moderat-SemiBold";
    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-family: "EightiesComeback-Bold";
    color: #061AAF;
}
.top-hero__text-div {
margin-right: 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: 20px;
    margin-top: 16px;
    line-height: 1.4;
    font-family: "Moderat-Light";
    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: "Moderat-Regular";
    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: "Moderat-Bold";
    color: #EA4336;
    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-content-section__author-div {
    display: flex;
    border-top: 1px solid #D1DAFF;
    border-bottom: 1px solid #D1DAFF;
    padding: 16px 0;
    margin: 32px 0;
}

.post-content-section__author-photo {
    width: 100px;
    height: 100%;
    margin-right: 16px;
}

.post-content-section__author-name {
    font-family: "Moderat-Medium";
    font-size: 20px;
}

.post-content-section__author-role {
    font-family: "Moderat-Light";
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.4;
}

.post-content-section__share-div {}

.post-content-section__share-title {
    font-family: "Moderat-Medium";
    font-size: 20px;
    margin-bottom: 16px;
}


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

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

.post-content-section__share-btn--email svg:hover path {
    stroke: #EA4336;
    fill: white;
    transition: 0.3s;
}
.post-content-section__content h2 {
font-family: "EightiesComeback-SemiBold";
    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: "Moderat-SemiBold";
    line-height: 1.3;
    font-size: 26px;
    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;
}
.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: "EightiesComeback-Bold";
    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: "Moderat-Light";
    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;
}
@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 {
    order: 1;
    margin-bottom: 0;
}

.blog-post-mobile-title {
    display: block;
    font-size: 26px;
    width: 100%;
line-height: 1.4;
    font-family: "EightiesComeback-Bold";
    color: #061AAF;
    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;
    }
}