/* _content/AffiliateSites2023/Views/Garage/_Share.cshtml.rz.scp.css */
@media only screen and (max-width: 1023px) {
    .share svg.icon[b-4z102fw6c2] {
        max-width: 60%;
        height: auto;
    }
}
/* _content/AffiliateSites2023/Views/Garage/_VehicleExtraOptions.cshtml.rz.scp.css */
.garage-item_garage-option .chk-flag[b-xw1aaes0wa] {
    display: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 5px;
    background-color: green;
}

.garage-item_garage-option.checked .chk-flag[b-xw1aaes0wa] {
    display: inline-block;
}


.custom-chk .custom-checkbox[b-xw1aaes0wa] {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 5px;
    background-color: grey;
}

.custom-chk.checked .custom-checkbox[b-xw1aaes0wa] {
    background-color: green;
}
/* _content/AffiliateSites2023/Views/News/_Lounge.cshtml.rz.scp.css */
.aside-lounge[b-8a9x6fnhco] {
    margin: 0;
    padding: 0;
    list-style: 0;
}

    .aside-lounge li[b-8a9x6fnhco] {
        width: 100%;
        display: block;
    }

        .aside-lounge li:first-of-type[b-8a9x6fnhco] {
            margin-top: -0.5rem;
        }

        .aside-lounge li a[b-8a9x6fnhco] {
            width: 100%;
            display: flex;
            justify-content: start;
            align-items: center;
            margin: 0.5rem 0;
            padding: 0.7rem;
            border-radius: 1.5rem;
            text-decoration: none;
            transition: background-color .3s ease-in-out;
        }

        .aside-lounge li.is-active a[b-8a9x6fnhco], .aside-lounge li:hover a[b-8a9x6fnhco] {
            background-color: var(--highlightbrand);
        }

            .aside-lounge li.is-active a svg[b-8a9x6fnhco], .aside-lounge li.is-active a svg path[b-8a9x6fnhco], .aside-lounge li:hover a svg[b-8a9x6fnhco], .aside-lounge li:hover a svg path[b-8a9x6fnhco] {
                fill: #fff;
            }

            .aside-lounge li.is-active a span[b-8a9x6fnhco], .aside-lounge li:hover a span[b-8a9x6fnhco] {
                color: #fff;
            }

        .aside-lounge li a svg[b-8a9x6fnhco] {
            width: 20px;
        }

            .aside-lounge li a svg[b-8a9x6fnhco], .aside-lounge li a svg path[b-8a9x6fnhco] {
                fill: #637f8d;
            }

        .aside-lounge li a span[b-8a9x6fnhco] {
            color: #637f8d;
        }
/* _content/AffiliateSites2023/Views/News/_SignUp.cshtml.rz.scp.css */
@media only screen and (max-width: 1023px) {
    .signup svg.icon[b-s22bt32vtg] {
        max-width: 60%;
        height: auto;
    }
}

.signup .failed[b-s22bt32vtg] {
    border-color: red;
}
/* _content/AffiliateSites2023/Views/Shared/block/_DriveEasy.cshtml.rz.scp.css */
.lease-easy .tracer[b-c3f9230rfp] {
    width: 70%;
}

.lease-easy .image[b-c3f9230rfp] {
    margin-top: 30%;
}

.lease-easy .content[b-c3f9230rfp] {
    margin-top: -10%;
}

