@font-face {
    font-family: 'Penumbra Flare Std';
    src: url('/assets2022/PenumbraFlareStd-Light.eot');
    src: url('/assets2022/PenumbraFlareStd-Light.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/PenumbraFlareStd-Light.woff2') format('woff2'),
    url('/assets2022/PenumbraFlareStd-Light.woff') format('woff'),
    url('/assets2022/PenumbraFlareStd-Light.ttf') format('truetype'),
    url('/assets2022/PenumbraFlareStd-Light.svg#PenumbraFlareStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Penumbra Flare Std';
    src: url('/assets2022/PenumbraFlareStd-Regular.eot');
    src: url('/assets2022/PenumbraFlareStd-Regular.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/PenumbraFlareStd-Regular.woff2') format('woff2'),
    url('/assets2022/PenumbraFlareStd-Regular.woff') format('woff'),
    url('/assets2022/PenumbraFlareStd-Regular.ttf') format('truetype'),
    url('/assets2022/PenumbraFlareStd-Regular.svg#PenumbraFlareStd-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Penumbra Flare Std';
    src: url('/assets2022/PenumbraFlareStd-Semibold.eot');
    src: url('/assets2022/PenumbraFlareStd-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/PenumbraFlareStd-Semibold.woff2') format('woff2'),
    url('/assets2022/PenumbraFlareStd-Semibold.woff') format('woff'),
    url('/assets2022/PenumbraFlareStd-Semibold.ttf') format('truetype'),
    url('/assets2022/PenumbraFlareStd-Semibold.svg#PenumbraFlareStd-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Penumbra Flare Std';
    src: url('/assets2022/PenumbraFlareStd-Bold.eot');
    src: url('/assets2022/PenumbraFlareStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/PenumbraFlareStd-Bold.woff2') format('woff2'),
    url('/assets2022/PenumbraFlareStd-Bold.woff') format('woff'),
    url('/assets2022/PenumbraFlareStd-Bold.ttf') format('truetype'),
    url('/assets2022/PenumbraFlareStd-Bold.svg#PenumbraFlareStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

#humangate2022-overlay {
    background: url('../assets2022/hero2022.jpg') no-repeat;
    background-color: #0e0e0e;
    background-size: 100% auto;
    background-position: top center;
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}

.band.band-nw1.new2022 {
    background-image: url("/assets2022/AM_Cover_FriendshipCalling.jpg");
}

#humangate2022-video-mobile.mobile {
    display: none;
}
#humangate2022-video {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 100%;
    height: 70vw;
}

#humangate2022-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(0, 0, 0, .4); */
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.loader2022-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}
#humangate2022-overlay.gone {
    opacity: 0;
}

#humangate2022-overlay > div {
    text-align: center;
    color: white;
}

#humangate2022-overlay > div button {
    color: black;
}

.hero2022-logo {
    position: fixed;
    top: 35px;
    width: 234px;
    height: auto;
    left: 50%;
    margin-left: -117px;
}

