        .fa {
            margin-right: 15px;
        }
        .info {
            justify-content: center;
            padding: 30px;
            text-align: center;
            border-top: 1px solid #303030;
            border-bottom: 1px solid #303030;
        }
        #load-time {
            color: #fff;
            font-weight: 300;
            text-transform: none;
            margin-top: 9px;
            font-size: 13px;
            letter-spacing: 1px;
        }
        .art {
            justify-content: center;
            padding: 45px 0;
            text-align: center;
            background-image: url('/raw/images/hero.webp');
            background-size: cover;
            background-position: top;
            background-attachment: fixed;
            background-repeat: no-repeat;
            border-top: 1px solid #303030;
        }
        .row {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .brand-carousel-container {
            position: relative;
            width: 100%;
            overflow: hidden;
            border-bottom: 1px solid #303030;
            line-height: 0;
            padding: 15px 0;
            margin: 0 auto;
        }
        .brand-track {
            display: flex;
            gap: clamp(15px, 1.51vw, 15.75px);
            transition: none;
            will-change: transform;
        }
        .brand-box {
            width: calc(3 * clamp(45px, 5vw, 55.75px));
            height: clamp(45px, 5vw, 55.75px);
            margin-left: 15px;
            margin-right: 15px;
            flex-shrink: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 1;
            transition: opacity 0.5s ease;
            overflow: hidden;
        }
        .brand-box img {
            height: 55.775%;
            width: 100%;
            object-fit: contain;
            filter: brightness(0) invert(1);
            transition: none;
            user-select: none;
            -webkit-user-drag: none;
            -khtml-user-drag: none;
            -moz-user-drag: none;
            o-user-drag: none;
            user-drag: none;
            pointer-events: none;
        }
        .brand-carousel-container::before,
        .brand-carousel-container::after {
            content: "";
            position: absolute;
            top: 0;
            width: 15vw;
            height: 100%;
            z-index: 10;
            pointer-events: none;
        }
        .brand-carousel-container::before {
            left: 0;
            background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, transparent 100%);
        }
        .brand-carousel-container::after {
            right: 0;
            background: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, transparent 100%);
        }
        .footer-div0 {
            justify-content: center;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 45px;
            padding-top: 15px;
            border-top: 1px solid #303030;
            border-bottom: 1px solid #303030;
            text-align: center;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }
        .footer-div1 {
            max-width: 75.75%;
            text-align: center;
            justify-content: center;
            padding: 30px;
            border-radius: 21px;
            margin: 0 auto;
            border: 1px solid #303030;
        }
        .content-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }
        .video-container,
        .text-container {
            flex: 1 1 100%;
            max-width: 100%;
        }
        video {
            width: 100%;
            height: auto;
        }
        .text-container {
            padding: 21px;
            text-align: left;
        }
        @media (min-width: 775px) {
            .video-container,
            .text-container {
                flex: 1;
                max-width: 50%;
            }
            .text-container {
                padding: 30px;
            }
            video {
                border-radius: 75px;
            }
        }
        video {
            border-radius: 51.75px;
            border-right: 9px solid #fff;
            border-bottom: 3px solid #fff;
            border-top: 3px solid #fff;
            border-left: 3px solid #fff;
        }
        .proceed-btn {
            margin-top: 45px;
            padding: 15.75px 21px;
            font-size: 21px;
            border-radius: 9px;
            color: #304ffe;
            font-family: 'Roboto', sans-serif;
            cursor: pointer;
            background: transparent;
            border: 1px solid #304ffe;
        }
        .icn {
            font-size: 51px;
            color: #ffffff;
            margin-bottom: 21px;
            margin-left: 75%;
            transition: color 0.3s ease;
            filter: drop-shadow(0 0 21px #304ffe) drop-shadow(0 0 21px #304ffe);
        }
        img {
            display: block;
            margin: 0 auto;
            width: 75.51%;
            height: auto;
            user-select: none;
            -webkit-user-drag: none;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;    
            -moz-user-select: none;
            -ms-user-select: none;
            pointer-events: none;
        }
        @media (max-width: 515px) {
        img {
            width: 100%;
        }
        }
        .sn {
            font-size: 2rem;
            margin: 15px 0;
            color: #fff;
            letter-spacing: 0.45px;
        }
        .card:hover .icn {
            color: #304ffe;
        }
        .card:hover {
            background-color: #121212;
        }
        .card:hover .proceed-btn {
            background: #304ffe;
            color: #ffffff;
        }
        #cookie-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #ffffff;
            font-family: 'Roboto', sans-serif;
            padding: 15px;
            display: none;
            justify-content: space-between;
            align-items: center;
            box-sizing: border-box;
            z-index: 9999;
            flex-wrap: wrap;
        }
        #cookie-bar p {
            margin-bottom: 12px;
            font-size: 0.9rem;
            color: #000000;
            word-break: break-word;
            max-width: 75%;
        }
        #cookie-bar a {
            color: #304ffe;
            text-decoration: underline;
        }
        .cookie-buttons {
            display: flex;
            flex-direction: column;
            gap: 5.75px;
        }
        .cookie-buttons button {
            padding: 9px 15.75px;
            border-radius: 5px;
            border: none;
            font-family: 'Roboto', sans-serif;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.1s ease;
            max-width: 145px;
        }
        #accept-btn {
            background: #304ffe;
            color: #ffffff;
        }
        #accept-btn:hover {
            transform: scale(1.03);
        }
        #reject-btn {
            background: #eeeeee;
            color: #000000;
        }
        #reject-btn:hover {
            transform: scale(1.03);
        }
        @media (max-width: 512px) {
        #cookie-bar {
            flex-direction: column;
            align-items: flex-start;
            padding: 12px 15px;
        }
        #cookie-bar p {
            max-width: 100%;
            flex: 1 1 auto;
        }
        .cookie-buttons {
            flex-direction: column;
            gap: 5.75px;
            width: 100%;
        }
        .cookie-buttons button {
            flex: 1 1 auto;
            max-width: none;
        }
        }
        h6 {
            padding-top: 45px;
            padding-bottom: 45px;
            padding-left: 9%;
            padding-right: 9%;
            color: #ffffff;
            font-size: 3rem;
            font-weight: 400;
            margin: 30px auto;
            background-size: 55px 55px; 
            background-image: repeating-linear-gradient(180deg, #212121 0 0.5px, transparent 1px 55%);
            background-position: 0 0, 0 0;
        }
        @media (max-width: 375px) {
        h6 {
            font-size: 1.21rem;
        }
        }
        @media (max-width: 415px) {
        h6 {
            font-size: 1.75rem;
        }
        }
        @media (min-width: 416px) and (max-width: 515px) {
        h6 {
            font-size: 2.15rem;
        }
        }
        @media (min-width: 516px) {
        h6 {
            font-size: 3rem;
        }
        }
        .toc-container {
            border-top: 1px solid #303030;
            padding-left: 75px;
            padding-right: 75px;
            padding-top: 75px;
            padding-bottom: 0;
            color: #ffffff;
        }
        .toc-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
            gap: 15px;
            margin-bottom: 45px;
        }
        .toc-card {
            background: linear-gradient(
            45deg, rgba(33, 33, 33, 0.75), rgba(0, 0, 0, 0.75));
            padding: 15px 21px;
            font-weight: 300;
            color: #ffffff;
            font-size: 1em;
            border-left: 3px solid #304ffe;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }
        .toc-card:hover {
            color: #304ffe;
            box-shadow: 0 15px 30px rgba(0,0,0,0.12);
            background: #151515;
        }
        .achievements-section {
            width: 75%;
            margin: 0 auto;
            box-sizing: border-box;
        }
        .achievements-grid {
            display: grid;
        }
        @media (min-width: 975.75px) {
            .achievements-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }
        @media (max-width: 975px) {
            .achievements-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        .achievement-card {
            cursor: none;
            padding: 21px;
        }
        .counter-number {
            font-size: 3.21em; 
            font-weight: 900;
            color: #ffffff;
            margin-bottom: 5px;
            display: block;
            line-height: 1;
            margin-left: -5.75px;
            text-align: center;
            text-shadow:0 0 75px #304ffe;
        }
        .achievement-text {
            border-left: 3px solid #304ffe;
            text-align: center;
            font-size: 1.21em;
            padding-left: 5.75px;
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 400;
        }
        @media (max-width: 575px) {
            .counter-number {
                font-size: 2.45em;
            }
            .achievement-text {
                font-size: 0.9em;
            }
        }
        .card-container {
            display: grid;
            width: 100%;
            margin-top: 0;
            margin-bottom: 45px;
        }
        .card {
            padding: 75px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border: 1px solid #303030;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }    
        @media (max-width: 745px) {
            .card-container {
                grid-template-columns: 1fr;
            }
        }
        @media (min-width: 746px) and (max-width: 1199px) {
            .card-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (min-width: 1200px) {
            .card-container {
                grid-template-columns: repeat(3, 1fr);
            }
        }