@media only screen and (min-width: 768px) {
}
/* _content/AffiliateSites2023/Views/Shared/block/_HowItWorks.cshtml.rz.scp.css */
.scroller[b-b8gcqymk6m] {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .scroller[b-b8gcqymk6m]::-webkit-scrollbar {
        display: none;
    }

    .scroller > div[b-b8gcqymk6m] {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

@media only screen and (min-width: 768px) {
    .scroller[b-b8gcqymk6m] {
        flex-wrap: wrap;
    }
}
/* _content/AffiliateSites2023/Views/Shared/block/_PricePromise.cshtml.rz.scp.css */
.price-match-promise .tracer[b-5mgxkf8zdl] {
    width: 70%;
}

.price-match-promise .image[b-5mgxkf8zdl] {
    margin-top: 30%;
}

.price-match-promise .content[b-5mgxkf8zdl] {
    margin-top: -10%;
}

@media only screen and (min-width: 768px) {
}
/* _content/AffiliateSites2023/Views/Shared/block/_ReturnChecklist.cshtml.rz.scp.css */
@media only screen and (max-width: 1023px) {
    .return-checklist svg.icon[b-sexis64lbc] {
        max-width: 60%;
        height: auto;
    }
}
/* _content/AffiliateSites2023/Views/Shared/block/_StarBlock.cshtml.rz.scp.css */
.stars[b-bcy9xp9ajy] {
    display: flex;
    align-items: center;
}

    .stars p[b-bcy9xp9ajy] {
        margin: 5px 0 0 10px;
    }

    .stars .star[b-bcy9xp9ajy] {
        width: 1.5rem;
        height: 1.5rem;
        transition: all 0.5s ease-in-out;
    }

        .stars .star .outline[b-bcy9xp9ajy] {
            fill: #ff8000;
        }

        .stars .star .full[b-bcy9xp9ajy], .stars .star .left-half[b-bcy9xp9ajy] {
            fill: transparent;
        }

    .stars[data-rating^="1"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="2"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="3"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="4"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="5"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="2"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="3"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="4"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="5"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="3"] .star--3 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="4"] .star--3 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="5"] .star--3 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="4"] .star--4 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="5"] .star--4 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="5"] .star--5 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="0.5"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="1.5"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="2.5"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="3.5"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="4.5"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="0.6"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="1.6"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="2.6"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="3.6"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="4.6"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="0.7"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="1.7"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="2.7"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="3.7"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="4.7"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="0.8"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="1.8"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="2.8"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="3.8"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="4.8"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="0.9"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="1.9"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="2.9"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="3.9"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars[data-rating^="4.9"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="5"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="5"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3"] .star--3 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4"] .star--3 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="5"] .star--3 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4"] .star--4 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="5"] .star--4 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="5"] .star--5 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="0.6"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1.6"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2.6"] .star--3 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3.6"] .star--4 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4.6"] .star--5 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="0.7"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1.7"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2.7"] .star--3 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3.7"] .star--4 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4.7"] .star--5 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="0.8"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1.8"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2.8"] .star--3 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3.8"] .star--4 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4.8"] .star--5 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="0.9"] .star--1 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1.9"] .star--2 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2.9"] .star--3 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3.9"] .star--4 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4.9"] .star--5 .full[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="0.0"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1.0"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2.0"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3.0"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4.0"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="0.1"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1.1"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2.1"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3.1"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4.1"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="0.2"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1.2"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2.2"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3.2"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4.2"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="0.3"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1.3"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2.3"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3.3"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4.3"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="0.4"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1.4"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2.4"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3.4"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4.4"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="0.5"] .star--1 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="1.5"] .star--2 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="2.5"] .star--3 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="3.5"] .star--4 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

    .stars.rounding-up[data-rating^="4.5"] .star--5 .left-half[b-bcy9xp9ajy] {
        fill: #ff8000;
    }

