.overview_tabs_sect {
    background-color: #1E1E1E;
    color: #ffffff;
}
.overview_tabs_sect:not(.padding_top_off) {
    padding-top: 5em;
}
.overview_tabs_sect .sect_title {
    color: inherit;
}
.overview_tabs_sect .description {
    text-align: center;
    color: #D1D5DB;
    font-size: 1.125em;
    line-height: 1.56;
    margin: 0 0 2.22em;
}
.overview_tabs_sect .tabs {
    display: flex;
    flex-direction: row-reverse;
}
.overview_tabs_sect .tabs_nav {
    width: 35%;
    box-sizing: border-box;
    list-style-type: none;
    padding: 0 0 0 10%;
    margin: 0;
    text-align: right;
}
.overview_tabs_sect .tabs_nav a {
    font-weight: 600;
    color: #D1D5DB;
    text-transform: uppercase;
    font-feature-settings: 'salt' on;
    padding: 1.25em 0;
    display: inline-block;
    border-bottom: 0.125em dashed transparent;
    transition-property: color, border-bottom-color;
    transition-duration: 0.3s;
}
.overview_tabs_sect .tabs_nav a:hover {
    color: #ffffff;
}
.overview_tabs_sect .tabs_nav li.active a {
    color: #ffffff;
    border-bottom-color: #00B8FC;
}
.overview_tabs_sect .tab_panels {
    width: 65%;
}
.overview_tabs_sect .tab_panel {
    padding: 0 1px;
    box-sizing: border-box;
}
.overview_tabs_sect .tab_content {
    color: #D1D5DB;
    user-select: text;
}
.overview_tabs_sect .tab_content:not(:last-child) {
    margin-bottom: 2.5em;
}
.overview_tabs_sect .tab_content h1,
.overview_tabs_sect .tab_content h2,
.overview_tabs_sect .tab_content h3,
.overview_tabs_sect .tab_content h4,
.overview_tabs_sect .tab_content h5,
.overview_tabs_sect .tab_content h6 {
    color: #ffffff;
}
.overview_tabs_sect .logos {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625em;
}
.overview_tabs_sect .logo {
    box-sizing: border-box;
    margin: 0.625em;
    width: calc(100%/3 - 1.25em - 1px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.overview_tabs_sect .logos_in_row_4 .logo {
    width: calc(100%/4 - 1.25em - 1px);
}
.overview_tabs_sect .logo_img {
    /*max-height: 5em;*/
    max-width: 100%;
    display: block;
}
.overview_tabs_sect .logo_img:not(:last-child) {
    margin-bottom: 1.25em;
}
.overview_tabs_sect .logo_caption {
    font-size: 0.875em;
}
.overview_tabs_sect .richtext a {
    color: #00B8FC;
    text-decoration: underline;
}
.overview_tabs_sect .richtext a:hover {
    text-decoration: none;
}
@media(max-width: 1199px) {
    .overview_tabs_sect .tabs {
        display: block;
    }
    .overview_tabs_sect .tabs_nav {
        width: auto;
        padding: 0;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        margin: -0.25em -0.5em 1em;
        font-size: 0.875em;
    }
    .overview_tabs_sect .tabs_nav li {
        margin: 0.25em 0.5em;
    }
    .overview_tabs_sect .tabs_nav a {
        padding: 0.5em 0;
    }
    .overview_tabs_sect .tab_panels {
        width: 100%;
    }
    .overview_tabs_sect .tab_panels .slick-track {
        align-items: flex-start;
    }
}