:root {
    --primary: #E84E1B
}

body {
    overflow-x: hidden
}

.container-xxl {
    max-width: 1200px
}

.hero-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 21/9;
    position: relative;
    background: #0f131a;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.hero-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.section {
    border: 1px solid rgba(255, 255, 255, .06)
}

.leden-head {
    border-left: 4px solid var(--primary);
    padding-left: .6rem;
    color: #fff
}

.line {
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.dot {
    width: .65rem;
    height: .65rem;
    background: var(--primary);
    display: inline-block;
    border: 1px solid #b63c14;
    flex: 0 0 .65rem
}

.tag {
    background: var(--primary);
    color: #fff;
    border: 1px solid #b63c14;
    padding: .1rem .4rem;
    border-radius: 0;
    font-weight: 700
}

.name {
    color: #fff
}

.desc {
    color: #b7bcc6
}

@media (prefers-color-scheme: light) {
    .desc {
        color: #555
    }
}