/* _content/Hoppi.Website/Components/Elements/AboutBanner.razor.rz.scp.css */
.about-banner[b-bl6jw5x7e1] {
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px;
}

p[b-bl6jw5x7e1] {
    color: var(--color-gray);
}

h3[b-bl6jw5x7e1] {
    margin-top: 30px;
    font-family: 'AvenirBold';
    font-size: 40px;
    position: relative;
    margin-bottom: 50px;
    padding-left: 20px;
    margin-left: -20px;
    letter-spacing: 1px;
}

h3[b-bl6jw5x7e1]:after {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background-image: url("img/curve.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    left: -10px;
}
h3[b-bl6jw5x7e1]:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-image: url("img/sparkles.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    right: 80px;
}


.image-strip[b-bl6jw5x7e1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 24px clamp(12px, 4vw, 50px);
    box-sizing: border-box;
    overflow: visible;
    isolation: isolate;
}

.image-card[b-bl6jw5x7e1] {
    --skew: -8deg;
    --counter-skew: 8deg;

    position: relative;
    flex: 0 0 clamp(140px, 22vw, 220px);
    width: clamp(140px, 22vw, 220px);
    aspect-ratio: 3 / 4;

    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    transform: skewX(var(--skew));
    box-shadow: none;

    transition: transform 220ms ease, filter 220ms ease;
}

.image-card img[b-bl6jw5x7e1] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125%;
    height: 110%;
    object-fit: cover;
    transform: translate(-50%, -50%) skewX(var(--counter-skew)) scale(1.08);
}

.image-card.featured[b-bl6jw5x7e1] {
    z-index: 3;
    transform: translateY(-3px) skewX(var(--skew)) scale(1.04);
}

.image-card:first-child[b-bl6jw5x7e1] {
    z-index: 1;
}

.image-card:last-child[b-bl6jw5x7e1] {
    z-index: 2;
}

.image-card:hover[b-bl6jw5x7e1] {
    z-index: 4;
    transform: translateY(-8px) skewX(var(--skew)) scale(1.06);
    filter: saturate(1.08);
}
/* _content/Hoppi.Website/Components/Elements/BigHoppiPanel.razor.rz.scp.css */
.container[b-w3l5frpquy] {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 840px;
}


