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

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

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

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

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

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

.content-wrapper.loading.fullpage.svelte-52mqyn {
    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-52mqyn {
    left: 240px
}

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

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

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