#bottle-loader { width: 128px; }
#bottle-loader g g { opacity: 0; }
#bottle-loader.animate g g { animation: bottle_lines .7s ease-in-out; animation-fill-mode: forwards;}
#bottle-loader #l1 { /* animation-delay: 0; */ }
#bottle-loader #l2 { animation-delay: .07s;}
#bottle-loader #l3 { animation-delay: .14s; }
#bottle-loader #l4 { animation-delay: .21s; }
#bottle-loader #l5 { animation-delay: .28s; }
#bottle-loader #l6 { animation-delay: .35s; }
#bottle-loader #l7 { animation-delay: .42s; }
#bottle-loader #l8 { animation-delay: .49s; }
#bottle-loader #l9 { animation-delay: .56s; }
#bottle-loader #l10 { animation-delay: .63s; }
#bottle-loader #l11 { animation-delay: .70s; }
#bottle-loader #l12 { animation-delay: .77s; }
#bottle-loader #l13 { animation-delay: .84s; }
#bottle-loader #l14 { animation-delay: .91s; }
#bottle-loader #l15 { animation-delay: .98s; }
#bottle-loader #l16 { animation-delay: 1.06s; }
#bottle-loader #l17 { animation-delay: 1.14s; }
#bottle-loader #l18 { animation-delay: 1.21s; }
#bottle-loader #l19 { animation-delay: 1.29s; }
#bottle-loader #l20 { animation-delay: 1.35s; }
#bottle-loader #l21 { animation-delay: 1.42s; }
#bottle-loader #l22 { animation-delay: 1.49s; }
#bottle-loader.animate2 {
    animation: bottle_ending .2s ease-in-out infinite;
}
@keyframes bottle_lines {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes bottle_ending {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#hero2022-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    background-color: #000000;
}

#hero2022-container h1 {
    font-family: "Penumbra Flare Std", sans-serif;
    font-weight: bold;
    font-size: 43px;
    margin: 0 0 40px 0;
    padding: 0;
}
#hero2022-container .color-yellow {
    color: #fceeba;
}
#hero2022-container p {
    font-family: Raleway, sans-serif;
    font-size: 22px;
}
#hero2022-container button {
    border: 1px solid #fceeba;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    color: #fceeba!important;
    border-radius: 0;
    width: 204px;
    height: 59px;
    background: transparent;
}
#hero2022-container button:hover {
    background: #fceeba;
    color: #3E2622!important;
}
#hero2022-container button.active {
    background: #fceeba;
    color: #3E2622!important;
}

.ctasmall.download {
    background: url(/assets2022/download.png) no-repeat;
    background-position: 95%;
    padding-right: 51px;
    background-size: auto 24px;
}
.cta.download {
    padding: 5px 51px 5px 10px;
    background: url(/assets2022/download.png) no-repeat;
    background-position: 95%;
    padding-right: 51px;
    background-size: auto 24px;
}

@keyframes gg-bar {
    10% {box-shadow: inset 0 -4px 0}
    30% {box-shadow: inset 0 -10px 0}
    60% {box-shadow: inset 0 -6px 0}
    80% {box-shadow: inset 0 -8px 0}
    to {box-shadow: inset 0 -2px 0}
}
.gg-loadbar-sound,
.gg-loadbar-sound::after,
.gg-loadbar-sound::before {
    display: block;
    box-sizing: border-box;
    width: 2px;
    height: 12px;
    box-shadow: inset 0 -12px 0;
    animation: gg-bar 1.3s ease infinite alternate;
}
.gg-loadbar-sound {
    position: relative;
    transform: scale(var(--ggs,1));
    color: #fceeba;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.gg-loadbar-sound::after,
.gg-loadbar-sound::before {
    content: "";
    position: absolute;
    bottom: 0
}
.gg-loadbar-sound::before {
    left: -4px;
    animation-delay: -2.4s
}
.gg-loadbar-sound::after {
    right: -4px;
    animation-delay: -3.7s
}

#videoNW1 .video-close,
#videoNW1 .video-audio {
    top: 65px;
}

.humanspirit-first.h12022,
.band.band-nw1 h1.humanspirit-first {
    font-family: 'Penumbra Flare Std', sans-serif !important;
    font-weight: bold;
    text-transform: uppercase !important;
}

@media screen and (max-width: 915px) {
    #humangate2022-overlay {
        background: none; /*url('../assets2022/hero2022_mobile2.jpg') no-repeat;*/
        background-size: auto 100vh;
        background-position: left;
    }
    #hero2022-container h1 {
        font-size: 30px;
    }
    #hero2022-container p {
        font-size: 17px;
    }
    #hero2022-container button {
        width: 144px;
        height: 48px;
    }
    #humangate2022-video.desktop {
        display: none;
    }
    #humangate2022-video-mobile.mobile {
        display: block;
        min-width: 100vw;
        min-height: auto;
        width: auto;
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
    }
}