.wrap.svelte-112omnt {
    position: relative;
    max-height: 600px;
    width: 100%
}

.wrap.svelte-112omnt:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%
}

.content.svelte-112omnt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.content.svelte-112omnt>*+* {
    margin-left: 1em
}

.animate.svelte-112omnt:not(.no-animation-chromatic) {
    animation: svelte-112omnt-pulse 1s infinite
}

.animate.svelte-112omnt:not(.no-animation-chromatic):nth-child(2) {
    animation-delay: .1s
}

.animate.svelte-112omnt:not(.no-animation-chromatic):nth-child(3) {
    animation-delay: .2s
}

@keyframes svelte-112omnt-pulse {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.content-wrapper.svelte-16mkpty {
    position: relative
}

.content-wrapper.loading.svelte-16mkpty {
    min-height: calc(100vh - 60px)
}

.content-wrapper.loading.fullpage.svelte-16mkpty {
    position: fixed;
    top: var(--header-height);
    bottom: var(--mobile-footer-height);
    min-height: auto;
    left: 0;
    right: 0;
    background: var(--grey-600);
    z-index: 3;
    display: flex;
    align-items: center;
    margin-top: 0 !important
}

.content-wrapper.loading.fullpage.navExpanded.svelte-16mkpty {
    left: 240px
}

.content-wrapper.loading.fullpage.hasSidebar.svelte-16mkpty {
    right: var(--width)
}

.content-wrapper.loading.fullpage.navExpanded.svelte-16mkpty,
.content-wrapper.loading.fullpage.hasSidebar.svelte-16mkpty {
    transition: left .25s, right .25s
}

@media screen and (min-width: 768px) {
    .content-wrapper.loading.fullpage.svelte-16mkpty {
        bottom: 0;
        left: 60px
    }
}