.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hp {
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.5;
  color: #262965;
  background: #fff;
  color: #262965;
}
.hp .what-matters-parent-wrapper .pseudo-h1.header {
  text-align: center;
  font-family: "roc-grotesk-wide";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #262965;
}
.hp #hp-featured-title {
  text-align: center;
  font-family: "roc-grotesk-wide";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #262965;
}

.hp-section-title {
  text-align: center;
  font-family: "roc-grotesk-wide";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #262965;
  display: block;
  width: 100%;
  margin: 0 0 1.5rem;
}
.hp-section-title--center {
  text-align: center;
}

h2.hp-section-title--center {
  text-align: center;
}

.hp-btn {
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  height: 44px;
  padding: 0.75rem 1.25rem;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.hp-btn--primary {
  background: #262965;
  color: #fff;
}
.hp-btn--primary:link, .hp-btn--primary:visited, .hp-btn--primary:hover, .hp-btn--primary:active, .hp-btn--primary:focus {
  color: #fff;
}
.hp-btn--primary:hover {
  background: #1f224f;
}
.hp-btn--outline {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}
.hp-btn--outline:link, .hp-btn--outline:visited, .hp-btn--outline:hover, .hp-btn--outline:active, .hp-btn--outline:focus {
  color: inherit;
}
.hp-btn--outline:hover, .hp-btn--outline:focus-visible {
  background: rgba(36, 41, 109, 0.06);
}
.hp-btn--light {
  background: #fff;
  color: #262965;
}
.hp-btn--light:link, .hp-btn--light:visited, .hp-btn--light:hover, .hp-btn--light:active, .hp-btn--light:focus {
  color: #262965;
  background: #fff;
}
.hp-btn--light:hover, .hp-btn--light:focus {
  background: #f5f6f8;
  color: #262965;
}
.hp-btn--light:active {
  background: #f5f6f8;
  color: #262965;
}

.hp-field {
  display: block;
  min-width: 0;
}
.hp-field__control {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  height: 42px;
  padding: 0.55rem 0.75rem;
  border: 1px solid #c5c7d0;
  border-radius: 8px;
  background: #fff;
  color: #262965;
  font: inherit;
}

.hp-hero {
  --hp-hero-bg: #00EBFB;
  --hp-hero-fg: #24296D;
}
@supports (color: color(display-p3 0 0 0)) {
  .hp-hero {
    --hp-hero-bg: color(display-p3 0.498 0.8941 0.9608);
    --hp-hero-fg: color(display-p3 0.149 0.1608 0.3961);
  }
}
.hp-hero {
  position: relative;
  overflow: visible;
  background: var(--hp-hero-bg);
  color: var(--hp-hero-fg);
}
.hp-hero__viewport {
  position: relative;
  overflow: hidden;
  height: 460px;
  min-height: 460px;
}
.hp-hero__track {
  position: relative;
  height: 100%;
  min-height: 460px;
}
.hp-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--hp-hero-bg);
  color: var(--hp-hero-fg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.hp-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.hp-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "media copy";
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  width: min(1312px, 100% - 2 * clamp(1rem, 4vw, 6.25rem));
  max-width: 1312px;
  min-height: 0;
  height: 100%;
  margin: 0 auto;
  padding: 1.25rem 0 7.25rem;
  box-sizing: border-box;
}
.hp-hero__media {
  grid-area: media;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  min-width: 0;
  height: 300px;
  max-height: 300px;
  overflow: visible;
}
.hp-hero__image {
  display: block;
  width: auto;
  max-width: min(646px, 100%);
  height: auto;
  max-height: 300px;
  object-fit: contain;
  object-position: center;
}
.hp-hero__copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: center;
  gap: 12px;
  width: 100%;
  max-width: 500px;
  min-width: 0;
  min-height: 300px;
  text-align: left;
}
.hp-hero__title {
  font-family: "roc-grotesk-wide";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  width: 100%;
  text-align: left;
}
.hp-hero__subtitle {
  margin: 0;
  width: 100%;
  font-family: "Avenir Next";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.hp-hero__cta {
  align-self: flex-start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.hp-hero__arrow {
  position: absolute;
  top: calc((100% - 6rem) / 2);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid currentColor;
  border-radius: 20px;
  background: transparent;
  color: var(--hp-hero-chrome-fg, var(--hp-hero-fg));
  cursor: pointer;
  transform: translateY(-50%);
}
.hp-hero__arrow:hover, .hp-hero__arrow:focus-visible {
  background: rgba(36, 41, 109, 0.06);
}
.hp-hero__arrow--prev {
  left: max(clamp(1rem, 4vw, 6.25rem), 50% - 1312px / 2);
}
.hp-hero__arrow--next {
  right: max(clamp(1rem, 4vw, 6.25rem), 50% - 1312px / 2);
}
.hp-hero__arrow-icon {
  display: block;
  width: 18px;
  height: 18px;
}
.hp-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 118px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateX(-50%);
}
.hp-hero__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--hp-hero-chrome-fg, var(--hp-hero-fg));
  opacity: 0.45;
  cursor: pointer;
  transition: opacity 0.2s ease, width 0.2s ease;
}
.hp-hero__dot.is-active {
  width: 18px;
  opacity: 1;
}
.hp-hero__dot:focus-visible {
  outline: 2px solid #52d9f2;
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .hp-hero__inner {
    gap: 54px;
    width: calc(100% - 2 * clamp(1rem, 4vw, 6.25rem));
    max-width: none;
    box-sizing: border-box;
  }
  .hp-hero__media {
    max-height: 300px;
    overflow: visible;
  }
  .hp-hero__image {
    width: auto;
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
  }
}
@media (max-width: 800px) {
  .hp-hero__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "copy";
    justify-items: center;
    align-content: center;
    align-items: center;
    gap: 0;
    padding: 1rem clamp(1rem, 4vw, 6.25rem) 6.5rem;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  .hp-hero__media {
    justify-content: center;
    max-height: 200px;
    overflow: visible;
    width: 100%;
  }
  .hp-hero__image {
    width: auto;
    max-width: 360px;
    max-height: 200px;
    height: auto;
    object-fit: contain;
  }
  .hp-hero__copy {
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    max-width: none;
    width: 100%;
    min-height: 0;
  }
  .hp-hero__title,
  .hp-hero__subtitle {
    max-width: none;
    width: 100%;
    line-height: 1.3;
    text-align: center;
  }
  .hp-hero__title {
    font-size: 24px;
    line-height: 1.25;
  }
  .hp-hero__cta {
    align-self: center;
  }
  .hp-hero__dots {
    bottom: 100px;
  }
}
.hp-search {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: min(1312px, 100% - 2 * clamp(1rem, 4vw, 6.25rem));
  max-width: 1312px;
  margin: -90px auto 0;
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #262965;
}
.hp-search__title {
  font-family: "roc-grotesk-wide";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 30px;
  color: #262965;
}
.hp-search__controls.bunny-ears-parent-wrapper {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 2;
  font-size: 14px;
}
.hp-search__controls.bunny-ears-parent-wrapper .buy-your-next-car-wrapper.wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.hp-search__controls.bunny-ears-parent-wrapper .column-label,
.hp-search__controls.bunny-ears-parent-wrapper .make-model-label,
.hp-search__controls.bunny-ears-parent-wrapper .price-label {
  display: none !important;
}
.hp-search__controls.bunny-ears-parent-wrapper .selectors-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
  gap: 17px;
  min-width: 0;
  font-size: inherit;
}
.hp-search__controls.bunny-ears-parent-wrapper .selectors-wrapper select {
  padding-top: 0;
  padding-bottom: 0;
}
.hp-search__controls.bunny-ears-parent-wrapper .input-wrapper {
  padding-top: 0;
}
.hp-search__controls.bunny-ears-parent-wrapper .make-model-selectors-wrapper,
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper {
  display: flex;
  flex: 1 1 0;
  flex-direction: row;
  align-items: center;
  gap: 12.5px;
  min-width: 0;
  margin: 0;
}
.hp-search__controls.bunny-ears-parent-wrapper #make-and-model-option {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
  gap: 12.5px;
  width: 100%;
  min-width: 0;
  overflow: visible;
}
.hp-search__controls.bunny-ears-parent-wrapper #make-and-model-option .make-model-inline-section {
  flex: 1 1 0;
  margin: 0 !important;
  min-width: 0;
  position: relative;
}
.hp-search__controls.bunny-ears-parent-wrapper #make-and-model-option .make-model-trigger {
  box-sizing: border-box;
  height: 42px;
  min-height: 42px;
  padding: 0 40px 0 8px;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #fff;
  color: #262965;
  font-family: "Avenir Next";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
}
.hp-search__controls.bunny-ears-parent-wrapper #make-and-model-option .make-model-trigger::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-image: url("/pages-assets/Homepage/assets/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 8px;
  pointer-events: none;
}
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .switch-wrapper.rounded {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  gap: 2px;
  min-width: 0;
  height: 42px;
  margin: 0;
  padding: 2px;
  border: 1px solid #e6e9ef;
  border-radius: 20px;
  background: #fff;
  grid-template-columns: none;
}
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .switch-wrapper.rounded .switch {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 38px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(38, 41, 101, 0.9);
  font-family: "Avenir Next";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .switch-wrapper.rounded .switch:first-child, .hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .switch-wrapper.rounded .switch:last-child, .hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .switch-wrapper.rounded .switch.active {
  border-radius: 999px;
}
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .switch-wrapper.rounded .switch.active {
  background: #dddef2;
  border: 1px solid #9a9dd9;
  color: #262965;
  padding: 0 20px;
}
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .monthly-price-select,
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .cash-price-select {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .monthly-price-select label,
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .cash-price-select label {
  display: none;
}
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .monthly-price-select select,
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .cash-price-select select {
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0 40px 0 8px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%237AD6EF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  color: #262965;
  font-family: "Avenir Next";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  appearance: none;
}
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .monthly-price-select select:focus,
.hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .cash-price-select select:focus {
  outline: none;
  border-color: #52d9f2;
}
.hp-search__controls.bunny-ears-parent-wrapper .search-button-wrapper {
  display: flex;
  flex: 0 0 174px;
  align-items: center;
  justify-content: stretch;
  width: 174px;
  min-width: 174px;
}
.hp-search__controls.bunny-ears-parent-wrapper .search-button-wrapper .btn.primary,
.hp-search__controls.bunny-ears-parent-wrapper .search-button-wrapper .main-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  height: 44px;
  margin: 0;
  padding: 12px 20px;
  border-radius: 999px;
  background: #262965;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.hp-search__controls.bunny-ears-parent-wrapper .finance-eligibility-wrapper {
  display: none;
}

.hp-popular {
  padding: 2.5rem clamp(1rem, 4vw, 6.25rem) 1rem;
}
.hp-popular__carousel {
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
}
.hp-popular__pills {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  justify-content: safe center;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.25rem 2.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hp-popular__pills::-webkit-scrollbar {
  display: none;
}
.hp-popular__pills.is-scrollable {
  justify-content: flex-start;
}
.hp-popular__nav {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #406481;
  border-radius: 100rem;
  background: transparent;
  cursor: pointer;
}
.hp-popular__nav:hover, .hp-popular__nav:focus-visible {
  background-color: #efefef;
  transition-duration: 0.2s;
  outline: none;
}
.hp-popular__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.hp-popular__nav[hidden] {
  display: none;
}
.hp-popular__nav::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/statics/svg/icons/arrow-right-blue.svg") no-repeat center;
  background-size: 15px auto;
}
.hp-popular__nav--prev {
  left: 0;
}
.hp-popular__nav--prev::after {
  transform: rotate(180deg);
}
.hp-popular__nav--next {
  right: 0;
}

.hp .what-matters-parent-wrapper .tns-outer .tns-control-buttons-wrapper .tns-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #406481;
  border-radius: 100rem;
  background: transparent;
  cursor: pointer;
}
.hp .what-matters-parent-wrapper .tns-outer .tns-control-buttons-wrapper .tns-button:hover, .hp .what-matters-parent-wrapper .tns-outer .tns-control-buttons-wrapper .tns-button:focus-visible {
  background-color: #efefef;
  transition-duration: 0.2s;
  outline: none;
}
.hp .what-matters-parent-wrapper .tns-outer .tns-control-buttons-wrapper .tns-button img {
  display: none;
}
.hp .what-matters-parent-wrapper .tns-outer .tns-control-buttons-wrapper .tns-button::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/statics/svg/icons/arrow-right-blue.svg") no-repeat center;
  background-size: 15px auto;
}
.hp .what-matters-parent-wrapper .tns-outer .tns-control-buttons-wrapper .tns-button:hover {
  opacity: 1;
}

