ul.player-navigation li a {
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
    opacity: .4;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%2014h14V0H0z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m1%204%206%206%206-6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 25px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

ul.player-navigation li a:hover {
    opacity: 1
}

ul.player-navigation li a.active {
    opacity: 1;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h14v14H0z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m1%2010%206-6%206%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}

ul.player-navigation li ul {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

ul.player-navigation li ul.active {
    visibility: visible;
    height: auto;
    opacity: 1
}

ul.player-navigation li ul li a {
    text-transform: none;
    letter-spacing: 0;
    background-image: none;
    font-size: calc(1.0125rem + .14063vw);
    line-height: 1.45;
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

@media (min-width:1280px) {
    ul.player-navigation li ul li a {
        font-size: 1.125rem
    }
}

ul.player-navigation li ul li a.active {
    --tw-text-opacity: 1;
    color: rgb(0 166 92/var(--tw-text-opacity));
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h14v14H0z%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%225%22%20fill%3D%22%2300A65C%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}