.ApiFig3_root__gbCCE {
    --base: #02193b;
    --top: #01204d;
    --stroke: #143ca3;
    --indicator-top: #63a1ff;
    --indicator-body: #2e6fcf
}

.ApiFig3_root__gbCCE path {
    transition: all .3s ease-in-out
}

.ApiFig3_isActive__2YX3s {
    --base: #07080a;
    --top: #181a1e;
    --stroke: #545454;
    --indicator-top: #181a1e;
    --indicator-body: #0f1013
}

.ApiFig3_indicator__5kNam {
    opacity: 1;
    transition: transform .5s cubic-bezier(.075,.82,.165,1),opacity .5s cubic-bezier(.075,.82,.165,1);
    transform: scale(1);
    transform-origin: var(--origin)
}

.ApiFig3_isActive__2YX3s .ApiFig3_indicator__5kNam {
    opacity: 0;
    transform: scale(0)
}
