
/**
 *
 * Home CSS
 *
 */


.fsu_arrow_cursor{
    cursor: url("data:image/svg+xml,%3Csvg class='fsu_arrow' width='50px' height='50px' viewBox='0 0 87 87' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H87V87H77V17.0711L10.3689 83.7022L3.2978 76.6311L69.9289 10H0V0Z' fill='currentColor'/%3E%3C/svg%3E") 16 16, pointer;
}

.fsu_arrow_cursor--yellow{
    cursor: url("data:image/svg+xml,%3Csvg class='fsu_arrow' width='50' height='50' viewBox='0 0 87 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H87V87H77V17.0711L10.3689 83.7022L3.2978 76.6311L69.9289 10H0V0Z' fill='%23ecaf44'/%3E%3C/svg%3E") 16 16, pointer;
}

.fsu_arrow_cursor--red{
    cursor: url("data:image/svg+xml,%3Csvg class='fsu_arrow' width='50' height='50' viewBox='0 0 87 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H87V87H77V17.0711L10.3689 83.7022L3.2978 76.6311L69.9289 10H0V0Z' fill='%23AC2F29'/%3E%3C/svg%3E") 16 16, pointer;
}

.fsu_arrow_cursor--green{
    cursor: url("data:image/svg+xml,%3Csvg class='fsu_arrow' width='50' height='50' viewBox='0 0 87 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H87V87H77V17.0711L10.3689 83.7022L3.2978 76.6311L69.9289 10H0V0Z' fill='%235DAA68'/%3E%3C/svg%3E") 16 16, pointer;
}

.fsu_arrow_cursor--blue{
    cursor: url("data:image/svg+xml,%3Csvg class='fsu_arrow' width='50' height='50' viewBox='0 0 87 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H87V87H77V17.0711L10.3689 83.7022L3.2978 76.6311L69.9289 10H0V0Z' fill='%23469FE1'/%3E%3C/svg%3E") 16 16, pointer;
}

