/*
*TWIST TITLE*
*/
.ws-twist-reveal__anchor{
    color: currentColor !important;
    text-decoration: unset;
}
.ws-twist-reveal{
    width: fit-content;
    display: block;
    margin: 0;
}
.ws-twist-reveal__inner{
    display: block;

    transform-origin: center top;
    transform-style: preserve-3d;

    transform: translateY(100%) rotateX(-80deg);
    transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ws-twist-reveal[data-flickering="1"]{
    opacity: 0;
}