.hoppi[b-w3l5frpquy] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 620px;
}
/* _content/Hoppi.Website/Components/Elements/Core/Button.razor.rz.scp.css */
.button[b-yw2m0yu4zn]
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 18px;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: var(--color-blue);
    margin-top: 1px;
    margin-right: 1px;
    cursor: pointer;
}
.button:hover[b-yw2m0yu4zn] {
    background-color: var(--color-blue-hover);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* _content/Hoppi.Website/Components/Elements/Core/Input.razor.rz.scp.css */
.input-container[b-kkyj2dkdd4] {
    display: inline-block;
}
input[b-kkyj2dkdd4] {
    color: var(--color-gray);
    outline: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    /*box-shadow: var(--shadow-1);*/
    height: 32px;
    border: 1px solid var(--color-gray);
    border-radius: 18px;
    padding-left: 15px;
    padding-right: 35px;
}
i[b-kkyj2dkdd4] {
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 2;
    font-size: 18px;
    color: var(--color-gray);
}
.full-width[b-kkyj2dkdd4] {
    width: 100%;
}
.extra-large input[b-kkyj2dkdd4] {
    padding: 21px 16px;
    border-radius: 18px;
    padding-right: 40px;
}
.large input[b-kkyj2dkdd4] {
    padding: 13px 16px;
}
.extra-large i[b-kkyj2dkdd4] {
    right: 15px;
    top: 15px;
}
.error[b-kkyj2dkdd4] {
    border: 1px solid var(--color-red);
}
.style-no-border input[b-kkyj2dkdd4] {
    border: none;
    box-shadow: none;
}
input:read-only[b-kkyj2dkdd4] {
    background-color: black;
}

[b-kkyj2dkdd4]::placeholder {
    color: #bbb;
    opacity: 1; /* Ensures Firefox applies the full color opacity */
}

div[data-lastpass-icon-root][b-kkyj2dkdd4],
div[data-lastpass-infield][b-kkyj2dkdd4],
svg[data-lastpass-icon="true"][b-kkyj2dkdd4] {
    display: none !important;
    visibility: hidden !important;
}
/* _content/Hoppi.Website/Components/Elements/FeaturedSong.razor.rz.scp.css */
.featured-song[b-otho1ykq4z] {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

h3[b-otho1ykq4z] {
    font-size: 30px;
    letter-spacing: 1px;
}

.flex[b-otho1ykq4z] {
    gap: 0;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.panel[b-otho1ykq4z] {
    background-color: #fff;
    height: 350px;
    width: 39%;
    padding: 20px;
    padding-left: 50px;
    padding-top: 50px;
}
.video[b-otho1ykq4z] {
    border-radius: 18px;
    overflow: hidden;
    width: 60%;
}

h3[b-otho1ykq4z] {
    margin-top: 30px;
    font-family: 'AvenirBold';
    font-size: 40px;
    position: relative;
    margin-bottom: 50px;
    padding-left: 20px;
    margin-left: -20px;
    letter-spacing: 1px;
}

h3[b-otho1ykq4z]:after {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background-image: url("img/curve.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    left: -10px;
}
/* _content/Hoppi.Website/Components/Elements/HeroPlayer.razor.rz.scp.css */
.hero-player-container[b-mhw61819gu] {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 3;
    height: 84px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 16px;
    pointer-events: none;
}

.player-sentinel[b-mhw61819gu] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    visibility: hidden;
}

.arrow[b-mhw61819gu] {
    position: absolute;
    right: 48px;
    top: -80px;
    transform: rotate(58deg);
    width: 130px;
    pointer-events: none;
}
.play-now[b-mhw61819gu] {
    position: absolute;
    right: 38px;
    top: -190px;
    transform: rotate(38deg);
    width: 230px;
    pointer-events: none;
}

.hero-player[b-mhw61819gu] {
    position: relative;
    width: min(820px, 100%);
    height: 62px;
    display: grid;
    grid-template-columns: auto minmax(150px, 0.7fr) minmax(220px, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 8px 12px 8px 8px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(7, 23, 48, 0.42);
    box-shadow: 0 8px 26px rgba(0, 10, 30, 0.16);
    backdrop-filter: blur(4px) saturate(1.08);
    -webkit-backdrop-filter: blur(4px) saturate(1.08);
    pointer-events: auto;
}

.hero-player audio[b-mhw61819gu] {
    display: none;
}
.spacer[b-mhw61819gu] {
    width: 90px;
}
.artwork[b-mhw61819gu] {
    width: 84px;
    height: 84px;
    display: block;
    object-fit: cover;
    object-position: center 22%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 11px;
    position: absolute;
}

.hero-player.is-playing .artwork[b-mhw61819gu] {
    border-color: rgba(190, 225, 252, 0.3);
}

.artwork-placeholder[b-mhw61819gu] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(225, 238, 252, 0.42);
    background: rgba(255, 255, 255, 0.04);
}

.artwork-placeholder svg[b-mhw61819gu] {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.track-copy[b-mhw61819gu] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.track-copy strong[b-mhw61819gu],
.track-copy span[b-mhw61819gu] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.track-copy strong[b-mhw61819gu] {
    font-family: 'AvenirBold', sans-serif;
    font-size: 13px;
    line-height: 1.15;
}

.track-copy span[b-mhw61819gu] {
    color: rgba(228, 239, 252, 0.58);
    font-size: 10px;
    letter-spacing: 0.02em;
}

.timeline[b-mhw61819gu] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.timeline-track[b-mhw61819gu] {
    position: relative;
    width: auto;
    min-width: 0;
    height: 27px;
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
    margin-top: 4px;
}

.timeline > span[b-mhw61819gu] {
    min-width: 24px;
    align-self: flex-start;
    padding-top: 7px;
    color: rgba(226, 237, 250, 0.46);
    font-size: 9px;
    font-variant-numeric: tabular-nums;
}

.timeline > span:last-child[b-mhw61819gu] {
    text-align: right;
}

.progress[b-mhw61819gu] {
    --progress: 0%;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(
        to right,
        rgba(183, 220, 249, 0.75) 0 var(--progress),
        rgba(255, 255, 255, 0.14) var(--progress) 100%
    ) center / 100% 2px no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.frequency-visualizer[b-mhw61819gu] {
    position: absolute;
    right: 1px;
    bottom: -11px;
    left: 1px;
    z-index: 1;
    width: calc(100% - 2px);
    height: 18px;
    opacity: 0;
    pointer-events: none;
    filter: blur(0.15px) drop-shadow(0 0 3px rgba(137, 203, 247, 0.1));
    transform: scaleY(0.75);
    transform-origin: bottom;
    transition: opacity 350ms ease, transform 450ms ease;
    -webkit-mask-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.36) 0%,
        rgba(0, 0, 0, 0.68) 24%,
        #000 40%,
        #000 60%,
        rgba(0, 0, 0, 0.68) 76%,
        rgba(0, 0, 0, 0.36) 100%
    );
    mask-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.36) 0%,
        rgba(0, 0, 0, 0.68) 24%,
        #000 40%,
        #000 60%,
        rgba(0, 0, 0, 0.68) 76%,
        rgba(0, 0, 0, 0.36) 100%
    );
}

.hero-player.is-playing .frequency-visualizer[b-mhw61819gu] {
    opacity: 0.48;
    transform: scaleY(1);
}

.progress[b-mhw61819gu]::-webkit-slider-runnable-track {
    height: 2px;
    background: transparent;
}

.progress[b-mhw61819gu]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    margin-top: -2.5px;
    border: 0;
    border-radius: 50%;
    background: rgba(235, 246, 255, 0.9);
}