.hp-pill {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  height: 38px;
  padding: 0 1rem;
  border-radius: 999px;
  background: #DDDEF6;
  color: #262965;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #989DE3;
  scroll-snap-align: start;
  white-space: nowrap;
  font-family: "Avenir Next";
}
.hp-pill:last-child {
  scroll-snap-align: end;
}
.hp-pill:hover {
  background: #d7f5fb;
}

.hp-featured.special-section {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.hp-cta-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  max-width: 1312px;
  margin: 0 auto;
  padding: 2rem clamp(1rem, 4vw, 6.25rem) 3rem;
}

.hp-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-height: 235px;
  padding: 24px 30px;
  border-radius: 20px;
  overflow: hidden;
}
.hp-cta-card--sell {
  background: #eafafd;
  padding-right: clamp(7rem, 28%, 12rem);
}
.hp-cta-card--sell .hp-cta-card__copy {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hp-cta-card--sell .hp-px-form {
  margin-top: auto;
}
.hp-cta-card--sell h2 {
  max-width: 334px;
}
.hp-cta-card--sell .hp-cta-card__intro {
  display: contents;
}
.hp-cta-card--sell .hp-cta-card__intro p {
  max-width: 397px;
  font-family: "Avenir Next";
  font-weight: 500;
}
.hp-cta-card--finance {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 1fr auto;
  align-items: end;
  column-gap: 1rem;
  row-gap: 0;
  background: #aaedf9;
}
.hp-cta-card--finance .hp-cta-card__copy {
  grid-column: 1;
  grid-row: 1/-1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  max-width: 404px;
  padding-right: 0.5rem;
}
.hp-cta-card--finance .hp-cta-card__copy h2 {
  margin: 0;
  max-width: 404px;
  font-family: "roc-grotesk-wide";
  font-weight: 700;
  font-size: 32px;
  color: #262965;
  line-height: 1.25;
  font-size: 28px;
  line-height: 32px;
}
.hp-cta-card--finance .hp-cta-card__copy p,
.hp-cta-card--finance .hp-cta-card__copy .hp-cta-card__body {
  margin: 3rem 0 0;
  max-width: 277px;
  font-family: "Avenir Next";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #262965;
}
.hp-cta-card--finance .hp-cta-card__copy .hp-cta-card__body--mobile {
  display: none;
}
.hp-cta-card--finance > .hp-btn,
.hp-cta-card--finance .hp-cta-card__finance-cta {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  justify-self: end;
  white-space: nowrap;
}
.hp-cta-card h2 {
  font-family: "roc-grotesk-wide";
  font-weight: 700;
  font-size: 32px;
  color: #262965;
  line-height: 1.25;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 0.5rem;
}
.hp-cta-card p {
  margin: 0 0 1rem;
}
.hp-cta-card__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}
.hp-cta-card__media {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 55%;
  max-width: 320px;
  height: 100%;
  pointer-events: none;
  transform: translateX(45%);
}
.hp-cta-card__media img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
  object-position: right bottom;
}
.hp-cta-card__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hp-cta-card__ellipse {
  position: absolute;
  width: 14.2783281734%;
  aspect-ratio: 1;
}
.hp-cta-card__ellipse img {
  position: absolute;
  top: -11.93%;
  left: -11.93%;
  width: 123.86%;
  height: 123.86%;
  max-width: none;
}
.hp-cta-card__ellipse--1 {
  left: 62.9702786378%;
  top: -16.2910638298%;
}
.hp-cta-card__ellipse--2 {
  left: 81.3873065015%;
  top: 42.8685106383%;
}
.hp-cta-card__slash {
  position: absolute;
  left: 52.0620743034%;
  top: -11.1714893617%;
  width: 43.6035603715%;
  height: 115.6289361702%;
}
.hp-cta-card__slash img {
  position: absolute;
  top: -2.91%;
  left: -2.71%;
  width: 105.42%;
  height: 105.82%;
  max-width: none;
}
.hp-cta-card__percent-mobile {
  display: none;
}
.hp-cta-card__rings {
  display: none;
}

