body {
    font-family: TildaSans, "Arial", Roboto, "Open Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Cantarell, "Helvetica Neue";
}
.tlk-userbar, .tlk-menu, .tlk-popup, .tlk-switcher {
    font-family: TildaSans, "Arial", Roboto, "Open Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Cantarell, "Helvetica Neue";
}
[data-field="tlk-title"] {
    font-family: TildaSans, "Arial", Roboto, "Open Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Cantarell, "Helvetica Neue";
    font-weight: 600;
}
.t-skiplink {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    padding: 8px 10px;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    background-color: #c7d2e9;
    border: 1px solid #c7d2e9;
    border-radius: 8px;
    transform: translateY(-200px);
    transition: transform .3s ease;
}

.t-skiplink:focus {
    transform: translateY(20px);
}

#allrecords a.t-skiplink {
    color: #000000;
}
div.t-records {
    opacity: 1;
}
.logo_image_wrapper {
    display: flex;
    height: 50px;
}
.logo_image_wrapper img {
    height: auto;
}
#ms_logo {
    margin-left: 3px;
}
#gs_logo {
    margin-left: 40px;
}

@media screen and (max-width: 980px) {
    #rec558297460 .t446 {
        position: static;
    }
    .logo_image_wrapper {
        height: 30px;
    }
    #gs_logo {
        margin-left: 25px;
    }
}

#allrecords .t-text a,
#allrecords .t-descr a,
#allrecords .t-heading a,
#allrecords .t-title a,
#allrecords .t-impact-text a,
#allrecords .t-text-impact a,
#allrecords .t-name:not(.t-feed__parts-switch-btn) a:not(.t794__typo):not(.t-menusub__link-item):not(.t-card__link),
#allrecords .t-uptitle a {
    color: inherit;
    font-weight: inherit;
    border-bottom: 2px solid #f5914f;
    -webkit-box-shadow: inset 0px -1px 0px 0px #f5914f;
    -moz-box-shadow: inset 0px -1px 0px 0px #f5914f;
    box-shadow: inset 0px -1px 0px 0px #f5914f;
}

.t167 {
    border-bottom: 1px solid lightgray;
}

.video_conf {
    max-width: -moz-available;          /* WebKit-based browsers will ignore this. */
    max-width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    max-width: fill-available;
}