.iso{
    position: absolute;
    z-index: 0;

    &.bt{
        bottom: 0;
    }
    &.tp{
        top: 0;
    }
}

.syst-header{
    .flair{
        svg{
            font-size: 8rem;
        }
    }
}
svg{
    &[aria-hidden="true"]{
        visibility: visible !important;
    }
}

.cnt-stl{
    .txt-hlt.v2{
        a{
            --link-color: var(--dk-btn-pry);
            --link-hover: white;
        }
        
    }
}