.progress[b-mhw61819gu]::-moz-range-track {
    height: 2px;
    border: 0;
    background: rgba(255, 255, 255, 0.14);
}

.progress[b-mhw61819gu]::-moz-range-progress {
    height: 2px;
    background: rgba(183, 220, 249, 0.75);
}

.progress[b-mhw61819gu]::-moz-range-thumb {
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 50%;
    background: rgba(235, 246, 255, 0.9);
}

.progress:focus-visible[b-mhw61819gu],
button:focus-visible[b-mhw61819gu] {
    outline: 2px solid rgba(173, 221, 255, 0.85);
    outline-offset: 2px;
}

.progress:disabled[b-mhw61819gu],
button:disabled[b-mhw61819gu] {
    cursor: default;
    opacity: 0.34;
}

.transport[b-mhw61819gu] {
    display: flex;
    align-items: center;
    gap: 4px;
}

button[b-mhw61819gu] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: inherit;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.skip-button[b-mhw61819gu] {
    width: 26px;
    height: 26px;
    color: rgba(232, 241, 252, 0.54);
    border-radius: 50%;
}

.skip-button:hover[b-mhw61819gu] {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
}

.skip-button svg[b-mhw61819gu] {
    width: 14px;
    height: 14px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.play-button[b-mhw61819gu] {
    width: 34px;
    height: 34px;
    color: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.play-button:hover[b-mhw61819gu] {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.16);
}

.play-button svg[b-mhw61819gu] {
    width: 28px;
    height: 28px;
    margin-left: 1px;
    fill: currentColor;
}

.play-button .pause-icon[b-mhw61819gu] {
    margin-left: 0;
}

@media (max-width: 640px) {
    .hero-player-container[b-mhw61819gu] {
        height: 76px;
        padding: 0 10px;
    }

    .hero-player[b-mhw61819gu] {
        height: 58px;
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 10px;
        padding: 7px 10px 7px 7px;
        border-radius: 15px;
    }

    .artwork[b-mhw61819gu] {
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }

    .timeline[b-mhw61819gu] {
        display: none;
    }

}

@media (max-width: 380px) {
    .skip-button[b-mhw61819gu] {
        display: none;
    }

    .track-copy strong[b-mhw61819gu] {
        font-size: 11px;
    }
}

.hero-player.is-sticky[b-mhw61819gu] {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: auto;
    z-index: 1000;
    width: min(390px, calc(100vw - 36px));
    height: 58px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    grid-template-rows: 22px 20px;
    gap: 0 10px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(7, 23, 48, 0.62);
    box-shadow: 0 12px 34px rgba(0, 10, 30, 0.24);
    backdrop-filter: blur(12px) saturate(1.08);
    -webkit-backdrop-filter: blur(12px) saturate(1.08);
    animation: dock-player-b-mhw61819gu 240ms ease-out;
}

.hero-player.is-sticky .arrow[b-mhw61819gu],
.hero-player.is-sticky .play-now[b-mhw61819gu],
.hero-player.is-sticky .spacer[b-mhw61819gu] {
    display: none;
}

.hero-player.is-sticky .artwork[b-mhw61819gu] {
    position: static;
    width: 42px;
    height: 42px;
    grid-column: 1;
    grid-row: 1 / 3;
    border-radius: 9px;
}

.hero-player.is-sticky .track-copy[b-mhw61819gu] {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    gap: 0;
}

.hero-player.is-sticky .track-copy strong[b-mhw61819gu] {
    font-size: 12px;
}

.hero-player.is-sticky .track-copy span[b-mhw61819gu],
.hero-player.is-sticky .timeline > span[b-mhw61819gu] {
    display: none;
}

.hero-player.is-sticky .timeline[b-mhw61819gu] {
    min-width: 0;
    display: flex;
    grid-column: 2;
    grid-row: 2;
    align-self: end;
}

.hero-player.is-sticky .timeline-track[b-mhw61819gu] {
    height: 18px;
    padding-top: 0;
}

.hero-player.is-sticky .frequency-visualizer[b-mhw61819gu] {
    bottom: -6px;
    height: 9px;
}

.hero-player.is-sticky .transport[b-mhw61819gu] {
    grid-column: 3;
    grid-row: 1 / 3;
}

.hero-player.is-sticky .skip-button[b-mhw61819gu] {
    display: inline-flex;
    width: 24px;
    height: 24px;
}

.hero-player.is-sticky .play-button[b-mhw61819gu] {
    width: 32px;
    height: 32px;
}

.hero-player.is-sticky .play-button svg[b-mhw61819gu] {
    width: 28px;
    height: 28px;
}

@keyframes dock-player-b-mhw61819gu {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .frequency-visualizer[b-mhw61819gu] {
        transition: none;
    }

    .hero-player.is-sticky[b-mhw61819gu] {
        animation: none;
    }
}
/* _content/Hoppi.Website/Components/Elements/ImageBanner.razor.rz.scp.css */
.image-banner[b-vmiimbivhd] {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 18px;
    background-image: url("img/bgs/dark-sky.png");
    background-size: cover;
    background-position: center;
    min-height: 200px;
    color: white;
    padding: 30px 50px;
    position: relative;
    margin-top: 130px;
    margin-bottom: 50px;
    text-shadow: #1668d5 0 0 50px;
}

.image-banner h2[b-vmiimbivhd] {    
    font-family: 'AvenirBold';
    margin-bottom: 10px;
    font-size: 40px;
    letter-spacing: 1px;
}
.image-banner .hoppi[b-vmiimbivhd] {
    position: absolute;
    top: -141px;
    right: 22px;
}

.sections[b-vmiimbivhd] {
    display: relative;
}
.sections .section[b-vmiimbivhd] {
    display: inline-block;
}

.arrow[b-vmiimbivhd] {
    position: absolute;
    right: 98px;
    top: -60px;
    transform: rotate(29deg);
    width: 110px;
    pointer-events: none;
}
/* _content/Hoppi.Website/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fqvny7nfkq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fqvny7nfkq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Hoppi.Website/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/Hoppi.Website/Components/Sections/Footer.razor.rz.scp.css */
.footer[b-ar97xsc3mq] {
    background-color: #fff;
    padding: 20px 0;
    font-size: 13px;
    color: var(--color-gray);
}
.footer .logo[b-ar97xsc3mq] {
    width: 90px;
    margin-top: -6px;
    margin-bottom: -6px;
}
.columns[b-ar97xsc3mq] {
    display: flex;
    justify-content: space-between;
}

.column[b-ar97xsc3mq] {
    flex: 1;
    margin: 0 1rem;
}

.column h2[b-ar97xsc3mq] {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--color-blue);
}
.column ul[b-ar97xsc3mq] {
    list-style-type: none;
    padding: 0;
}
.column li[b-ar97xsc3mq] {
    margin-bottom: 0.5rem;
}
.column a[b-ar97xsc3mq] {
    color: #000;
    text-decoration: none;
}
.column a:hover[b-ar97xsc3mq] {
    text-decoration: underline;
}
.column a:active[b-ar97xsc3mq] {
    color: #000;
    text-decoration: underline;
}
.column a:visited[b-ar97xsc3mq] {
    color: #000;
    text-decoration: none;
}