.hp-px-form__label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 16px;
  font-weight: 500;
  font-family: "Avenir Next";
  line-height: 150%;
}
.hp-px-form__row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 24rem;
}
.hp-px-form__row .hp-field__control {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}
.hp-px-form__row .hp-btn {
  flex: 0 0 auto;
  margin-left: 0;
}

.hp-electric {
  padding: 0 clamp(1rem, 4vw, 6.25rem) 3rem;
}
.hp-electric__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.44fr 1fr;
  gap: 1.5rem;
  align-items: end;
  max-width: 1312px;
  min-height: 254px;
  margin: 0 auto;
  padding: 29px 29px 13px;
  border-radius: 20px;
  overflow: hidden;
  background: #00E796;
  color: #262965;
}
.hp-electric__inner::before, .hp-electric__inner::after {
  content: "";
  position: absolute;
  border: 22px solid #b9edc8;
  border-radius: 48px;
  pointer-events: none;
  z-index: 2;
}
.hp-electric__inner::before {
  width: 521px;
  height: 322px;
  left: -87px;
  top: -290px;
}
.hp-electric__inner::after {
  width: min(838px, 64%);
  height: 322px;
  left: 40%;
  top: 55px;
}
.hp-electric__copy {
  position: relative;
  z-index: 3;
}
.hp-electric__eyebrow {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Avenir Next";
}
.hp-electric h2 {
  font-family: "roc-grotesk-wide";
  font-weight: 700;
  font-size: 32px;
  color: #262965;
  line-height: 1.25;
  margin: 0;
  max-width: none;
  font-size: clamp(32px, 4.63vw, 70px);
  line-height: 1;
}
.hp-electric__body {
  margin: 0 0 26px;
  font-family: "Avenir Next";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.hp-electric__body--mobile {
  display: none;
}
.hp-electric__body--desktop {
  max-width: 280px;
}
.hp-electric__aside {
  position: relative;
  z-index: 3;
  margin-bottom: 17px;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
}

.hp-body-types {
  padding: 1rem clamp(1rem, 4vw, 6.25rem) 3rem;
  background: #E1FCFF;
}
.hp-body-types__row {
  display: grid;
  grid-template-columns: repeat(8, minmax(140px, 1fr));
  gap: 18px;
  margin: 0 auto;
  overflow-x: auto;
}

.hp-body-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 1rem 0.75rem;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  color: #262965;
  text-align: center;
  font-weight: 700;
  font-family: "Avenir Next";
}
.hp-body-type span {
  font-family: "Avenir Next";
}
.hp-body-type img {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 244/137;
  height: auto;
  object-fit: contain;
}

