/* .page-template-page-knowledge-hub div#page-content {
    margin-top: 63px !important;
} */
.author #page-content {
    overflow: hidden;
}

.kh-author-hero {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 0px 20px;
        max-width: calc(1240px + 200px);
        margin: 0 auto;
        width: 100%;
        padding: 63px 100px 0px 100px;
    }
    .kh-author-hero .details {
        grid-column: span 6;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .kh-author-hero .heading {
        color: var(--Sabre-Purple, #4B08A1);
        font-family: Poppins;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.528px;
        margin: 0;
    }
    .kh-author-hero .title {
        color: var(--Sabre-Purple, #4B08A1);
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
        letter-spacing: -0.176px;
        margin: 0;
        margin-top: 12px;
    }
    .kh-author-hero .line {
        height: 1px;
        background: var(--Sabre-Blue, #00AFFE);
        width: 100%;
        margin: 0;
        margin-top: 34px;
        border: none;
    }
    .kh-author-hero .linkedin-wrapper {
        display: flex;
        gap: 9px;
        align-items: center;
        justify-content: flex-start;
        margin-top: 16px;
    }
    .kh-author-hero .linkedin-heading {
        color: var(--Sabre-Purple, #4B08A1);
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 19.6px */
        letter-spacing: -0.154px;
        margin: 0;
        text-decoration: none;
    }
    .kh-author-hero .profile-picture {
        grid-column: span 3;
        justify-self: flex-end;
        width: 250px;
        height: 250px;
        object-fit: contain;
    }

    @media (max-width: 850px) {
        .kh-author-hero {
            display: flex;
            gap: 27px;
            padding: 0px 25px;
            padding-top: 50px;
        }
        .kh-author-hero .details {
            order: 2;
        }
        .kh-author-hero .profile-picture {
            order: 1;
            width: 81px;
            height: 81px;
        }
        .kh-author-hero .heading {
            font-size: 20px;
            line-height: 150%; /* 30px */
            letter-spacing: -0.22px;
        }
        .kh-author-hero .title {
            font-size: 14px;
            line-height: 150%; /* 21px */
            letter-spacing: -0.154px;
            margin-top: 4px;
        }
        .kh-author-hero .line {
            margin-top: 21px;
        }
    }

.kh-author-content {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 0px 20px;
        max-width: calc(1240px + 200px);
        margin: 0 auto;
        width: 100%;
        padding: 0px 100px;
        margin-top: 50px;
    }
    .kh-author-content .author-roles {
        display: flex;
        gap: 10px;
        list-style: none;
        grid-column: span 6;
    }
    .kh-author-content .author-role {
        display: inline-flex;
        height: 21px;
        padding: 3px 10px;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex-shrink: 0;
        border-radius: 4px;
        border: 1px solid var(--Sabre-Purple-2, #F0FAFF);
        background: var(--Sabre-Purple-2, #F0FAFF);
        color: var(--Sabre-Purple, #4B08A1);
        text-align: center;
        font-family: Poppins;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 15px */
        letter-spacing: -0.11px;
        margin: 0 !important;
    }
    .kh-author-content .author-role:before {
        display: none !important;
    }
    .kh-author-content .bio {
        grid-column: 1 / span 8;
        margin-top: 25px;
    }
    .kh-author-content .bio p {
        color: var(--Sabre-Purple, #4B08A1);
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 33.6px */
        letter-spacing: -0.264px;
    }
    @media (max-width: 850px) {
        .kh-author-content {
            padding: 0px 25px;
            margin-top: 35px;
        }
        .kh-author-content .bio {
            grid-column: span 12;
            margin-top: 19px;
        }
        .kh-author-content .author-roles {
            gap: 5px 10px;
            grid-column: span 12;
            flex-wrap: wrap;
        }
        .kh-author-content .bio p {
            font-size: 18px;
            line-height: 140%; /* 25.2px */
            letter-spacing: -0.198px;
        }
    }

/* Author Insights */
.kh_author_insights {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    margin-top: 100px;
}
.kh_author_insights_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: calc(1240px + 200px);
    margin: 0 auto;
    width: 100%;
    padding: 0px 100px;
    position: relative;
    margin-bottom: 20px;
}
.kh_author_insights_top_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    border-top: 1px solid var(--Sabre-Blue, #00AFFE);
    padding-top: 13px;
}
.kh_author_insights_heading_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.kh_author_insights_heading_line {
    width: 4px;
    height: 20px;
    background: var(--Sabre-Blue, #00AFFE);
}
.kh_author_insights_heading {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.264px;
    margin-bottom: 0;
}
.kh_author_insights_link_wrapper-mobile {
    display: none;
}
.kh_author_insights_link {
    color: var(--Sabre-Blue, #00AFFE);
    text-align: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.154px;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    margin-bottom: 5px;
    display: block;
}

.kh_author_insights .swiper {
    width: 100%;
    position: relative;
}
.kh_author_insights .swiper {
    max-width: calc(1240px + 200px);
    width: 100%;
    padding: 0 100px;
    position: relative;
    margin: 0 auto;
}
@media (min-width: 1400px) {
    .kh_author_insights .swiper  {
        max-width: 1240px;
        overflow: hidden;
        padding: 0;
    }
}
@media (max-width: 850px) {
    .kh_author_insights .swiper {
        padding-left: 25px;
        padding-right: 0px;
    }
}



.kh_author_insights .swiper-wrapper {
    display: flex;
}
.kh_author_insights_slide {
    text-decoration: none;
}
.kh_author_insights .swiper-slide {
    display: flex;
    width: 295px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    aspect-ratio: 295.00/166.26;
    flex-direction: column;
    height: fit-content;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.kh_author_insights_slide:hover .kh_author_insights_slide_img {
    transform: scale(1.05);
}
.kh_author_insights_slide:hover .kh_author_insights_slide_title {
    color: var(--Sabre-Blue, #00AFFE);
}
.kh_author_insights_slide_img-wrapper {
    overflow: hidden;
}
.kh_author_insights_slide_img {
    display: flex;
    width: 100%;
    aspect-ratio: 295.00/166.26;
    background: var(--Sabre-Blue-2, #EAF9FF);
    object-fit: cover;
    transition: .45s;
    cursor: pointer;
}
.kh_author_insights_slide_content {
    padding-right: 20px;
}
.kh_author_insights_slide_date {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 19.2px */
    margin-top: 14px;
}
.kh_author_insights_slide_title {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.176px;
    margin-top: 3px;
    transition: color 0.45s ease;
    margin-bottom: 0;
}
.kh_author_insights_slide_tags {
    margin-top: 19px;
    display: flex;
    gap: 5px;
}
.kh_author_insights_slide_tag {
    display: inline-flex;
    height: 21px;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--Sabre-Purple-2, #F0FAFF);
    background: var(--Sabre-Purple-2, #F0FAFF);
    color: var(--Sabre-Purple, #4B08A1);
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 15px */
    letter-spacing: -0.11px;
    text-decoration: none;
}
.kh_author_insights_swiper-button {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 18px 17px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 1px solid var(--Sabre-Blue, #00AFFE);
    background: var(--Sabre-White, #FFF);
    cursor: pointer;
    transition: background 0.3s ease;
    transform: translateZ(0); /* triggers GPU rendering */
    will-change: transform;
}
.kh_author_insights_swiper-button:hover {
    background: var(--Sabre-Blue, #00AFFE);
}
.kh_author_insights_swiper-button:hover svg path {
    fill: #ffffff;
}
.kh_author_insights_swiper-button-prev {
    position: absolute;
    left: 70px;
    top: 126px;
    z-index: 2;
}
.kh_author_insights_swiper-button-next {
    position: absolute;
    right: 70px;
    top: 126px;
    z-index: 2;
}
@media (max-width: 850px) {
    .kh_author_insights {
        margin-top: 59px;
    }
    .kh_author_insights_top {
        padding: 0 25px 0 0;
        margin-left: 25px;
        border-top: 1px solid var(--Sabre-Blue, #00AFFE);
    }
    .kh_author_insights_top_inner {
        border-top: none;
        padding-top: 9px;
    }
    .kh_author_insights_heading {
        font-size: 18px;
    }
    .kh_author_insights_link_wrapper-desktop {
        display: none;
    }
    .kh_author_insights_link_wrapper-mobile {
        display: flex;
        flex-direction: row;
        padding: 0 25px;
        margin-top: 30px;
    }
    .kh_author_insights_swiper-button {
        display: none;
    }
    .kh_author_insights_slide_date {
        font-size: 10px;
    }
    .kh_author_insights_slide_title {
        font-size: 16px;
    }
    .kh_author_insights_slide_tag {
        margin-top: 12px;
    }
}

.kh_author_insights_swiper-button-prev.swiper-button-disabled,
.kh_author_insights_swiper-button-next.swiper-button-disabled {
  display: none;
}

.kh_ask-an-expert {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 100px;
    max-width: calc(1240px + 200px);
    margin: 0 auto;
    margin-top: 49px;
}
.kh_ask-an-expert_inner {
    display: flex;
    gap: 25px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--Sabre-Purple, #4B08A1);
    padding-top: 30px;
    padding-bottom: 42px;
    flex-wrap: wrap;
}
.kh_ask-an-expert_heading {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 63px */
    letter-spacing: -0.462px;
    min-width: fit-content;
    margin-bottom: 0;
}
.kh_ask-an-expert_links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 78px;
    justify-content: flex-end;
}
.kh_ask-an-expert_link {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.22px;
    text-decoration: none;
    min-width: fit-content;
    transition: .2s ease;
}
.kh_ask-an-expert_link:hover {
    color: var(--Sabre-Blue, #00AFFE);
}
.kh_ask-an-expert_link span {
    color: var(--Sabre-Blue, #00AFFE);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -0.22px;
}
.kh_ask-an-expert_btn {
    display: inline-flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Sabre-Blue, #00AFFE);
    color: var(--Sabre-White, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.176px;
    text-decoration: none;
    transition: .5s ease;
    min-width: fit-content;
}
.kh_ask-an-expert_btn:hover {
    opacity: .5;
}

@media (max-width: 850px) {
    .kh_ask-an-expert {
        padding: 0px 25px;
        /* margin-top: 39px; */
    }
    .kh_ask-an-expert_inner {
        padding-top: 17px;
        padding-bottom: 30px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1px;
    }
    .kh_ask-an-expert_heading {
        font-size: 24px;
        letter-spacing: -0.264px;
    }
    .kh_ask-an-expert_links {
        gap: 15px;
        justify-content: space-between;
        width: 100%;
    }
    .kh_ask-an-expert_link {
        font-size: 16px;
    }
}

.kh_newsletter {
    background: var(--Sabre-Purple-2, #F0FAFF);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    padding-top: 46px;
    padding-bottom: 50px;
}
.kh_newsletter_inner {
    display: flex;
    gap: 46px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 100px;
    max-width: calc(1240px + 200px);
}
.kh_newsletter_heading-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.kh_newsletter_heading_line {
    width: 4px;
    height: 20px;
    background: var(--Sabre-Blue, #00AFFE);
}
.kh_newsletter_heading {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.264px;
    min-width: fit-content;
    margin-bottom: 0;
}

@media (max-width: 850px) {
    .kh_newsletter {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .kh_newsletter_inner {
        padding: 0px 25px;
    }
    .kh_newsletter_heading {
        font-size: 18px;
    }
}

/* New styles Dec 24 */
                        .sb_newsletter {
                            background: #f5f5f5;
                            color: #4b08a1;
                        }
                        .sb_newsletter .fd-form-control {
                            border-radius: 0px !important;
                        }
                        .sb_newsletter .ff-65dfbb5f169219458e8a539d__footer {
                            width: fit-content;
                        }
                        .sb_newsletter .fd-btn {
                            border-radius: 0px !important;
                            width: fit-content !important;
                        }
                        .sb_newsletter.false {
                            display: block !important;
                        }
                        .sb_newsletter.true {
                            display: none !important;
                        }
                        .sb_newsletter_white {
                            background: #ffffff;
                        }
                        .sb_newsletter_blue {
                            background: #00a6e4;
                            color: #ffffff;
                        }
                        .sb_newsletter_blue .fd-form-control {
                            color: #ffffff !important;
                            border: 1px solid #ffffff !important;
                        }
                        .sb_newsletter_blue .fd-form-label {
                            color: #ffffff !important;
                        }
                        .sb_newsletter_blue .fd-btn {
                            background: #4b08a1 !important;
                        }
                        .sb_newsletter_purple {
                            background: #4b08a1;
                            color: #ffffff;
                        }
                        .sb_newsletter_purple .fd-form-control {
                            color: #ffffff !important;
                            border: 1px solid #ffffff !important;
                        }
                        .sb_newsletter_purple .fd-form-label {
                            color: #ffffff !important;
                        }
                        .sb_newsletter_purple .fd-btn {
                            background: #00a6e4 !important;
                        }

                        .sb_newsletter .ff-65dfbb5f169219458e8a539d__title {
                            display: none !important;
                        }
                        .sb_newsletter .ff-65dfbb5f169219458e8a539d__subtitle {
                            display: none !important;
                        }
                        .sb_newsletter .heading-cell {
                            grid-column-end: span 5;
                        }
                        .sb_newsletter .heading-cell p {
                            margin-top: 25px;
                        }
                        .sb_newsletter .text-cell {
                            grid-column-start: 8;
                            grid-column-end: span 5;
                        }
                        .sb_newsletter .ff-65dfbb5f169219458e8a539d__form {
                            padding: 0 !important;
                        }
                        .sb_newsletter .ff-65dfbb5f169219458e8a539d__container {
                            margin: 0 !important;
                        }

                        @media (max-width: 767px) {
                            .sb_newsletter .header-container {
                                grid-template-columns: 1fr;
                            }
                            .sb_newsletter .text-cell {
                                grid-column-start: 1;
                            }
                            .sb_newsletter .heading-cell{
                                max-width: 75%;
                            }
                        }
