.banners {
    display: grid;
    grid-template-areas: "banners";
    position: relative;
}

.banner {
    grid-area: banners;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--transition-duration) linear, visibility 0s linear var(--transition-duration);
}

.banner.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.banner > a {
    display: block;
}

.banner-content {
    bottom: 82px;
}

.home {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.home h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 132%;
    color: var(--color-accent);
    margin-bottom: 3px;
}

.home .car-finder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 149px;
    margin-top: 80px;
}

.home .car-finder form {
    display: grid;
    gap: 9px;
}

.home .car-finder form button[type=submit] {
    place-self: start;
}

.home .cars {
    margin-top: 80px;
}

.home h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 132%;
    margin-bottom: 3px;
}

.home .cars .card-slider {
    margin-top: 14px;
}

.home .workshop {
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: 54px;
    align-items: center;
    margin-top: 125px;
}

.home .workshop h1 {
    max-width: 406px;
    margin-bottom: 5px;
}

.home .workshop-image {
    position: relative;
}

.home .workshop-image img {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    overflow: hidden;
}

.home .workshop-image svg {
    position: absolute;
    bottom: 32px;
    right: 19px;
}

.home .workshop .button {
    margin-top: 19px;
}

.home .dealerships {
    position: relative;
    margin-top: 125px;
}

.home .dealerships img {
    width: 100%;
    height: auto;
    display: block;
}

.home .dealerships .content {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    display: grid;
    place-items: end;
}

.home .dealerships-info {
    width: 427px;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 14px 26px;
}

.home .dealerships a {
    margin-top: 40px;
}

.home .news-articles {
    margin-top: 125px;
}

.home .news-articles .card-slider {
    margin-top: 89px;
}

.home .corporate {
    display: grid;
    grid-template-columns: 426px 1fr;
    gap: 30px;
    align-items: center;
    margin-top: 125px;
}

.home .corporate h1 {
    margin-bottom: 4px;
}

.home .corporate-image {
    position: relative;
}

.home .corporate-image img {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    overflow: hidden;
}

.home .corporate-image svg {
    position: absolute;
    bottom: 32px;
    right: 19px;
}

.home .corporate .button {
    margin-top: 16px;
}

.home .sustainability {
    position: relative;
    margin-top: 125px;
}

.home .sustainability img {
    width: 100%;
    height: auto;
    display: block;
}

.home .sustainability .content {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    color: #FFF;
    padding-right: 453px;
}

.home .sustainability h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 132%;
    margin-bottom: 0;
    color: #FFF;
}

.home .sustainability a {
    margin-top: 24px;
}

@media (max-width: 919px) {
    .banner-content {
        bottom: 90px;
    }

    .home .car-finder {
        gap: 30px;
    }

    .home .car-finder form {
        gap: 16px;
    }

    .home .cars {
        margin-top: 68px;
    }

    .home .cars .card-slider {
        margin-top: 17px;
    }

    .home .workshop {
        margin-top: 80px;
        gap: 28px;
    }

    .home .workshop-image img {
        width: 326px;
        height: 326px;
    }

    .home .workshop-image svg {
        width: 67px;
        height: 67px;
        bottom: 26px;
        right: 15px;
    }

    .home .dealerships {
        margin-top: 80px;
    }

    .home .dealerships img {
        height: 624px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .home .dealerships .content {
        bottom: 37px;
    }

    .home .dealerships a {
        margin-top: 16px;
    }

    .home .news-articles {
        margin-top: 80px;
    }

    .home .news-articles .card-slider {
        margin-top: 18px;
    }

    .home .corporate {
        margin-top: 80px;
        grid-template-columns: 1fr 1fr;
        gap: 27px;
    }

    .home .corporate .button {
        margin-top: 26px;
    }

    .home .corporate-image img {
        width: 326px;
        height: 326px;
    }

    .home .corporate-image svg {
        width: 67px;
        height: 67px;
        bottom: 26px;
        right: 15px;
    }

    .home .sustainability {
        margin-top: 84px;
    }

    .home .sustainability img {
        height: 762px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .home .sustainability .content {
        top: 32px;
        padding-right: 0;
        width: 444px;
        right: auto;
    }
}

@media (max-width: 743px) {
    .banner-content {
        bottom: 32px;
        grid-template-columns: minmax(auto, 366px);
    }

    .home .car-finder {
        margin-top: 52px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home .cars {
        margin-top: 57px;
    }

    .home .workshop {
        padding: 0 15px;
        grid-template-columns: 1fr;
        margin-top: 64px;
    }

    .home .workshop-image img {
        width: 100%;
        height: auto;
    }

    .home .workshop-image svg {
        width: 83px;
        height: 83px;
        bottom: 32px;
        right: 17px;
    }

    .home .workshop h1 {
        max-width: none;
    }

    .home .workshop > div:last-child {
        padding: 0 17px;
    }

    .home .dealerships {
        margin-top: 64px;
    }

    .home .dealerships img {
        height: 430px;
    }

    .home .dealerships .content {
        bottom: -71px;
    }

    .home .dealerships-info {
        width: auto;
    }

    .home .news-articles {
        margin-top: 135px;
    }

    .home .corporate {
        padding: 0 15px;
        grid-template-columns: 1fr;
        grid-template-areas: "image" "content";
        margin-top: 64px;
    }

    .home .corporate-image {
        grid-area: image;
    }

    .home .corporate > div:first-child {
        grid-area: content;
        padding: 0 17px;
    }

    .home .corporate-image img {
        width: 100%;
        height: auto;
    }

    .home .corporate-image svg {
        width: 83px;
        height: 83px;
        bottom: 32px;
        right: 17px;
    }

    .home .corporate .button {
        margin-top: 32px;
    }

    .home .sustainability img {
        height: 430px;
    }

    .home .sustainability h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 132%;
    }

    .home .sustainability .content {
        width: 280px;
    }
}