:root {
    --accent-color: #FC6900 !important;
}

body > content > hero {
    position: relative;
    display: block;
    width: 100%;
    height: 98vh;
    min-height: 400px;
}

body > content > hero > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    padding: 0;
    pointer-events: none;
    opacity: .8;
}

body > content > hero > svg {
    position: absolute;
    right: -25%;
    top: -25%;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    mix-blend-mode: overlay;
    mask-image: linear-gradient(to left, black, rgba(0, 0, 0, 0.05));
    opacity: .6;
}

@media(max-width: 900px) {
    body > content > hero > svg {
        right: -25%;
        top: unset;
        bottom: -5%;
        opacity: .2;
    }
}

hdcolor {
    position: relative;
}

hdcolor::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--accent-color-harley);
    content: '';
}

body > content > hero > content > titlewrap {
    position: relative;
    display: block;
    padding: 0 32px;
}

@media(max-width: 900px) {
    body > content > hero > content > titlewrap {
        padding: 0;
    }
}

body > content > hero > content > titlewrap > h1 {
    margin-bottom: 32px;
    text-shadow: 0px 0px 32px #000000;
    line-height: 1.5;
    text-transform: uppercase;
}

body > content > hero > content > titlewrap > p {
    color: #ffffff;
    opacity: .9;
    text-shadow: 0px 0px 16px #000000;
}

cardcarrusel > content > row {
    grid-template-columns: 1fr 1fr;
}

@media(max-width: 800px) {
    cardcarrusel > content > row {
        grid-template-columns: 1fr;
    }

}

dealerwrap {
    position: relative;
    display: block;
    padding: 0;
    overflow: visible;
    max-width: 1400px;
    padding: 0 32px;
    margin: 52px auto 0;
}

@media(max-width: 600px) {
    dealerwrap {
        padding-right: 0;
        padding-left: 0;
    }
}

dealerwrap > a > svg {
    position: relative;
    display: block;
    width: 240px;
    height: auto;
    margin: 0;
}

dealerwrap > a p {
    position: relative;
    display: block;
    color: #f0f0f0;
    text-transform: uppercase;
    font-weight: 600;
    pointer-events: none;
}

cardcarrusel a {
    position: relative;
    display: block;
    margin-top: 16px;
    font-size: 18px;
}