/* _content/Hoppi.Website/Components/Sections/Hero.razor.rz.scp.css */
.hero[b-0s0a3u8bej] {
    width: 100%;
    height: 100vh;
    display: flex;
    background-image: url("img/test2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    min-height: 100vh;
    box-shadow: inset 80px 0 250px -40px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    position: relative;
}

.hero .bg[b-0s0a3u8bej] {
    width: 610px;
    transform: rotate(7deg);
    position: absolute;
    top: 60px;
    right: 300px;
}

.content[b-0s0a3u8bej] {
    margin-left: 50px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-shadow: #052349 0 0 100px;
    background: radial-gradient(ellipse at center, #05234999 0%, rgba(0, 0, 0, 0) 30%);
}

.content h1[b-0s0a3u8bej] {
    font-size: 100px;
    font-family: 'AvenirBold';
}
.content span[b-0s0a3u8bej] {
    font-size: 20px;
    margin-bottom: 10px;
}
.content h1 img[b-0s0a3u8bej] {
    width: 470px;
}
.content p[b-0s0a3u8bej] {
    font-size: 20px;
    line-height: 1.5;
}
.icons[b-0s0a3u8bej]  {
    position: absolute;
    top: 50px;
    right: -10px;
    padding: 60px;
    background: radial-gradient(ellipse at center, #05234999 0%, rgba(0, 0, 0, 0) 69%);
}
.icon[b-0s0a3u8bej] {
    border: solid 1px #ffffff88;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    margin-bottom: 10px;
    backdrop-filter: blur(2px);
}
.icon img[b-0s0a3u8bej] {
    width: 20px;
}

.buttons[b-0s0a3u8bej] {
    margin-top: 20px;
    width: 400px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.button[b-0s0a3u8bej] {
    padding: 10px 20px;
    border: solid 1px #ffffff66;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
    margin-bottom: 10px;
    background: #05234975;
    backdrop-filter: blur(2px);
}

.button img[b-0s0a3u8bej] {
    width: 20px;
    margin-right: 10px;
}

.button .stars-icon[b-0s0a3u8bej] {
    margin-bottom: -18px;
    margin-left: 5px;
    margin-right: -3px;
}

.signature[b-0s0a3u8bej] {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 40px;
    background: radial-gradient(ellipse at center, #05234999 0%, rgba(0, 0, 0, 0) 69%);
    pointer-events: none;
}
.signature img[b-0s0a3u8bej] {
    width: 430px;
}
/* _content/Hoppi.Website/Components/Sections/Story.razor.rz.scp.css */
