.hh-root {
    --hh-red: #E8171F;
    --hh-black: #111111;
    --hh-white: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    width: 100%;
    display: block;
    color-scheme: light only
}

.hh-root * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.hh-root a {
    color: inherit;
    text-decoration: none
}

.elementor-widget-html .hh-root,
.elementor-widget-container .hh-root {
    width: 100% !important;
    max-width: 100% !important
}

.hh-gamefilm {
    background: #0C0C0D;
    position: relative;
    isolation: isolate;
    overflow: hidden
}

.hh-gamefilm .hh-noise {
    position: absolute;
    inset: -60px;
    z-index: 0;
    pointer-events: none;
    background-repeat: repeat;
    background-size: 180px 180px;
    animation: hh-grain 1.6s steps(3) infinite
}

.hh-gamefilm::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(70% 100% at 20% 12%, rgba(255, 255, 255, .07), transparent 58%), radial-gradient(50% 75% at 88% 88%, rgba(232, 23, 31, .12), transparent 62%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .45) 100%)
}

.hh-gamefilm>*:not(.hh-noise) {
    position: relative;
    z-index: 2
}

@keyframes hh-grain {
    0% {
        transform: translate(0, 0)
    }

    33% {
        transform: translate(-14px, 9px)
    }

    66% {
        transform: translate(10px, -12px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media(prefers-reduced-motion:reduce) {
    .hh-gamefilm .hh-noise {
        animation: none
    }
}

.hh-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 96px 48px 88px
}

@media(max-width:1024px) {
    .hh-inner {
        padding: 72px 32px
    }
}

@media(max-width:768px) {
    .hh-inner {
        padding: 56px 20px
    }
    .hh-stats 
    {
        flex-direction: column;
    }
}

.hh-kicker {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #E8171F;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.hh-kicker::before {
    content: "";
    width: 30px;
    height: 3px;
    background: #E8171F;
    flex-shrink: 0
}

.hh-h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(42px, 6.5vw, 82px);
    line-height: .96;
    color: #FFF;
    margin-bottom: 28px;
    max-width: 900px;
    letter-spacing: -.01em
}

.hh-h1 em {
    font-style: italic;
    color: #E8171F;
    font-weight: 900
}

.hh-lede {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .8);
    max-width: 680px;
    margin-bottom: 36px;
    font-weight: 500
}

.hh-lede strong {
    color: #FFF;
    font-weight: 700
}

.hh-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 48px
}

.hh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 15px;
    padding: 14px 30px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
    text-decoration: none
}

.hh-btn:hover {
    transform: translateY(-2px)
}

.hh-btn-red {
    background: #E8171F;
    color: #FFF;
    border-color: #E8171F
}

.hh-btn-red:hover {
    background: #B80F16;
    border-color: #B80F16
}

.hh-btn-outline {
    background: transparent;
    color: #FFF;
    border-color: rgba(255, 255, 255, .45)
}

.hh-btn-outline:hover {
    border-color: #FFF;
    background: rgba(255, 255, 255, .06)
}

.hh-btn-white {
    background: #FFF;
    color: #111;
    border-color: #FFF
}

.hh-btn-white:hover {
    background: #F0F0F0;
    border-color: #F0F0F0
}

.hh-stats {
    display: flex;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 4px
}

.hh-stat {
    padding: 18px 36px 0 0;
    margin-right: 36px;
    border-right: 1px solid rgba(255, 255, 255, .12)
}

.hh-stat:last-child {
    border-right: none;
    margin-right: 0
}

.hh-stat b {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #E8171F;
    line-height: 1;
    margin-bottom: 6px
}

.hh-stat span {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 500
}