.dot-field {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit;
    opacity: 0.72;
}

.dot-field canvas,
.dot-field svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.dot-field svg {
    pointer-events: none;
}

.dot-field--page {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 100%;
    opacity: 0.34;
    mix-blend-mode: multiply;
}

.dot-field--hero {
    z-index: 1;
    opacity: 0.5;
    mix-blend-mode: screen;
    mask-image: radial-gradient(circle at 50% 44%, black 0%, black 56%, transparent 88%);
}

.goal-page .front-main {
    position: relative;
    isolation: isolate;
}

.goal-page .front-main > section {
    position: relative;
    z-index: 1;
}

.goal-hero-card__grid,
.goal-hero-card__ring,
.goal-hero-card__logo,
.goal-hero-card__badge,
.goal-hero-card__status {
    position: absolute;
}

.goal-hero-card__grid {
    z-index: 2;
}

.goal-hero-card__ring {
    z-index: 2;
}

.goal-hero-card__logo {
    z-index: 4;
}

.goal-hero-card__badge {
    z-index: 5;
}

.goal-hero-card__status {
    z-index: 6;
}

@media (max-width: 760px) {
    .dot-field--page {
        opacity: 0.22;
    }

    .dot-field--hero {
        opacity: 0.32;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dot-field {
        opacity: 0.24;
    }
}
