/* stylelint-disable */
/* stylelint-enable */
:root {
  --grid-max-width: calc(1300px + 2 * var(--grid-padding));
  --grid-padding: 16px;
}
@media screen and (min-width: 1440px) {
  :root {
    --grid-padding: 40px;
  }
}

.overview-sections {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .overview-sections {
    grid-template-columns: repeat(3, 1fr);
  }
}

.overview-section {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 16px;
}
.leasey-brand .overview-section {
  flex-direction: row;
  text-align: left;
  align-items: center;
  gap: 16px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .overview-section {
    padding: 28px;
  }
  .leasey-brand .overview-section {
    padding: 28px 40px;
  }
}

.overview-section:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .leasey-brand .overview-section:not(:last-child)::after {
    content: "";
    position: absolute;
    inset: 25% 0 25% auto;
    border-right: 1px solid var(--black);
  }
}

@media screen and (min-width: 1025px) {
  .overview-section:not(:last-child) {
    margin-bottom: 0;
  }
}

.leasey-brand .overview-section__icon .inline-icon {
  width: 96px;
  height: 96px;
}

.leasey-brand .overview-section__body {
  flex-direction: row;
}

.overview-section__heading {
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  font-weight: var(--bold);
  font-family: var(--heading-4-font-family);
  letter-spacing: var(--heading-4-letter-spacing);
  margin-top: 0;
  margin-bottom: 8px;
}

.overview-section__content {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  margin-top: 0;
  margin-bottom: 0;
}

.hero-frame {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: var(--factory-white);
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: -40px;
}
@media screen and (min-width: 651px) {
  .hero-frame {
    margin-top: -64px;
  }
}

.hero-frame__content-with-bg {
  padding-top: 48px;
  padding-bottom: 0;
}
@media screen and (min-width: 651px) {
  .hero-frame__content-with-bg {
    padding-top: 68px;
  }
}
@media screen and (min-width: 1025px) {
  .hero-frame__content-with-bg {
    padding-top: 124px;
  }
}

html[data-useragent*=CarwowApp] .hero-frame .hero-frame__content-with-bg {
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .hero-frame--image .hero-frame__content-with-bg {
    min-height: 320px;
    padding-top: 119px;
  }
}
.hero-frame--image .hero-frame__content-with-bg .hero-frame__content {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 650px) {
  .hero-frame--breadcrumbs {
    margin-top: -88px;
  }
}
@media screen and (min-width: 651px) {
  .hero-frame--breadcrumbs {
    margin-top: -112px;
  }
}
@media screen and (max-width: 650px) {
  .hero-frame--breadcrumbs .hero-frame__content-with-bg {
    padding-top: 88px;
  }
}

.hero-frame__extra-content-wrap {
  z-index: 1;
  position: relative;
  margin-top: 24px;
}

.hero-frame__container,
.hero-frame__content-wrap {
  position: relative;
}

