.positioner__uingymo6w {
    position: sticky;
    top: 0px;
}
@keyframes HeroDiscoverLine {
    0% {
        height: 0;
        transform: translate3d(0, 0, 0);
        animation-timing-function: ease-in;
    }
    26.32% {
        height: 27px;
        transform: translate3d(0, 9px, 0);
        animation-timing-function: ease-out;
    }
    89.47% {
        height: 0px;
        transform: translate3d(0, 36px, 0);
    }
    100% {
        height: 0px;
        transform: translate3d(0, 36px, 0);
    }
}