::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #222;
}

::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

:root {
    --legs: 5vh;
}

.InnerGIGABYTEContent .vga_utility {
    position: relative;
    padding: 3% 5% 5% 8.33333%;
}

.InnerGIGABYTEContent .vga_utility::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ff6400;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--legs)), calc(100% - var(--legs)) 100%, 0% 100%);
}

.InnerGIGABYTEContent .vga_utility>* {
    position: relative;
}