.hero-frame__title {
  font-size: var(--heading-bold-font-size);
  line-height: var(--heading-bold-line-height);
  font-family: var(--font-family-headlines);
  text-transform: var(--heading-text-transform);
  letter-spacing: var(--heading-bold-letter-spacing);
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-frame__title--long {
  font-size: var(--heading-1-font-size);
  line-height: var(--heading-1-line-height);
  font-weight: var(--bold);
  font-family: var(--font-family-headlines);
  text-transform: var(--heading-text-transform);
  letter-spacing: var(--heading-1-letter-spacing);
}

.hero-frame__above-title {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.hero-frame__desc {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.hero-frame__overlapping-content {
  margin-top: 16px;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 651px) {
  .hero-frame__overlapping-content {
    padding-left: calc(var(--grid-padding) + 24px);
    padding-right: calc(var(--grid-padding) + 24px);
  }
}

.hero-frame--with-bottom-spacing {
  padding-bottom: 24px;
}

.hero-frame__social-wrap {
  position: relative;
  margin-top: 16px;
}
.hero-frame__social-wrap .trustpilot {
  justify-content: center;
}

.hero-frame__actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .hero-frame__actions {
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .hero-frame__actions {
    gap: 16px;
  }
}
.hero-frame__actions * {
  width: auto;
}

.hero-frame__media {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
}

.hero-frame__grid-container {
  position: relative;
  max-width: 960px;
  width: 100%;
}

.hero-frame__img {
  display: none;
}
@media screen and (min-width: 1025px) {
  .hero-frame__img {
    position: absolute;
    top: 120px;
    right: 0;
    height: 312px;
    transform: translateX(100%);
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .hero-frame__img--rear {
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }
}

.hero-frame__subtitle {
  margin-top: 8px;
  margin-bottom: 0;
}
.hero-frame__subtitle + .hero-frame__desc {
  margin-top: 0;
}

body:has(.hero-frame) .main-nav,
.content-with-hero-frame .main-nav {
  z-index: 5;
}
body:has(.hero-frame) .breadcrumb,
.content-with-hero-frame .breadcrumb {
  background-color: transparent;
  z-index: 1;
}

@media screen and (max-width: 650px) {
  body:has(.hero-frame--dark-mode) .main-nav__menu-logo-link-img {
    fill: var(--white);
  }
}
body:has(.hero-frame--dark-mode) .breadcrumb__item {
  color: var(--white);
}
body:has(.hero-frame--dark-mode) .breadcrumb__item .inline-icon {
  fill: var(--white);
}

body.leasey-brand:has(.hero-frame--dark-mode) .breadcrumb__item {
  color: var(--green-leasey);
}
body.leasey-brand:has(.hero-frame--dark-mode) .breadcrumb__item .inline-icon {
  fill: var(--green-leasey);
}

@media screen and (min-width: 651px) {
  body:has(.hero-frame--breadcrumbs) .breadcrumb__container {
    padding-left: calc(var(--grid-padding) + 16px);
  }
}

.hero-frame__bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 651px) {
  .hero-frame__bg {
    top: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .hero-frame__bg {
    top: 94px;
  }
}
.hero-frame__bg::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, var(--iridescent-wrap));
}
@media screen and (min-width: 651px) {
  .hero-frame__bg::before {
    border-radius: var(--border-radius-medium);
    inset: 0 var(--grid-padding);
  }
}

.hero-frame--sandy-footwell .hero-frame__bg::before {
  background: var(--sandy-footwell);
}

.hero-frame--dark-mode .hero-frame__bg::before {
  background: var(--black);
}
.leasey-brand .hero-frame--dark-mode .hero-frame__bg::before {
  background: var(--grey-900);
}

.hero-frame__intro {
  text-align: center;
  width: 100%;
  margin: 0 auto 16px;
}
@media screen and (min-width: 651px) and (max-width: 1024px) {
  .hero-frame__intro {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .hero-frame__intro {
    width: 960px;
  }
}

.hero-frame .sell-car-form {
  background-color: rgb(var(--black-rgb), 0.06);
}
.hero-frame .social-follow__item-wrap {
  justify-content: center;
}

.hero-frame__action-wrap {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 651px) {
  .hero-frame__action-wrap {
    margin-bottom: 16px;
  }
}

.card-minimalist {
  position: relative;
}

.card-minimalist__media-container {
  padding-top: 56.25%;
  position: relative;
}

.card-minimalist__media {
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-medium);
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
}

/* img */
.card-minimalist__media--image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-minimalist__body {
  margin-top: 8px;
}

.card-minimalist__title {
  font-weight: var(--bold);
  color: var(--black);
  text-decoration: underline;
}

.card-minimalist__title--small {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
}

.card-minimalist__title--large {
  font-size: var(--heading-3-font-size);
  line-height: var(--heading-3-line-height);
  font-weight: var(--bold);
  font-family: var(--heading-3-font-family);
  letter-spacing: var(--heading-3-letter-spacing);
}

.dark-mode .card-minimalist__subtitle {
  color: var(--factory-white);
}

.card-minimalist__description {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  margin-top: 12px;
  margin-bottom: 0;
}

.card-minimalist__content-block {
  margin-top: 12px;
}

.card-minimalist__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.icon-disc-container {
  --background-color: var(--white);
  background-color: var(--background-color);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-disc-container--brand-primary {
  --background-color: var(--blue);
}
.autoexpress-brand .icon-disc-container--brand-primary {
  --background-color: var(--red);
}
.autoexpress-brand .icon-disc-container--brand-primary .inline-icon {
  fill: var(--white);
}

.icon-disc-container--dark-blue {
  --background-color: var(--blue);
}

.icon-disc-container--red {
  --background-color: var(--red-extra-light);
}

.icon-disc-container--dark-red {
  --background-color: var(--red);
}

.icon-disc-container--light-red {
  --background-color: var(--red-light);
}

.icon-disc-container--green {
  --background-color: var(--green-extra-light);
}

.icon-disc-container--dark-green {
  --background-color: var(--green);
}

.icon-disc-container--bold-green {
  --background-color: var(--green-bold);
}

.icon-disc-container--yellow {
  --background-color: var(--yellow-extra-light);
}

.icon-disc-container--grey {
  --background-color: var(--grey-extra-light);
}

.icon-disc-container--dark-grey {
  --background-color: var(--grey);
}

.icon-disc-container--grey-200 {
  --background-color: var(--grey-200);
}

.icon-disc-container--factory-white {
  --background-color: var(--factory-white);
}

.icon-disc-container--black {
  --background-color: var(--black);
}

.icon-disc-container--x-small {
  width: 16px;
  height: 16px;
  padding: 4px;
}

.icon-disc-container--small {
  width: 24px;
  height: 24px;
}

.icon-disc-container--medium-small {
  width: 32px;
  height: 32px;
}

.icon-disc-container--medium-large {
  width: 56px;
  height: 56px;
}

.icon-disc-container--large {
  width: 68px;
  height: 68px;
}

.icon-disc-container--x-large {
  width: 96px;
  height: 96px;
}

.deals-hero__top-wrapper {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: var(--white);
  margin-top: 10px;
}
@media screen and (min-width: 651px) {
  .deals-hero__top-wrapper {
    height: 64px;
  }
}

.deals-hero__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.deals-hero__wrapper::after {
  display: none;
}

.deals-hero__logo a {
  display: flex;
}

.deals-hero__logo-img {
  height: auto;
  width: var(--main-nav-logo-width);
  fill: var(--black);
}

.deals-hero__link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}

.deals-hero__link-icon {
  display: flex;
}

.deals-hero__link-text {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  font-weight: var(--bold);
  color: var(--black);
}

/* body */
.content-with-hero-frame .deals-hero__top-wrapper {
  position: relative;
  background-color: transparent;
  z-index: 2;
}
.content-with-hero-frame .deals-hero__link-text {
  color: var(--black);
}

.sell-car-form {
  background-color: var(--grey-light);
  border-radius: var(--border-radius-medium);
  padding: 24px 16px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .sell-car-form {
    flex-direction: column;
  }
}
@media screen and (min-width: 651px) {
  .sell-car-form {
    flex-wrap: nowrap;
    padding: 24px;
  }
}

.sell-car-form__input-container .form-input-label {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  font-weight: var(--bold);
}

@media screen and (max-width: 650px) {
  .sell-car-form__input-wrapper + .sell-car-form__input-wrapper {
    margin-top: 16px;
  }
}
@media screen and (min-width: 651px) {
  .sell-car-form__input-wrapper {
    flex-basis: 50%;
  }
}

@media screen and (min-width: 651px) {
  .sell-car-form__text-input-wrapper + .sell-car-form__text-input-wrapper {
    padding-left: 8px;
  }
  .sell-car-form__text-input-wrapper {
    margin-right: 8px;
  }
}

@media screen and (min-width: 651px) {
  .sell-car-form__submit-input-wrapper {
    margin-left: 8px;
    display: flex;
    align-items: flex-start;
    padding-top: 32px;
  }
}

.sell-car-form__error {
  color: var(--red);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
}

.sell-your-car-overview {
  padding-bottom: 32px;
}

.sell-your-car-overview__title {
  margin-top: 0;
  margin-bottom: 32px;
  text-align: center;
}

.page-content {
  background-color: var(--factory-white);
}

.car-selling {
  padding-top: 16px;
  padding-bottom: 32px;
}
@media screen and (min-width: 651px) {
  .car-selling {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .car-selling {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.car-selling__why-sell {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}

.car-selling__why-sell-title {
  text-align: center;
}

.car-selling__back-to-top {
  margin-top: 64px;
}

.car-selling__carousel-container {
  align-items: flex-start;
  align-self: stretch;
  background: var(--sandy-footwell);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.car-selling__carousel-container h2 {
  font-size: var(--heading-2-prominent-font-size);
  line-height: var(--heading-2-prominent-line-height);
  font-weight: var(--bold);
  font-family: var(--font-family-headlines);
  text-transform: var(--heading-text-transform);
  letter-spacing: var(--heading-2-prominent-letter-spacing);
  text-wrap: balance;
  margin-bottom: 24px;
  margin-top: 32px;
}
@media screen and (min-width: 651px) {
  .car-selling__carousel-container h2 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .car-selling__carousel-container h2 {
    margin-bottom: 48px;
  }
}

.car-selling__carousel-header {
  font-family: var(--font-family-headlines);
  text-transform: var(--heading-text-transform);
  align-self: center;
  line-height: var(--heading-3-line-height);
  max-width: 260px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .car-selling__carousel-header {
    max-width: 348px;
  }
}

.car-selling__carousel-main {
  width: 100%;
  height: 100%;
}

.car-selling__carousel-main .new-carousel-container {
  display: inline;
}

.card-generic {
  background-color: var(--sandy-footwell);
  box-shadow: none;
}

img.card-generic__media {
  border-radius: 12px;
}

.card-generic__section {
  padding: 8px;
}

@media screen and (max-width: 650px) {
  .card-generic__title {
    font-size: var(--body-small-font-size);
    line-height: var(--body-small-line-height);
  }
}

@media screen and (max-width: 650px) {
  .card-generic__summary {
    font-size: var(--caption-font-size);
    line-height: var(--caption-line-height);
  }
}

.card-generic__section {
  padding: 0;
}

.car-selling__ab-test-container {
  background-color: var(--white);
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 651px) {
  .car-selling__ab-test-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .car-selling__ab-test-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sell-your-car-overview__title {
  text-align: center;
}

.page__body {
  padding-top: 8px;
}

.page__body--heading-prominent h2 {
  font-size: var(--heading-2-prominent-font-size);
  line-height: var(--heading-2-prominent-line-height);
  font-weight: var(--bold);
  font-family: var(--font-family-headlines);
  text-transform: var(--heading-text-transform);
  letter-spacing: var(--heading-2-prominent-letter-spacing);
  text-wrap: balance;
  margin-bottom: 24px;
}
@media screen and (min-width: 651px) {
  .page__body--heading-prominent h2 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .page__body--heading-prominent h2 {
    margin-bottom: 48px;
  }
}

.content-block {
  max-width: 740px;
}

.content-block--centered {
  text-align: center;
  margin: auto;
}

.deeper_context__section-container::after {
  clear: both;
  content: "";
  display: block;
}
.deeper_context__section-container {
  max-width: var(--grid-max-width);
  margin-left: auto;
  margin-right: auto;
}
.deeper_context__section-container {
  padding-left: var(--grid-padding);
  padding-right: var(--grid-padding);
  padding-bottom: 24px;
}
@media screen and (min-width: 651px) {
  .deeper_context__section-container {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .deeper_context__section-container {
    padding-bottom: 48px;
  }
}
.deeper_context__section-container .new-carousel-container {
  padding-left: 0;
  padding-right: 0;
}
.deeper_context__section-container .new-carousel__nav {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.expressive-video-box-heading {
  margin-top: 0;
  margin-bottom: 24px;
}

.faq-container {
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}

.dealers_jumbotron__wrapper {
  background-color: var(--blue);
}
.dealers_jumbotron__wrapper .jumbotron {
  padding: 0 64px 64px;
}

.grid-container-competitor-comparison-table::after {
  clear: both;
  content: "";
  display: block;
}
.grid-container-competitor-comparison-table {
  max-width: var(--grid-max-width);
  margin-left: auto;
  margin-right: auto;
}
.grid-container-competitor-comparison-table {
  padding-left: var(--grid-padding);
  padding-right: var(--grid-padding);
  background-color: var(--blue);
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.car-selling:has(.competitor-comparison-table__table:last-child) {
  padding-bottom: 0;
}

.competitor-comparison-table__wrapper {
  background-color: var(--blue);
  padding-top: 10px;
  padding-bottom: 40px;
}

.competitor-comparison-table__table {
  display: flex;
  justify-content: center;
}
.competitor-comparison-table__table table {
  border-spacing: 0 4px;
  font-size: 10px;
  display: inline-block;
  overflow-x: auto;
  max-width: 100%;
}
.competitor-comparison-table__table table td, .competitor-comparison-table__table table th {
  background-color: var(--factory-white);
  text-align: center;
  padding: 8px;
  white-space: nowrap;
}
.competitor-comparison-table__table table th:first-child {
  white-space: normal;
  min-width: 105px;
  text-align: left;
  position: sticky;
  left: 0;
  height: 60px;
  font-weight: var(--normal);
  font-size: var(--caption-font-size);
  line-height: var(--caption-line-height);
}
@media screen and (min-width: 651px) {
  .competitor-comparison-table__table table th:first-child {
    max-width: 220px;
    min-width: 220px;
    padding: 8px 16px;
    font-size: var(--body-small-font-size);
    line-height: var(--body-small-line-height);
  }
}
.competitor-comparison-table__table table th:nth-child(2),
.competitor-comparison-table__table table td:nth-child(2) {
  background-color: white;
  position: sticky;
  left: 200px;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: var(--blue);
}
@media screen and (max-width: 650px) {
  .competitor-comparison-table__table table th:nth-child(2),
  .competitor-comparison-table__table table td:nth-child(2) {
    left: 105px;
  }
}
.competitor-comparison-table__table table th:not(:first-child),
.competitor-comparison-table__table table td {
  min-width: 82px;
  max-width: 82px;
}
@media screen and (min-width: 651px) {
  .competitor-comparison-table__table table th:not(:first-child),
  .competitor-comparison-table__table table td {
    min-width: 156px;
    max-width: none;
  }
}
@media screen and (min-width: 651px) {
  .competitor-comparison-table__table table thead th:not(:first-child) {
    font-size: var(--body-small-font-size);
    line-height: var(--body-small-line-height);
  }
}
.competitor-comparison-table__table table thead th:first-child {
  padding: 0;
  background-color: var(--blue);
}
.competitor-comparison-table__table table tbody tr:last-child th {
  padding: 0;
  background-color: var(--blue);
}
.competitor-comparison-table__table table .competitor-comparison-table__top-left-corner {
  width: 100%;
  height: 100%;
  background-color: var(--factory-white);
  border-top-left-radius: 12px;
}
.competitor-comparison-table__table table .competitor-comparison-table__bottom-left-corner {
  width: 100%;
  height: 100%;
  background-color: var(--factory-white);
  border-bottom-left-radius: 12px;
  padding: 8px;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 651px) {
  .competitor-comparison-table__table table .competitor-comparison-table__bottom-left-corner {
    padding: 8px 16px;
  }
}
.competitor-comparison-table__table table thead th:last-child {
  border-top-right-radius: 12px;
}
.competitor-comparison-table__table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.competitor-comparison-table__table table svg {
  vertical-align: middle;
}

.competitor-comparison-table__carwow-logo {
  max-height: 12px;
}
@media screen and (min-width: 651px) {
  .competitor-comparison-table__carwow-logo {
    max-height: 14px;
  }
}

.competitor-comparison-table__tick-and-cross svg {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 651px) {
  .competitor-comparison-table__tick-and-cross svg {
    height: 24px;
    width: 24px;
  }
}

.why-carwow-reasons__grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 651px) {
  .why-carwow-reasons__grid {
    grid-template-columns: repeat(2, 310px);
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .why-carwow-reasons__grid {
    grid-template-columns: repeat(3, 310px);
  }
}

.why-carwow-reasons__card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  width: 310px;
  height: 88px;
  box-sizing: border-box;
  background-color: var(--sandy-footwell);
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.why-carwow-reasons__card .icon-disc-container {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

.why-carwow-reasons__text {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  color: var(--black);
  margin: 0;
  line-height: 1.4;
}

.car-selling-guides__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.car-selling-guides__title {
  margin-bottom: 20px;
}

.expressive-action-box {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  border-radius: var(--border-radius-large);
  min-height: 588px;
  margin-top: 48px;
  margin-bottom: 48px;
  background-image: var(--background-image-mobile, var(--background-image-main, url("/assets/www/prismic/expressive-action-box-bg-mobile-c32b210d.webp")));
}
@media screen and (min-width: 651px) {
  .expressive-action-box {
    padding: 24px;
    min-height: 524px;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 64px;
    background-image: var(--background-image-main, var(--background-image-mobile, url("/assets/www/prismic/expressive-action-box-bg-desktop-5eef4b4f.webp")));
  }
}
@media screen and (min-width: 1025px) {
  .expressive-action-box {
    min-height: 532px;
  }
}

.expressive-action-box__content {
  padding: 24px 16px;
  background-color: rgba(23, 23, 23, 0.6);
  backdrop-filter: blur(4px);
  border-radius: var(--border-radius-large);
}
@media screen and (min-width: 651px) {
  .expressive-action-box__content {
    padding-left: 24px;
    padding-right: 24px;
    width: 74%;
  }
}
@media screen and (min-width: 1025px) {
  .expressive-action-box__content {
    width: 60%;
  }
}

.expressive-action-box__heading {
  font-size: var(--heading-1-font-size);
  line-height: var(--heading-1-line-height);
  font-weight: var(--bold);
  font-family: var(--font-family-headlines);
  text-transform: var(--heading-text-transform);
  letter-spacing: var(--heading-1-letter-spacing);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.expressive-action-box__subheading {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 32px;
}

.expressive-action-box__buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.expressive-action-box__button {
  width: 100%;
}
@media screen and (min-width: 651px) {
  .expressive-action-box__button {
    width: auto;
    min-width: 180px;
  }
}

.expressive-action-box__reg-input-form {
  width: 100%;
}
@media screen and (min-width: 651px) {
  .expressive-action-box__reg-input-form {
    max-width: 305px;
  }
}

.expressive-action-box__reg-input-container {
  position: relative;
}

.expressive-action-box__reg-input-field {
  height: 64px;
  border-radius: var(--border-radius-medium);
  padding-right: 64px;
}

.expressive-action-box__reg-input-submit {
  background-color: var(--blue);
  position: absolute;
  right: 8px;
  top: 8px;
  min-width: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.expressive-action-box__reg-input-submit .inline-icon {
  pointer-events: none;
}

.jumbotron-container::after {
  clear: both;
  content: "";
  display: block;
}
.jumbotron-container {
  max-width: var(--grid-max-width);
  margin-left: auto;
  margin-right: auto;
}
.jumbotron-container {
  padding-left: var(--grid-padding);
  padding-right: var(--grid-padding);
  display: flex;
  justify-content: center;
}

.jumbotron {
  flex: 0 0 auto;
  width: calc(83.3333333333% - 24px);
  margin-right: 12px;
  margin-left: 12px;
  text-align: center;
  padding: 64px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
.jumbotron p {
  margin: 0;
}
.jumbotron h3,
.jumbotron h4 {
  margin-top: 0;
}

.full-width-container.full-width-background {
  background: var(--grey-extra-light);
}
.full-width-container.full-width-border-top {
  border-top: 1px solid var(--border-colour);
}
.full-width-container.full-width-border-bottom {
  border-bottom: 1px solid var(--border-colour);
}

@media screen and (max-width: 1024px) {
  .jumbotron {
    flex: 0 0 auto;
    width: calc(100% - 24px);
    margin-right: 12px;
    margin-left: 12px;
  }
  .jumbotron h3 {
    margin-bottom: 16px;
  }
}
.jumbotron__heading {
  font-size: var(--heading-2-font-size);
  line-height: var(--heading-2-line-height);
  font-weight: var(--bold);
  font-family: var(--heading-2-font-family);
  letter-spacing: var(--heading-2-letter-spacing);
}

.card-minimalist {
  position: relative;
}

.card-minimalist__media-container {
  padding-top: 56.25%;
  position: relative;
}

.card-minimalist__media {
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-medium);
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
}

/* img */
.card-minimalist__media--image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-minimalist__body {
  margin-top: 8px;
}

.card-minimalist__title {
  font-weight: var(--bold);
  color: var(--black);
  text-decoration: underline;
}

.card-minimalist__title--small {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
}

.card-minimalist__title--large {
  font-size: var(--heading-3-font-size);
  line-height: var(--heading-3-line-height);
  font-weight: var(--bold);
  font-family: var(--heading-3-font-family);
  letter-spacing: var(--heading-3-letter-spacing);
}

.dark-mode .card-minimalist__subtitle {
  color: var(--factory-white);
}

.card-minimalist__description {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  margin-top: 12px;
  margin-bottom: 0;
}

.card-minimalist__content-block {
  margin-top: 12px;
}

.card-minimalist__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.content_links__container {
  margin-top: 64px;
}
.leasey-brand .content_links__container {
  margin-top: 32px;
}

.content-links_theme--carwow .content_links__image-numbers {
  display: none;
}

.content-links_theme--leasey .content_links__body-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 12px 0;
}
.content-links_theme--leasey .content_links__body-title {
  font-size: var(--heading-2-font-size);
  font-weight: var(--bold);
  font-family: var(--font-family-headlines);
  text-transform: var(--heading-text-transform);
  letter-spacing: var(--heading-1-letter-spacing);
}
.content-links_theme--leasey .content_links__body-content {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  margin-top: 4px;
}
.content-links_theme--leasey .content_links__image-numbers {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  font-weight: var(--bold);
  position: absolute;
  background-color: var(--blue-bold);
  border-radius: var(--border-radius-small);
  bottom: 8px;
  left: 8px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expressive-video-box-heading {
  font-size: var(--heading-1-font-size);
  line-height: var(--heading-1-line-height);
  font-weight: var(--bold);
  font-family: var(--font-family-headlines);
  text-transform: var(--heading-text-transform);
  letter-spacing: var(--heading-1-letter-spacing);
  text-align: center;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 651px) {
  .expressive-video-box-heading {
    margin-bottom: 24px;
  }
}

.expressive-video-box-container {
  width: 100%;
}

.expressive-video-box-container--bg-sandy-footwell {
  background-color: var(--sandy-footwell);
}

.expressive-video-box-inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}
@media screen and (min-width: 651px) {
  .expressive-video-box-inner-container {
    padding: 32px 0;
  }
}
@media screen and (min-width: 1025px) {
  .expressive-video-box-inner-container {
    padding: 48px 0;
  }
}

.expressive-video-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
  width: 100%;
  min-height: 358px;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius-medium);
  background-color: var(--sandy-footwell);
  text-decoration: none;
}
@media screen and (min-width: 651px) {
  .expressive-video-container {
    min-height: 540px;
    max-width: 960px;
  }
}

.expressive-video-container--large-rounded-corners {
  border-radius: var(--border-radius-large);
}

.expressive-video-container__fallback,
.expressive-video-container__video,
.expressive-video-container__content {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
}

.expressive-video-container__video {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.expressive-video-container__content {
  z-index: 4;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 24px;
}

.expressive-video-container__subtitle {
  margin-bottom: 10px;
}

.expressive-video-container__subtitle--black {
  color: var(--black);
}

.expressive-video-container__subtitle--white {
  color: var(--white);
}

.expressive-video-container__cta {
  min-width: 180px;
}

.expressive-video-container__fallback {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}