@@media only screen and (min-width: 1024px) {
    .stars p[b-bcy9xp9ajy] {
        margin: 5px 0 0 15px;
    }

    .stars.star--medium .star[b-bcy9xp9ajy] {
        width: 2rem;
        height: 2rem;
    }

    .stars.star--large .star[b-bcy9xp9ajy] {
        width: 2.5rem;
        height: 2.5rem;
    }
}
/* _content/AffiliateSites2023/Views/Shared/card/_Manufacturer.cshtml.rz.scp.css */
.card-badge[b-aee1yv654f] {
    width: 100%;
    display: block;
    border-radius: 0.5rem;
    font-size: .8rem;
    text-decoration: none;
    text-align: center;
    background: #fff;
    color: #333;
    transition: all .3s ease-in-out;
}

    .card-badge a[b-aee1yv654f] {
        width: 100%;
        display: flex;
        padding: 25px 10px;
    }

        .card-badge a:hover[b-aee1yv654f], .card-badge a:focus[b-aee1yv654f], .card-badge a:active[b-aee1yv654f] {
            text-decoration: none;
        }

            .card-badge a:hover span[b-aee1yv654f], .card-badge a:focus span[b-aee1yv654f], .card-badge a:active span[b-aee1yv654f] {
                color: var(--highlightbrand);
            }

    .card-badge small[b-aee1yv654f] {
        position: absolute;
        top: 0;
        margin: 0 auto;
        padding: 2px 5px;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .card-badge img[b-aee1yv654f] {
        width: 100%;
        max-width: 55px;
        mix-blend-mode: multiply;
        aspect-ratio: 1 / 1;
    }

    .card-badge span[b-aee1yv654f] {
        width: 100%;
        display: block;
        margin-top: 5px;
        font-size: .7rem;
        color: #333;
    }

@media only screen and (min-width: 1024px) {
    .card-badge img[b-aee1yv654f] {
        max-width: 80px;
    }

    .card-badge span[b-aee1yv654f] {
        margin-top: 15px;
        font-size: 100%;
    }
}
/* _content/AffiliateSites2023/Views/Shared/card/_News.cshtml.rz.scp.css */
.card-lounge[b-8u6k73avtj] {
    transition: all 0.3s;
    border-radius: 1rem;
}

    .card-lounge.is-featured .image[b-8u6k73avtj] {
        aspect-ratio: 1.6666666667;
    }

    .card-lounge.is-featured .content h2 a[b-8u6k73avtj] {
        max-height: 60px;
    }

    .card-lounge.is-large .content h2 a[b-8u6k73avtj] {
        max-height: 60px;
    }

    .card-lounge.is-medium[b-8u6k73avtj] {
        flex-direction: row !important;
    }

        .card-lounge.is-medium .image[b-8u6k73avtj] {
            width: 30% !important;
            aspect-ratio: 1;
        }

        .card-lounge.is-medium .content[b-8u6k73avtj] {
            width: 70% !important;
        }

    .card-lounge .image[b-8u6k73avtj] {
        position: relative;
        z-index: 1;
        margin: -1px 0 0 0;
        aspect-ratio: 2;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
    }

        .card-lounge .image .fade[b-8u6k73avtj] {
            height: 50%;
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

    .card-lounge .content h2 a[b-8u6k73avtj] {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 36px;
        line-break: after-white-space;
        text-decoration: none;
    }

@media only screen and (min-width: 1024px) {
    .card-lounge.is-medium[b-8u6k73avtj] {
        flex-direction: column !important;
    }

        .card-lounge.is-medium .image[b-8u6k73avtj] {
            width: 100% !important;
            aspect-ratio: 2;
        }

        .card-lounge.is-medium .content[b-8u6k73avtj] {
            width: 100% !important;
        }
}

@media (prefers-reduced-motion: no-preference) {
    .card-lounge .content h2[b-8u6k73avtj] {
        transition: all 0.3s ease-in-out;
    }

    .card-lounge:hover[b-8u6k73avtj], .card-lounge:focus[b-8u6k73avtj] {
        transform: translateY(-2%);
    }

        .card-lounge:hover .image[b-8u6k73avtj], .card-lounge:focus .image[b-8u6k73avtj] {
            filter: blur(1px) brightness(70%);
            transition: all 0.3s ease-in-out;
        }

        .card-lounge:hover .content h2[b-8u6k73avtj], .card-lounge:focus .content h2[b-8u6k73avtj] {
            transition: all 0.3s ease-in-out;
            margin-left: 2%;
        }
}
/* _content/AffiliateSites2023/Views/Shared/carousels/_News.cshtml.rz.scp.css */
.scroller[b-pn7rno459r] {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .scroller[b-pn7rno459r]::-webkit-scrollbar {
        display: none;
    }

    .scroller > div[b-pn7rno459r] {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

@media only screen and (min-width: 768px) {
    .scroller[b-pn7rno459r] {
        flex-wrap: wrap;
    }
}
/* _content/AffiliateSites2023/Views/Shared/google/_GoogleBanner.cshtml.rz.scp.css */
.widget[b-73fudxj8ng] {
    width: 100px;
    position: relative;
    display: inline-block;
}

    .widget.dark a span[b-73fudxj8ng] {
        color: #000;
    }

    .widget a[b-73fudxj8ng] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .widget a .wrap[b-73fudxj8ng] {
            width: 100px;
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center;
        }

            .widget a .wrap .logo[b-73fudxj8ng], .widget a .wrap .stats[b-73fudxj8ng] {
                position: relative;
                display: inline-block;
            }

            .widget a .wrap .logo[b-73fudxj8ng] {
                margin-right: 5px;
            }

                .widget a .wrap .logo svg[b-73fudxj8ng] {
                    width: 20px;
                    height: 20px;
                    position: relative;
                    display: block;
                }

            .widget a .wrap .stats svg[b-73fudxj8ng] {
                width: 16px !important;
                height: 16px !important;
            }

        .widget a span[b-73fudxj8ng] {
            font-size: 11px;
            line-height: 1;
            color: #fff;
            text-align: center;
            text-wrap: nowrap;
        }

@media only screen and (min-width: 768px) {
    .widget[b-73fudxj8ng] {
        width: auto;
    }

        .widget a[b-73fudxj8ng] {
            flex-wrap: nowrap;
        }

            .widget a .wrap[b-73fudxj8ng] {
                width: auto;
            }

                .widget a .wrap .logo svg[b-73fudxj8ng] {
                    width: 25px;
                    height: 25px;
                }

                .widget a .wrap .stats svg[b-73fudxj8ng] {
                    width: 20px !important;
                    height: 20px !important;
                }

            .widget a span[b-73fudxj8ng] {
                display: inline-block;
                margin-left: 10px;
                font-size: 14px;
                text-align: start;
            }
}
/* _content/AffiliateSites2023/Views/Shared/structure/_Breadcrumbs.cshtml.rz.scp.css */
.breadcrumb[b-x3co4v8bcv] {
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    z-index: 2;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

    .breadcrumb li.breadcrumb-item[b-x3co4v8bcv] {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 400;
    }

        .breadcrumb li.breadcrumb-item[b-x3co4v8bcv]:before {
            color: var(--highlightbrand);
        }

        .breadcrumb li.breadcrumb-item.active[b-x3co4v8bcv] {
            color: var(--textbrand);
        }

    .breadcrumb li a[b-x3co4v8bcv] {
        font-weight: 400;
        color: var(--highlightbrand);
        text-decoration: underline;
        text-transform: lowercase;
    }

        .breadcrumb li a[b-x3co4v8bcv]:first-letter {
            text-transform: uppercase;
        }
/* _content/AffiliateSites2023/Views/Shared/trustpilot/_TrustBanner.cshtml.rz.scp.css */
.trust-banner[b-c32xr5q455] {
    width: 100px;
    position: relative;
    display: inline-block;
}

    .trust-banner a[b-c32xr5q455] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: 12px;
        color: #fff;
    }

    .trust-banner .logo[b-c32xr5q455] {
        width: 80px;
        height: 20px;
        display: inline-block;
    }

    .trust-banner span[b-c32xr5q455] {
        width: 100%;
        display: block;
        font-size: 11px;
        line-height: 1;
        color: #fff;
        text-align: center;
        text-wrap: nowrap;
    }

@media only screen and (min-width: 768px) {
    .trust-banner[b-c32xr5q455] {
        width: auto;
    }

        .trust-banner a[b-c32xr5q455] {
            flex-wrap: nowrap;
        }

        .trust-banner .logo[b-c32xr5q455] {
            width: 100px;
            height: 25px;
        }

        .trust-banner span[b-c32xr5q455] {
            margin: 5px 0 0 10px;
            font-size: 14px;
            text-align: start;
        }
}

@media only screen and (min-width: 1200px) {
    .trust-banner span[b-c32xr5q455] {
        margin: 8px 0 0 10px;
    }
}
/* _content/AffiliateSites2023/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* _content/AffiliateSites2023/Views/Vehicles/_SlideUp.cshtml.rz.scp.css */
.slideup[b-x0mzyzs38i] {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    z-index: 1040;
    transform: translateY(150%);
    transition: all .5s ease-in-out;
}

    .slideup.in-view[b-x0mzyzs38i] {
        transform: translateY(0);
    }

@media only screen and (min-width: 1024px) {
    .slideup[b-x0mzyzs38i] {
        border-radius: 1.5rem;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: auto;
        transform: translateY(-150%);
    }
}

@media only screen and (min-width: 1200px) {
    .slideup[b-x0mzyzs38i] {
        right: 60px;
        left: 60px;
    }
}

@media only screen and (min-width: 1600px) {
    .slideup[b-x0mzyzs38i] {
        right: 70px;
        left: 70px;
    }
}
/* _content/AffiliateSites2023/Views/WhatIsLeasing/_Confused.cshtml.rz.scp.css */
@media only screen and (max-width: 1023px) {
    .confused svg.icon[b-rzs9zomf65] {
        max-width: 60%;
        height: auto;
    }
}
