body,
html {
    overflow: visible;
}

.podcasts_hero_section {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 55px;
}

.podcasts_hero_section .podcasts_hero_section_container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}

.podcasts_hero_section .podcasts_hero_section_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
}

.podcasts_hero_section .podcasts_hero_section_inner_title {
    color: #F4F0ED;
    text-align: right;
    font-family: 'Satoshi';
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.podcasts_hero_section .podcasts_hero_section_inner_description {
    color: #FFF;
    text-align: center;
    font-family: "Alliance No.1";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.podcasts_hero_section .podcasts_hero_section_inner_links {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.podcasts_hero_section .podcasts_hero_section_inner_links_link {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #2B7272;
    text-decoration: none;
    width: fit-content;
}

.podcasts_hero_section .podcasts_hero_section_inner_links_link:hover {
    background: #1E5C5C;
    text-decoration: none;
}

.podcasts_hero_section .podcasts_hero_section_inner_links_link img {
    max-width: 22px;
}

.podcasts_hero_section .podcasts_hero_section_inner_links_link span {
    color: #FFF;
    font-family: "Satoshi" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.podcasts_lastest_section {
    margin-top: 115px;
    margin-bottom: 60px;
}

.podcasts_lastest_section .podcasts_lastest_section_title {
    margin-bottom: 60px;
    color: #16000A;
    font-family: "Satoshi";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-align: center;
}

.podcasts_lastest_section .podcasts_lastest_section_videos {
    display: flex;
    flex-direction: row;
    gap: 76px;
}

.podcasts_lastest_section .podcasts_lastest_section_videos_video {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.podcasts_lastest_section .podcasts_lastest_section_videos_video_title {
    color: #000;
    text-align: center;
    font-family: "Satoshi";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.podcasts_lastest_section .podcasts_lastest_section_videos_video_video iframe {
    width: 300px;
    height: 170px;
}

.podcasts_categories {
    margin-top: 60px;
    margin-bottom: 60px;
}

.podcasts_categories .podcasts_categories_category {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
    align-items: center;
}

.podcasts_categories .podcasts_categories_category_title {
    color: #16000A;
    font-family: "Satoshi";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.podcasts_categories .podcasts_categories_category_description {
    color: #16000A;
    text-align: center;
    font-family: "Satoshi";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.podcasts_categories .podcasts_categories_podcasts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 60px;
}

.podcasts_categories .podcasts_categories_podcasts .podcasts_categories_podcasts_block_description {
    padding: 0 24px 24px 24px;
    background-color: #fff;
    display: none;
    color: #3B3B3B;
    font-family: "Satoshi";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.podcasts_categories .podcasts_categories_podcasts .podcasts_categories_podcasts_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
}

.podcasts_categories .podcasts_categories_podcasts_right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.podcasts_categories .podcasts_categories_podcasts_right .podcasts_categories_podcasts_right_top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.podcasts_categories .podcasts_categories_podcasts_right .podcasts_categories_podcasts_right_top_date {
    color: #7C7C7C;
    font-family: "Alliance No.1";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100.9%;
    text-transform: uppercase;
}

.podcasts_categories .podcasts_categories_podcasts_right .podcasts_categories_podcasts_right_top_title {
    color: #16000A;
    font-family: "Satoshi";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.podcasts_categories .podcasts_categories_podcasts_right .podcasts_categories_podcasts_right_bottom {
    display: flex;
    flex-direction: row;
    gap: 8px;
    cursor: pointer;
}

.podcasts_categories .podcasts_categories_podcasts_right .podcasts_categories_podcasts_right_bottom .podcasts_categories_podcasts_right_bottom_svg {
    display: flex;
}

.podcasts_categories .podcasts_categories_podcasts_right .podcasts_categories_podcasts_right_bottom .podcasts_categories_podcasts_right_bottom_text {
    color: #16000A;
    font-family: "Satoshi";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.podcasts_categories .podcasts_categories_podcasts_right .podcasts_categories_podcasts_right_bottom:hover .podcasts_categories_podcasts_right_bottom_text {
    text-decoration: underline;
}

.podcasts_categories .podcasts_categories_podcasts_left {
    display: flex;
    align-items: center;
}

.podcasts_categories .podcasts_categories_podcasts_left .podcasts_categories_podcasts_left_video {
    color: #2B7272;
    font-family: "Alliance No.1";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.podcasts_categories .podcasts_categories_podcasts_left .podcasts_categories_podcasts_left_video:hover {
    text-decoration: underline;
}

.podcasts_categories_podcasts_watch_link_mobile {
    display: none;
}

.podcasts_categories .podcasts_categories_archive_holder {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 60px;
}

.podcasts_categories .podcasts_categories_archive_link {
    padding: 16px 20px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    text-decoration: none;
}

.podcasts_categories .podcasts_categories_archive_link:hover {
    background-color: #F6F6F6;
}

.podcasts_categories .podcasts_categories_archive_link_text {
    color: #2B7272;
    text-align: center;
    font-family: "Satoshi";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.podcasts_categories .podcasts_categories_archive_link_arrow {
    align-items: center;
    align-content: center;
}

.podcast_archive {
    position: relative;
    top: 65px;
}

.podcast_archive .podcast_archive_left_sticky {
    position: sticky;
    top: 18%;
}

.podcast_archive .podcast_archive_left_sticky .podcast_archive_left_sticky_block {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 8px;
    background: #FFF;
}

.podcast_archive .podcast_archive_left_sticky .podcast_archive_left_sticky_block .podcast_archive_left_sticky_block_title {
    color: #7C7C7C;
    font-family: "Satoshi";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.podcast_archive .section_scrol {
    scroll-margin-top: 65px;
}

.podcast_archive .podcast_archive_left_sticky .podcast_archive_left_sticky_block .podcast_archive_left_sticky_block_links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.podcast_archive .podcast_archive_left_sticky .podcast_archive_left_sticky_block .podcast_archive_left_sticky_block_links .podcast_archive_left_sticky_block_links_link {
    color: #2B7272;
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    cursor: pointer;
}

.podcast_archive .podcast_archive_left_sticky .podcast_archive_left_sticky_block .podcast_archive_left_sticky_block_links .podcast_archive_left_sticky_block_links_link:hover {
    text-decoration: underline;
}

.podcast_archive .podcasts_categories .podcasts_categories_category {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.podcast_archive .podcasts_categories .podcasts_categories_category_title {
    color: #16000A;
    font-family: "Satoshi";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.YouTubePopUp-Content {
    width: 80%;
}

@media (max-width: 576px) {
    .podcast_archive {
        top: 105px;
    }

    .podcasts_hero_section {
        height: 400px;
    }

    .podcasts_hero_section .podcasts_hero_section_inner_title {
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .podcasts_hero_section .podcasts_hero_section_inner_description {
        font-size: 14px;
    }

    .podcasts_hero_section .podcasts_hero_section_inner_links {
        flex-direction: column;
    }

    .podcasts_lastest_section {
        margin-top: 95px;
        margin-bottom: 40px;
    }

    .podcasts_lastest_section .podcasts_lastest_section_title {
        margin-bottom: 40px;
        font-size: 32px;
    }

    .podcasts_lastest_section .podcasts_lastest_section_videos {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .podcasts_lastest_section .podcasts_lastest_section_videos .podcasts_lastest_section_videos_column {
        padding: 0px;
    }

    .podcasts_lastest_section .podcasts_lastest_section_videos .podcasts_lastest_section_videos_column:first-child {
        margin-bottom: 40px;
    }

    .podcasts_lastest_section .podcasts_lastest_section_videos .podcasts_lastest_section_videos_video_video {
        text-align: center;
    }

    .podcasts_lastest_section .podcasts_lastest_section_videos_video_video iframe {
        width: 100%;
        height: 170px;
    }

    .podcasts_categories {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .podcasts_categories .podcasts_categories_category {
        margin-bottom: 40px;
    }

    .podcasts_categories .podcasts_categories_category_title {
        text-align: center;
        font-size: 32px;
    }

    .podcasts_categories .podcasts_categories_category_description {
        font-size: 16px;
    }

    .podcasts_categories .podcasts_categories_podcasts .podcasts_categories_podcasts_block {
        flex-direction: column;
        padding: 24px;
    }

    .podcasts_categories .podcasts_categories_podcasts_left {
        display: none;
    }

    .podcasts_categories_podcasts_watch_link_mobile {
        display: flex;
        background-color: #fff;
        padding: 0 24px 24px 24px;
        border-radius: 8px;
    }

    .podcasts_categories_podcasts_watch_link_mobile a {
        display: flex;
        padding: 8px 0px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 20px;
        background: #2B7272;
        text-decoration: none;
        color: #fff;
        width: 100%;
    }

    .fifth_section_about_us .col-md-4:first-child {
        display: none;
    }

    .fifth_section_about_us {
        padding-top: 0;
    }

    .fifth_section_about_us .fifth_section_newsletter_form {
        padding-top: 0;
    }

    .fifth_section_about_us .fifth_section_newsletter_form h2 {
        font-size: 32px;
    }

    .podcast_archive .podcast_archive_left_sticky {
        top: 108px;
    }

    .podcast_archive .podcasts_categories .podcasts_categories_category_title {
        font-size: 32px;
    }
}