/* 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;
  }
}

.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: 2;
}
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);
  }
}

@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);
}

.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: rgba(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;
  }
}

@media screen and (min-width: 1025px) {
  .overview-sections {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
}

.overview-section {
  text-align: center;
  border-radius: var(--border-radius-medium);
  padding: 16px;
}
@media screen and (min-width: 1025px) {
  .overview-section {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 24px);
    margin-right: 12px;
    margin-left: 12px;
    padding: 28px;
  }
}

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

.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__social-wrap__tuv-logo {
  padding-top: 20px;
  width: 100px;
}
@media screen and (max-width: 650px) {
  .hero-frame__social-wrap__tuv-logo {
    display: block;
    margin: 0 auto;
  }
}

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

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

.car-selling__overview {
  margin-bottom: 60px;
}

.car-selling__overview-title {
  margin-top: 0;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .car-selling__overview-title {
    margin-bottom: 36px;
  }
}

.car-selling__faq {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
}
.car-selling__faq .expandable-content__content-wrapper p:first-child {
  margin-top: 0;
}
.car-selling__faq .expandable-content__content-wrapper p:last-child {
  margin-bottom: 0;
}

.car-selling__faq-title {
  margin-bottom: 24px;
}
@media screen and (min-width: 651px) {
  .car-selling__faq-title {
    text-align: center;
  }
}

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

.car-selling {
  padding-top: 32px;
  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__faq {
  margin-bottom: 64px;
}

.car-selling__guides-all-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}