.hp-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 3rem clamp(2.5rem, 10vw, 8.75rem);
  background: #262965;
  color: #fff;
}
.hp-band h2 {
  margin: 0;
  max-width: none;
  font-family: "roc-grotesk-wide";
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
}
.hp-band__break--mobile {
  display: none;
}

.hp-awards {
  padding: 3rem clamp(1rem, 4vw, 6.25rem);
}
.hp-awards__subtitle {
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.5;
  color: #262965;
  margin: -0.5rem 0 2rem;
  text-align: center;
  color: rgba(38, 41, 101, 0.7);
}
.hp-awards__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  max-width: 1312px;
  margin: 0 auto;
  align-items: start;
}
.hp-awards__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}
.hp-awards__logo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 5/3;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  background: #f5f6f8;
}
.hp-awards__item-title {
  margin: 0;
  max-width: 12rem;
  font-family: "Avenir Next";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  color: #24296D;
}
.hp-awards__item-caption {
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.5;
  color: #262965;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgba(38, 41, 101, 0.65);
  max-width: 12rem;
}

.hp-locations {
  background: #eef8fb;
  padding: 50px clamp(1rem, 4vw, 6.25rem) 56px;
  color: #262965;
}
.hp-locations__label {
  text-align: center;
  font-family: "roc-grotesk-wide";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #262965;
  margin: 0 0 20px;
}
.hp-locations__body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) auto minmax(0, 1fr);
  gap: 3rem 4rem;
  align-items: end;
  max-width: 1312px;
  margin: 0 auto;
}
.hp-locations__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  max-width: 536px;
}
.hp-locations__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
.hp-locations__pin {
  display: block;
  width: 57px;
  height: 69px;
  object-fit: contain;
}
.hp-locations__pin--mobile {
  display: none;
}
.hp-locations__headline {
  font-family: "roc-grotesk-wide";
  font-weight: 700;
  font-size: 32px;
  color: #262965;
  line-height: 1.25;
  margin: 0;
  max-width: 16ch;
}
.hp-locations__cta {
  min-height: 44px;
  color: #fff;
}
.hp-locations__cta:link, .hp-locations__cta:visited, .hp-locations__cta:hover, .hp-locations__cta:active {
  color: #fff;
}
.hp-locations__divider {
  width: 1px;
  height: 200px;
  background: rgba(38, 41, 101, 0.2);
  justify-self: center;
  align-self: end;
}
.hp-locations__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 11px;
  align-self: end;
  padding-top: 0;
}
.hp-locations__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hp-locations__list li + li {
  margin-top: 0;
}
.hp-locations__list a {
  font-family: "roc-grotesk-wide";
  font-weight: 700;
  font-size: 32px;
  color: #262965;
  line-height: 1.25;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #262965;
  text-decoration: none;
}
.hp-locations__list a:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .hp-search__controls.bunny-ears-parent-wrapper .buy-your-next-car-wrapper.wrapper,
  .hp-search__controls.bunny-ears-parent-wrapper .selectors-wrapper,
  .hp-search__controls.bunny-ears-parent-wrapper .make-model-selectors-wrapper,
  .hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper,
  .hp-search__controls.bunny-ears-parent-wrapper #make-and-model-option {
    flex-direction: column;
    align-items: stretch;
  }
  .hp-search__controls.bunny-ears-parent-wrapper .buy-your-next-car-wrapper.wrapper {
    gap: 12px;
  }
  .hp-search__controls.bunny-ears-parent-wrapper .selectors-wrapper {
    gap: 12px;
  }
  .hp-search__controls.bunny-ears-parent-wrapper .search-button-wrapper {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  .hp-cta-pair,
  .hp-electric__inner {
    grid-template-columns: 1fr;
  }
  .hp-cta-card--sell {
    padding-right: 1.5rem;
  }
  .hp-cta-card--finance {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: start;
    min-height: 0;
    padding: 1.5rem;
  }
  .hp-cta-card--finance .hp-cta-card__copy {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
  }
  .hp-cta-card--finance .hp-cta-card__copy h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .hp-cta-card--finance .hp-cta-card__copy p,
  .hp-cta-card--finance .hp-cta-card__copy .hp-cta-card__body {
    max-width: none;
    margin-top: 0.75rem;
  }
  .hp-cta-card--finance > .hp-btn,
  .hp-cta-card--finance .hp-cta-card__finance-cta {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin-top: 1rem;
  }
  .hp-cta-card--finance .hp-cta-card__decor {
    opacity: 0.85;
  }
  .hp-cta-card__media {
    width: 50%;
    max-width: 220px;
    transform: translateX(33%);
    opacity: 0.9;
  }
}
@media (max-width: 768px) {
  .hp-popular {
    padding-bottom: 0;
  }
  .hp-cta-pair {
    padding-bottom: 2rem;
  }
  .hp-featured.special-section {
    padding-bottom: 2rem;
  }
  .hp .what-matters-parent-wrapper {
    padding-bottom: 1rem;
  }
  .hp-hero__viewport,
  .hp-hero__track {
    height: 500px;
    min-height: 500px;
  }
  .hp-hero__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "copy";
    justify-items: center;
    align-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0.75rem clamp(1rem, 4vw, 6.25rem) 5.5rem;
    box-sizing: border-box;
  }
  .hp-hero__media {
    grid-area: media;
    width: 100%;
    height: auto;
    max-height: 180px;
    justify-content: center;
    align-items: center;
  }
  .hp-hero__image {
    max-width: 280px;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .hp-hero__copy {
    grid-area: copy;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    max-width: none;
    width: 100%;
    min-height: 0;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .hp-hero__title,
  .hp-hero__subtitle {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .hp-hero__cta {
    align-self: center;
  }
  .hp-hero__title {
    font-size: 24px;
    line-height: 32px;
  }
  .hp-hero__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
  .hp-hero__arrow {
    display: none;
  }
  .hp-popular__carousel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
  }
  .hp-popular__pills {
    order: 0;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hp-popular__nav {
    order: 1;
    position: static;
    transform: none;
  }
  .hp-popular__nav--prev {
    margin-right: auto;
  }
  .hp-popular__nav--next {
    margin-left: auto;
  }
  .hp .special-offer-section-wrapper .slider-control-buttons-wrapper,
  .hp .what-matters-parent-wrapper .tns-outer .tns-control-buttons-wrapper {
    box-sizing: border-box;
    position: static;
    transform: none;
    justify-content: space-between;
    width: 100%;
    padding: 0 clamp(1rem, 4vw, 6.25rem);
    margin: 1rem 0 0;
  }
  .hp .what-matters-parent-wrapper .tns-outer .tns-control-buttons-wrapper {
    width: auto;
    padding: 0;
    margin-inline: calc(clamp(1rem, 4vw, 6.25rem) - 20px);
  }
  .hp-hero__dots {
    bottom: 84px;
  }
  .hp-search {
    margin-top: -56px;
    width: calc(100% - 24px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 12px;
    border-radius: 12px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  }
  .hp-search__title {
    margin: 0 0 20px;
    max-width: 264px;
    font-size: 24px;
    line-height: 1.25;
  }
  .hp-search__controls.bunny-ears-parent-wrapper .buy-your-next-car-wrapper.wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .hp-search__controls.bunny-ears-parent-wrapper .selectors-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
    width: 100%;
  }
  .hp-search__controls.bunny-ears-parent-wrapper .make-model-selectors-wrapper,
  .hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 12.5px;
    width: 100%;
    flex: 0 0 auto;
  }
  .hp-search__controls.bunny-ears-parent-wrapper #make-and-model-option {
    flex-direction: column;
    align-items: stretch;
    gap: 12.5px;
    width: 100%;
  }
  .hp-search__controls.bunny-ears-parent-wrapper #make-and-model-option .make-model-inline-section {
    flex: 0 0 auto;
    width: 100%;
  }
  .hp-search__controls.bunny-ears-parent-wrapper #make-and-model-option .make-model-trigger {
    width: 100%;
  }
  .hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .switch-wrapper.rounded {
    flex: 0 0 auto;
    width: 100%;
  }
  .hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .monthly-price-select,
  .hp-search__controls.bunny-ears-parent-wrapper .price-selectors-wrapper .cash-price-select {
    flex: 0 0 auto;
    width: 100%;
  }
  .hp-search__controls.bunny-ears-parent-wrapper .search-button-wrapper {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }
  .hp-search__controls.bunny-ears-parent-wrapper .search-button-wrapper .btn.primary,
  .hp-search__controls.bunny-ears-parent-wrapper .search-button-wrapper .main-search-button {
    width: 100%;
    min-height: 44px;
    height: 44px;
    padding: 12px 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .hp-body-types__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
  }
  .hp-body-type {
    min-width: 0;
  }
  .hp-cta-card--sell {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    min-height: 0;
    padding: 19px 12px;
    border-radius: 12px;
    background: #eef8fb;
  }
  .hp-cta-card--sell .hp-cta-card__copy {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: none;
  }
  .hp-cta-card--sell .hp-cta-card__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 256px;
  }
  .hp-cta-card--sell .hp-cta-card__intro h2 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .hp-cta-card--sell .hp-cta-card__intro p {
    margin: 0;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #262965;
  }
  .hp-cta-card--sell .hp-px-form {
    width: 100%;
  }
  .hp-cta-card--sell .hp-px-form__label {
    margin-bottom: 8px;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #262965;
  }
  .hp-cta-card--sell .hp-px-form__row {
    gap: 18px;
    max-width: none;
    width: 100%;
  }
  .hp-cta-card--sell .hp-px-form__row .hp-field__control {
    box-sizing: border-box;
    height: 42px;
    min-height: 42px;
    padding: 0 8px;
    border: 1px solid #e6e9ef;
    border-radius: 3px;
    font-family: "Avenir Next";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
  }
  .hp-cta-card--sell .hp-px-form__row .hp-field__control::placeholder {
    color: #c5c7d0;
  }
  .hp-cta-card--sell .hp-px-form__row .hp-btn {
    box-sizing: border-box;
    min-height: 44px;
    height: 44px;
    padding: 12px 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .hp-cta-card--sell .hp-cta-card__media {
    top: 4px;
    right: -48px;
    bottom: auto;
    left: auto;
    width: 194px;
    height: 130px;
    max-width: none;
    transform: none;
    opacity: 1;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .hp-cta-card--sell .hp-cta-card__media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }
  .hp-cta-card--finance {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    min-height: 0;
    padding: 19px 12px;
    border-radius: 12px;
    background: #aaedf9;
  }
  .hp-cta-card--finance .hp-cta-card__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    grid-column: auto;
    grid-row: auto;
    max-width: none;
    padding-right: 0;
    width: 100%;
  }
  .hp-cta-card--finance .hp-cta-card__copy h2 {
    margin: 0;
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }
  .hp-cta-card--finance .hp-cta-card__copy .hp-cta-card__body {
    margin: 0;
    max-width: none;
  }
  .hp-cta-card--finance .hp-cta-card__copy .hp-cta-card__body--desktop {
    display: none;
  }
  .hp-cta-card--finance .hp-cta-card__copy .hp-cta-card__body--mobile {
    display: block;
  }
  .hp-cta-card--finance > .hp-btn,
  .hp-cta-card--finance .hp-cta-card__finance-cta {
    box-sizing: border-box;
    grid-column: auto;
    grid-row: auto;
    align-self: stretch;
    justify-self: stretch;
    width: 100%;
    min-height: 44px;
    height: 44px;
    margin-top: 0;
    padding: 12px 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .hp-cta-card--finance .hp-cta-card__decor {
    opacity: 1;
  }
  .hp-cta-card--finance .hp-cta-card__ellipse,
  .hp-cta-card--finance .hp-cta-card__slash {
    display: none;
  }
  .hp-cta-card--finance .hp-cta-card__percent-mobile {
    display: block;
    position: absolute;
    top: 18px;
    right: -24px;
    width: 180px;
    height: 181px;
    max-width: none;
    pointer-events: none;
    object-fit: contain;
  }
  .hp-electric {
    padding: 0 8px 2rem;
  }
  .hp-electric__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    min-height: 0;
    padding: 19px 12px;
    border-radius: 12px;
  }
  .hp-electric__inner::before {
    width: 219px;
    height: 263px;
    left: -150px;
    top: -67px;
  }
  .hp-electric__inner::after {
    width: 426px;
    height: 322px;
    left: auto;
    right: -329px;
    top: 129px;
  }
  .hp-electric__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .hp-electric__eyebrow {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }
  .hp-electric h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .hp-electric__title-break {
    display: none;
  }
  .hp-electric__body--mobile {
    display: block;
    margin: 8px 0 0;
  }
  .hp-electric__body--desktop {
    display: none;
  }
  .hp-electric__aside {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
  .hp-electric__cta {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    height: auto;
    white-space: normal;
    text-align: center;
    padding: 12px 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .hp-band {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 20px;
    padding: 26px 20px;
  }
  .hp-band h2 {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
  .hp-band__break--mobile {
    display: inline;
  }
  .hp-band__break--desktop {
    display: none;
  }
  .hp-band__cta {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    height: 44px;
    padding: 12px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .hp-locations {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    padding: 30px 20px;
  }
  .hp-locations__label {
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
  }
  .hp-locations__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .hp-locations__intro {
    display: contents;
    max-width: none;
  }
  .hp-locations__lead {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    order: 1;
  }
  .hp-locations__pin--desktop {
    display: none;
  }
  .hp-locations__pin--mobile {
    display: block;
    flex-shrink: 0;
    width: 41px;
    height: 50px;
  }
  .hp-locations__headline {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }
  .hp-locations__divider {
    order: 2;
    width: 100%;
    height: 1px;
    background: #bcbee5;
    opacity: 1;
    justify-self: stretch;
    align-self: stretch;
  }
  .hp-locations__columns {
    order: 3;
    width: 100%;
    max-width: none;
    margin: 0;
    align-self: stretch;
    gap: 0 11px;
  }
  .hp-locations__list a {
    font-family: "Avenir Next";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
  }
  .hp-locations__cta {
    order: 4;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    height: 44px;
    margin-top: 10px;
    padding: 12px 20px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .hp-awards__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
  .hp-awards__logo {
    max-width: none;
  }
  .hp-awards__item-title,
  .hp-awards__item-caption {
    max-width: none;
  }
}
