/* _content/DriveNEO/Views/About/Index.cshtml.rz.scp.css */
.about-content-wrapper[b-c9r7rep0cj] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-middle-section[b-c9r7rep0cj] {
    max-width: 725px;
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.about-text[b-c9r7rep0cj] {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 400;
    text-indent: 20px;
}

@media screen and (max-width: 749px) {
    .about-text[b-c9r7rep0cj] {
        font-size: 12px;
    }
}

@media screen and (max-width: 549px) {
    .about-text[b-c9r7rep0cj] {
        font-size: 10px;
    }
}
/* _content/DriveNEO/Views/Article/Index.cshtml.rz.scp.css */
.article-title[b-xlc9gd321s] {
    text-align: center;
    margin: 4px 0;
    font-size: 32px;
    font-weight: 700;
}

@media screen and (max-width: 799px) {
    .article-title[b-xlc9gd321s] {
        font-size: 4vw;
        margin: 0.6vw 0;
    }
}

.article-subtitle[b-xlc9gd321s] {
    margin: 8px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #00a5e3;
}

@media screen and (max-width: 799px) {
    .article-subtitle[b-xlc9gd321s] {
        font-size: 2.5vw;
        margin: 1vw 0;
    }
}

.article-author[b-xlc9gd321s] {
    text-align: center;
    margin: 6px 0;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 799px) {
    .article-author[b-xlc9gd321s] {
        font-size: 2vw;
        margin: 0.75vw 0;
    }
}


.article-features-section[b-xlc9gd321s] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #ebebeb;
    border-radius: 4px;
}

.article-features-text-wrapper[b-xlc9gd321s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px;
}

@media screen and (max-width: 799px) {
    .article-features-text-wrapper[b-xlc9gd321s] {
        margin: 3vw;
    }
}

.article-features-title[b-xlc9gd321s] {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

@media screen and (max-width: 799px) {
    .article-features-title[b-xlc9gd321s] {
        font-size: 2.25vw;
    }
}

.article-features-list[b-xlc9gd321s] {
    padding: 0;
    margin: 0 12px;
}

@media screen and (max-width: 799px) {
    .article-features-list[b-xlc9gd321s] {
        margin: 0 1.5vw;
    }
}

.article-content-wrapper[b-xlc9gd321s] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media screen and (max-width: 1149px) {
    .article-content-wrapper[b-xlc9gd321s] {
        width: 90%;
        margin: auto;
    }
}


@media screen and (max-width: 799px) {
    .article-conent[b-xlc9gd321s] {
        font-size: 1.75vw;
    }
}

.article-author-box[b-xlc9gd321s] {
    display: flex;
    flex-direction: row;
    max-width: 725px;
    width: 90%;
    margin: 14px auto;
    border: 1px solid #00a5e3;
    border-radius: 2px;
}

@media screen and (max-width: 799px) {
    .article-author-box[b-xlc9gd321s] {
        margin: 1.75vw auto;
    }
}

.article-headshot-wrapper[b-xlc9gd321s] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 14px 0 14px 14px;
}

@media screen and (max-width: 799px) {
    .article-headshot-wrapper[b-xlc9gd321s]  {
        margin: 1.75vw 0 1.75vw 1.75vw;
    }
}

@media screen and (max-width: 799px) {
    .article-headshot-image[b-xlc9gd321s] {
        width: 18.75vw;
        height: auto;
    }
}

.article-headshot-title[b-xlc9gd321s] {
    margin: 2px 0;
    text-align: center;
    font-size: 16px;
    color: #00a5e3;
}

@media screen and (max-width: 799px) {
    .article-headshot-title[b-xlc9gd321s] {
        margin: 0.25vw 0;
        font-size: 2vw;
    }
}

.article-author-paragraph-wrapper[b-xlc9gd321s] {
    margin: 14px;
}

@media screen and (max-width: 799px) {
    .article-author-paragraph-wrapper[b-xlc9gd321s] {
        margin: 1.75vw;
    }
}

.article-author-paragraph[b-xlc9gd321s] {
    font-size: 14px;
    text-indent: 20px;
    margin: 0;
}

@media screen and (max-width: 799px) {
    .article-author-paragraph[b-xlc9gd321s] {
        font-size: 1.75vw;
        text-indent: 2.5vw;
    }
}

.article-author-paragraph:first-of-type[b-xlc9gd321s] {
    margin-bottom: 12px;
}

@media screen and (max-width: 799px) {
    .article-author-paragraph:first-of-type[b-xlc9gd321s] {
        margin-bottom: 1.5vw;
    }
}

.article-author-link[b-xlc9gd321s] {
    color: #00a5e3;
    text-decoration: none;
}

.article-author-link:hover[b-xlc9gd321s] {
    opacity: 0.6;
}
/* _content/DriveNEO/Views/Calculator/Index.cshtml.rz.scp.css */
.calculator-title[b-yreo4fys4p] {
    margin: 48px 0 0 0;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .calculator-title[b-yreo4fys4p] {
        margin: 24px 0 0 0;
    }
}

.calculator-subtitle[b-yreo4fys4p] {
    text-align: center;
    margin: 12px;
    font-size: 20px;
    font-weight: 400;
}

.calculator-section[b-yreo4fys4p] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    max-width: 840px;
    margin: auto;
}

@media screen and (max-width: 749px) {
    .calculator-section[b-yreo4fys4p] {
        flex-direction: column;
        align-items: center;
        width: fit-content;
    }
}

.calculator-app[b-yreo4fys4p] {
    background: #ebebeb;
    width: 50%;
}

@media screen and (max-width: 749px) {
    .calculator-app[b-yreo4fys4p] {
        width: 350px;
    }
}

.calculator-section-title[b-yreo4fys4p] {
    margin: 8px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.calculator-section-wrapper[b-yreo4fys4p] {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: center;
    margin: 12px auto;
}

.calculator-section-label[b-yreo4fys4p] {
    text-align: left;
    width: 200px;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 400;
}

.calculator-section-input[b-yreo4fys4p] {
    width: 200px;
    box-sizing: border-box;
    accent-color: #00a5e3;
    border-radius: 5px;
}

.calculator-section-select[b-yreo4fys4p] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 200px;
    border-radius: 5px;
}

.calculator-section-list[b-yreo4fys4p] {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.calculator-section-item-button[b-yreo4fys4p] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.calculator-section-item-button.active[b-yreo4fys4p] {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: 700;
}

.calculator-display[b-yreo4fys4p] {
    width: 50%;
}

@media screen and (max-width: 749px) {
    .calculator-display[b-yreo4fys4p] {
        width: 350px;
    }
}

.calculator-display-amount[b-yreo4fys4p] {
    text-align: center;
    margin: 12px 0;
    font-size: 26px;
    font-weight: 700;
}

.calculator-display-disclaimer[b-yreo4fys4p] {
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    max-width: 200px;
}

.calculator-details-title[b-yreo4fys4p] {
    text-align: center;
    margin: 14px 0;
    font-size: 22px;
    font-weight: 700;
}

.calculator-details-list[b-yreo4fys4p] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.calculator-details-list-item[b-yreo4fys4p] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 28px;
    height: 38px;
}

.calculator-details-text[b-yreo4fys4p] {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.calculator-details-text.bold[b-yreo4fys4p] {
    font-weight: 700;
}

.calculator-details-line[b-yreo4fys4p] {
    margin: 8px 28px;
}

.calculator-details-button-wrapper[b-yreo4fys4p] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 6px 0 18px;
}

.calculator-details-button[b-yreo4fys4p] {
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 500;
    background: #00a5e3;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.calculator-dropdown-section[b-yreo4fys4p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto 42px;
}

.calculator-dropdown-title[b-yreo4fys4p] {
    text-align: center;
    font-size: 24px;
}
/* _content/DriveNEO/Views/CarShowsSubmit/Index.cshtml.rz.scp.css */
.car-shows-content-wrapper[b-jc849q5dey] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.car-shows-middle-section[b-jc849q5dey] {
    max-width: 725px;
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.car-shows-middle-title[b-jc849q5dey] {
    text-align: center;
    color: #00a5e3;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.car-shows-feature-wrapper[b-jc849q5dey] {
    display: flex;
    flex-direction: row;
}

.car-shows-feature-card[b-jc849q5dey] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin: 12px;
}

.car-shows-feature-section-title[b-jc849q5dey] {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 12px auto;
    width: 90%;
}

.car-shows-submit-listing[b-jc849q5dey] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin: 12px;
}

.car-shows-feature-section-text[b-jc849q5dey] {
    font-size: 14px;
    font-weight: 400;
    width: 90%;
    margin: auto;
    text-align: center;
}

.car-shows-submit-listing-link-wrapper[b-jc849q5dey] {
    display: flex;
    justify-content: center;
    margin: 12px 4px;
}

.car-shows-submit-listing-link[b-jc849q5dey] {
    color: #00a5e3;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

    .car-shows-submit-listing-link:hover[b-jc849q5dey] {
        opacity: 0.6;
    }

.car-shows-list[b-jc849q5dey] {
    padding: 0;
    list-style-type: none;
}

.car-shows-list-item[b-jc849q5dey] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    text-align: center;
    margin: 8px 0;
}

.car-shows-item-title[b-jc849q5dey] {
    font-size: 18px;
    font-weight: 500;
    margin: 8px auto;
    width: 90%;
}

.car-shows-item-text[b-jc849q5dey] {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 8px auto;
    width: 90%;
}

.car-shows-item-a[b-jc849q5dey] {
    color: #00a5e3;
}

.car-shows-day[b-jc849q5dey] {
    background: #000;
    color: #fff;
    text-align: center;
    width: 100%;
}

.cruise-nights-day-title[b-jc849q5dey] {
    text-align: left;
    background: #00a5e3;
    color: #ffffff;
    padding: 5px;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
}

/**
    Contact
*/
.contact-hero-section[b-jc849q5dey] {
    display: flex;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/Contact-Hero-Image.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    align-items: center;
}

.contact-hero-image[b-jc849q5dey] {
    width: 100%;
    opacity: 0;
}

.contact-title-wrapper[b-jc849q5dey] {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.contact-title[b-jc849q5dey] {
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 180px;
    font-size: 32px;
    font-weight: 500;
}

@media screen and (max-width: 749px) {
    .contact-title[b-jc849q5dey] {
        font-size: 24px;
        width: 140px;
    }
}

@media screen and (max-width: 549px) {
    .contact-title[b-jc849q5dey] {
        font-size: 18px;
        width: 100px;
    }
}

.contact-assist-section[b-jc849q5dey] {
    background: #ebebeb;
    width: 100%;
}

.contact-assist-section-wrapper[b-jc849q5dey] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: auto;
}

