#xyz-splash-screen {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222222;
    z-index: 99999;
    pointer-events: none;
}

#xyz-splash-screen .center {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#xyz-splash-screen .logo {
    width: 128px;
    margin: 0 auto;
}

#xyz-splash-screen .logo img {
    filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}

#xyz-splash-screen .spinner-wrapper {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100px;
    height: 100px;
}

#xyz-splash-screen .spinner-wrapper .spinner {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin-left: -50px;
    animation: outer-rotate 2.91667s linear infinite;
}

#xyz-splash-screen .spinner-wrapper .spinner .inner {
    width: 100px;
    height: 100px;
    position: relative;
    animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

#xyz-splash-screen .spinner-wrapper .spinner .inner .gap {
    position: absolute;
    left: 49px;
    right: 49px;
    top: 0;
    bottom: 0;
    border-top: 10px solid;
    box-sizing: border-box;
}

#xyz-splash-screen .spinner-wrapper .spinner .inner .left,
#xyz-splash-screen .spinner-wrapper .spinner .inner .right {
    position: absolute;
    top: 0;
    height: 100px;
    width: 50px;
    overflow: hidden;
}

#xyz-splash-screen .spinner-wrapper .spinner .inner .left .half-circle,
#xyz-splash-screen .spinner-wrapper .spinner .inner .right .half-circle {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 10px solid #FEBD3B;
    border-bottom-color: transparent;
    border-radius: 50%;
}

#xyz-splash-screen .spinner-wrapper .spinner .inner .left {
    left: 0;
}

#xyz-splash-screen .spinner-wrapper .spinner .inner .left .half-circle {
    left: 0;
    border-right-color: transparent;
    animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
    -webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

#xyz-splash-screen .spinner-wrapper .spinner .inner .right {
    right: 0;
}

#xyz-splash-screen .spinner-wrapper .spinner .inner .right .half-circle {
    right: 0;
    border-left-color: transparent;
    animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
    -webkit-animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

@keyframes outer-rotate {
    0% {
        transform: rotate(0deg) scale(0.5);
    }
    100% {
        transform: rotate(360deg) scale(0.5);
    }
}

@keyframes left-wobble {
    0%, 100% {
        transform: rotate(130deg);
    }
    50% {
        transform: rotate(-5deg);
    }
}

@keyframes right-wobble {
    0%, 100% {
        transform: rotate(-130deg);
    }
    50% {
        transform: rotate(5deg);
    }
}

@keyframes sporadic-rotate {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    100% {
        transform: rotate(1080deg);
    }
}

@font-face {
    font-family: 'Faune';
    src:    url('eot/Faune-Display_Black.eot');
    src:    url('eot/Faune-Display_Black.eot?#iefix') format('embedded-opentype'),
    url('woff/Faune-Display_Black.woff') format('woff'),
    url('woff2/Faune-Display_Black.woff2') format('woff2'),
    url('ttf/Faune-Display_Black.ttf') format('truetype'),
    url('svg/Faune-Display_Black.svg#svgFontName') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Faune';
    src:    url('eot/Faune-Display_Bold_Italic.eot');
    src:    url('eot/Faune-Display_Bold_Italic.eot?#iefix') format('embedded-opentype'),
    url('woff/Faune-Display_Bold_Italic.woff') format('woff'),
    url('woff2/Faune-Display_Bold_Italic.woff2') format('woff2'),
    url('ttf/Faune-Display_Bold_Italic.ttf') format('truetype'),
    url('svg/Faune-Display_Bold_Italic.svg#svgFontName') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Faune';
    src:    url('eot/Faune-Display_Thin.eot');
    src:    url('eot/Faune-Display_Thin.eot?#iefix') format('embedded-opentype'),
    url('woff/Faune-Display_Thin.woff') format('woff'),
    url('woff2/Faune-Display_Thin.woff2') format('woff2'),
    url('ttf/Faune-Display_Thin.ttf') format('truetype'),
    url('svg/Faune-Display_Thin.svg#svgFontName') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Faune';
    src:    url('eot/Faune-Text_Bold.eot');
    src:    url('eot/Faune-Text_Bold.eot?#iefix') format('embedded-opentype'),
    url('woff/Faune-Text_Bold.woff') format('woff'),
    url('woff2/Faune-Text_Bold.woff2') format('woff2'),
    url('ttf/Faune-Text_Bold.ttf') format('truetype'),
    url('svg/Faune-Text_Bold.svg#svgFontName') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Faune';
    src:    url('eot/Faune-Text_Italic.eot');
    src:    url('eot/Faune-Text_Italic.eot?#iefix') format('embedded-opentype'),
    url('woff/Faune-Text_Italic.woff') format('woff'),
    url('woff2/Faune-Text_Italic.woff2') format('woff2'),
    url('ttf/Faune-Text_Italic.ttf') format('truetype'),
    url('svg/Faune-Text_Italic.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Faune';
    src:    url('eot/Faune-Text_Regular.eot');
    src:    url('eot/Faune-Text_Regular.eot?#iefix') format('embedded-opentype'),
    url('woff/Faune-Text_Regular.woff') format('woff'),
    url('woff2/Faune-Text_Regular.woff2') format('woff2'),
    url('ttf/Faune-Text_Regular.ttf') format('truetype'),
    url('svg/Faune-Text_Regular.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

.faune
{
    font-family: 'Faune', sans-serif;
}