hero {
    overflow: visible;
}


hero > fadeoverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 400vw;
    height: 100vh;
    background: linear-gradient(45deg, #000000 50%, transparent 75%);
    z-index: 4;
}

hero > background {
    height: 100vh;
}

hero > background::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    content: '';
}

hero > sectionswrap {
    position: relative;
    display: block;
    width: 100%;
    z-index: 3;
    padding: 0 52px 152px;
}

@media(max-width: 800px) {
    hero > sectionswrap {
        padding-right: 24px;
        padding-left: 24px;
    }

}

hero > sectionswrap > entry {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

hero > sectionswrap > entry:first-of-type {
    min-height: 90vh;
    align-items: flex-end;
    padding-bottom: 102px;
}

@media(max-width: 800px) {
    hero > sectionswrap > entry:first-of-type {
        padding-bottom: 52px;
    }

    hero > sectionswrap > entry:first-of-type h1 {
        margin-bottom: 24px;
    }
}

hero > sectionswrap > entry > content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 720px;
}

@media(max-width: 1300px) {
    hero > sectionswrap > entry > content {
        max-width: 690px;
    }
}


hero > sectionswrap > entry.tiles > content {
    max-width: 100%;
}


hero > sectionswrap > entry > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

hero > sectionswrap > entry > content > titlewrap h1,
hero > sectionswrap > entry > content > titlewrap h2,
hero > sectionswrap > entry > content > titlewrap h3,
hero > sectionswrap > entry > content > titlewrap h4,
hero > sectionswrap > entry > content > titlewrap h5,
hero > sectionswrap > entry > content > titlewrap h6 {
    color: #ffffff;
}


.overview contentwrap {
    grid-template-columns: 1fr 650px;
}

@media(max-width: 800px) {
    .overview contentwrap {
        display: flex;
        flex-direction: column;
    }
}

.overview contentwrap > column {
    position: relative;
    display: block;
    width: 100%;
}

.overview contentwrap > column:last-of-type {
    display: flex;
    align-items: flex-end;
}

.overview contentwrap > column:last-of-type > img {
    position: relative;
    display: block;
    height: 720px;
    width: auto;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

@media(max-width: 800px) {
    .overview contentwrap > column:last-of-type > img {
        height: 400px;
    }
}

uspwrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 52px 0;
    max-width: 750px;
}

uspwrap > entry {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

uspwrap > entry:not(:last-of-type) {
    margin-bottom: 32px;
}

uspwrap > entry > icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 32px;
    color: #ffffff;
    background: var(--accent-color-a);
    border-radius: 50%;
    flex: 0 0 42px;
    margin: 0 16px 0 0;
    -webkit-user-select: none;
    user-select: none;
}

@media(max-width: 800px) {
    uspwrap > entry > icon {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
    }
}

uspwrap > entry > h1,
uspwrap > entry > h2,
uspwrap > entry > h3,
uspwrap > entry > h4,
uspwrap > entry > h5,
uspwrap > entry > h6 {
    margin: 0;
}

section.gen-ai > content > titlewrap > h2,
section.gen-ai > content > titlewrap > p {
    text-align: center;
}

hero tilegrid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

hero tilegrid > a:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}

@media(max-width: 1100px) {
    hero tilegrid {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
    }

    hero tilegrid > a:nth-child(1) {
        grid-column-start: unset;
        grid-column-end: unset;
    }
}


hero tilegrid a.vehicle-card > content {
    flex-direction: row;
}

@media(max-width: 700px) {
    hero tilegrid a.vehicle-card > content {
        display: block;
    }
}

hero tilegrid a.vehicle-card > content > detailswrap > top > p {
    position: relative;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 16px;
}


hero tilegrid a.vehicle-card > content > detailswrap > top vehiclebadges {
    grid-template-columns: 1fr 1fr;
}

hero tilegrid a:not(.vehicle-card) {
    background: var(--accent-color-dark);
}

hero tilegrid a:not(.vehicle-card) h1,
hero tilegrid a:not(.vehicle-card) h2,
hero tilegrid a:not(.vehicle-card) h3,
hero tilegrid a:not(.vehicle-card) h4,
hero tilegrid a:not(.vehicle-card) h5,
hero tilegrid a:not(.vehicle-card) h6 {
    color: #ffffff;
}

hero tilegrid a:not(.vehicle-card) p {
    color: #f0f0f0;
}

tilegrid > a > bgfull {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(-225deg, transparent 15%, black 120%);
    mask-image: linear-gradient(-225deg, transparent 15%, black 120%);
}

tilegrid > a > bgfull > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    margin: 0;
}

tilegrid > a > bg {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    pointer-events: none;
}

@media(max-width: 700px) {
    tilegrid > a > bg {
        position: relative;
        margin-top: -72px;
    }
}


tilegrid > a > bg > img {
    position: relative;
    display: block;
    width: 280px;
    height: auto;
    flex: 0 0 280px;
}

hero > background > content > video {
    opacity: .75;
}