.contact-assist-wrapper[b-jc849q5dey] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-assist-title[b-jc849q5dey] {
    width: 234px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

@media screen and (max-width: 999px) {
    .contact-assist-title[b-jc849q5dey] {
        width: 168px;
        font-size: 20px;
    }
}

@media screen and (max-width: 749px) {
    .contact-assist-title[b-jc849q5dey] {
        font-size: 16px;
        width: 124px;
    }
}

@media screen and (max-width: 549px) {
    .contact-assist-title[b-jc849q5dey] {
        font-size: 12px;
        width: 100px;
    }
}

.contact-assist-subtitle[b-jc849q5dey] {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 6px 0;
}

@media screen and (max-width: 999px) {
    .contact-assist-subtitle[b-jc849q5dey] {
        font-size: 16px;
    }
}

@media screen and (max-width: 749px) {
    .contact-assist-subtitle[b-jc849q5dey] {
        font-size: 14px;
    }
}

@media screen and (max-width: 549px) {
    .contact-assist-subtitle[b-jc849q5dey] {
        font-size: 10px;
    }
}

.contact-assist-icon[b-jc849q5dey] {
    color: #00a5e3;
    width: 34px;
    height: 34px;
    margin: 6px 0;
}

@media screen and (max-width: 999px) {
    .contact-assist-icon[b-jc849q5dey] {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 749px) {
    .contact-assist-icon[b-jc849q5dey] {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 549px) {
    .contact-assist-icon[b-jc849q5dey] {
        width: 14px;
        height: 14px;
        margin: 0;
    }
}

.contact-dropdown-title[b-jc849q5dey] {
    text-align: center;
    font-size: 24px;
}

@media screen and (max-width: 549px) {
    .contact-dropdown-title[b-jc849q5dey] {
        font-size: 18px;
    }
}

.contact-form-wrapper[b-jc849q5dey] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 16px 0 8px;
}

.contact-form[b-jc849q5dey] {
    background: #ebebeb;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin: 38px 0;
}

.contact-form-title[b-jc849q5dey] {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 16px 0 8px;
}

.contact-input-wrapper[b-jc849q5dey] {
    display: flex;
    flex-direction: column;
    margin: 16px 0 8px;
}
.contact-padding[b-jc849q5dey] {
    padding: 10px;
}


.contact-checkbox-wrapper[b-jc849q5dey] {
    display: flex;
    flex-direction: row;
    margin: 25px 35px 8px;
}

.contact-label[b-jc849q5dey] {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
}

.contact-input[b-jc849q5dey] {
    accent-color: #00a5e3;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-size: 12px;
}

.contact-textarea[b-jc849q5dey] {
    margin: 6px 32px;
    resize: none;
    height: 140px;
    accent-color: #00a5e3;
    font-size: 12px;
}

.contact-button-wrapper[b-jc849q5dey] {
    display: flex;
    justify-content: center;
    margin: 12px 0 18px;
}

.contact-button-submit[b-jc849q5dey] {
    background: #00a5e3;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 6px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.contact-input-grid[b-jc849q5dey] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */
    gap: 10px; /* Adjust gap between grid items */
}

@media (max-width: 649px) {
    .contact-input-grid[b-jc849q5dey]{
        grid-template-columns: repeat(1, 1fr);
    }
}

.contact-input-wrapper[b-jc849q5dey] {
    grid-column: span 1; /* Each item spans one column */
    margin: 6px 32px;
}

.checkbox-label[b-jc849q5dey] {
    margin-right: 10px; /* Adjust spacing between labels and checkboxes */
}

.contact-input-checkbox[b-jc849q5dey] {
    display: flex;
}

/* For boxes not properly filled out */
@keyframes shake-b-jc849q5dey {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake[b-jc849q5dey] {
  animation: shake-b-jc849q5dey 0.4s ease-in-out;
}
/* _content/DriveNEO/Views/CarShows/Index.cshtml.rz.scp.css */
/* _content/DriveNEO/Views/CarShows/_CarShow.cshtml.rz.scp.css */
/* _content/DriveNEO/Views/CarShows/_CruiseNight.cshtml.rz.scp.css */
.card-margin[b-pfzhuxseh6] {
    margin-bottom: 1.875rem;
}

.card[b-pfzhuxseh6] {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card[b-pfzhuxseh6] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

    .card .card-header.no-border[b-pfzhuxseh6] {
        border: 0;
    }

    .card .card-header[b-pfzhuxseh6] {
        background: none;
        padding: 0 0.9375rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        min-height: 50px;
    }

.card-header:first-child[b-pfzhuxseh6] {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper[b-pfzhuxseh6] {
    display: flex;
    align-items: center;
}

    .widget-49 .widget-49-title-wrapper .widget-49-date-primary[b-pfzhuxseh6] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: rgb(0, 166, 227);
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day[b-pfzhuxseh6] {
            color: white;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month[b-pfzhuxseh6] {
            color: white;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-secondary[b-pfzhuxseh6] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fcfcfd;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day[b-pfzhuxseh6] {
            color: #dde1e9;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month[b-pfzhuxseh6] {
            color: #dde1e9;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-success[b-pfzhuxseh6] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: rgb(0, 166, 227);
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day[b-pfzhuxseh6] {
            color: white;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month[b-pfzhuxseh6] {
            color: white;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-info[b-pfzhuxseh6] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebf7ff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day[b-pfzhuxseh6] {
            color: #36afff;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month[b-pfzhuxseh6] {
            color: #36afff;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-warning[b-pfzhuxseh6] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: floralwhite;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day[b-pfzhuxseh6] {
            color: #FFC868;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month[b-pfzhuxseh6] {
            color: #FFC868;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-danger[b-pfzhuxseh6] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #feeeef;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day[b-pfzhuxseh6] {
            color: #F95062;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month[b-pfzhuxseh6] {
            color: #F95062;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-light[b-pfzhuxseh6] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fefeff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day[b-pfzhuxseh6] {
            color: #f7f9fa;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month[b-pfzhuxseh6] {
            color: #f7f9fa;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-dark[b-pfzhuxseh6] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebedee;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day[b-pfzhuxseh6] {
            color: #394856;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month[b-pfzhuxseh6] {
            color: #394856;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-base[b-pfzhuxseh6] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #f0fafb;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day[b-pfzhuxseh6] {
            color: #68CBD7;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month[b-pfzhuxseh6] {
            color: #68CBD7;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info[b-pfzhuxseh6] {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title[b-pfzhuxseh6] {
            color: #3c4142;
            font-size: 20px;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time[b-pfzhuxseh6] {
            color: #B1BAC5;
            font-size: 13px;
        }

.widget-49 .widget-49-meeting-points[b-pfzhuxseh6] {
    font-weight: 400;
    font-size: 15px;
    margin-top: .5rem;
}

    .widget-49 .widget-49-meeting-points .widget-49-meeting-item[b-pfzhuxseh6] {
        display: list-item;
        color: #727686;
    }

        .widget-49 .widget-49-meeting-points .widget-49-meeting-item span[b-pfzhuxseh6] {
            margin-left: .5rem;
        }

.widget-49 .widget-49-meeting-action[b-pfzhuxseh6] {
    text-align: right;
}

    .widget-49 .widget-49-meeting-action a[b-pfzhuxseh6] {
        text-transform: uppercase;
    }
/* _content/DriveNEO/Views/CarShows/_FeaturedCarShow.cshtml.rz.scp.css */
.card-margin[b-pm7s97vt6c] {
    margin-bottom: 1.875rem;
}

.card[b-pm7s97vt6c] {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card[b-pm7s97vt6c] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

    .card .card-header.no-border[b-pm7s97vt6c] {
        border: 0;
    }

    .card .card-header[b-pm7s97vt6c] {
        background: none;
        padding: 0 0.9375rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        min-height: 50px;
    }

.card-header:first-child[b-pm7s97vt6c] {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper[b-pm7s97vt6c] {
    display: flex;
    align-items: center;
}

    .widget-49 .widget-49-title-wrapper .widget-49-date-primary[b-pm7s97vt6c] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: rgb(0, 166, 227);
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day[b-pm7s97vt6c] {
            color: white;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month[b-pm7s97vt6c] {
            color: white;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-secondary[b-pm7s97vt6c] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fcfcfd;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day[b-pm7s97vt6c] {
            color: #dde1e9;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month[b-pm7s97vt6c] {
            color: #dde1e9;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-success[b-pm7s97vt6c] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: rgb(0, 166, 227);
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day[b-pm7s97vt6c] {
            color: white;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month[b-pm7s97vt6c] {
            color: white;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-info[b-pm7s97vt6c] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebf7ff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day[b-pm7s97vt6c] {
            color: #36afff;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month[b-pm7s97vt6c] {
            color: #36afff;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-warning[b-pm7s97vt6c] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: floralwhite;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day[b-pm7s97vt6c] {
            color: #FFC868;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month[b-pm7s97vt6c] {
            color: #FFC868;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-danger[b-pm7s97vt6c] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #feeeef;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day[b-pm7s97vt6c] {
            color: #F95062;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month[b-pm7s97vt6c] {
            color: #F95062;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-light[b-pm7s97vt6c] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fefeff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day[b-pm7s97vt6c] {
            color: #f7f9fa;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month[b-pm7s97vt6c] {
            color: #f7f9fa;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-dark[b-pm7s97vt6c] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebedee;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day[b-pm7s97vt6c] {
            color: #394856;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month[b-pm7s97vt6c] {
            color: #394856;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-base[b-pm7s97vt6c] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #f0fafb;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day[b-pm7s97vt6c] {
            color: #68CBD7;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month[b-pm7s97vt6c] {
            color: #68CBD7;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info[b-pm7s97vt6c] {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title[b-pm7s97vt6c] {
            color: #3c4142;
            font-size: 20px;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time[b-pm7s97vt6c] {
            color: #B1BAC5;
            font-size: 13px;
        }

.widget-49 .widget-49-meeting-points[b-pm7s97vt6c] {
    font-weight: 400;
    font-size: 15px;
    margin-top: .5rem;
}

    .widget-49 .widget-49-meeting-points .widget-49-meeting-item[b-pm7s97vt6c] {
        display: list-item;
        color: #727686;
    }

        .widget-49 .widget-49-meeting-points .widget-49-meeting-item span[b-pm7s97vt6c] {
            margin-left: .5rem;
        }

.widget-49 .widget-49-meeting-action[b-pm7s97vt6c] {
    text-align: right;
}

    .widget-49 .widget-49-meeting-action a[b-pm7s97vt6c] {
        text-transform: uppercase;
    }
/* _content/DriveNEO/Views/Contact/Index.cshtml.rz.scp.css */
.contact-title-wrapper[b-ybgjd3jkhj] {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.contact-title[b-ybgjd3jkhj] {
    text-align: center;
    color: #fff;
    background:rgba(0, 0, 0, 0.6);
    width: 180px;
    font-size: 32px;
    font-weight: 500;
}

@media screen and (max-width: 749px) {
    .contact-title[b-ybgjd3jkhj] {
        font-size: 24px;
        width: 140px;
    }
}

@media screen and (max-width: 549px) {
    .contact-title[b-ybgjd3jkhj] {
        font-size: 18px;
        width: 100px;
    }
}

.contact-assist-section[b-ybgjd3jkhj] {
    background: #ebebeb;
    width: 100%;
}

.contact-assist-section-wrapper[b-ybgjd3jkhj] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: auto;
}

.contact-assist-wrapper[b-ybgjd3jkhj] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-assist-title[b-ybgjd3jkhj] {
    width: 234px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

@media screen and (max-width: 999px) {
    .contact-assist-title[b-ybgjd3jkhj] {
        width: 168px;
        font-size: 20px;
    }
}

@media screen and (max-width: 749px) {
    .contact-assist-title[b-ybgjd3jkhj] {
        font-size: 16px;
        width: 124px;
    }
}

@media screen and (max-width: 549px) {
    .contact-assist-title[b-ybgjd3jkhj] {
        font-size: 12px;
        width: 100px;
    }
}

.contact-assist-subtitle[b-ybgjd3jkhj] {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 6px 0;
}

@media screen and (max-width: 999px) {
    .contact-assist-subtitle[b-ybgjd3jkhj] {
        font-size: 16px;
    }
}

@media screen and (max-width: 749px) {
    .contact-assist-subtitle[b-ybgjd3jkhj] {
        font-size: 14px;
    }
}

@media screen and (max-width: 549px) {
    .contact-assist-subtitle[b-ybgjd3jkhj] {
        margin-top: 25px;
        font-size: 10px;
    }
}

.contact-assist-icon[b-ybgjd3jkhj] {
    color: #00a5e3;
    width: 34px;
    height: 34px;
    margin: 6px 0;
}

@media screen and (max-width: 999px) {
    .contact-assist-icon[b-ybgjd3jkhj] {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 749px) {
    .contact-assist-icon[b-ybgjd3jkhj] {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 649px) {
    .contact-assist-icon[b-ybgjd3jkhj] {
        width: 14px;
        height: 14px;
        margin: 0;
    }
}

.contact-dropdown-title[b-ybgjd3jkhj] {
    text-align: center;
    font-size: 24px;
}

@media screen and (max-width: 549px) {
    .contact-dropdown-title[b-ybgjd3jkhj] {
        font-size: 18px;
    }
}

.contact-form-wrapper[b-ybgjd3jkhj] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact-form[b-ybgjd3jkhj] {
    background: #ebebeb;
    max-width: 90%;
    width: 320px;
    display: flex;
    flex-direction: column;
    margin: 38px 0;
}

.contact-form-title[b-ybgjd3jkhj] {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 16px 0 8px;
}

.contact-input-wrapper[b-ybgjd3jkhj] {
    display: flex;
    flex-direction: column;
    margin: 6px 32px;
}

.contact-label[b-ybgjd3jkhj] {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
}

.contact-input[b-ybgjd3jkhj] {
    accent-color: #00a5e3;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-size: 12px;
}

.contact-textarea[b-ybgjd3jkhj] {
    margin: 6px 32px;
    resize: none;
    height: 140px;
    accent-color: #00a5e3;
    font-size: 12px;
}

.contact-button-wrapper[b-ybgjd3jkhj] {
    display: flex;
    justify-content: center;
    margin: 12px 0 18px;
}

.contact-button-submit[b-ybgjd3jkhj] {
    background: #00a5e3;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 6px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.faq-accordion-wrapper[b-ybgjd3jkhj] {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 649px) {
    .faq-accordion-wrapper[b-ybgjd3jkhj] {
        display: block;
        align-items: center;
        width: 100%;
        max-width: 580px;
    }
}
/* _content/DriveNEO/Views/DealerListings/Search.cshtml.rz.scp.css */
.dealer-listings-title[b-mg0yom9m0g] {
    text-align: center;
    font-size: 38px;
    margin: 0 0 12px;
}

.dealer-listings-content-wrapper[b-mg0yom9m0g] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dealer-listings-search-wrapper[b-mg0yom9m0g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.dealer-listings-box[b-mg0yom9m0g] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    max-width: 725px;
    width: 90%;
    margin-bottom: 12px;
}

.dealer-listings-box-title[b-mg0yom9m0g] {
    text-align: center;
    color: #00a5e3;
    margin: 8px 0;
}

.dealer-listings-select-wrapper[b-mg0yom9m0g] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: auto;
}

.dealer-listings-input-wrapper[b-mg0yom9m0g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px auto 0;
    width: 30%;
}

.dealer-listings-label[b-mg0yom9m0g] {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
}

.dealer-listings-input[b-mg0yom9m0g] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    max-width: 180px;
    width: 100%;
    accent-color: #00a5e3;
}

.dealer-listings-input-validation[b-mg0yom9m0g] {
    height: 20px;
    text-align: center;
    line-height: 14px;
}

.dealer-listings-input-validation-text[b-mg0yom9m0g] {
    color: red;
    font-size: 12px;
}

.dealer-listings-box-button-wrapper[b-mg0yom9m0g] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 12px 0 24px;
}

.dealer-listings-box-button[b-mg0yom9m0g] {
    background: #00a5e3;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 12px;
    cursor: pointer;
}

.dealer-listings-search-results[b-mg0yom9m0g] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dealer-listings-search-results-title[b-mg0yom9m0g] {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.dealer-listings-search-list[b-mg0yom9m0g] {
    padding: 0;
    margin: 0;
    width: 100%;
}

.search-btn[b-mg0yom9m0g] {
    width: 100%; /* Makes the button span the entire width of the column */
    font-size: 16px; /* Optionally adjust font size */
    display: flex;
    align-items: center;
    justify-content: center; /* Center the text inside the button */
    padding-left: 15px;
    padding-right: 15px;
    background-color: #00A5E3;
    border: 1px solid #00A5E3;
}
/* _content/DriveNEO/Views/DealerListings/_DealerListing.cshtml.rz.scp.css */
.dealer-listings-search-list-item[b-yv76rmnsnv] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin: 8px 0;
}

.dealer-listings-item-column[b-yv76rmnsnv] {
    display: flex;
    flex-direction: column;
}

    .dealer-listings-item-column.left[b-yv76rmnsnv] {
        margin-left: 32px;
    }

@media screen and (max-width: 549px) {
    .dealer-listings-item-column.left[b-yv76rmnsnv] {
        margin-left: 12px;
    }
}

.dealer-listings-item-column.right[b-yv76rmnsnv] {
    margin-right: 32px;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-column.right[b-yv76rmnsnv] {
        margin-right: 12px;
    }
}

.dealer-listings-item-title[b-yv76rmnsnv] {
    color: #00a5e3;
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-title[b-yv76rmnsnv] {
        font-size: 14px;
        margin: 8px 0;
    }
}

.dealer-listings-item-distance[b-yv76rmnsnv] {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 4px;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-distance[b-yv76rmnsnv] {
        font-size: 10px;
        margin: 0 0 2px;
    }
}

.dealer-listings-item-address[b-yv76rmnsnv] {
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-address[b-yv76rmnsnv] {
        font-size: 10px;
        margin: 6px 0;
    }
}

.dealer-listings-item-link-wrapper[b-yv76rmnsnv] {
    display: flex;
    flex-direction: column;
    margin: 18px 0;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-link-wrapper[b-yv76rmnsnv] {
        margin: 8px 0;
    }
}

.dealer-listings-item-link[b-yv76rmnsnv] {
    color: #00a5e3;
    font-size: 14px;
    font-weight: 400;
    margin: 2px 0;
}

.dealer-listings-item-link.button-link[b-yv76rmnsnv] {
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: underline;
    width: fit-content;
}

.dealer-listings-item-link.copy[b-yv76rmnsnv] {
    cursor: copy;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-link[b-yv76rmnsnv] {
        font-size: 10px;
        margin: 0.8px 0;
    }
}

.dealer-listings-item-link:hover[b-yv76rmnsnv] {
    opacity: 0.6;
}

.dealer-listings-item-icon[b-yv76rmnsnv] {
    margin-right: 6px;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-icon[b-yv76rmnsnv] {
        margin-right: 2px;
    }
}

.dealer-listings-item-button[b-yv76rmnsnv] {
    background: #00a5e3;
    color: #fff;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 12px;
    cursor: pointer;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-button[b-yv76rmnsnv] {
        font-size: 8px;
        padding: 2px 8px;
    }
}

.dealer-listings-item-map[b-yv76rmnsnv], .dealer-listings-item-nomap[b-yv76rmnsnv] {
    height: 120px;
    width: 120px;
}

@media screen and (max-width: 549px) {
    .dealer-listings-item-map[b-yv76rmnsnv], .dealer-listings-item-nomap[b-yv76rmnsnv] {
        height: 80px;
        width: 80px;
    }
}
/* _content/DriveNEO/Views/DealerListings/_DealerListings.cshtml.rz.scp.css */
.dealer-listings-search-list-ad[b-khnjxft02y] {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style-type: none;
}
/* _content/DriveNEO/Views/FAQ/Index.cshtml.rz.scp.css */
.faq-title-wrapper[b-6zf6c65l4f] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-title[b-6zf6c65l4f] {
    text-align: center;
    color: #fff;
    background:rgba(0, 0, 0, 0.6);
    width: 420px;
    font-size: 32px;
    font-weight: 500;
    margin: 12px 0;
}

@media screen and (max-width: 749px) {
    .faq-title[b-6zf6c65l4f] {
        font-size: 24px;
        width: 320px;
    }
}

@media screen and (max-width: 549px) {
    .faq-title[b-6zf6c65l4f] {
        font-size: 18px;
        width: 235px;
    }
}

.faq-dropdown-section[b-6zf6c65l4f] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.faq-dropdown-title[b-6zf6c65l4f] {
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0;
    text-align: center;
}


.faq-accordion-wrapper[b-6zf6c65l4f] {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 649px) {
    .faq-accordion-wrapper[b-6zf6c65l4f] {
        display: block;
        align-items: center;
        width: 100%;
        max-width: 580px;
    }
}
/* _content/DriveNEO/Views/Home/Index.cshtml.rz.scp.css */
.banner-ad-wrapper[b-c62e8x4tsc] {
    display: flex;
}

.banner-ad[b-c62e8x4tsc] {
    margin: 24px auto;
    display: flex;
    justify-content: center;
    width: 90%;
}

.home-ads-wrapper[b-c62e8x4tsc] {
    width: 100%;
    margin: 12px auto;
}

.home-ads-content[b-c62e8x4tsc] {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 0 10px;
    align-items: center;
    margin: auto;
}

@media screen and (max-width: 1141px) {
    .home-ads-content[b-c62e8x4tsc] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 250px 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 24px;
    }
}

@media screen and (max-width: 699px) {
    .home-ads-content[b-c62e8x4tsc] {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1141px) {
    .home-square-ad-wrapper[b-c62e8x4tsc] {
        display: flex;
        justify-content: center;
    }
}

.home-square-ad[b-c62e8x4tsc] {
    display: flex;
}

.home-square-ad-image[b-c62e8x4tsc] {
    max-width: 300px;
    border: 1px solid #000000;
}

.carousel-section[b-c62e8x4tsc] {
    width: 90vw;
    margin: auto;
}

.carousel-header[b-c62e8x4tsc] {
    margin: 8px 0 26px;
}

@media screen and (max-width: 649px) {
    .carousel-header[b-c62e8x4tsc] {
        margin: 1.23vw 0 4.01vw;
    }
}

.carousel-title[b-c62e8x4tsc] {
    margin: 2px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .carousel-title[b-c62e8x4tsc] {
        margin: .31vw;
        font-size: 4.93vw;
    }
}

.search-section[b-c62e8x4tsc] {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.search-title[b-c62e8x4tsc] {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: inherit;
    margin: 48px 0 24px;
}

@media screen and (max-width: 649px) {
    .search-title[b-c62e8x4tsc] {
        font-size: 4.93vw;
        margin: 7.4vw 0 3.7vw;
    }
}

.listings-list-title[b-c62e8x4tsc] {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 38px 0 0;
}

.listings-list-wrapper[b-c62e8x4tsc] {
    width: 100%;
    margin-bottom: 60px;
    border-radius: 4px;
    border: rgba(0, 0, 0, 0.2) 0.5px solid;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    padding-bottom: 5px;
    margin-top: 10px;
}

.listings-list[b-c62e8x4tsc] {
    width: 90%;
    height: 90%;
    margin: 24px auto;
    padding: 12px;
    list-style-type: none;
    border-radius: 2px;
    display: grid;  Use grid 
    grid-template-columns: repeat(3, 1fr);  Three equal columns 
    gap: 7px;  Gap between items 
}

@media screen and (max-width: 499px) {
    .listings-list[b-c62e8x4tsc] {
        column-count: 2;
    }
}

.listings-list-item[b-c62e8x4tsc] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 32px;
}

.listings-list-item-link[b-c62e8x4tsc] {
    color: #00a5e3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

    .listings-list-item-link:hover[b-c62e8x4tsc] {
        opacity: 0.6;
    }

.vehicle-links-container[b-c62e8x4tsc] {
    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: space-between;
    align-self: center;
}

.link-search-container[b-c62e8x4tsc] {
    width: 30%;
}

@media screen and (max-width: 1141px) {
    .vehicle-links-container[b-c62e8x4tsc] {
        flex-direction: column;
    }
    .link-search-container[b-c62e8x4tsc] {
        width: 100%;
    }
    .listings-list-wrapper[b-c62e8x4tsc] {
        margin-top: 5px;
    }
}

.see-all-container[b-c62e8x4tsc] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.listing-link-see-all[b-c62e8x4tsc] {
    color: #00a5e3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

    .listing-link-see-all:hover[b-c62e8x4tsc] {
        opacity: 0.6;  Add hover effect if needed 
    }

/* _content/DriveNEO/Views/Home/_HomeHeroSection.cshtml.rz.scp.css */
/*.home-hero-section {
    display: grid;
    position: center;
    grid-template-rows: min-content min-content min-content;
    grid-template-columns: 100%;
    width: 100%;
}

.home-hero-section {
    display: grid;
    position: relative;*/ /* important */
    /*grid-template-rows: min-content min-content min-content;
    grid-template-columns: 100%;
    width: 100%;
}

.home-hero-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.home-hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.home-hero-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent;
}


.home-hero-image-section {
    grid-area: 1 / 1 / 4 / 2;
    z-index: 1;
}


.home-hero-title-section {
    grid-area: 1 / 1 / 2 / 2;
    z-index: 2;
    position: relative;
    top: 86px;
}

@media screen and (max-width: 499px) {
    .home-hero-title-section {
        top: 17.2vw;
    }
}

.home-hero-title {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    margin: 32px 0 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: 'Gill Sans', sans-serif;
}

@media screen and (max-width: 699px) {
    .home-hero-title {
        margin: 0 84px 10px;
    }
}

@media screen and (max-width: 549px) {
    .home-hero-title {
        font-size: 8.74vw;
        text-shadow: 0 .18vw .55vw rgba(0,0,0,0.2);
        margin: 0 8vw 1.8vw;
    }
}

.home-hero-subtitle {
    color: #fff;
    margin: 0 0 6.66em;
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 1);
    text-align: center;
    font-family: 'Gill Sans', sans-serif;
}

@media screen and (max-width: 499px) {
    .home-hero-subtitle {
        font-size: 3.6vw;
        text-shadow: 0 .2vw .6vw rgba(0, 0, 0, 1);
    }
}

.home-hero-bottom-padding {
    grid-area: 3 / 1 / 4 / 2;
    padding-bottom: 48px;
}

@media screen and (max-width: 499px) {
    .home-hero-bottom-padding {
        padding-bottom: 9.6vw;
    }
}

.home-hero-image-section {
    position: relative;*/ /* Make the section a positioning context for the overlay image */
/*}

.home-hero-overlay-image {
    position: absolute;*/ /* Position the smaller image relative to the home-hero-image-section */
    /*bottom: 10px;*/ /* Adjust as needed for positioning from the bottom */
    /*left: 10px;*/ /* Adjust as needed for positioning from the left */
    /*width: 300px;*/ /* Adjust the size of the overlay image */
    /*height: auto;*/ /* Maintain the aspect ratio of the overlay image */
    /*z-index: 10;*/ /* Ensure the smaller image is on top of the hero image */
/*}*/
/* _content/DriveNEO/Views/PrivacyPolicy/Index.cshtml.rz.scp.css */
.privacy-policy-title[b-3zh1qzmdr4] {
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 32px;
}

@media screen and (max-width: 499px) {
    .privacy-policy-title[b-3zh1qzmdr4] {
        margin: 0 0 3.6vw 0;
        font-size: 6.4vw;
    }
}

.privacy-policy-page[b-3zh1qzmdr4] {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1149px) {
    .privacy-policy-page[b-3zh1qzmdr4] {
        width: 90%;
        margin: auto;
    }
}

.privacy-policy-content[b-3zh1qzmdr4] {
    display: flex;
    flex-direction: column;
}

.privacy-policy-box[b-3zh1qzmdr4] {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 14px 14px 0 14px;
    margin: 0 0 14px 0;
}

@media screen and (max-width: 499px) {
    .privacy-policy-box[b-3zh1qzmdr4] {
        border: 0.2vw solid #ccc;
        border-radius: .4vw;
        padding: 2.8vw 2.8vw 0 2.8vw;
        margin: 0 0 2.8vw 0;
    }
}

.privacy-policy-paragraph[b-3zh1qzmdr4] {
    font-size: 14px;
    margin: 0 0 14px 0;
}

@media screen and (max-width: 499px) {
    .privacy-policy-paragraph[b-3zh1qzmdr4] {
        font-size: 2.8vw;
        margin: 0 0 2.8vw 0;
    }
}

.privacy-policy-link[b-3zh1qzmdr4] {
    color: #00a5e3;
}

.privacy-policy-section-title[b-3zh1qzmdr4] {
    text-align: center;
    margin: 0 0 14px 0;
    font-size: 20px;
}

@media screen and (max-width: 499px) {
    .privacy-policy-section-title[b-3zh1qzmdr4] {
        font-size: 4.01vw;
        margin: 0 0 2.8vw 0;
    }
}

.privacy-policy-list[b-3zh1qzmdr4] {
    margin: 0;
    list-style-type: none;
    padding: 0 0 0 28px;
}

@media screen and (max-width: 499px) {
    .privacy-policy-list[b-3zh1qzmdr4] {
        padding: 0 0 0 5.6vw;
    }
}
/* _content/DriveNEO/Views/RecallTool/Index.cshtml.rz.scp.css */
.recall-tool-title[b-i00eoe3lxj] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.recall-tool-body[b-i00eoe3lxj] {
    display: inline;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}

.recall-text-container[b-i00eoe3lxj] {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-left: 40px;
    margin-right: 40px;
    border: 1px #edf2fc;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.recall-iframe[b-i00eoe3lxj] {
    border: none;
    min-height: 1400px;
}

.recall-top-container[b-i00eoe3lxj] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

@media screen and (max-width:765px) {
    .recall-top-container[b-i00eoe3lxj] {
        flex-direction: column;
        align-items: center;
    }

    .recall-text-container[b-i00eoe3lxj] {
        width: 90%;
    }
}
/* _content/DriveNEO/Views/Reviews/Index.cshtml.rz.scp.css */
.article-home-title[b-uqruvpmk9j] {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 8px;
}

.article-title[b-uqruvpmk9j] {
    text-align: center;
    margin: 4px 0;
    font-size: 32px;
    font-weight: 700;
}

@media screen and (max-width: 799px) {
    .article-title[b-uqruvpmk9j] {
        font-size: 4vw;
        margin: 0.6vw 0;
    }
}

.article-subtitle[b-uqruvpmk9j] {
    margin: 8px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #00a5e3;
}

@media screen and (max-width: 799px) {
    .article-subtitle[b-uqruvpmk9j] {
        font-size: 2.5vw;
        margin: 1vw 0;
    }
}

.article-author[b-uqruvpmk9j] {
    text-align: center;
    margin: 6px 0;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 799px) {
    .article-author[b-uqruvpmk9j] {
        font-size: 2vw;
        margin: 0.75vw 0;
    }
}


.article-features-section[b-uqruvpmk9j] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #ebebeb;
    border-radius: 4px;
}


.article-features-text-wrapper[b-uqruvpmk9j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px;
}

@media screen and (max-width: 799px) {
    .article-features-text-wrapper[b-uqruvpmk9j] {
        margin: 3vw;
    }
}

.article-features-title[b-uqruvpmk9j] {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

@media screen and (max-width: 799px) {
    .article-features-title[b-uqruvpmk9j] {
        font-size: 2.25vw;
    }
}

.article-features-list[b-uqruvpmk9j] {
    padding: 0;
    margin: 0 12px;
}

@media screen and (max-width: 799px) {
    .article-features-list[b-uqruvpmk9j] {
        margin: 0 1.5vw;
    }
}

.article-home-content-wrapper[b-uqruvpmk9j] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media screen and (max-width: 1149px) {
    .article-home-content-wrapper[b-uqruvpmk9j] {
        width: 90%;
        margin: auto;
    }
}

.featured-article-row-content[b-uqruvpmk9j] {
    gap: 20px;
    width: 100%;
    height: auto;
}

@media (max-width: 649px) {
    .featured-article-row-content[b-uqruvpmk9j] {
        display: table-column;
    }
}


.searched-articles-container[b-uqruvpmk9j] {
    width: 100%;
    height: auto;
}

.searched-article-row-content[b-uqruvpmk9j] {
    width: 100%;

}


.article-author-box[b-uqruvpmk9j] {
    display: flex;
    flex-direction: row;
    max-width: 725px;
    width: 90%;
    margin: 14px auto;
    border: 1px solid #00a5e3;
    border-radius: 2px;
}

@media screen and (max-width: 799px) {
    .article-author-box[b-uqruvpmk9j] {
        margin: 1.75vw auto;
    }
}

.article-headshot-wrapper[b-uqruvpmk9j] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 14px 0 14px 14px;
}

@media screen and (max-width: 799px) {
    .article-headshot-wrapper[b-uqruvpmk9j] {
        margin: 1.75vw 0 1.75vw 1.75vw;
    }
}

@media screen and (max-width: 799px) {
    .article-headshot-image[b-uqruvpmk9j] {
        width: 18.75vw;
        height: auto;
    }
}

.article-headshot-title[b-uqruvpmk9j] {
    margin: 2px 0;
    text-align: center;
    font-size: 16px;
    color: #00a5e3;
}

@media screen and (max-width: 799px) {
    .article-headshot-title[b-uqruvpmk9j] {
        margin: 0.25vw 0;
        font-size: 2vw;
    }
}

.article-author-paragraph-wrapper[b-uqruvpmk9j] {
    margin: 14px;
}

@media screen and (max-width: 799px) {
    .article-author-paragraph-wrapper[b-uqruvpmk9j] {
        margin: 1.75vw;
    }
}

.article-author-paragraph[b-uqruvpmk9j] {
    font-size: 14px;
    text-indent: 20px;
    margin: 0;
}

@media screen and (max-width: 799px) {
    .article-author-paragraph[b-uqruvpmk9j] {
        font-size: 1.75vw;
        text-indent: 2.5vw;
    }
}

.article-author-paragraph:first-of-type[b-uqruvpmk9j] {
    margin-bottom: 12px;
}

@media screen and (max-width: 799px) {
    .article-author-paragraph:first-of-type[b-uqruvpmk9j] {
        margin-bottom: 1.5vw;
    }
}

.article-author-link[b-uqruvpmk9j] {
    color: #00a5e3;
    text-decoration: none;
}

    .article-author-link:hover[b-uqruvpmk9j] {
        opacity: 0.6;
    }

.page-wrapper[b-uqruvpmk9j] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-content-div[b-uqruvpmk9j] {

    padding: 20px;
    margin: 0 auto;

    margin-bottom: 20px;

}

.search-content-column[b-uqruvpmk9j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.search-content-row[b-uqruvpmk9j] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 525px) {
    .search-content-row[b-uqruvpmk9j] {
        flex-direction: column;
    }
}

.dropdown[b-uqruvpmk9j] {
    text-align: center;
    flex: 1;
    margin-right: 25px;

    height: 40px;
    margin: 7px;
    padding: 0 12px;
    width: 230px;
    accent-color: #00a5e3;
    font-size: 14px;
    border-radius: 5px;
}
    .dropdown:last-child[b-uqruvpmk9j] {
        margin-right: 0;
    }

@media screen and (max-width: 499px) {
    .dropdown[b-uqruvpmk9j] {
        margin: 1.4vw;
        padding: 0 2.4vw;
        font-size: 2.81vw;
    }
}

.dropdown.small[b-uqruvpmk9j] {
    width: 140px;
}

@media screen and (max-width: 499px) {
    .dropdown.small[b-uqruvpmk9j] {
        width: 28.06vw;
    }
}

.search-button[b-uqruvpmk9j] {
    background-color: #00a5e3;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    width: 230px;
    padding: 12px;
    cursor: pointer;
    border-radius: 5px;
}

/* Style for mobile dropdowns */
.search-content-row[b-uqruvpmk9j] {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-container[b-uqruvpmk9j] {
    width: calc(33.33% - 10px); /* Each dropdown occupies one-third of the width minus some spacing */
    margin-right: 10px; /* Add some spacing between dropdowns */
    margin-bottom: 10px; /* Add some spacing below dropdowns */
}

.dropdown[b-uqruvpmk9j] {
    width: 100%; /* Make the dropdowns full width */
    padding: 10px; /* Add padding for better touch interaction */
    font-size: 16px; /* Adjust font size for better readability on mobile */
    border: 1px solid #ccc; /* Add border for visual separation */
    border-radius: 5px; /* Add some border radius for rounded corners */
    background-color: #fff; /* Set background color to white */
    -webkit-appearance: none; /* Remove default styles on iOS */
    -moz-appearance: none; /* Remove default styles on Firefox */
    appearance: none; /* Remove default styles */
}

    /* Optional: Style the dropdown arrow icon */
    .dropdown[b-uqruvpmk9j]::-ms-expand {
        display: none; /* Hide default arrow icon on IE */
    }

/* Adjust margin for the last dropdown container */
.dropdown-container:last-child[b-uqruvpmk9j] {
    margin-right: 0;
}

@media (max-width: 768px) {
    /* For smaller screens, make the dropdowns display inline-block */
    .dropdown-container[b-uqruvpmk9j] {
        width: 100%; /* Each dropdown occupies full width on smaller screens */
        margin-right: 0; /* Remove margin for smaller screens */
    }
}
/* _content/DriveNEO/Views/Reviews/_ArticleColumn.cshtml.rz.scp.css */
.column-container[b-6jtpj6erji] {
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 5px;
}

.column-title[b-6jtpj6erji] {
    padding: 5px;
    font-weight: bold;
}
/* _content/DriveNEO/Views/Reviews/_ArticleRow.cshtml.rz.scp.css */


.reviews-section[b-vx7310ll3m] {
    padding: 16px 0 40px;
    background: rgba(38, 38, 38, 0.8);
    width: 100%;
    background-size: cover;
    display: block;
}



.reviews-section.home[b-vx7310ll3m] {
    margin-top: 64px;
}



.reviews-section.reviews[b-vx7310ll3m] {
    margin: 12px 0 24px;
}



.reviews-title[b-vx7310ll3m] {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    color: #ebebeb;
}



.reviews-wrapper[b-vx7310ll3m] {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90vw;
    margin: auto;
    justify-content: space-evenly;
}



.review-list-item[b-vx7310ll3m] {
    width: 240px;
    background: white;
    border-radius: 8px;
    position: relative;
    margin: 24px;
}


.review-list-item:hover > .review-overlay[b-vx7310ll3m] {
    opacity: 1;
}

.review-image[b-vx7310ll3m] {
    width: 240px;
    height: auto;
    border-radius: 8px 8px 0 0;
}



.review-info-section[b-vx7310ll3m] {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.review-name[b-vx7310ll3m] {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto 0;
    width: 90%;
}



.review-author[b-vx7310ll3m] {
    margin-bottom: 18px;
}



.review-description[b-vx7310ll3m] {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0;
}



.review-overlay[b-vx7310ll3m] {
    background: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 240px;
    z-index: 5;
    border-radius: 8px;
}


.review-overlay-link[b-vx7310ll3m] {
    text-decoration: none;
    color: #fff;
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}


.review-link-wrapper[b-vx7310ll3m] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


.review-link[b-vx7310ll3m] {
    color: #fff;
    font-size: 16px;
}



.review-link:hover[b-vx7310ll3m] {
    opacity: 0.6;
}
/* _content/DriveNEO/Views/Reviews/_ArticleRows.cshtml.rz.scp.css */
#article_holder[b-bnw12hjexs] {
    width: 80%; /* Adjust the width as needed */
    margin: auto;
}

.review_title[b-bnw12hjexs] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.review-details[b-bnw12hjexs] {
    display: flex; /* Use flexbox to align items horizontally */
}

.article-image[b-bnw12hjexs] {
    width: 100px; /* Adjust the image width as needed */
    height: auto;
    margin-right: 10px;
}

.article-description[b-bnw12hjexs] {
    font-size: 12px;
    line-height: 1.5;
    flex: 1;
}
/* _content/DriveNEO/Views/Reviews/_SearchedArticles.cshtml.rz.scp.css */
.article-row[b-6vts7s5do2] {
    width: auto;
    height: auto;
    padding: 5px;
}
/* _content/DriveNEO/Views/SearchByCity/Index.cshtml.rz.scp.css */

.listings-list-wrapper[b-kqrmvqq10w] {
    width: 100%;
    margin-bottom: 60px;
    border-radius: 4px;
    border: rgba(0, 0, 0, 0.2) 0.5px solid;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    padding-bottom: 5px;
    margin-top: 10px;
}

.listings-list[b-kqrmvqq10w] {
    width: 90%;
    height: 90%;
    margin: 24px auto;
    padding: 12px;
    list-style-type: none;
    border-radius: 2px;
    display: grid; /* Use grid */
    grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    gap: 7px; /* Gap between items */
}

@media screen and (max-width: 499px) {
    .listings-list[b-kqrmvqq10w] {
        column-count: 2;
    }
}

.listings-list-item[b-kqrmvqq10w] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 32px;
}

.listings-list-item-link[b-kqrmvqq10w] {
    color: #00a5e3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

    .listings-list-item-link:hover[b-kqrmvqq10w] {
        opacity: 0.6;
    }

.vehicle-links-container[b-kqrmvqq10w] {
    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: space-between;
    align-self: center;
}

.link-search-container[b-kqrmvqq10w] {
    width: 30%;
}

@media screen and (max-width: 1141px) {
    .vehicle-links-container[b-kqrmvqq10w] {
        flex-direction: column;
    }

    .link-search-container[b-kqrmvqq10w] {
        width: 100%;
    }

    .listings-list-wrapper[b-kqrmvqq10w] {
        margin-top: 5px;
    }
}

.see-all-container[b-kqrmvqq10w] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.listing-link-see-all[b-kqrmvqq10w] {
    color: #00a5e3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

    .listing-link-see-all:hover[b-kqrmvqq10w] {
        opacity: 0.6; /* Add hover effect if needed */
    }
/* _content/DriveNEO/Views/SearchByMakeUsed/Index.cshtml.rz.scp.css */

.listings-list-wrapper[b-fjs38ldp2f] {
    width: 100%;
    margin-bottom: 60px;
    border-radius: 4px;
    border: rgba(0, 0, 0, 0.2) 0.5px solid;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    padding-bottom: 5px;
    margin-top: 10px;
}

.listings-list[b-fjs38ldp2f] {
    width: 90%;
    height: 90%;
    margin: 24px auto;
    padding: 12px;
    list-style-type: none;
    border-radius: 2px;
    display: grid; /* Use grid */
    grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    gap: 7px; /* Gap between items */
}

@media screen and (max-width: 499px) {
    .listings-list[b-fjs38ldp2f] {
        column-count: 2;
    }
}

.listings-list-item[b-fjs38ldp2f] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 32px;
}

.listings-list-item-link[b-fjs38ldp2f] {
    color: #00a5e3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

    .listings-list-item-link:hover[b-fjs38ldp2f] {
        opacity: 0.6;
    }

.vehicle-links-container[b-fjs38ldp2f] {
    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: space-between;
    align-self: center;
}

.link-search-container[b-fjs38ldp2f] {
    width: 30%;
}

@media screen and (max-width: 1141px) {
    .vehicle-links-container[b-fjs38ldp2f] {
        flex-direction: column;
    }

    .link-search-container[b-fjs38ldp2f] {
        width: 100%;
    }

    .listings-list-wrapper[b-fjs38ldp2f] {
        margin-top: 5px;
    }
}

.see-all-container[b-fjs38ldp2f] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.listing-link-see-all[b-fjs38ldp2f] {
    color: #00a5e3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

    .listing-link-see-all:hover[b-fjs38ldp2f] {
        opacity: 0.6; /* Add hover effect if needed */
    }
/* _content/DriveNEO/Views/SearchByMake/Index.cshtml.rz.scp.css */

.listings-list-wrapper[b-t3zrgs1j0t] {
    width: 100%;
    margin-bottom: 60px;
    border-radius: 4px;
    border: rgba(0, 0, 0, 0.2) 0.5px solid;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    padding-bottom: 5px;
    margin-top: 10px;
}

.listings-list[b-t3zrgs1j0t] {
    width: 90%;
    height: 90%;
    margin: 24px auto;
    padding: 12px;
    list-style-type: none;
    border-radius: 2px;
    display: grid; /* Use grid */
    grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    gap: 7px; /* Gap between items */
}

@media screen and (max-width: 499px) {
    .listings-list[b-t3zrgs1j0t] {
        column-count: 2;
    }
}

.listings-list-item[b-t3zrgs1j0t] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 32px;
}

.listings-list-item-link[b-t3zrgs1j0t] {
    color: #00a5e3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

    .listings-list-item-link:hover[b-t3zrgs1j0t] {
        opacity: 0.6;
    }

.vehicle-links-container[b-t3zrgs1j0t] {
    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: space-between;
    align-self: center;
}

.link-search-container[b-t3zrgs1j0t] {
    width: 30%;
}

@media screen and (max-width: 1141px) {
    .vehicle-links-container[b-t3zrgs1j0t] {
        flex-direction: column;
    }

    .link-search-container[b-t3zrgs1j0t] {
        width: 100%;
    }

    .listings-list-wrapper[b-t3zrgs1j0t] {
        margin-top: 5px;
    }
}

.see-all-container[b-t3zrgs1j0t] {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.listing-link-see-all[b-t3zrgs1j0t] {
    color: #00a5e3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

    .listing-link-see-all:hover[b-t3zrgs1j0t] {
        opacity: 0.6; /* Add hover effect if needed */
    }
/* _content/DriveNEO/Views/SellCar/Index.cshtml.rz.scp.css */
.sell-car-title[b-6pmuoojhpz] {
    text-align: center;
    margin: 40px 0 0 0;
    font-size: 48px;
    font-weight: 500;
}

@media screen and (max-width: 1249px) {
    .sell-car-title[b-6pmuoojhpz] {
        margin: 18px 0 0 0;
    }
}

@media screen and (max-width: 549px) {
    .sell-car-title[b-6pmuoojhpz] {
        font-size: 32px;
    }
}

.sell-car-subtitle[b-6pmuoojhpz] {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin: 8px 0;
}

@media screen and (max-width: 549px) {
    .sell-car-subtitle[b-6pmuoojhpz] {
        font-size: 16px;
    }
}

.sell-car-dropdown-section[b-6pmuoojhpz] {
    margin-bottom: 24px;
}

.sell-car-dropdown-title[b-6pmuoojhpz] {
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0;
    text-align: center;
}

.sell-car-form-wrapper[b-6pmuoojhpz] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 48px;
}

.sell-car-form[b-6pmuoojhpz] {
    background: #00a5e3;
    border-radius: 4px;
    max-width: 600px;
    width: 90%;
}

.sell-car-row-wrapper[b-6pmuoojhpz] {
    display: flex;
    flex-direction: row;
}

.sell-car-input-wrapper[b-6pmuoojhpz] {
    display: flex;
    flex-direction: column;
    margin: 12px 0 0 12px;
    width: 140px;
}

.sell-car-input-wrapper:last-of-type[b-6pmuoojhpz] {
    flex-grow: 1;
    margin-right: 12px;
}

.sell-car-label[b-6pmuoojhpz] {
    text-align: left;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 500;
    color: #fff;
}

.sell-car-select[b-6pmuoojhpz] {
    background: #fff;
    border: none;
    padding: 6px 4px;
    border-radius: 2px;
}

.sell-car-input[b-6pmuoojhpz] {
    padding: 6px 4px;
    border-radius: 2px;
    background: #fff;
    border: none;
    accent-color: #00a5e3;
}

.sell-car-button-wrapper[b-6pmuoojhpz] {
    display: flex;
    justify-content: center;
    margin: 18px 0;
}

.sell-car-button[b-6pmuoojhpz] {
    background: #ffdf40;
    color: #000;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    padding: 4px 12px;
}
/* _content/DriveNEO/Views/Shared/Components/_CarouselDisplay.cshtml.rz.scp.css */
.wrapper[b-5l04249jub] {
    max-width: 1060px;
    margin: auto;
}

@media screen and (max-width: 1149px) {
    .wrapper[b-5l04249jub] {
        max-width: 800px;
    }
}

@media screen and (max-width: 859px) {
    .wrapper[b-5l04249jub] {
        max-width: 526px;
    }
}

@media screen and (max-width: 649px) {
    .wrapper[b-5l04249jub] {
        max-width: 80vw;
    }
}

.carousel-list-item[b-5l04249jub] {
    flex: 1 1 auto;
    position: relative;
}
/* _content/DriveNEO/Views/Shared/Components/_DFPAd.cshtml.rz.scp.css */

/* _content/DriveNEO/Views/Shared/Components/_FeaturedVehicles.cshtml.rz.scp.css */
.featured-vehicles[b-v0rijmmz7x] {
    width: 100%;
}

.featured-vehicles-wrapper[b-v0rijmmz7x] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
    margin: auto;
    list-style: none;
    row-gap: 24px;
}
@media screen and (max-width: 1140px) {
    .featured-vehicles-wrapper[b-v0rijmmz7x] {
        width: 710px;
    }
}
@media screen and (max-width: 719px) {
    .featured-vehicles-wrapper[b-v0rijmmz7x] {
        width: 560px;
    }
}
@media screen and (max-width: 649px) {
    .featured-vehicles-wrapper[b-v0rijmmz7x] {
        width: 100%;
    }
}

.featured-vehicles-empty-result[b-v0rijmmz7x] {
    width: 266.6px;
    height: 30px;
    text-decoration: none;
    color: inherit;
    text-align: center;
    font-size: 24px;
    border-radius: 4px;
    border: rgba(0, 0, 0, 0.2) 0.5px solid;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    padding: 25px 0;
}

.featured-vehicles-link-wrapper[b-v0rijmmz7x] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.featured-vehicles-link[b-v0rijmmz7x] {
    color: #0d1b69;
    font-size: 16px;
}
@media screen and (max-width: 649px) {
    .featured-vehicles-link[b-v0rijmmz7x] {
        font-size: 2.47vw;
    }
}
/* _content/DriveNEO/Views/Shared/Components/_Features.cshtml.rz.scp.css */
.features-wrapper[b-wy9de7g3ng] {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
    width: 90vw;
    margin: auto;
    padding: 0;
}

.features-item[b-wy9de7g3ng] {
    padding: 1.75rem;
}

@media screen and (max-width: 699px) {
    .features-item[b-wy9de7g3ng] {
        padding: 4.3vw;
    }
}

.features-link[b-wy9de7g3ng] {
    width: 100%;
    display: flex;
    text-decoration: none;
    color: #212529;
}

@media screen and (max-width: 1159px) {
    .features-link[b-wy9de7g3ng] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 859px) {
    .features-link[b-wy9de7g3ng] {
        flex-direction: row;
    }
}

@media screen and (max-width: 699px) {
    .features-link[b-wy9de7g3ng] {
        flex-direction: column;
        width: fit-content;
    }
}

/*@media screen and (max-width: 649px) {
    .features-link {
        padding: 4.3vw;
    }
}*/

.home-icon[b-wy9de7g3ng] {
    color: #0d1b69;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    margin-right: 1.375rem;
}
.home-icon-sm[b-wy9de7g3ng] {
    display: none
}

.home-icon-lg[b-wy9de7g3ng] {
    display: flex
}

@media screen and (max-width: 1159px) {
    .home-icon[b-wy9de7g3ng] {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 859px) {
    .home-icon[b-wy9de7g3ng] {
        margin-right: 1.375rem !important;
    }
}

@media screen and (max-width: 699px) {
    .home-icon[b-wy9de7g3ng] {
        margin-right: 0 !important;
        height: 7.4vw !important;
        width: 7.4vw !important;
    }
    .home-icon-sm[b-wy9de7g3ng] {
        display: flex
    }
    .home-icon-lg[b-wy9de7g3ng] {
        display: none
    }
}

.features-info[b-wy9de7g3ng] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: fit-content;
}

@media screen and (max-width: 859px) {
    .features-info[b-wy9de7g3ng] {
        width: 180px;
    }
}

@media screen and (max-width: 649px) {
    .features-info[b-wy9de7g3ng] {
        width: 27.74vw;
    }
}

.features-info-title[b-wy9de7g3ng] {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0;
}

@media screen and (max-width: 649px) {
    .features-info-title[b-wy9de7g3ng] {
        font-size: 2.47vw;
        padding: 0.92vw 0;
    }
}

.features-info-subtitle[b-wy9de7g3ng] {
    color: #6c757d;
    margin: 0;
    font-size: 14px;
}

@media screen and (max-width: 649px) {
    .features-info-subtitle[b-wy9de7g3ng] {
        font-size: 2.16vw;
    }
}
/* _content/DriveNEO/Views/Shared/Components/_HeroSection.cshtml.rz.scp.css */
.hero-section[b-ffesgb83yu] {
    display: grid;
    position: center;
    grid-template-rows: min-content min-content min-content;
    grid-template-columns: 100%;
    width: 100%;
}

.hero-image-section[b-ffesgb83yu] {
    grid-area: 1 / 1 / 4 / 2;
    z-index: 1;
}

.hero-image[b-ffesgb83yu] {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    filter: brightness(60%);
}

.hero-title-section[b-ffesgb83yu] {
    grid-area: 1 / 1 / 4 / 2;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-title[b-ffesgb83yu] {
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 430px;
    font-size: 32px;
    font-weight: 500;
}

@media screen and (max-width: 749px) {
    .hero-title[b-ffesgb83yu] {
        font-size: 24px;
        width: 140px;
    }
}

@media screen and (max-width: 549px) {
    .hero-title[b-ffesgb83yu] {
        font-size: 18px;
        width: 100px;
    }
}
/* _content/DriveNEO/Views/Shared/Components/_LatestReview.cshtml.rz.scp.css */
.reviews-section[b-moawbk7ywm] {
    padding: 16px 0 40px;
    background: rgba(38, 38, 38, 0.8);
    width: 100%;
    background-size: cover;
    display: block;
}

@media screen and (max-width: 649px) {
    .reviews-section[b-moawbk7ywm] {
        padding: 2.47vw 0 6.16vw;
    }
}

.reviews-section.home[b-moawbk7ywm] {
    margin-top: 64px;
}

@media screen and (max-width: 649px) {
    .reviews-section.home[b-moawbk7ywm] {
        margin-top: 9.86vw;
    }
}

.reviews-section.reviews[b-moawbk7ywm] {
    margin: 12px 0 24px;
}

@media screen and (max-width: 649px) {
    .reviews-section.reviews[b-moawbk7ywm] {
        margin: 1.85vw 0 3.7vw;
    }
}

.reviews-title[b-moawbk7ywm] {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    color: #ebebeb;
}

@media screen and (max-width: 649px) {
    .reviews-title[b-moawbk7ywm] {
        font-size: 4.93vw;
        margin: 3.08vw 0;
    }
}

.reviews-wrapper[b-moawbk7ywm] {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90vw;
    margin: auto;
    justify-content: space-evenly;
}

@media screen and (max-width: 1139px) {
    .reviews-wrapper[b-moawbk7ywm] {
        width: 710px;
    }
}

@media screen and (max-width: 719px) {
    .reviews-wrapper[b-moawbk7ywm] {
        width: 520px;
    }
}

@media screen and (max-width: 649px) {
    .reviews-wrapper[b-moawbk7ywm] {
        width: 80.12vw;
    }
}

.review-list-item[b-moawbk7ywm] {
    width: 240px;
    background: white;
    border-radius: 8px;
    position: relative;
    margin: 24px 0;
}

@media screen and (max-width: 719px) {
    .review-list-item[b-moawbk7ywm] {
        margin: 6px 0;
    }
}

@media screen and (max-width: 649px) {
    .review-list-item[b-moawbk7ywm] {
        width: 36.98vw;
        border-radius: 1.23vw;
        margin: .92vw 0;
    }
}

.review-list-item:hover > .review-overlay[b-moawbk7ywm] {
    opacity: 1;
}

.review-image[b-moawbk7ywm] {
    width: 240px;
    height: auto;
    border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 649px) {
    .review-image[b-moawbk7ywm] {
        width: 36.98vw;
        border-radius: 1.23vw 1.23vw 0 0;
    }
}

.review-info-section[b-moawbk7ywm] {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 649px) {
    .review-info-section[b-moawbk7ywm] {
        height: 18.49vw;
    }
}

.review-name[b-moawbk7ywm] {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto 0;
    width: 90%;
}

@media screen and (max-width: 649px) {
    .review-name[b-moawbk7ywm] {
        font-size: 2.77vw;
        line-height: 3.39vw;
        margin: 1.54vw auto 0;
    }
}

.review-author[b-moawbk7ywm] {
    margin-bottom: 18px;
}

@media screen and (max-width: 649px) {
    .review-author[b-moawbk7ywm] {
        margin-bottom: 2.77vw;
    }
}

.review-description[b-moawbk7ywm] {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 649px) {
    .review-description[b-moawbk7ywm] {
        font-size: 2.16vw;
        line-height: 2.47vw;
    }
}

.review-overlay[b-moawbk7ywm] {
    background: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 240px;
    z-index: 5;
    border-radius: 8px;
}

@media screen and (max-width: 649px) {
    .review-overlay[b-moawbk7ywm] {
        width: 36.98vw;
        border-radius: 1.23vw;
    }
}

.review-overlay-link[b-moawbk7ywm] {
    text-decoration: none;
    color: #fff;
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 649px) {
    .review-overlay-link[b-moawbk7ywm] {
        font-size: 2.47vw;
        line-height: 3.08vw;
    }
}

.review-link-wrapper[b-moawbk7ywm] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (max-width: 649px) {
    .review-link-wrapper[b-moawbk7ywm] {
        margin-top: 3.88vw;
    }
}

.review-link[b-moawbk7ywm] {
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 649px) {
    .review-link[b-moawbk7ywm] {
        font-size: 2.47vw;
    }
}

.review-link:hover[b-moawbk7ywm] {
    opacity: 0.6;
}
/* _content/DriveNEO/Views/Shared/Components/_LatestReviews.cshtml.rz.scp.css */
.reviews-section[b-lrukkhwh7y] {
    padding: 16px 0 40px;
    background: rgba(38, 38, 38, 0.8);
    width: 100%;
    background-size: cover;
    display: block;
}

@media screen and (max-width: 649px) {
    .reviews-section[b-lrukkhwh7y] {
        padding: 2.47vw 0 6.16vw;
    }
}

.reviews-section.home[b-lrukkhwh7y] {
    margin-top: 64px;
}

@media screen and (max-width: 649px) {
    .reviews-section.home[b-lrukkhwh7y] {
        margin-top: 9.86vw;
    }
}

.reviews-section.reviews[b-lrukkhwh7y] {
    margin: 12px 0 24px;
}

@media screen and (max-width: 649px) {
    .reviews-section.reviews[b-lrukkhwh7y] {
        margin: 1.85vw 0 3.7vw;
    }
}

.reviews-title[b-lrukkhwh7y] {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    color: #ebebeb;
}

@media screen and (max-width: 649px) {
    .reviews-title[b-lrukkhwh7y] {
        font-size: 4.93vw;
        margin: 3.08vw 0;
    }
}

.reviews-wrapper[b-lrukkhwh7y] {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-evenly;
}

@media screen and (max-width: 1139px) {
    .reviews-wrapper[b-lrukkhwh7y] {
        width: 710px;
    }
}

@media screen and (max-width: 719px) {
    .reviews-wrapper[b-lrukkhwh7y] {
        width: 520px;
    }
}

@media screen and (max-width: 649px) {
    .reviews-wrapper[b-lrukkhwh7y] {
        width: 80.12vw;
    }
}

.review-list-item[b-lrukkhwh7y] {
    width: 240px;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    margin: 24px 0;
}

@media screen and (max-width: 719px) {
    .review-list-item[b-lrukkhwh7y] {
        margin: 6px 0;
    }
}

@media screen and (max-width: 649px) {
    .review-list-item[b-lrukkhwh7y] {
        width: 36.98vw;
        border-radius: 1.23vw;
        margin: .92vw 0;
    }
}

.review-list-item:hover > .review-overlay[b-lrukkhwh7y] {
    opacity: 1;
}

.review-image[b-lrukkhwh7y] {
    width: 240px;
    height: auto;
    border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 649px) {
    .review-image[b-lrukkhwh7y] {
        width: 36.98vw;
        border-radius: 1.23vw 1.23vw 0 0;
    }
}

.review-info-section[b-lrukkhwh7y] {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 649px) {
    .review-info-section[b-lrukkhwh7y] {
        height: 18.49vw;
    }
}

.review-name[b-lrukkhwh7y] {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto 0;
    width: 90%;
}

@media screen and (max-width: 649px) {
    .review-name[b-lrukkhwh7y] {
        font-size: 2.77vw;
        line-height: 3.39vw;
        margin: 1.54vw auto 0;
    }
}

.review-author[b-lrukkhwh7y] {
    margin-bottom: 18px;
}

@media screen and (max-width: 649px) {
    .review-author[b-lrukkhwh7y] {
        margin-bottom: 2.77vw;
    }
}

.review-description[b-lrukkhwh7y] {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 649px) {
    .review-description[b-lrukkhwh7y] {
        font-size: 2.16vw;
        line-height: 2.47vw;
    }
}

.review-overlay[b-lrukkhwh7y] {
    background: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 240px;
    z-index: 5;
    border-radius: 8px;
}

@media screen and (max-width: 649px) {
    .review-overlay[b-lrukkhwh7y] {
        width: 36.98vw;
        border-radius: 1.23vw;
    }
}

.review-overlay-link[b-lrukkhwh7y] {
    text-decoration: none;
    color: #fff;
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 649px) {
    .review-overlay-link[b-lrukkhwh7y] {
        font-size: 2.47vw;
        line-height: 3.08vw;
    }
}

.review-link-wrapper[b-lrukkhwh7y] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (max-width: 649px) {
    .review-link-wrapper[b-lrukkhwh7y] {
        margin-top: 3.88vw;
    }
}

.review-link[b-lrukkhwh7y] {
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 649px) {
    .review-link[b-lrukkhwh7y] {
        font-size: 2.47vw;
    }
}

.review-link:hover[b-lrukkhwh7y] {
    opacity: 0.6;
}
/* _content/DriveNEO/Views/Shared/Components/_SearchDealers.cshtml.rz.scp.css */
option[b-8albspp8o1] {
    text-align: left;
}

.dealer-search[b-8albspp8o1] {
    margin: 0;
    width: 382px;
    max-width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1141px) {
    .dealer-search[b-8albspp8o1] {
        grid-area: 2 / 1 / 3 / 3;
        margin: auto;
        width: 70vw;
    }
}

@media screen and (max-width: 699px) {
    .dealer-search[b-8albspp8o1] {
        width: auto;
        margin: 10px auto;
    }
}

@media screen and (max-width: 499px) {
    .dealer-search[b-8albspp8o1] {
        margin: 2vw auto;
    }
}

.dealer-form[b-8albspp8o1] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dealer-search-title[b-8albspp8o1] {
    text-transform: uppercase;
    color: #00a5e3;
    margin: 4px;
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 499px) {
    .dealer-search-title[b-8albspp8o1] {
        margin: .4vw;
        font-size: 3.61vw;
    }
}

.dealer-search-caption[b-8albspp8o1] {
    font-size: 14px;
    text-align: center;
    margin: 12px;
}

@media screen and (max-width: 499px) {
    .dealer-search-caption[b-8albspp8o1] {
        font-size: 2.8vw;
    }
}

@media screen and (max-width: 1141px) {
    .dealer-search-main[b-8albspp8o1] {
        flex-direction: row;
    }
}

@media screen and (max-width: 649px) {
    .dealer-search-main[b-8albspp8o1] {
        flex-direction: column;
    }
}


.dealer-search-dropdown[b-8albspp8o1] {
    height: 36px;
    margin: 7px;
    width: 30%;
    padding: 0px 12px;
    accent-color: #00a5e3;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #666;
    background-color: #fff;
    -webkit-appearance: menulist-button;
}

@media screen and (max-width: 499px) {
    .dealer-search-dropdown[b-8albspp8o1] {
        height: 8.02vw;
        margin: 1.4vw;
        padding: 0 2.4vw;
        font-size: 2.81vw;
    }
}

.dealer-search-input[b-8albspp8o1] {
    height: 36px;
    margin: 7px;
    width: 30%;
    padding: 0 12px;
    font-size: 14px;
    accent-color: #0d1b69;
    border-radius: 5px;
}

@media screen and (max-width: 499px) {
    .dealer-search-input[b-8albspp8o1] {
        height: 7.2vw;
        padding: 0 2.4vw;
        margin: 1.4vw;
        font-size: 2.81vw;
    }
}

.dealer-search-button[b-8albspp8o1] {
    background-color: #0d1b69;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 12px;
    cursor: pointer;
    margin: 7px;
    border-radius: 5px;
}

@media screen and (max-width: 499px) {
    .dealer-search-button[b-8albspp8o1] {
        padding: 2.4vw;
        font-size: 2.6vw;
        margin: 1.4vw;
    }
}

.search-btn[b-8albspp8o1] {
    width: 100%; /* Makes the button span the entire width of the column */
    font-size: 16px; /* Optionally adjust font size */
    display: flex;
    align-items: center;
    justify-content: center; /* Center the text inside the button */
    padding-left: 15px;
    padding-right: 15px;
    background-color: #0d1b69;
    border: 1px solid #0d1b69;
}
/* _content/DriveNEO/Views/Shared/Components/_SearchFilter.cshtml.rz.scp.css */
.search-btn[b-227y13ocbi] {
    width: 100%; /* Makes the button span the entire width of the column */
    font-size: 16px; /* Optionally adjust font size */
    display: flex;
    align-items: center;
    justify-content: center; /* Center the text inside the button */
    padding-left: 15px;
    padding-right: 15px;
    background-color: #00A5E3;
    border: 1px solid #00A5E3;
}
/* _content/DriveNEO/Views/Shared/Components/_SearchGrid.cshtml.rz.scp.css */
.body-grid[b-x9w6fmcqqw] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 90%;
    margin: 0;
}

@media screen and (max-width: 1141px) {
    .body-grid[b-x9w6fmcqqw] {
        grid-area: 2 / 1 / 3 / 3;
        margin: auto;
    }
}

@media screen and (max-width: 949px) {
    .body-grid[b-x9w6fmcqqw] {
        width: 550px;
    }
}

@media screen and (max-width: 699px) {
    .body-grid[b-x9w6fmcqqw] {
        width: auto;
        margin: 10px auto;
    }
}

@media screen and (max-width: 499px) {
    .body-grid[b-x9w6fmcqqw] {
        margin: 2vw auto;
    }
}

.body-grid-title[b-x9w6fmcqqw] {
    text-transform: uppercase;
    color: #00a5e3;
    margin: 4px;
    text-align: center;
    font-size: 18px;
}

/*@media screen and (max-width: 499px) {
    .body-grid-title {
        margin: .4vw;
        font-size: 3.61vw;
    }
}*/

.body-grid-list[b-x9w6fmcqqw] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
}

@media screen and (max-width: 1141px) {
    .body-grid-list[b-x9w6fmcqqw] {
        display: flex;
        justify-content: space-around;
}
    }

@media screen and (max-width: 949px) {
    .body-grid-list[b-x9w6fmcqqw] {
        width: 500px;
        display: grid;
        margin: auto;
    }
}

@media screen and (max-width: 699px) {
    .body-grid-list[b-x9w6fmcqqw] {
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: repeat(2, 1fr);
        width: auto;
        margin: 0;
    }
}


/* @media screen and (max-width: 499px) {
    .body-grid-list-item {
        width: 21.31vw;
    }
} */

.body-grid-link[b-x9w6fmcqqw] {
    color: #262626;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-grid-button[b-x9w6fmcqqw] {
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
}

.body-grid-figure[b-x9w6fmcqqw] {
    margin: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*@media screen and (max-width: 499px) {
    .body-grid-figure {
        margin: 1.2vw;
    }
}*/

.body-grid-image[b-x9w6fmcqqw] {
    max-width: 150px;
    height: auto;
}

/*@media screen and (max-width: 499px) {
    .body-grid-image {
        max-width: 14.03vw;
    }
}*/

.body-grid-text[b-x9w6fmcqqw] {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #6d6d6e;
}

/*@media screen and (max-width: 499px) {
    .body-grid-text {
        font-size: 2vw;
    }
}*/

/* Hover effect for the list item */
.body-grid-list-item:hover .body-grid-image[b-x9w6fmcqqw] {
    transform: scale(1.2); /* Slightly increase the size of the image */
    transition: transform 0.3s ease; /* Smooth transition for scaling */
}

/* _content/DriveNEO/Views/Shared/Components/_SearchTables.cshtml.rz.scp.css */
.search-table-section[b-13sv6kenxd] {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: auto;
    padding: 48px 0 32px;
}

@media screen and (max-width: 1399px) {
    .search-table-section[b-13sv6kenxd] {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 409px) {
    .search-table-section[b-13sv6kenxd] {
        padding: 11.74vw 0 7.82vw;
    }
}

.search-table[b-13sv6kenxd] {
    width: 400px;
    background: #f3f3f3;
}

@media screen and (max-width: 1399px) {
    .search-table[b-13sv6kenxd] {
        width: 90%
    }
}

@media screen and (max-width: 1399px) {
    .search-table:nth-of-type(2)[b-13sv6kenxd] {
        margin: 32px 0;
    }
}

@media screen and (max-width: 409px) {
    .search-table:nth-of-type(2)[b-13sv6kenxd] {
        margin: 7.82vw 0;
    }
}

.search-table-title[b-13sv6kenxd] {
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: #00a5e3;
    padding: 10px;
    font-size: 13px;
}

@media screen and (max-width: 409px) {
    .search-table-title[b-13sv6kenxd] {
        padding: 2.44vw;
        font-size: 3.18vw;
    }
}

.search-table-list[b-13sv6kenxd] {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-table-list.cities[b-13sv6kenxd] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(7, 1fr);
}

.search-table-list.vehicles[b-13sv6kenxd] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr); 
}

.search-table-list-item[b-13sv6kenxd] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-table-text[b-13sv6kenxd] {
    text-decoration: none;
    font-size: 11px;
    color: #00a5e3;
    margin: 4px;
    text-align: center;
}

@media screen and (max-width: 409px) {
    .search-table-text[b-13sv6kenxd] {
        font-size: 2.69vw;
        margin: .98vw;
    }
}

.search-table-text:hover[b-13sv6kenxd] {
    opacity: 0.6;
}

.search-table-link-wrapper[b-13sv6kenxd] {
    display: flex;
    justify-content: center;
}

.search-table-link[b-13sv6kenxd] {
    color: #00a5e3;
    font-size: 12px;
    margin: 16px 0;
}

@media screen and (max-width: 409px) {
    .search-table-link[b-13sv6kenxd] {
        font-size: 2.93vw;
        margin: 3.91vw 0;
    }
}

.search-table-link:hover[b-13sv6kenxd] {
    opacity: 0.6;
}
/* _content/DriveNEO/Views/Shared/_FaqAccordion.cshtml.rz.scp.css */
.accordion[b-pvhtcgi5qp] {
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
}

.accordion__label[b-pvhtcgi5qp], .accordion__content[b-pvhtcgi5qp] {
    font-size: 14px;
    padding: 14px 20px;
}

.accordion__label[b-pvhtcgi5qp] {
    display: flex;
    color: black;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.1s;
}

.accordion__content[b-pvhtcgi5qp] {
    background: white;
    line-height: 1.6;
    display: none;
    padding: 0 12px;
}

@media screen and (max-width: 649px) {
    .accordion__content[b-pvhtcgi5qp] {
        background: white;
        line-height: 1.6;
        display: none;
        padding: 0 1.85vw;
    }
}

.accordion__input[b-pvhtcgi5qp] {
    display: none;
}

.accordion__input:checked ~ .accordion__content[b-pvhtcgi5qp] {
        display: block;
}

.accordion-dropdown-list[b-pvhtcgi5qp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: fit-content;
}

.accordion-dropdown-list-item[b-pvhtcgi5qp] {
    min-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

@media screen and (max-width: 649px) {
    .accordion-dropdown-list-item[b-pvhtcgi5qp] {
        min-width: 77.04vw;
        margin: .31vw 0;
        border: .15vw solid rgba(0, 0, 0, 0.2);
        border-radius: .62vw;
    }
}

.accordion-dropdown[b-pvhtcgi5qp] {
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .accordion-dropdown[b-pvhtcgi5qp] {
        padding: 0 1.85vw;
    }
}

.accordion-dropdown-subtitle[b-pvhtcgi5qp] {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

@media screen and (max-width: 649px) {
    .accordion-dropdown-subtitle[b-pvhtcgi5qp] {
        font-size: 2.16vw;
    }
}

.accordion-dropdown-icon[b-pvhtcgi5qp] {
    color: #ccc;
}

.

.accordion-answer-text[b-pvhtcgi5qp] {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 649px) {
    .accordion-answer-text[b-pvhtcgi5qp] {
        font-size: 2.16vw;
    }
}

/* Arrow */

.accordion__label i[b-pvhtcgi5qp] {
    transition: transform 0.3s ease;
    transform: rotate(0deg); /* Start with no rotation */
    position: absolute;
    right: 10px;
}

/* Rotate the arrow 180 degrees when the input is checked */
.accordion__input:checked ~ .accordion__label i[b-pvhtcgi5qp] {
    transform: rotate(180deg);
}
/* _content/DriveNEO/Views/Shared/_Footer.cshtml.rz.scp.css */
.footer[b-3jxo6qhyk3] {
    background: #333;
    color: #9e9e9e;
    position: sticky;
    top: 100%;
    width: 100%;
    z-index: 19;
}

.footer-content[b-3jxo6qhyk3] {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
    .footer-content[b-3jxo6qhyk3] {
        max-width: 360px;
        margin: auto;
    }
}

.footer-column[b-3jxo6qhyk3] {
    position: relative;
    margin: 0 25px;
}

@media screen and (max-width: 409px) {
    .footer-column[b-3jxo6qhyk3] {
        margin: 0 6vw;
    }
}

.footer-column:last-child[b-3jxo6qhyk3] {
    max-width: 380px;
}


@media screen and (max-width: 1099px) {
    .footer-column:last-child[b-3jxo6qhyk3] {
        width: auto;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}

.footer-title[b-3jxo6qhyk3] {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 0;
}

@media screen and (max-width: 1099px) {
    .footer-title.last[b-3jxo6qhyk3] {
        margin: 0;
    }
}

@media screen and (max-width: 409px) {
    .footer-title.last[b-3jxo6qhyk3] {
        margin-top: 3.9vw;
    }
}

@media screen and (max-width: 409px) {
    .footer-title[b-3jxo6qhyk3] {
        font-size: 4.9vw;
        margin: 4.9vw 0 0 0;
    }
}

.footer-directory[b-3jxo6qhyk3] {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 4px 0;
    margin: 6px 0;
    text-align: center;
}

@media screen and (max-width: 409px) {
    .footer-directory[b-3jxo6qhyk3] {
        margin: 1.26vw 0;
        padding: 0.95vw 0;
    }
}

.footer-directory-item[b-3jxo6qhyk3] {
    padding: 5px 0;
}

@media screen and (max-width: 409px) {
    .footer-directory-item[b-3jxo6qhyk3] {
        padding: 1.09vw 0;
        height: 4.6vw;
    }
}


.footer-directory-link[b-3jxo6qhyk3] {
    text-decoration: none;
    color: #9e9e9e;
    text-overflow: clip;
    white-space: nowrap;
    font-size: 16px;
}

@media screen and (max-width: 409px) {
    .footer-directory-link[b-3jxo6qhyk3] {
        font-size: 3.9vw;
    }
}

.footer-directory-link:hover[b-3jxo6qhyk3] {
    color: #fff;
}

.footer-email-text[b-3jxo6qhyk3] {
    font-size: 16px;
    margin: 16px auto;
    color: #9e9e9e;
}

@media screen and (max-width: 409px) {
    .footer-email-text[b-3jxo6qhyk3] {
        font-size: 3.9vw;
        margin: 3.9vw auto;
    }
}

.email-input[b-3jxo6qhyk3] {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    border-style: solid;
    border-radius: 2px;
    height: 38px;
    padding: 0 12px;
    width: 55%;
    accent-color: #00a5e3;
    font-size: 15px;
}

@media screen and (max-width: 599px) {
    .email-input[b-3jxo6qhyk3] {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 409px) {
    .email-input[b-3jxo6qhyk3] {
        height: 9.3vw;
        padding: 0 2.95vw;
        font-size: 3.7vw;
    }
}

.email-subscribe[b-3jxo6qhyk3] {
    margin-left: 8px;
    background-color: #00a5e3;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 2px;
    padding: 0 20px;
    height: 38px;
}

@media screen and (max-width: 599px) {
    .email-subscribe[b-3jxo6qhyk3] {
        width: 100%;
        padding: 0 12px;
        margin: 8px 0 0 0;
        font-size: 3.7vw;
    }
}

@media screen and (max-width: 409px) {
    .email-subscribe[b-3jxo6qhyk3] {
        height: 9.3vw;
        padding: 0 2.95vw;
        margin: 1.95vw 0 0 0;
    }
}

.social-wrapper[b-3jxo6qhyk3] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1099px) {
    .social-wrapper[b-3jxo6qhyk3] {
        justify-content: center;
    }
}

.social-logo[b-3jxo6qhyk3] {
    height: 20px;
    width: 20px;
    margin: 0 5px;
}

@media screen and (max-width: 409px) {
    .social-logo[b-3jxo6qhyk3] {
        height: 5.25vw;
        width: 5.25vw;
        margin: 0 1.31vw;
    }
}

.footer-copyright[b-3jxo6qhyk3] {
    font-size: 15px; 
    text-align: right;
    margin-top: 10px;
    color: #fff;
}

@media screen and (max-width: 599px) {
    .footer-copyright[b-3jxo6qhyk3] {
        text-align: center;
    }
}

@media screen and (max-width: 409px) {
    .footer-copyright[b-3jxo6qhyk3] {
        font-size: 3.7vw;
        margin-top: 2.62vw;
    }
}

/* For boxes not properly filled out */
@keyframes shake-b-3jxo6qhyk3 {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake[b-3jxo6qhyk3] {
  animation: shake-b-3jxo6qhyk3 0.4s ease-in-out;
}
/* _content/DriveNEO/Views/Shared/_Layout-Orig.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. */

a.navbar-brand[b-gkjo0ib9j5] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-gkjo0ib9j5] {
  color: #0077cc;
}

.btn-primary[b-gkjo0ib9j5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-gkjo0ib9j5], .nav-pills .show > .nav-link[b-gkjo0ib9j5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-gkjo0ib9j5] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-gkjo0ib9j5] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-gkjo0ib9j5] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-gkjo0ib9j5] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-gkjo0ib9j5] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/DriveNEO/Views/Shared/_Layout.cshtml.rz.scp.css */
.banner-ad[b-9rqgeibztp] {
    margin: 24px auto;
    display: flex;
    justify-content: center;
    width: 90%;
}

.content-wrapper[b-9rqgeibztp] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.vertical-ad[b-9rqgeibztp] {
    height: 600px;
    display: flex;
    justify-content: center;
    margin: 0 24px;
}

@media screen and (max-width: 1149px) {
    .vertical-ad[b-9rqgeibztp] {
        display: none;
        visibility: hidden;
    }
}

.content-section[b-9rqgeibztp] {
    width: 100%;
}

@media screen and (max-width: 1149px) {
    .content-section[b-9rqgeibztp] {
        width: 90%;
        margin: auto;
    }
}
/* _content/DriveNEO/Views/Shared/_MobileMenu.cshtml.rz.scp.css */
.mobile-header[b-yfxi0hnql7] {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 1249.99px) {
    .mobile-header[b-yfxi0hnql7] {
        visibility: visible;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        position: relative;
        z-index: 50;
        height: 50px;
    }
}

@media screen and (max-width: 409px) {
    .mobile-header[b-yfxi0hnql7] {
        height: 12.225vw;
    }
}

.mobile-header-content[b-yfxi0hnql7] {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mobile-menu-button-container[b-yfxi0hnql7] {
    position: absolute;
    left: 10px;
}

.mobile-menu-button[b-yfxi0hnql7] {
    border: none;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
}

@media screen and (max-width: 409px) {
    .mobile-menu-button[b-yfxi0hnql7] {
        font-size: 4.9vw;
    }
}

.mobile-search-button[b-yfxi0hnql7] {
    font-size: 20px;
    border: none;
    background: #fff;
    margin-left: 0;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 409px) {
  .mobile-search-button[b-yfxi0hnql7] { font-size: 4.9vw; }
}

@media screen and (max-width: 1249.99px) {
  .mobile-search-button[b-yfxi0hnql7] { 
    display: inline;
  }
}

.mobile-indicator[b-yfxi0hnql7] {
    display: flex;
    flex-direction: row;
}

.mobile-indicator-link[b-yfxi0hnql7] {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0;
}


@media screen and (min-width: 750.01px) and (max-width: 1249.99px) {
    .mobile-indicator-link:nth-of-type(1)[b-yfxi0hnql7] {
        display: none;
        visibility: hidden;
    }
}

.mobile-indicator-button-wrapper[b-yfxi0hnql7] {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0;
}

.mobile-indicator-button[b-yfxi0hnql7] {
    background: #fff;
    border: none;
    font-size: 20px;
    color: #343a40;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    cursor: pointer;
    margin-left: 12px;
}

@media screen and (max-width: 409px) {
    .mobile-indicator-button[b-yfxi0hnql7] {
        font-size: 4.9vw;
        margin-left: 2.9vw;;
    }
}

.mobile-indicator-text[b-yfxi0hnql7] {
    color: #262626;
    text-transform: uppercase;
    font-size: 8px;
    margin-top: 2px;
}

@media screen and (max-width: 409px) {
    .mobile-indicator-text[b-yfxi0hnql7] {
        font-size: 2.27vw;
        margin-top: .5vw;
    }
}

/* mobile-menu */

.mobile-overlay[b-yfxi0hnql7] {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    top: 0;
}

.mobile-menu[b-yfxi0hnql7] {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
    width: 300px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-name: mobileLeft-b-yfxi0hnql7;
    animation-duration: 0.25s;
}

@keyframes mobileLeft-b-yfxi0hnql7 {
    from{ left: -50% }
    to{ transform: translate(0)}
}

@keyframes mobileRight-b-yfxi0hnql7 {
    from{ right: -50% }
    to{ transform: translate(0); }
}

.mobile-menu-header[b-yfxi0hnql7] {
    height: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu__close[b-yfxi0hnql7] {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: none;
    color: #343a40;
}

.mobile-menu-title[b-yfxi0hnql7] {
    color: #343a40;
    font-size: 18px;
    text-align: center;
}

.mobile-menu-indicators[b-yfxi0hnql7] {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    height: 68px;
    width: 100%;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.mobile-menu-indicator-link[b-yfxi0hnql7] {
    color: #343a40;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    cursor: pointer;
}

.mobile-menu-indicator-link-button[b-yfxi0hnql7] {
    color: #343a40;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.mobile-menu-indicator-text[b-yfxi0hnql7] {
    text-transform: uppercase;
    color: #999;
    font-size: 9px;
    font-weight: 500;
    margin-top: 5px;
}

.mobile-menu-links[b-yfxi0hnql7] {
    list-style-type: none;
    padding: 0;
}

.mobile-menu-item[b-yfxi0hnql7] {
    display: flex;
    height: 36px;
    padding: 10px;
    align-items: center;
}

.mobile-menu-item:hover[b-yfxi0hnql7] {
    background: rgba(0, 0, 0, 0.04);
}

.mobile-menu-link[b-yfxi0hnql7] {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 150;
}

.mobile-menu-text[b-yfxi0hnql7] {
    color: #343a40;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700;
}

.mobile-menu-right[b-yfxi0hnql7] {
    color: #999;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

/* Mobile Logo */

.mobile-logo-link[b-yfxi0hnql7] {
    display: flex;
}

.mobile-logo[b-yfxi0hnql7] {
    height: 34px;
    width: auto;
}

@media screen and (max-width: 409px) {
    .mobile-logo[b-yfxi0hnql7] {
        height: 8.31vw;
    }
}
/* _content/DriveNEO/Views/Shared/_Navbar.cshtml.rz.scp.css */
@media screen and (max-width: 1249.99px) {
    header[b-kyu8vy06me] {
        position: sticky;
        top: 0;
        z-index: 3;
    }
}

/* Desktop Menu */

.desktop-header[b-kyu8vy06me] {
    display: none;
    visibility: hidden;
}

@media screen and (min-width: 1250px) {
    .desktop-header[b-kyu8vy06me] {
        display: flex;
        visibility: visible;
        flex-direction: column;
        border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
        box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
        position: relative;
    }
}

.desktop-header-top[b-kyu8vy06me] {
    display: flex;
    flex-direction: row;
    height: 30px;
    width: 100%;
    position: relative;
    z-index: 3;
}

.desktop-header-top__left[b-kyu8vy06me] {
    background: #00a5e3;
    width: 50vw;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0;
}

.desktop-header-top-link[b-kyu8vy06me] {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.desktop-header-top__center[b-kyu8vy06me] {
    width: 20vw;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    height: 30px;
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
}

.desktop-header-top__center-text[b-kyu8vy06me] {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    color: #999;
    font-weight: 500;
}

.desktop-header-top__right[b-kyu8vy06me] {
    display: flex;
    flex-direction: row;
    background: #333;
    list-style-type: none;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 0 0 16vw;
    width: 50vw;
    padding: 0;
}

.desktop-header-bottom[b-kyu8vy06me] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    margin: auto;
}

.desktop-header-bottom-left[b-kyu8vy06me] {
    flex-grow: 0.25;
    display: flex;
    justify-content: center;
}

.drive-chicago-link[b-kyu8vy06me] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 125px;
    margin-left: 32px;
}

.drive-chicago-logo[b-kyu8vy06me] {
    height: auto;
    width: 125px;
}

.desktop-header-bottom-middle[b-kyu8vy06me] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 40vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.desktop-header-search__button[b-kyu8vy06me] {
    margin-right: 6px;
    width: 4.2vw;
    height: 28px;
    clip-path: polygon(0 0, 87% 0, 100% 100%, 13% 100%);
    background: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.3);
    padding: 0 8px;
}

.desktop-header-search__button:hover[b-kyu8vy06me] {
    background: #999;
    color: #fff;
}

.desktop-header-search__input[b-kyu8vy06me] {
    width: 22vw;
    height: 28px;
    margin: 6px 0 4px 0;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    text-align: center;
    border: rgba(0, 0, 0, 0.3) solid 1px;
}

.desktop-header-search__submit[b-kyu8vy06me] {
    margin: 0 2px 0 4px;
    width: 4.2vw;
    height: 28px;
    clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0 100%);
    background: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.3);
    padding: 0 8px;
}

.desktop-header-search__submit:hover[b-kyu8vy06me] {
    background: #999;
    color: #fff;
}

.desktop-header-bottom-right[b-kyu8vy06me] {
    flex-grow: 0.25;
    justify-content: flex-end;
    display: flex;
}

.desktop-header-bottom-right-wrapper[b-kyu8vy06me] {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    justify-content: space-between;
}

.desktop-header-bottom-right-list-item[b-kyu8vy06me] {
    height: 42px;
    margin-right: 32px;
}

.desktop-header-bottom-right-link[b-kyu8vy06me] {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.desktop-header-bottom-right-button[b-kyu8vy06me] {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.desktop-header-bottom-right-icon[b-kyu8vy06me] {
    height: 28px;
    margin-right: 6px;
    color: #000;
}

.desktop-header-bottom-right-text-wrapper[b-kyu8vy06me] {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.desktop-header-bottom-right-top-text[b-kyu8vy06me] {
    margin: 0;
    color: #999;
    font-size: 13px;
}

.desktop-header-bottom-right-bottom-text[b-kyu8vy06me] {
    margin: 4px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

/* Desktop Bottom Image */

.desktop-image-wrapper[b-kyu8vy06me] {
    height: 74px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.desktop-image[b-kyu8vy06me] {
    height: 48px;
    width: auto;
}

/* Dropdown Styling */

.dropdown[b-kyu8vy06me] {
    position: relative;
    display: inline-block;
    height: auto;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-kyu8vy06me] {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    top: 100%;
    left: 0;
}

    /* Links inside the dropdown */
    .dropdown-content a[b-kyu8vy06me] {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        padding-top: 15px;
        font-size: 14px;
        padding-left: 20px;
        z-index: 3;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover[b-kyu8vy06me] {
            background-color: #ddd;
            color: #333;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content[b-kyu8vy06me] {
    display: block;
}

/* Dropdown Styling */

.left-dropdown[b-kyu8vy06me] {
    position: relative;
    display: inline-block;
    height: auto;
}

/* Dropdown Content (Hidden by Default) */
.left-dropdown-content[b-kyu8vy06me] {
    display: none;
    position: absolute;
    background-color: #00a5e3;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    top: 100%;
    left: 0;
}

    /* Links inside the dropdown */
    .left-dropdown-content a[b-kyu8vy06me] {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        padding-top: 15px;
        font-size: 14px;
        padding-left: 20px;
        z-index: 3;
    }

        /* Change color of dropdown links on hover */
        .left-dropdown-content a:hover[b-kyu8vy06me] {
            background-color: #ddd;
            color: #333;
        }

/* Show the dropdown menu on hover */
.left-dropdown:hover .left-dropdown-content[b-kyu8vy06me] {
    display: block;
}


@media screen and (max-width: 1416px) {
    .nav-link[b-kyu8vy06me] {
        font-size: 1vw;
    }
}
/* _content/DriveNEO/Views/TermsOfUse/Index.csHtml.rz.scp.css */
.terms-title[b-gc7ff8bsp4] {
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 32px;
}

@media screen and (max-width: 499px) {
    .terms-title[b-gc7ff8bsp4] {
        font-size: 5.8vw;
        margin: 0 0 3.6vw 0;
    }
}

.terms-page[b-gc7ff8bsp4] {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1149px) {
    .terms-page[b-gc7ff8bsp4] {
        width: 90%;
        margin: auto;
    }
}

.terms-vertical-ad-wrapper[b-gc7ff8bsp4] {
    height: 600px;
    display: flex;
    justify-content: center;
    margin: 0 24px;
}

@media screen and (max-width: 1149px) {
    .terms-vertical-ad-wrapper[b-gc7ff8bsp4] {
        display: none;
        visibility: hidden;
    }
}

.terms-content[b-gc7ff8bsp4] {
    display: flex;
    flex-direction: column;
}

.terms-paragraph[b-gc7ff8bsp4] {
    font-size: 14px;
    margin: 0 0 14px 0;
}

@media screen and (max-width: 499px) {
    .terms-paragraph[b-gc7ff8bsp4] {
        font-size: 2.8vw;
        margin: 0 0 2.8vw 0;
    }
}

.terms-paragraph.italic[b-gc7ff8bsp4] {
    font-weight: 700;
    font-style: italic;
}

.bold[b-gc7ff8bsp4] {
    font-weight: 700;
}

.terms-link[b-gc7ff8bsp4] {
    color: #00a5e3;
}

.terms-section-title[b-gc7ff8bsp4] {
    text-align: center;
    margin: 0 0 14px 0;
    font-size: 20px;
}

@media screen and (max-width: 499px) {
    .terms-section-title[b-gc7ff8bsp4] {
        margin: 0 0 2.8vw 0;
        font-size: 4.01vw;
    }
}

.terms-section-subtitle[b-gc7ff8bsp4] {
    text-align: center;
    margin: 0 0 14px 0;
    font-size: 16px;
}

@media screen and (max-width: 499px) {
    .terms-section-subtitle[b-gc7ff8bsp4] {
        margin: 0 0 2.8vw 0;
        font-size: 3.2vw;
    }
}

.terms-list[b-gc7ff8bsp4] {
    margin: 0;
    list-style-type: disc;
    padding: 0 0 0 28px;
}

@media screen and (max-width: 499px) {
    .terms-list[b-gc7ff8bsp4] {
        padding: 0 0 0 5.6vw;
    }
}

.terms-list-item[b-gc7ff8bsp4] {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 499px) {
    .terms-list-item[b-gc7ff8bsp4] {
        font-size: 2.4vw;
    }
}
/* _content/DriveNEO/Views/USOBBQ/Index.cshtml.rz.scp.css */
.blurb-card[b-8gxcw4x8yl] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin: 12px;
    justify-content: center;
    padding: 5px;
}

.card-content[b-8gxcw4x8yl] {
    margin: 5px;
}

.blurb-card-title[b-8gxcw4x8yl] {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 12px auto;
    width: 90%;
}


.section-title[b-8gxcw4x8yl] {
    text-align: center;
    color: #00a5e3;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.content-wrapper[b-8gxcw4x8yl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px auto 10px;
}

.video-div[b-8gxcw4x8yl] {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

table[b-8gxcw4x8yl] {
    border-collapse: collapse;
    width: 100%;

}

.bbq-img[b-8gxcw4x8yl] {
    width: 100%;
    height: auto;
    max-width: 1000px;
    justify-content: center;
}

.map-div[b-8gxcw4x8yl] {
    justify-content: center;
    text-align: center;
    padding-top:10px;
}
/* _content/DriveNEO/Views/USOBBQ/_TroopDealerLocations.cshtml.rz.scp.css */
        th[b-h7kp6yo4ki], td[b-h7kp6yo4ki] {
            text-align: left;
            padding: 8px;
        }

        .social-media-logo[b-h7kp6yo4ki] {
            width: 20px;
            height: 20px;
            margin-right: 0 5px;
        }


        .social-wrapper[b-h7kp6yo4ki] {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: row;
        }


a[b-h7kp6yo4ki] {
    color: #00a5e3;
    text-decoration: none;
    font-weight: normal;
}

    a:hover[b-h7kp6yo4ki] {
        opacity: 0.6;
    }
/* _content/DriveNEO/Views/Vehicle/Index.cshtml.rz.scp.css */
body[b-bwvtn52lzc] {
    background-image: url('/images/chicago-skyline.png');
}

.banner-ad[b-bwvtn52lzc] {
    margin: 24px auto;
    display: flex;
    justify-content: center;
    width: 90%;
}

.product-tab-phone-button[b-bwvtn52lzc] {
    display: none;
}

.product-banner-ad-wrapper[b-bwvtn52lzc] {
    display: flex;
}

.product-banner-ad[b-bwvtn52lzc] {
    margin: 42px auto 6px;
    display: flex;
    justify-content: center;
    width: 90%;
}

@media screen and (max-width: 1249px) {
    .product-banner-ad[b-bwvtn52lzc] {
        margin-top: 24px;
    }
}

@media screen and (max-width: 649px) {
    .product-banner-ad[b-bwvtn52lzc] {
        margin: 3.7vw auto 0.9vw;
    }
}

.product-body[b-bwvtn52lzc] {
    grid-template-columns: auto 1fr 336px;
    grid-template-rows: max-content auto auto auto auto 1fr;
    max-width: 1140px;
    margin: auto;
}

@media screen and (max-width: 819px) {
    .product-body[b-bwvtn52lzc] {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        max-width: 600px;
    }
}

.product-image-wrapper[b-bwvtn52lzc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 1069px) {
    .product-image-wrapper[b-bwvtn52lzc] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        width: 100%;
    }
}


.product-main-image[b-bwvtn52lzc] {
    max-width: 620px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

@media screen and (max-width: 1069px) {
    .product-main-image[b-bwvtn52lzc] {
        max-width: 380px;
    }
}

.product-image-list[b-bwvtn52lzc] {
    display: flex;
    padding: 0;
    list-style-type: none;
    margin: 4px auto;
    justify-content: center;
    height: 90px;
}

@media screen and (max-width: 649px) {
    .product-image-list[b-bwvtn52lzc] {
        height: 7.398vw;
        margin: .62vw auto;
    }
}

.product-image-list-item[b-bwvtn52lzc] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-image-button[b-bwvtn52lzc] {
    background: none;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .product-image-button[b-bwvtn52lzc] {
        font-size: 2.06vw;
    }
}

.product-small-image[b-bwvtn52lzc] {
    margin: 0 4px;
    max-width: 90px;
    height: auto;
}

@media screen and (max-width: 649px) {
    .product-small-image[b-bwvtn52lzc] {
        max-width: 8.8vw;
        margin: 0 .62vw;
    }
}

.product-small-image.active[b-bwvtn52lzc] {
    border: 2px solid #00a5e3;
}

@media screen and (max-width: 649px) {
    .product-small-image.active[b-bwvtn52lzc] {
        border: .4vw solid #00a5e3;
    }
}

.product-header[b-bwvtn52lzc] {
    grid-column: 4;
    grid-row: 1 / 2;
    padding: 24px 10px 16px;
    max-width: 500px;
}

@media screen and (max-width: 1069px) {
    .product-header[b-bwvtn52lzc] {
        grid-column: 1 / 3;
        grid-row: 1;
        max-width: 100%;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 819px) {
    .product-header[b-bwvtn52lzc] {
        grid-column: 1;
        padding-bottom: 22px;
    }
}

@media screen and (max-width: 649px) {
    .product-header[b-bwvtn52lzc] {
        padding: 3.7vw 0 3.4vw;
    }
}

.product-title[b-bwvtn52lzc] {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

@media screen and (max-width: 1069px) {
    .product-title[b-bwvtn52lzc] {
        text-align: center;
    }
}

@media screen and (max-width: 819px) {
    .product-title[b-bwvtn52lzc] {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 649px) {
    .product-title[b-bwvtn52lzc] {
        font-size: 4vw;
        line-height: 5vw;
    }
}

.product-main-price[b-bwvtn52lzc] {
    margin: 0;
    font-size: 26px;
}

@media screen and (max-width: 1069px) {
    .product-main-price[b-bwvtn52lzc] {
        text-align: center;
        margin-top: 4px;
    }
}

@media screen and (max-width: 649px) {
    .product-main-price[b-bwvtn52lzc] {
        font-size: 3.1vw;
        margin-top: .57vw;
    }
}

.product-rating-wrapper[b-bwvtn52lzc] {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

@media screen and (max-width: 1069px) {
    .product-rating-wrapper[b-bwvtn52lzc] {
        justify-content: center;
    }
}

.product-star-rating[b-bwvtn52lzc] {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.product-star.active[b-bwvtn52lzc] {
    color: gold;
    opacity: 1;
}

.product-star[b-bwvtn52lzc] {
    color: gray;
    opacity: 0.5;
}

.product-main[b-bwvtn52lzc] {
    padding: 0 28px 36px;
    max-width: 400px;
    background-color: rgba(211, 211, 211, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    height: 100%;
}

@media screen and (max-width: 819px) {
    .product-main[b-bwvtn52lzc] {
        margin-top: 5px;
        width: 100%;
        max-width: 600px;
    }
}

.product-excerpt[b-bwvtn52lzc] {
    font-size: 15px;
    line-height: 1.5;
    color: #262626;
    font-weight: 400;
    margin: 0;
    padding-bottom: 24px;
}

.product-main-title[b-bwvtn52lzc] {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 12px;
}

@media screen and (max-width: 1069px) {
    .product-main-title[b-bwvtn52lzc] {
        display: none;
        visibility: hidden;
    }
}

.product-main-wrapper[b-bwvtn52lzc] {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 16px;
}

@media screen and (max-width: 1069px) {
    .product-main-wrapper[b-bwvtn52lzc] {
        display: none;
        visibility: hidden;
    }
}

.product-main-wrapper .product-main-list-item[b-bwvtn52lzc]::before {
    content: "\2022";
    color: #6c757d;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 1em;
    margin-left: -1em;
}

.product-main-list-item[b-bwvtn52lzc] {
    display: flex;
    padding: 3px 0 2px;
}

.product-main-text[b-bwvtn52lzc] {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    color: #6c757d;
}

.product-main-link-wrapper[b-bwvtn52lzc] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 1069px) {
    .product-main-link-wrapper[b-bwvtn52lzc] {
        display: none;
        visibility: hidden;
    }
}

.product-main-link[b-bwvtn52lzc] {
    color: #00a5e3;
    text-decoration: none;
    font-size: 14px;
}

.product-main-link:hover[b-bwvtn52lzc] {
    opacity: 0.6;
}

.product-info[b-bwvtn52lzc] {
    grid-column: 3;
    grid-row: 5 / 6;
    margin-right: 28px;
    padding-top: 24px;
    margin-bottom: 36px;
}

@media screen and (max-width: 1069px) {
    .product-info[b-bwvtn52lzc] {
        grid-row: 1 / 4;
        padding-top: 84px;
    }
}

@media screen and (max-width: 819px) {
    .product-info[b-bwvtn52lzc] {
        grid-column: 1;
        grid-row: 5;
        margin: auto;
        padding-top: 0;
        width: 90%;
    }
}


.product-info-title[b-bwvtn52lzc] {
    padding: 12px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .product-info-title[b-bwvtn52lzc] {
        padding: 1.85vw;
        font-size: 2.78vw;
        line-height: 3.38vw;
    }
}

.product-info-phone-link[b-bwvtn52lzc] {
    color: #00a5e3;
    font-size: 16px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
}

.product-info-phone-link:hover[b-bwvtn52lzc] {
    opacity: 0.6;
}

@media screen and (max-width: 819px) {
    .product-info-phone-link[b-bwvtn52lzc] {
        display: none;
        visibility: hidden;
    }
}





.product-info-textarea[b-bwvtn52lzc] {
    resize: none;
    margin: 4px auto 0;
    width: 278px;
    display: flex;
    height: 80px;
    padding: 6px;
    box-sizing: border-box;
}

@media screen and (max-width: 819px) {
    .product-info-textarea[b-bwvtn52lzc] {
        width: 518px;
    }
}

@media screen and (max-width: 649px) {
    .product-info-textarea[b-bwvtn52lzc] {
        margin: 0.65vw 1.5vw 0;
        padding: .9vw;
        font-size: 2.05vw;
        width: auto;
        height: 12.328vw;
    }
}

.product-info-button-wrapper[b-bwvtn52lzc] {
    display: flex;
    justify-content: center;
}

.product-info-button[b-bwvtn52lzc] {
    margin: 20px 0;
    color: #fff;
    background: #00a5e3;
    border: 1px solid #00a5e3;
    border-radius: 2px;
    width: 160px;
    padding: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 819px) {
    .product-info-button[b-bwvtn52lzc] {
        width: 240px;
    }
}

@media screen and (max-width: 649px) {
    .product-info-button[b-bwvtn52lzc] {
        border: 0.2vw solid #00a5e3;
        width: 36.98vw;
        margin: 3.08vw 0;
        padding: 1.85vw;
        font-size: 1.85vw;
    }
}

.product-features-section[b-bwvtn52lzc] {
    display: flex;
    flex-direction: column;
    padding: 0 26px;
    margin-top: 24px;
}

@media screen and (max-width: 1069px) {
    .product-features-section[b-bwvtn52lzc] {
        display: none;
        visibility: hidden;
    }
}

.product-features-wrapper[b-bwvtn52lzc] {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-bottom:rgba(0, 0, 0, 0.2) 1px solid;
    margin: auto;
    padding: 0;
}

.product-features-item[b-bwvtn52lzc] {
    display: flex;
    padding: .75rem;
}

.features-icon[b-bwvtn52lzc] {
    color: #00a5e3;
    height: 48px;
    width: 48px;
    margin-right: 1.375rem;
}

.product-features-info[b-bwvtn52lzc] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: fit-content;
}

.product-features-info-title[b-bwvtn52lzc] {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}

.product-features-info-subtitle[b-bwvtn52lzc] {
    color: #6c757d;
    margin: 0;
    font-size: 14px;
}

.product-fluid-ad[b-bwvtn52lzc] {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 36px;
}

@media screen and (max-width: 1069px) {
    .product-fluid-ad[b-bwvtn52lzc] {
        grid-row: 5;
        margin-left: 28px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 819px) {
    .product-fluid-ad[b-bwvtn52lzc] {
        grid-row: 4;
        grid-column: 1;
    }
}

.product-rect-ad[b-bwvtn52lzc] {
    grid-column: 3;
    grid-row: 6;
    display: flex;
    align-items: center;
    margin-right: 28px;
    margin-bottom: 36px;
}

@media screen and (max-width: 1069px) {
    .product-rect-ad[b-bwvtn52lzc] {
        grid-row: 4 / 6;
    }
}

@media screen and (max-width: 819px) {
    .product-rect-ad[b-bwvtn52lzc] {
        grid-column: 1;
        grid-row: 6;
        margin-right: 0;
        justify-content: center;
    }
}

.product-tab-section[b-bwvtn52lzc] {
    grid-column: 1 / 3;
    grid-row: 5 / 7;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    margin-right: 40px;
    margin-bottom: auto;
}

@media screen and (max-width: 1069px) {
    .product-tab-section[b-bwvtn52lzc] {
        grid-column: 1 / 4;
        grid-row: 6;
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 819px) {
    .product-tab-section[b-bwvtn52lzc] {
        grid-column: 1;
        grid-row: 7;
    }
}

.product-tab-list[b-bwvtn52lzc] {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.product-tab-list-item[b-bwvtn52lzc] {
    position: relative;
}

.product-tab-link[b-bwvtn52lzc] {
    text-decoration: none;
    padding: 14px 18px 13px;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .product-tab-link[b-bwvtn52lzc] {
        padding: 2.15vw 2.78vw 2vw;
        font-size: 2.45vw;
    }
}

.product-tab-link.active[b-bwvtn52lzc] {
    box-shadow: 0 -2px #00a5e3 inset;
}

@media screen and (max-width: 649px) {
    .product-tab-link.active[b-bwvtn52lzc] {
        box-shadow: 0 -.4vw #00a5e3 inset;
    }
}

.product-tab-content[b-bwvtn52lzc] {
    width: 90%;
    margin: auto;
    padding: 24px 0;
}

@media screen and (max-width: 649px) {
    .product-tab-content[b-bwvtn52lzc] {
        padding: 3.7vw 0;
    }
}

.typography[b-bwvtn52lzc] {
    line-height: 1.625;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    text-align: left;
}

@media screen and (max-width: 1069px) {
    .typography p[b-bwvtn52lzc] {
        margin: 0;
    }
}

.typography-title[b-bwvtn52lzc] {
    font-size: 24px;
    font-weight: 500;
    margin: 1.5em 0 .75em;
}

.basics[b-bwvtn52lzc] {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #262626;
    font-weight: 400;
}

@media screen and (max-width: 649px) {
    .basics[b-bwvtn52lzc] {
        font-size: 2.15vw;
        line-height: 2.65vw;
    }
}

.basics__section-title[b-bwvtn52lzc] {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -.03em;
    line-height: 20px;
    margin: 0 0 12px;
}

@media screen and (max-width: 649px) {
    .basics__section-title[b-bwvtn52lzc] {
        font-size: 2.65vw;
        line-height: 3.10vw;
        margin: 0 0 1.85vw;
    }
}

.basics__row:first-of-type[b-bwvtn52lzc] {
    border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 649px) {
    .basics__row:first-of-type[b-bwvtn52lzc] {
        border-top: 0.2vw solid #ebebeb;
    }
}

.basics__row[b-bwvtn52lzc] {
    padding: 8px 0;
    display: flex;
    border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 649px) {
    .basics__row[b-bwvtn52lzc] {
        padding: 1.24vw 0;
        border-bottom: 0.2vw solid #ebebeb;
    }
}

.basics__name[b-bwvtn52lzc] {
    padding-right: 30px;
    width: 230px;
    flex-shrink: 0;
    color: #6c757d;
}

@media screen and (max-width: 649px) {
    .basics__name[b-bwvtn52lzc] {
        width: 35.44vw;
        padding-right: 4.625vw;
    }
}

.basics__section + .basics__section[b-bwvtn52lzc] {
    margin-top: 40px;
}

/*.basics__disclaimer {
    margin-top: 40px;
    font-size: 13px;
    line-height: 20px;
    color: #6c757d;
} */

.features[b-bwvtn52lzc] {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #262626;
    font-weight: 400;
}

.features__section[b-bwvtn52lzc] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.features__row:first-of-type[b-bwvtn52lzc] {
    border-top: 1px solid #ebebeb;
}

.features__row:nth-of-type(2)[b-bwvtn52lzc] {
    border-top: 1px solid #ebebeb;
}

.features__row[b-bwvtn52lzc] {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    width: 45%;
}

.features__icon[b-bwvtn52lzc] {
    color: #00a5e3;
    margin-right: 6px;
}

.features__link-wrapper[b-bwvtn52lzc] {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.features__link[b-bwvtn52lzc] {
    color: #00a5e3;
    text-decoration: none;
}

.features__link:hover[b-bwvtn52lzc] {
    opacity: 0.6;
}

.description-text[b-bwvtn52lzc] {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .description-text[b-bwvtn52lzc] {
        font-size: 2.31vw;
        line-height: 3.08vw;
    }
}

.reviews-list__content[b-bwvtn52lzc] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.reviews-list__top-wrapper[b-bwvtn52lzc] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.reviews-list__top-left[b-bwvtn52lzc] {
    display: flex;
}

.reviews-avatar[b-bwvtn52lzc] {
    height: 42px;
    width: 42px;
    margin-right: 12px;
}

.reviews-text-wrapper[b-bwvtn52lzc] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.reviews-author[b-bwvtn52lzc] {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
}

.reviews-date[b-bwvtn52lzc] {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.rating__star[b-bwvtn52lzc] {
    color: #999;
}

.rating__star.active[b-bwvtn52lzc] {
    color: gold;
}

.reviews-content[b-bwvtn52lzc] {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 12px;
}

.reviews-pagination[b-bwvtn52lzc] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ebebeb;
    padding-top: 12px;
}

.reviews-pagination-button[b-bwvtn52lzc] {
    padding: 6px 10px;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    background-color: #f0f0f0;
    color: #262626;
    margin-right: 8px;
}

.reviews-pagination-dots[b-bwvtn52lzc] {
    margin-right: 8px;
}

.product-reviews-form[b-bwvtn52lzc] {
    margin-top: 48px;
    box-sizing: border-box;
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.product-reviews-title[b-bwvtn52lzc] {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.product-reviews-row[b-bwvtn52lzc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    margin: auto;
}

.product-reviews-group[b-bwvtn52lzc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#review-stars[b-bwvtn52lzc] {
    text-align: left;
}

.product-reviews-group.stars[b-bwvtn52lzc] {
    grid-area: 1 / 1 / 2 / 2;
}

.product-reviews-group.name[b-bwvtn52lzc] {
    grid-area: 1 / 2 /2 / 3;
}

.product-reviews-group.email[b-bwvtn52lzc] {
    grid-area: 1 / 3 / 2 / 4;
}

.product-reviews-group.text[b-bwvtn52lzc] {
    grid-area: 2 / 1 / 4 / 4;
    display: flex;
    flex-direction: column;
    padding-top: 12px;
}

.product-reviews-form label[b-bwvtn52lzc] {
    margin-bottom: .25rem;
    font-size: 15px;
    color: #262626;
    font-weight: 400;
    line-height: 1.5;
}

.form-control[b-bwvtn52lzc] {
    width: 90%;
    background-color: #ebebeb;
    border: none;
    padding: 8px;
}

#review-text[b-bwvtn52lzc] {
    resize: none;
    width: 100%;
    padding: 0;
}

.product-reviews-submit-wrapper[b-bwvtn52lzc] {
    display: flex;
    justify-content: center;
}

.product-reviews-submit[b-bwvtn52lzc] {
    background: #00a5e3;
    border: none;
    color: #fff;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 1.5rem;
}

.product-tab-contact-form[b-bwvtn52lzc] {
    display: flex;
    flex-direction: column;
}

.product-tab-contact-title[b-bwvtn52lzc] {
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .product-tab-contact-title[b-bwvtn52lzc] {
        font-size: 2.9vw;
    }
}

.product-tab-phone-wrapper[b-bwvtn52lzc] {
    display: flex;
    justify-content: space-around;
    margin: 18px auto;
    width: 628px;
}

@media screen and (max-width: 819px) {
    .product-tab-phone-wrapper[b-bwvtn52lzc] {
        margin: 12px 0;
        width: auto;
    }
}

@media screen and (max-width: 649px) {
    .product-tab-phone-wrapper[b-bwvtn52lzc] {
        margin: 1.85vw 0;
    }
}

.product-tab-phone-wrapper.hidden[b-bwvtn52lzc] {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 819px) {
    .product-tab-phone-wrapper.hidden[b-bwvtn52lzc] {
        display: flex;
        visibility: visible;
    }
}

.product-tab-phone-button[b-bwvtn52lzc] {
    color: #00a5e3;
    background: transparent;
    padding: 8px;
    border: 1px solid #00a5e3;
    border-radius: 100px;
    width: 186px;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .product-tab-phone-button[b-bwvtn52lzc] {
        width: 28.66vw;
        padding: 0.8vw;
        font-size: 2.05vw;
        border: 0.2vw solid #00a5e3;
        height: 5.24vw;
    }
}

.product-tab-phone-button:hover[b-bwvtn52lzc] {
    background: #ebebeb;
}

.product-tab-phone-icon[b-bwvtn52lzc] {
    margin-right: 6px;
}

@media screen and (max-width: 649px) {
    .product-tab-phone-icon[b-bwvtn52lzc] {
        margin-right: 0.95vw;
    }
}

.product-tab-contact-input-wrapper[b-bwvtn52lzc] {
    display: flex;
    justify-content: space-between;
    margin: 6px auto;
    width: 628px;
}

@media screen and (max-width: 819px) {
    .product-tab-contact-input-wrapper[b-bwvtn52lzc] {
        width: auto;
        margin: 6px 0;
    }
}

@media screen and (max-width: 649px) {
    .product-tab-contact-input-wrapper[b-bwvtn52lzc] {
        margin: .92vw 0;
    }
}

.product-tab-contact-input[b-bwvtn52lzc] {
    width: 286px;
    padding: 6px;
}

@media screen and (max-width: 819px) {
    .product-tab-contact-input[b-bwvtn52lzc] {
        width: 224px;
    }
}

@media screen and (max-width: 649px) {
    .product-tab-contact-input[b-bwvtn52lzc] {
        width: 34.516vw;
        font-size: 2.05vw;
        padding: .9vw;
    }
}

.product-tab-textarea[b-bwvtn52lzc] {
    resize: none;
    margin: 4px auto 0;
    width: 628px;
    display: flex;
    height: 80px;
    padding: 6px;
    box-sizing: border-box;
}

@media screen and (max-width: 819px) {
    .product-tab-textarea[b-bwvtn52lzc] {
        width: 486px;
    }
}

@media screen and (max-width: 649px) {
    .product-tab-textarea[b-bwvtn52lzc] {
        padding: .9vw;
        font-size: 2.05vw;
        width: auto;
        min-width: 100%;
    }
}

.product-tab-contact-button-wrapper[b-bwvtn52lzc] {
    display: flex;
    justify-content: center;
}

.product-tab-contact-button[b-bwvtn52lzc] {
    margin: 20px 0;
    color: #fff;
    background: #00a5e3;
    border: 1px solid #00a5e3;
    border-radius: 2px;
    width: 320px;
    padding: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .product-tab-contact-button[b-bwvtn52lzc] {
        border: 0.2vw solid #00a5e3;
        width: 49.4vw;
        margin: 3.08vw 0;
        padding: 1.85vw;
        font-size: 1.85vw;
    }
}

.similar-section[b-bwvtn52lzc] {
    width: 95vw;
    margin: auto;
    padding-bottom: 24px;
}

@media screen and (max-width: 649px) {
    .similar-section[b-bwvtn52lzc] {
        padding-bottom: 3.7vw;
    }
}

.similar-header[b-bwvtn52lzc] {
    padding: 24px 0 12px;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 24px 0;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .similar-header[b-bwvtn52lzc] {
        margin: 0 0 3.7vw 0;
        padding: 3.7vw 0 1.85vw;
    }
}

.similar-title[b-bwvtn52lzc] {
    margin: 0;
}

@media screen and (max-width: 649px) {
    .similar-title[b-bwvtn52lzc] {
        font-size: 3.70vw;
    }
}

.modal[b-bwvtn52lzc] {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content[b-bwvtn52lzc] {
    margin: auto;
    display: block;
    width: 900px;
}

.close[b-bwvtn52lzc] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 20px;
}

.close:hover[b-bwvtn52lzc],
.close:focus[b-bwvtn52lzc] {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.value-car-button[b-bwvtn52lzc] {
    color: white;
    background: #00a5e3;
    padding: 12px;
    border: 1px solid #00a5e3;
    border-radius: 100px;
    width: 186px;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 65px;
}

.value-car-button:hover[b-bwvtn52lzc] {
    background: #ebebeb;
    color: #00a5e3;
}

@media screen and (max-width: 1069px) {
    .value-car-button[b-bwvtn52lzc] {
        display: none;
    }
}
