.wcf-cursor
{
    border:4px solid #7A96C7 !important;
    border-top-color: transparent !important;
    border-radius: 0 0 100% 100%;
    width: 22px;
    height: 25px;
    mix-blend-mode: unset !important;
    margin: 40px 0 0 40px;
}

.wcf-cursor:before,
.wcf-cursor:after
{
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 10px;
    top:-4px;
    left:-4px;
    background: #7A96C7;
}

.wcf-cursor:after
{
    left: auto;
    right: -4px;
}

.wcf-cursor-follower
{
    width: 40px;
    height: 44px;
    border: 4px solid transparent;
    background: transparent !important;
    border-bottom-color: #7A96C7;
    mix-blend-mode: unset !important;
    margin: 40px 0 0 40px;
}

.fix-header-logo-bg
{
    position: fixed;
    width: 27px;
    height: 30px;
    left: 15px;
    top: 87px;
    transform: rotate(-90deg);
    z-index: 10;
    display: none;
}

@media (min-width: 1025px)
{
    .fix-header-logo-bg
    {
        display: block;
    }
    .fix-header-logo-bg > svg
    {
        fill: #7A96C7;
    }
}

@media (min-width: 1500px)
{
    .fix-header-logo-bg
    {
        left: 35px;
        top: 107px;
    }
    .fix-header-logo-bg > svg
    {
        fill: #7A96C7;
    }
}