/* zh-hans + zh-hant + ja */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;500&amp;display=swap");

/* for russian */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,500&amp;display=swap");

@font-face {
    font-family: APTimes;
    src: url('../woff2/timesnow-extralightitalic.woff2') format('woff2'),
         url('../woff/timesnow-extralightitalic-3.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: APHelvetica;
    src: url('../woff2/helveticaneueltcom-ultlt.woff2') format('woff2'),
         url('../woff/helveticaneueltcom-ultlt.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: APHelvetica;
    src: url('../woff2/helveticaneueltcom-th.woff2') format('woff2'),
         url('../woff/helveticaneueltcom-th.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: APHelvetica;
    src: url('../woff2/helveticaneueltcom-lt.woff2') format('woff2'),
         url('../woff/helveticaneueltcom-lt.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: APHelvetica;
    src: url('../woff2/helveticaneueltcom-md.woff2') format('woff2'),
         url('../woff/helveticaneueltcom-md.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: MyriadPro;
    src: url('../woff2/myriadprolightitalic.woff2') format('woff2'),
         url('../woff/myriadprolightitalic.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: MyriadPro;
    src: url('../woff2/myriadprosemibold.woff2') format('woff2'),
         url('../woff/myriadprosemibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

body, html, #Stage {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -ms-content-zooming: none;
    -ms-touch-action: none;
    touch-action: none;
    background: #02040a;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ios, .ios body, .ios #Stage {
    overflow: visible;
}
.ios, .mob {
    position: relative;
    height: 100vh;
}

.GLA11y {
    position: absolute;
    width: 0;
    height: 100%;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

#Stage {
    color: #ffffff;
    font-family: APHelvetica;
    font-weight: 400;
    font-style: normal;
    top: 0;
    left: 0;
}

#Stage, #Stage * {
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;

    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
}

#Stage * input, #Stage * textarea {
    -moz-user-select: auto;
    -webkit-user-select: auto;
    -o-user-select: auto;
    -ms-user-select: auto;
    -webkit-tap-highlight-color: auto;
}

#Stage br, #Stage span {
    position: relative;
}

.feature-detects {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 100vh;
    clip: rect(0 0 0 0);
}

@supports (--css: variables) and (padding: env(safe-area-inset-bottom)) {
    .feature-detects {
        --safe-area-inset-top: env(safe-area-inset-top);
        --safe-area-inset-right: env(safe-area-inset-right);
        --safe-area-inset-bottom: env(safe-area-inset-bottom);
        --safe-area-inset-left: env(safe-area-inset-left);
    }
}

#ap-header {
    transition: all .4s;
    display: none;
}

#ap-header.solid {
    background: rgba(3, 7, 17, 0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.VideoTextures video {
    width: 200px;
    height: auto;
}

.bc-player .vjs-dock-text > *,
.bc-player .vjs-control-bar > * {
    position: relative !important;
}
.bc-player .vjs-control-text {
    position: absolute !important;
}
.bc-player .vjs-control-bar .vjs-progress-control {
    position: absolute !important;
}
.bc-player .vjs-dock-text {
    display: none;
}
.bc-player .vjs-control-bar {
    background: rgba(3, 7, 17, 0.4);
}
.bc-player .vjs-progress-holder {
    width: 100%;
}

.bc-player .vjs-play-progress{
    background: #367bff;
}
.bc-player .vjs-volume-level {
    background: white;
}
.bc-player .vjs-menu.vjs-contextmenu-ui-menu {
    display: none;
}

.bc-player.video-js .vjs-control:focus:before,
.bc-player.video-js .vjs-control:hover:before,
.bc-player.video-js .vjs-control:focus {
    text-shadow: none;
}