/* build fix */
.ebook-journey .cmp-login--form__description h2 {
  font-size: 24px;
  line-height: normal;
  color: var(--Neutrals-Headings, #1d1d1d);
  font-family: var(--body-font-arena);
  font-style: normal;
  font-weight: 700;
  margin: 0;
  @media (width >=1366px) {
    margin: 30px 0 16px;
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-size: 40px;
    line-height: 48px; /* 120% */
  }
}

.cmp-ebook-journey__steps__container {
  margin-bottom: 40px;
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  position: relative;
  min-height: 32px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  @media (width >=1366px) {
    margin-bottom: 80px;
  }
  &::-webkit-scrollbar {
    display: none;
  }
}

.cmp-ebook-journey__steps__container > span {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: transparent;
  border: none;
  position: relative;
  align-items: center;
}

.cmp-ebook-journey__steps span {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.cmp-ebook-journey__steps__container > span > span {
  display: block;
  white-space: nowrap;
}

.cmp-ebook-journey__steps__container .steps:not(:first-child) {
  padding-left: 12px;
  @media(width >=1366px) {
    padding-left: 40px;
  }
}
.cmp-ebook-journey__steps__container .steps {
  cursor: pointer;
  color: #000;
  text-align: center;
  font-family: var(--body-font-arena);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-right: 12px;
  @media (width >=1366px) {
    padding-bottom: 17px;
    padding-right: 40px;
  }
}
.cmp-ebook-journey__steps__container .steps:last-child {
  padding-right: 12px;
  @media(width >=1366px) {
    padding-right: 26px;
  }
}
.cmp-ebook-journey__steps__container .steps i {
  font-style: normal;
  display: inline-block;
  margin-inline: 3px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
}

.cmp-ebook-journey__steps__container .steps.cmp-ebook-journey__steps--active {
  color: var(--Primary-Variations-Primary, #171c8f);
  font-weight: 600;
  border-bottom: 2px solid;
  padding-bottom: 13px;
  @media (width >=1366px) {
    font-weight: 700;
    padding-bottom: 16px;
  }
}

.cmp-ebook-journey__steps__container .steps.cmp-ebook-journey__steps--active i {
  font-weight: 700;
}

.cmp-ebook-journey__steps__container .steps > i > i::after {
  content: '.';
}

.cmp-select-vehicle__panel.cmp-select-vehicle__panel--left .cmp-select-vehicle__panel-container {
  @media (width >= 1366px) {
    padding: 0 24px 24px 0;
  }
}

.cmp-select-vehicle__panel.cmp-select-vehicle__panel--left .cmp-select-vehicle__panel-container h2 {
  color: var(--neutrals-sub-texts-paragraphs, #000);
  font-family: var(--body-font-arena);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  background-color: #fff;
  margin-bottom: 28px;
  @media (width >=1024px) {
    color: var(--Neutrals-Headings, #1d1d1d);
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 16px;
    margin-bottom: 0px;
    width: calc(100% + 24px);
    margin-left: 0px;
    min-height: 83px;
  }
}

.arena .cmp-select-vehicle__container .cmp-select-vehicle__panel--left .cmp-select-vehicle__color-swatches-list {
  display: flex;
  max-width: 432px;
  align-items: center;
}

.cmp-select-vehicle__container .cmp-select-vehicle__panel--left .cmp-select-vehicle__color-swatches-container {
  margin-top: 13px;
  overflow: hidden;
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 48px;
  @media (width >=1366px) {
    margin-top: 24px;
    margin-bottom: 0;
  }
}

.arena
  .cmp-select-vehicle__container
  .cmp-select-vehicle__panel--left
  .cmp-select-vehicle__color-swatches-container
  .cmp-select-vehicle__color-box:not(:last-of-type) {
  margin: 0 16px 0 0px;
  border: 1px solid var(--neutrals-bars-unselected, #ccc);
  background: var(--Neutrals-Tags, rgba(196, 196, 196, 0.2));
}

.arena .cmp-select-vehicle__container .cmp-select-vehicle__panel--left .cmp-select-vehicle__color-swatches-container .cmp-select-vehicle__color-box {
  min-width: 32px;
  height: 32px;
  display: inline-block;
}
.cmp-select-vehicle__color-box {
  position: relative;
}

.cmp-select-vehicle__color-box.cmp-select-vehicle__color-box--selected p {
  display: block;
}
.cmp-select-vehicle__color-swatches p {
  color: var(--secondary-main);
  font-family: var(--body-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  transform: translate(-30%, 0);
  display: none;
  margin-top: 8px;
  @media (width >=1024px) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.cmp-select-vehicle__color-swatches > span {
  color: var(--neutrals-sub-texts-paragraphs, #000);
  font-feature-settings:
    'liga' off,
    'clig' off;
  font-family: var(--body-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  &.selected-color-name {
    font-weight: 300;
  }
}

.cmp-select-vehicle__panel-container h3 {
  color: var(--neutrals-sub-texts-paragraphs, #000);
  font-family: var(--body-font-arena);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  @media (width >=1366px) {
    color: var(--Neutrals-Headings, #1d1d1d);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
  }
}

.cmp-select-vehicle__panel-container .cmp-select-vehicle__specs {
  @media (width >=1366px) {
    margin-bottom: 16px;
  }
}
.cmp-select-vehicle__panel-container .cmp-select-vehicle__specs h3 {
  @media (width >=1366px) {
    border-bottom: 1px solid;
    padding-bottom: 16px;
    font-size: 60px;
    text-transform: uppercase;
    width: 50%;
    line-height: normal;
    margin-bottom: 16px;
  }
}
.cmp-select-vehicle__specs > h3 > span {
  @media (width >=1366px) {
    display: block;
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-family: var(--body-font-arena);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 24px;
  }
}
.cmp-select-vehicle__vehicle-card {
  background: var(--Gradients-Accent-Section-Bg-1, linear-gradient(228deg, rgba(23, 29, 155, 0.1) 31.52%, rgba(255, 98, 0, 0.1) 111.9%));
  padding: 16px;
  position: relative;
  margin-top: 66px;
  margin-bottom: 24px;
  @media (width >=1024px) {
    margin-top: 44px;
    padding: 40px;
  }
}

.cmp-select-vehicle__specs span {
  color: var(--neutrals-sub-texts-paragraphs, #000);
  font-family: var(--body-font-arena);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.cmp-select-vehicle__feature-links {
  position: absolute;
  top: -50px;
  color: var(--Primary-Variations-Primary, #171c8f);
  font-family: var(--body-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  right: 0;
  @media (width >=1024px) {
    font-size: 0.75rem;
  }
}

.cmp-select-vehicle__feature-links a {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 16px;
  color: var(--Primary-Variations-Primary, #171c8f);
  font-family: var(--body-font-arena);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.cmp-select-vehicle__feature-links a:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.view360__content img {
  width: 100%;
  display: block;
}

.cmp-ebook-journey__booking-amount {
}

.cmp-ebook-journey__booking-amount h3 {
  color: #1d1d1d;
  font-family: var(--body-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  margin: 0 0 4px;
  @media (width >= 1366px) {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 8px;
  }
}

.cmp-ebook-journey__booking-amount h2 {
  color: var(--Neutrals-Headings, #1d1d1d);
  font-feature-settings:
    'liga' off,
    'clig' off;
  font-family: var(--body-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0;
  @media (width >= 1366px) {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
  }
}

.cmp-ebook-journey__booking-amount {
  display: none;
  @media (width >= 1366px) {
    background: #e0ecff;
    padding: 24px;
    justify-content: space-between;
  }
}

.cmp-ebook-journey__booking-amount.show {
  display: block;
  @media (width >=1366px) {
    display: flex;
  }
}

.cmp-ebook-journey__booking-amount .details .description {
  margin: 0;

  a {
    color: var(--primary-black);
    font-weight: var(--fw-500);
  }
}

.cmp-ebook-journey__booking-amount .details {
  background: #e0ecff;
  padding: 16px;
  @media (width >= 1366px) {
    background: none;
    padding: initial;
    display: inline-flex;
    width: 75%;
  }
}
.cmp-ebook-journey__booking-amount .details > div {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 16px;
  @media (width >=1366px) {
    width: 163px;
    margin-right: 24px;
    margin-bottom: 0;
    padding: 0 24px 0 0;
  }
}
.cmp-ebook-journey__booking-amount .details > div:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 46%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;

  @media (width >=1366px) {
    width: 1px;
    height: 52px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 46%, rgba(0, 0, 0, 0) 100%);
    left: initial;
    right: 0;
  }
}

.cmp-ebook-journey__booking-amount .description span {
  color: var(--neutrals-sub-texts-paragraphs, #000);
  font-family: var(--body-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1rem;
  @media (width >=1024px) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.cmp-ebook-journey__booking-amount .description span strong a {
  color: var(--neutrals-sub-texts-paragraphs, #000);
  font-weight: 700;
}
.cmp-ebook-journey__continue {
  padding: 8px 16px;
  color: var(--Primary-Variations-Secondary, #f5f5f5);
  font-family: var(--body-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  background: var(--primary-blue-700);
  min-width: 94px;
  border: 1px solid var(--primary-blue-700);
  cursor: pointer;
  display: inline-flex;
  align-items: center;

  @media (width >=1024px) {
    padding: 12px 24px;
    height: 42px;
  }
  &:hover {
    background: #01044b;
  }
}

.cmp-ebook-journey__previous {
  padding: 8px 16px;
  color: var(--primary-blue-700);
  font-family: var(--body-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  background: transparent;
  border: 1px solid var(--primary-blue-700);
  min-width: 94px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  @media (width >=1024px) {
    padding: 12px 24px;
    height: 42px;
  }

  &:hover {
    background: var(--primary-blue-700);
    color: var(--tertiary-white);
  }
}

.cmp-ebook-journey__cta-buttons {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-end;
  width: 100%;
  margin-top: 24px;

  @media (width >=1366px) {
    width: 25%;
    margin: 0;
  }
}

.cmp-select-vehicle .cmp-select-vehicle__two-column-cards .cmp-select-vehicle__card {
  padding: 0px;
  margin-bottom: 16px;
  width: 100%;
  @media (width >=1024px) {
    width: 240px;
    height: 120px;
    margin-bottom: 23px;
  }
}

.cmp-select-vehicle__card h3 {
  color: #1d1d1d;
  font-family: var(--body-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  @media (width >=1024px) {
    font-size: 24px;
  }
}

.cmp-select-vehicle__specs {
  h3 {
    border-bottom: 1px solid var(--tertiary-black);
    margin-bottom: 16px;
    padding-bottom: 8px;
    @media (width >=1024px) {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    img {
      width: 150px;
      height: auto;
      display: block;
      object-fit: fill;
      @media (width >=1024px) {
        width: 300px;
        object-position: 0;
      }
    }
  }
}
.cmp-select-vehicle__card img {
  width: 100%;
}

.cmp-select-vehicle__card p,
.cmp-select-vehicle__card ul {
  color: #000;
  font-family: var(--body-font-arena);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
}

.cmp-select-vehicle__card ul {
  list-style-type: disc;
  padding-left: 24px;
}
.cmp-select-vehicle__tag span {
  background: #e0ecff;
  color: #000;
  font-feature-settings:
    'liga' off,
    'clig' off;
  font-family: var(--body-font-arena);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 4px 8px;
  margin: 0 4px 0 0;
  display: inline-block;
}

.cmp-select-vehicle__two-column-cards,
.cmp-select-vehicle__two-column-container {
  @media (width >=1024px) {
    display: inline-flex;
    gap: 16px;
    width: 100%;
  }
}

.cmp-select-vehicle__specs > span:first-of-type:after {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 6px);
  right: -9px;
  top: 3px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 46%, rgba(0, 0, 0, 0) 100%);
  @media (width >= 1366px) {
    right: -16px;
  }
}

.cmp-select-vehicle__specs > span:first-of-type {
  margin-right: 19px;
  @media (width >= 1366px) {
    margin-right: 32px;
  }
}

.cmp-select-vehicle__specs > span {
  font-weight: 400;
  font-size: 0.75rem;
  @media (width >=1366px) {
    font-size: 12px;
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-family: var(--body-font-arena);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    text-transform: capitalize;
  }
}

.cmp-select-vehicle__price h3 {
  margin-top: 19px;
  @media (width >= 1366px) {
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-family: var(--body-font-arena);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: initial;
  }
}

.cmp-select-vehicle__price p {
  color: var(--neutrals-sub-texts-paragraphs, #000);
  font-family: var(--body-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1rem; /* 14px */
  text-transform: capitalize;
  margin: 0;
  @media (width >=1366px) {
    margin-bottom: 8px;
  }
  @media (width >=1024px) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.features-modal {
  max-height: 80vh;
  overflow: auto;
  background-color: var(--tertiary-light-grey);
  padding: 40px 24px 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  min-height: 300px;
}

.features-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  z-index: 1000;
}

.features-modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  background-image: url(../../../icons/close__icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}

.features-modal h3 {
  color: var(--Neutrals-Headings, #1d1d1d);
  font-family: var(--body-font-arena);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  @media (width >=1366px) {
    font-size: 32px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
  }
}

.feature-modal__vehicle-details {
  display: none;
}

.features-modal__accordion {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 24px;
}

.features-modal__accordion-content {
  display: none;
  padding: 28px 16px 16px;
  font-weight: 400;
  color: #333333;
  background-color: transparent;
  font-size: 12px;
  line-height: 14px;
  @media (width < 1366px) {
    padding: 23px 0 12px;
  }
}

.features-modal__accordion-content--open .features-modal__accordion-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 0;
  @media(width >= 1366px) {
    width: initial;
  }
}

.features-modal__accordion-content--open .features-modal__accordion-content > p {
  width: calc(50% - 10px);
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 24px;
  border-bottom: 1px solid var(--Gradients-Gradient-1, #c9d3d7);
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 12px;
  @media (width >= 1366px) {
    width: calc(33% - 24px);
    margin-left: 24px;
    padding-bottom: 24px;

  }
}

.features-modal__accordion-content--open .features-modal__accordion-content > p:nth-of-type(3n + 1) {
  margin-left: 0;
}

.features-modal__accordion-content--open .features-modal__accordion-content > p > span:first-of-type {
  color: var(--secondary-main);
  font-family: var(--body-font-family);
  font-style: italic;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  font-size: 0.75rem;
  line-height: 1rem;
  @media (width >=1024px) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.features-modal__accordion-content--open .features-modal__accordion-content > p > span:not(:first-of-type) {
  color: var(--primary-main);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 1.125rem;
  @media (width >=1024px) {
    font-size: 0.75rem;
  }
}

#view360-canvas {
  width: 100%;
}

.view360-icon {
  position: absolute;
  top: 34px;
  right: 16px;
  @media (width >= 1366px) {
    position: relative;
    top: initial;
    right: initial;
  }

  span {
    display: block;
    color: var(--tertiary-black);
    font-feature-settings:
      'liga' off,
      'clig' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    @media (width >= 1366px) {
      display: inline;
    }
  }
}

.cmp-select-vehicle__feature-links a {
  &:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    @media (width >= 1366px) {
      width: 16px;
      height: 16px;
      margin-left: 8px;
    }
  }
}
.cmp-select-vehicle__feature-links a.feature-link:after {
  background: url(/icons/blue-arrow-top-right.svg) no-repeat center / cover;
}

.cmp-select-vehicle__feature-links a.brochure-link:after {
  background: url(/icons/download-blue.svg) no-repeat center / cover;
}

.view360-icon:before {
  content: '';
  width: 20px;
  height: 20px;
  display: none;
  background-image: url(/icons/switch-360-circle.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
  @media (width >= 1366px) {
    display: inline-block;
  }
}

.cmp-select-vehicle__color-box.cmp-select-vehicle__color-box--selected:before {
  content: '';
  width: 24px;
  height: 24px;
  margin: auto;
  position: relative;
  top: 5px;
  display: flex;
  background-image: url(/icons/check.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cmp-select-vehicle__color-box.cmp-select-vehicle__color-box--selected[title*='White']:before {
  background: url(/icons/check-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 3px;
}

.cmp-select-vehicle__panel.cmp-select-vehicle__panel--right {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.cmp-select-vehicle .cmp-select-vehicle__panel-container,
.cmp-select-vehicle .cmp-select-vehicle__panel-container .cmp-select-vehicle__two-column-cards .cmp-select-vehicle__card img {
  width: 100%;
  height: auto;
  min-height: auto;
}

button.next-btn.button.button-primary-blue.cta__new.cta__new-primary[disabled] {
  float: right;
}

.features-modal__overlay .custom-dropdown {
  display: inline-block;
  vertical-align: middle;
}

.features-modal__overlay .custom-dropdown-label {
  color: var(--neutrals-sub-texts-paragraphs, #000);
  text-align: center;
  font-family: var(--body-font-arena);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0;
  border: none;
  height: auto;
  min-height: 28px;
  padding: 0;
  text-align: left;
  @media (width >=1366px) {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }
}

.features-modal__overlay .custom-dropdown-label span {
  display: inline-block;
  white-space: nowrap;
  pointer-events: none;
  margin-right: 12px;
}

.features-modal__accordion-header > h4 {
  color: #231f20;
  font-family: var(--body-font-arena);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin: 0;
  height: 64px;
  position: relative;
}

.features-modal__accordion-header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(178, 178, 178, 0) 0%, #b2b2b2 50.5%, rgba(178, 178, 178, 0) 100%);
}

.features-modal__close {
  position: absolute;
  top: 32px;
  right: 18px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  background-image: url(/icons/close__icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;

  @media (width >=1024px) {
    right: 32px;
    width: 32px;
    height: 32px;
  }
}

.features-modal__accordion-item.features-modal__accordion-content--open .features-modal__accordion-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/icons/minus-black.svg);
}

.features-modal__accordion-item .features-modal__accordion-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/icons/add.svg);
}

.features-modal__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  @media (width >= 1366px) {
    padding-right: 40px;
  }
}

.cmp-select-vehicle__row-cards {
  border: 1px solid var(--dark-color);
  padding: 20px;
  border-bottom: none;
}

.cmp-select-vehicle .cmp-select-vehicle__two-column-container {
  border: 1px solid var(--dark-color);
  padding: 20px;
  border-top: none;
  margin-bottom: 40px;
  margin-top: 0;
}

.cmp-select-vehicle__color-swatches .cmp-select-vehicle__color-swatches-list button {
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  margin-bottom: 30px;
  margin-top: 0;
  background-position: center;
  background: url('./../../../icons/chevron-left.svg');
  @media (width >1024px) {
    margin-top: 24px;
    margin-bottom: 0;
  }
  &.right {
    transform: rotate(180deg);
    margin-bottom: 42px;
    margin-top: 0;
    @media (width >1024px) {
      margin-bottom: -24px;
      margin-top: -8px;
    }
  }

  &.disable {
    opacity: 0.4;
    pointer-events: none;
  }
}

.cmp-ebook-journey__steps__header h1 {
  color: var(--Neutrals-Headings, #1d1d1d);
  font-feature-settings:
    'liga' off,
    'clig' off;
  font-family: var(--body-font-family);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
  margin: 40px 0 64px;
  @media (width >=1024px) {
    line-height: 2.5rem;
  }
}

.select-vehicle__panel-inner {
  @media (width >= 1024px) {
    padding: 24px 24px 23px;
    background: var(--secondary-gray-20);
  }
}


.cmp-select-vehicle .pre-title {
  font-family: var(--body-font-arena);
  font-weight: 500;
  font-size: 16px;
  line-height: 28.02px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0 0 7px;
}