        .pc-logo {
            width: 150px;
        }

        #main-nav .space-x-8 .active {
            --tw-text-opacity: 1;
            color: rgb(22 93 255 / var(--tw-text-opacity, 1));
        }

        .text-neutral-700 {
            --tw-text-opacity: 1;
            color: rgb(29 33 41 / var(--tw-text-opacity, 1));
        }

        @media (min-width:1440px){
            .space-x-8 > :not([hidden]) ~ :not([hidden]) {
                margin-right: calc(2rem * var(--tw-space-x-reverse));
                margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
            }
        }

        @media (max-width:1440px) and (min-width:1250px){
            .space-x-8 > :not([hidden]) ~ :not([hidden]) {
                margin-right: calc(1rem * var(--tw-space-x-reverse))!important;
                margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important;
            }
        }

        @media (max-width:1250px) and (min-width:1024px){
            .space-x-8 > :not([hidden]) ~ :not([hidden]) {
                margin-right: calc(5px * var(--tw-space-x-reverse))!important;
                margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)))!important;
            }
        }