@charset "utf-8";
/* CSS Document */

/* leasing.com fonts */

@font-face {
  font-family: "Leasing";
  src: url("../fonts/leasing-font/Leasing_Font_Bold.woff2") format("woff2"), url("../fonts/leasing-font/Leasing_Font_Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-017f, U+2013-204a, U+20ac;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans/WorkSans-SemiBold.woff2") format("woff2"), url("../fonts/work-sans/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-017f, U+2013-204a, U+20ac;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans/WorkSans-Regular.woff2") format("woff2"), url("../fonts/work-sans/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-017f, U+2013-204a, U+20ac;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}


html {
  font-size: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

.clear-both {
  clear: both;
}

body {
  font: normal normal 16px "Work Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--black);
  text-align: left;
  width: 100%;
  min-width: 320px;
  background: var(--main-bg);
  position: relative;
  margin: 0 auto;
  text-size-adjust: 100%;
}

:disabled {
  background: #f4f4f4 !important;
  color: var(--black);
  cursor: not-allowed;
}

strong,
b {
  font-weight: 600;
  font-style: normal;
}

p {
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 0;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--secondary);
  text-decoration: underline;
}

li {
  list-style: none;
}

img {
  border: none;
  display: block;
  transform: translateZ(0) scale(0.999999);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: var(--primary);
  font-family: Leasing, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.white {
  background: #fff;
}

.wrapper-1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3%;
  position: relative;
}

@media (min-width: 576px) {
  .wrapper-1400,
  .wrapper-1200 {
    padding: 0 16px
  }
}
/* re.leasing.com */
.custom-navbar {
    width: 100%;
}
.black-nav-container {
    background-color: rgb(21 30 30 / 1);
    padding-top: .625rem;
    padding-bottom: .625rem;
}
.navbar-content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 1400px) {
    .navbar-content {
        max-width: 1400px;
    }
}
.nav-section {
    display: flex;
    align-items: center;
}
.navbar-logo {
    height: 47px;
    width: 140px;
}
.ml-5 {
    margin-left: 1.25rem;
}
.nav-highlight {
    width: 100%;
    border-width: 3px;
    border-color: rgb(40 153 160 / 1);
    border-style: solid;
}
.hero {
    z-index: -1;
    background-image: url("../media/assets/home-hero-DmV233sT.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    height: 555px;
    width: 100%;
    color: rgb(21 30 30 / 1);
    position: relative;
    max-width: 1920px;
}
@media (max-width: 1023.98px) {
    .hero {
        height: 300px;
    }
}
.title-and-search {
    position: absolute;
    left: 0;
    top: 73px;
    right: 0;
    bottom: 0;
}
.hero-content .hero-title {
    margin-top: 20px;
    text-align: center;
    font-size: 26px;
    margin-bottom: 0;
    text-shadow:
        2px 2px 0px rgba(255, 255, 255, 0.75),  -2px -2px 0px rgba(255, 255, 255, 0.75),  2px -2px 0px rgba(255, 255, 255, 0.75),  -2px 2px 0px rgba(255, 255, 255, 0.75); 
}
.hero-content .hero-subtitle {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
    text-shadow:
        2px 2px 0px rgba(255, 255, 255, 0.75),  -2px -2px 0px rgba(255, 255, 255, 0.75),  2px -2px 0px rgba(255, 255, 255, 0.75),  -2px 2px 0px rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) {
    .hero-content .hero-title {
        text-align: left;
        font-size: 36px;
        text-shadow: none;
    }
    .hero-content .hero-subtitle {
        text-align: left;
        font-size: 24px;
        text-shadow: none;
    }
}
@media (min-width: 1024px) {
    .hero-content .hero-title {
        margin-top: 60px;
        text-align: left;
        font-size: 50px;
    }
    .hero-content .hero-subtitle {
        text-align: left;
        font-size: 30px;
    }
}

.coming-soon {
    padding-bottom: 2.5rem;
	text-align: center;
	    font-family: Leasing, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
}
.content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.what-is-container {
    display: grid;
    gap: 1.25rem;
	 grid-template-areas:
    "text"
    "video";
}

.what-is-container > div:nth-child(2) {
  grid-area: text;
}

@media (min-width: 768px) {
    .what-is-container {

	grid-template-areas: "video text";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.what-is-container .video-container {
    position: relative;
    margin-bottom: auto;
    height: fit-content;
	  grid-area: video;
}
.what-is-container .video-container .explanation-video {
    border-radius: 10px;
    height: auto;
    width: 100%;
}
@media (min-width: 1280px) {
    .what-is-container .video-container .explanation-video.video-placeholder {
        width: 90%;
    }
}
.benefits-container {
    margin-top: 2.5rem;
    width: 100%;
    background-color: rgb(243 243 243 / 1);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.benefits-container .title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}
.benefits-container .benefits-grid {
    gap: 1.25rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
}
@media (min-width: 640px) {
    .benefits-container .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .benefits-container .benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .benefits-container .benefits-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.benefits-container .benefits-grid .benefits-card {
    padding: 1.25rem;
    background-color: rgb(255 255 255 / 1);
    border-radius: 10px;
    width: -moz-fit-content;
    width: fit-content;
}
.benefits-container .benefits-grid .benefits-card .img-container {
    background-color: #2899a033;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    margin-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    color: rgb(21 30 30 / 1);
}
.benefits-container .benefits-grid .benefits-card .img-container img {
    width: 26px;
    height: 24px;
}
.benefits-container .benefits-grid .benefits-card h2.benefit-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: .75rem;
}
.benefits-container .benefits-grid .benefits-card p.benefit-description {
    font-size: .875rem;
    line-height: 1.25rem;
}
.benefits-container .benefits-grid .benefits-card h3, .benefits-container .benefits-grid .benefits-card p {
    text-align: center;
}
.versus-container {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(21 30 30 / 1);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
}
@media (min-width: 1024px) {
    .versus-container {
        margin-bottom: 5rem;
    }
}
.versus-container .title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 2.5rem;
}
.versus-container .content-container {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
}
@media (min-width: 768px) {
    .versus-container .content-container {
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .versus-container .content-container {
        padding-bottom: 140px;
    }
}
.versus-container .content-container h3.option-title {
    margin-bottom: 1rem;
    color: rgb(40 153 160 / 1);
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.versus-container .content-container .versus {
    margin-top: 30px;
    margin-bottom: 30px;
    color: rgb(40 153 160 / 1);
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.versus-container .content-container p {
    font-size: 16px;
}
.versus-container .content-container p {
    padding: 0 2rem;
}
.versus-container .content-container .floating-car-image {
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    position: absolute;
    display: none;
}
.versus-container .content-container .floating-car-image.used {
    left: 10%;
    bottom: -110px;
}
.versus-container .content-container .floating-car-image.new {
    right: 10%;
    bottom: -120px;
}
@media (min-width: 1024px) {
    .versus-container .content-container .floating-car-image {
        display: block;
    }
}
.content .title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 2.5rem;
}
.content .data-points {
    display: grid;
    gap: 1.25rem;
}
@media (min-width: 768px) {
    .content .data-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .content .data-points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.content .data-point .infographic-svg {
    margin-left: auto;
    margin-right: auto;
}
.content .data-point h3.step-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1.75rem;
    margin-top: 1.25rem;
}
.content .data-point h3, .content .data-point p {
    text-align: center;
}
.content .data-point p.description {
    font-size: .875rem;
    line-height: 1.25rem;
}
.cards {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 1024px) {
    .cards {
        flex-direction: row;
        justify-content: center;
    }
}
.cards .used-card {
    margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
    .cards .used-card {
        margin-bottom: 0;
        margin-right: .625rem;
    }
}
@media (min-width: 1024px) {
    .cards .new-card {
        margin-bottom: 0;
        margin-left: .625rem;
    }
}
.cards .used-card, .cards .new-card {
    height: auto;
    max-height: 330px;
    min-height: 250px;
    width: auto;
}
.cards .used-card, .cards .new-card {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.cards .used-card .car-gradient, .cards .new-card .car-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background-color: #151e1e99;
}
.cards .used-card img, .cards .new-card img {
    border-radius: 10px;
    width: auto;
    min-height: 250px;
    max-height: 330px;
    height: auto;
}
@media (min-width: 1536px) {
    .cards .used-card, .cards .new-card, .cards .used-card img, .cards .new-card img {
        width: 630px;
        max-height: none;
    }
}
.cards .used-card .content, .cards .new-card .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.cards .used-card .title, .cards .new-card .title {
    color: rgb(255 255 255 / 1);
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 1.25rem;
}
.cards .used-card p.description, .cards .new-card p.description {
    color: rgb(255 255 255 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    max-width: 250px;
    margin-bottom: 50px;
}
button, input, optgroup, select, textarea {
    padding: 0;
    margin: 0;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-feature-settings: inherit;
    font-family: inherit;
}
button, select {
    text-transform: none;
}
button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
    background-image: none;
    background-color: transparent;
}
button, [role=button] {
    cursor: pointer;
}
.secondary-btn, .secondary-btn-white {
    padding: .625rem .875rem;
    border-width: 1px;
    border-radius: 5px;
}
.secondary-btn-white {
    color: rgb(255 255 255 / 1);
    border-color: rgb(255 255 255 /1);
}
.cards .new-card:hover .car-gradient {
    background-color: #151e1ed9;
}
.cards .new-card:hover .car-btn {
    color: rgb(21 30 30 / 1);
}
.cards .new-card:hover .car-btn {
    background-color: rgb(255 255 255 / 1);
}
.faqs-container {
    padding-top: 2.5rem;
}
.faqs-container .title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 1rem;
}
.faqs-container .subtitle {
    color: rgb(114 120 120 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    margin-bottom: 50px;
}
.p-accordion-header {
    font-family: Leasing, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: .625rem;
    padding-right: .625rem;
    /*    border-top: 1px solid rgb(188, 188, 188);*/
    background-color: rgb(238 246 248 / 1);
    border-radius: 6px;
}
.faqs-container > div > div:first-of-type > .p-accordion-header {
    border-top: none;
}
.p-accordion-content {
    padding: 1.25rem;
}
.p-accordion-content p {
    margin: 0;
    padding: 0;
}
footer {
    margin-top: 2.5rem;
    width: 100%;
    background-color: rgb(21 30 30 / 1);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: rgb(255 255 255 / 1);
}
.footer-banner {
    position: relative;
    height: 200px;
    background-image: url("../media/assets/footer-banner-compressed-B350uF-k.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    background-position: center 42.5%;
}
.footer-banner .footer-banner-gradient {
    background-color: rgba(21, 30, 30, 0.4);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    position: absolute;
}
.footer-banner .foot-banner-content {
    padding: 0.625rem;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    position: absolute;
}
.footer-banner .foot-banner-content .banner-logo {
    width: 52px;
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px) {
    .footer-banner .foot-banner-content .banner-logo {
        margin-top: 0px;
        float: right;
        margin-bottom: 0px;
    }
}
.footer-banner .foot-banner-content .banner-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 375px) {
    .footer-banner .foot-banner-content .banner-title {
        font-size: 22px;
    }
}
@media (min-width: 1024px) {
    .footer-banner .foot-banner-content .banner-title {
        margin-top: 30px;
    }
}
.footer-banner .foot-banner-content .review-io {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px) {
    .footer-banner .foot-banner-content .review-io {
        margin-top: 30px;
    }
}
footer hr {
    border-color: rgb(188 188 188 / 1);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
footer .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    column-gap: 1.25rem;
    row-gap: 30px;
}
@media (min-width: 768px) {
    footer .footer-links {
        grid-template-columns: repeat(4, minmax(0px, 1fr));
        row-gap: 0px;
    }
}
footer .footer-links .social-media {
    grid-column: span 2 / span 2;
}
@media (min-width: 768px) {
    footer .footer-links .social-media {
        grid-column: span 1 / span 1;
    }
}
footer .footer-links .social-media .logo {
    width: 172px;
}
footer .footer-links .social-media p.description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    max-width: 335px;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    footer .footer-links .social-media p.description {
        max-width: 280px;
    }
}
footer .footer-links .social-media .social-media-icons {
    display: flex;
}
footer .footer-links .social-media .social-media-icons img {
    width: 23px;
    height: 23px;
    margin-right: 0.5rem;
}
footer .copyright-and-regulations, footer .copyright-and-regulations p {
    font-size: 12px !important;
}
footer .copyright-and-regulations .copyright {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    footer .copyright-and-regulations .copyright {
        display: flex;
    }
}
footer .bvrla {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
}
@media (min-width: 768px) {
    footer .bvrla {
        margin-top: 0px;
    }
}
footer .bvrla p, footer .bvrla .footer-link {
    margin-top: 0.75rem;
}
footer .bvrla .bvrla-logo {
    width: 4rem;
    margin-left: 0.5rem;
}
footer .copyright-and-regulations .regulation {
    margin-bottom: 1.25rem;
}
footer .data-provided-by {
    align-items: center;
}
@media (min-width: 375px) {
    footer .data-provided-by {
        display: flex;
    }
}
footer .data-provided-by .solera-logo {
    width: 180px;
    margin-top: 1.25rem;
}
@media (min-width: 375px) {
    footer .data-provided-by .solera-logo {
        margin-top: 0px;
    }
    footer .data-provided-by .solera-logo {
        margin-left: 1.25rem;
    }
}