.cp-space-vehicles-v2 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #000;
  min-height: -webkit-calc(100vh - 52px);
  min-height: calc(100vh - 52px);
}

.cp-space-vehicles-v2 * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-space-vehicles-v2 *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.cp-space-vehicles-v2 article, .cp-space-vehicles-v2 aside, .cp-space-vehicles-v2 details, .cp-space-vehicles-v2 figcaption, .cp-space-vehicles-v2 figure, .cp-space-vehicles-v2 footer, .cp-space-vehicles-v2 header, .cp-space-vehicles-v2 hgroup, .cp-space-vehicles-v2 menu, .cp-space-vehicles-v2 nav, .cp-space-vehicles-v2 section {
  display: block;
}

.cp-space-vehicles-v2 ol, .cp-space-vehicles-v2 ul, .cp-space-vehicles-v2 dl, .cp-space-vehicles-v2 li {
  list-style: none;
}

.cp-space-vehicles-v2 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cp-space-vehicles-v2 a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cp-space-vehicles-v2 .is-pc {
  display: none;
}

@media (min-width: 1023px) {
  .cp-space-vehicles-v2 .is-pc {
    display: unset;
  }
  .cp-space-vehicles-v2 .is-mo {
    display: none;
  }
}

.cp-space-vehicles-v2 sup {
  position: relative;
  top: -0.4em;
  vertical-align: middle;
  color: inherit;
  font-size: 0.75em;
}

.cp-space-vehicles-v2 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  height: unset;
}

.cp-space-vehicles-v2__inner {
  padding: 100px 20px 80px;
  padding: 10rem 2rem 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
  gap: 10rem;
  overflow: hidden;
}

.cp-space-vehicles-v2__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cp-space-vehicles-v2__eyebrow {
  font-family: "genesis-Head-office", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.cp-space-vehicles-v2__title {
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.cp-space-vehicles-v2__description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.cp-space-vehicles-v2__cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 42px;
  gap: 4.2rem;
}

.cp-space-vehicles-v2__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  gap: 4rem;
}

.cp-space-vehicles-v2__tab-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 16px;
  gap: 1.6rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

.cp-space-vehicles-v2__tab-buttons button {
  padding-bottom: 10px;
  padding-bottom: 1rem;
  color: #8A8A8A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.cp-space-vehicles-v2__tab-buttons button.active {
  color: #000;
}

.cp-space-vehicles-v2__tab-contents {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-right: -20px;
  margin-right: -2rem;
}

.cp-space-vehicles-v2__tab-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  gap: 2.4rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cp-space-vehicles-v2__tab-content.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  opacity: 1;
}

.cp-space-vehicles-v2__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cp-space-vehicles-v2__content-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 88.7%;
  -ms-flex: 0 0 88.7%;
  flex: 0 0 88.7%;
  width: 88.7%;
  max-width: 88.7%;
  min-height: 590px;
  min-height: 59rem;
  padding: 40px 20px;
  padding: 4rem 2rem;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
  border: 1px solid #E5E5E5;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  gap: 3rem;
  height: unset;
}

.cp-space-vehicles-v2__content-item.swiper-slide-active {
  border-color: #000;
}

.cp-space-vehicles-v2__content-controller {
  display: none;
}

.cp-space-vehicles-v2__content-indicator {
  color: #B0B0B0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.04em;
  padding-right: 20px;
  padding-right: 2rem;
}

.cp-space-vehicles-v2__content-indicator .active {
  color: #000;
}

.cp-space-vehicles-v2__item-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.03em;
  min-height: 68px;
  min-height: 6.8rem;
}

.cp-space-vehicles-v2__item-tab-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 28px;
  gap: 2.8rem;
  padding-bottom: 7px;
  padding-bottom: 0.7rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.146);
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cp-space-vehicles-v2__item-tab-buttons::-webkit-scrollbar {
  display: none;
}

.cp-space-vehicles-v2__item-tab-buttons:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: var(--tab-btn-left, 0px);
  width: var(--tab-btn-width, 25px);
  border-bottom: solid 1px #000;
  -webkit-transition: left 0.3s ease, width 0.3s ease;
  transition: left 0.3s ease, width 0.3s ease;
}

.cp-space-vehicles-v2__item-tab-buttons button {
  -webkit-box-flex: 1;
  -webkit-flex: auto 0 0;
  -ms-flex: auto 0 0;
  flex: auto 0 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 7px;
  padding-bottom: 0.7rem;
}

.cp-space-vehicles-v2__item-tab-buttons button.active {
  color: black;
}

.cp-space-vehicles-v2__item-tab-contents {
  width: 100%;
}

.cp-space-vehicles-v2__item-tab-content {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  will-change: visibility, opacity;
}

.cp-space-vehicles-v2__item-tab-content.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cp-space-vehicles-v2__options-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 8px;
  gap: 0.8rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.cp-space-vehicles-v2__options-btn button, .cp-space-vehicles-v2__options-btn button img {
  width: 24px;
  width: 2.4rem;
  height: 24px;
  height: 2.4rem;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -webkit-border-radius: 99.9rem;
  border-radius: 99.9rem;
}

.cp-space-vehicles-v2__options-btn button {
  position: relative;
}

.cp-space-vehicles-v2__options-btn button.active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(clientlibs/css/%23clip0_647_701)"><g filter="url(clientlibs/css/%23filter0_d_647_701)"><path d="M4 6.8399L7.3302 10.1699L12.5001 5" stroke="white" stroke-width="1.3"/></g></g><defs><filter id="filter0_d_647_701" x="-2.45996" y="-1.45947" width="21.4199" height="18.5483" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.8 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_647_701"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_647_701" result="shape"/></filter><clipPath id="clip0_647_701"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}

.cp-space-vehicles-v2__options-btn button.white.active:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(clientlibs/css/%23clip0_1552_1627)"><g filter="url(clientlibs/css/%23filter0_d_1552_1627)"><path d="M4 6.8399L7.3302 10.1699L12.5001 5" stroke="black" stroke-width="1.3"/></g></g><defs><filter id="filter0_d_1552_1627" x="-2.45996" y="-1.45947" width="21.4199" height="18.5483" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.8 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1552_1627"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1552_1627" result="shape"/></filter><clipPath id="clip0_1552_1627"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}

.cp-space-vehicles-v2__options-contents {
  width: 100%;
}

.cp-space-vehicles-v2__options-content {
  display: none;
}

.cp-space-vehicles-v2__options-content.active {
  display: block;
}

.cp-space-vehicles-v2__options-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  gap: 0.8rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.cp-space-vehicles-v2__options-text.fixed {
  min-height: 66.5px;
  min-height: 6.65rem;
}

.cp-space-vehicles-v2__options-text .text-title, .cp-space-vehicles-v2__options-text .text-info {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
}

.cp-space-vehicles-v2__options-text .text-info {
  color: #767676;
}

.cp-space-vehicles-v2__options-imgs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cp-space-vehicles-v2__options-imgs-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.cp-space-vehicles-v2__options-imgs-item img {
  width: 100%;
}

.cp-space-vehicles-v2__options-imgs-indicator {
  position: absolute;
  left: 50%;
  bottom: -20px;
  bottom: -2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  gap: 0.8rem;
}

.cp-space-vehicles-v2__options-imgs-indicator .swiper-pagination-bullet, .cp-space-vehicles-v2__options-imgs-indicator .swiper-pagination-bullet-active {
  width: 8px;
  width: 0.8rem;
  height: 8px;
  height: 0.8rem;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -webkit-border-radius: 99.9rem;
  border-radius: 99.9rem;
}

.cp-space-vehicles-v2__options-imgs-indicator .swiper-pagination-bullet {
  background-color: #E6E6E6;
}

.cp-space-vehicles-v2__options-imgs-indicator .swiper-pagination-bullet-active {
  outline: solid 2px #000;
  background-color: transparent;
}

.cp-space-vehicles-v2__disclaimer {
  color: #767676;
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media (min-width: 767px) {
  .cp-space-vehicles-v2__content-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    width: 44%;
    max-width: 44%;
  }
  .cp-space-vehicles-v2__content-item.swiper-slide-active {
    border-color: #E5E5E5;
  }
  .cp-space-vehicles-v2__content-item.active {
    border-color: #000;
  }
}

@media (min-width: 1023px) {
  .cp-space-vehicles-v2 {
    min-height: -webkit-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
  }
  .cp-space-vehicles-v2 .swiper-container {
    overflow: unset;
  }
  .cp-space-vehicles-v2__inner {
    padding: 100px 76px;
    padding: 10rem 7.6rem;
    gap: 119px;
    gap: 11.9rem;
  }
  .cp-space-vehicles-v2__eyebrow {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
  .cp-space-vehicles-v2__disclaimer {
    min-height: 30px;
    min-height: 3rem;
    width: 800px;
    width: 80rem;
  }
  .cp-space-vehicles-v2__cover {
    gap: 36px;
    gap: 3.6rem;
    overflow: hidden;
  }
  .cp-space-vehicles-v2__contents {
    gap: 80px;
    gap: 8rem;
  }
  .cp-space-vehicles-v2__tab-buttons {
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
    gap: 24px;
    gap: 2.4rem;
  }
  .cp-space-vehicles-v2__tab-buttons button {
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
  }
  .cp-space-vehicles-v2__tab-contents {
    padding-bottom: 60px;
    padding-bottom: 6rem;
    width: 100%;
    margin-right: 0;
  }
  .cp-space-vehicles-v2__tab-content {
    padding-right: 1px;
  }
  .cp-space-vehicles-v2__content {
    position: relative;
  }
  .cp-space-vehicles-v2__content-item {
    min-height: unset;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 40px 30px;
    padding: 4rem 3rem;
    gap: 30px;
    gap: 3rem;
  }
  .cp-space-vehicles-v2__content-item.swiper-slide-active {
    border-color: #E5E5E5;
  }
  .cp-space-vehicles-v2__content-item.active {
    border-color: #000;
  }
  .cp-space-vehicles-v2__content-controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    gap: 12px;
    gap: 1.2rem;
    position: absolute;
    right: 0;
    top: -150px;
    top: -15rem;
  }
  .cp-space-vehicles-v2__content-controller button {
    width: 42px;
    width: 4.2rem;
    height: 42px;
    height: 4.2rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cp-space-vehicles-v2__content-controller button:first-child {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42" fill="none"><path d="M40.6779 21.201L1.07992 21.201M1.07992 21.201L11.95 32.071M1.07992 21.201L12.1052 10.1757" stroke="%23000000" stroke-width="1.5"/></svg>');
  }
  .cp-space-vehicles-v2__content-controller button:last-child {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42" fill="none"><path d="M1.3221 20.799H40.9201M40.9201 20.799L30.05 9.92896M40.9201 20.799L29.8948 31.8243" stroke="black" stroke-width="1.5"/></svg>');
  }
  .cp-space-vehicles-v2__content-controller button.swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
  }
  .cp-space-vehicles-v2__content-indicator {
    padding-right: 0;
    position: absolute;
    bottom: -126px;
    bottom: -12.6rem;
    right: 0;
  }
  .cp-space-vehicles-v2__item-title {
    min-height: 67.5px;
    min-height: 6.75rem;
  }
  .cp-space-vehicles-v2__item-tab-buttons {
    margin-top: 10px;
    margin-top: 1rem;
  }
  .cp-space-vehicles-v2__item-tab-content {
    gap: 0;
  }
  .cp-space-vehicles-v2__options-btn {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  .cp-space-vehicles-v2__options-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    gap: 20px;
    gap: 2rem;
  }
  .cp-space-vehicles-v2__options-text.fixed {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  .cp-space-vehicles-v2__options-text .text-title {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90px;
    width: 9rem;
  }
  .cp-space-vehicles-v2__options-text .text-info {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  .cp-space-vehicles-v2__options-imgs.swiper-container {
    overflow: hidden;
  }
}

@media (min-width: 1199px) {
  .cp-space-vehicles-v2__title {
    letter-spacing: -0.01em;
  }
  .cp-space-vehicles-v2__disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 156%;
    letter-spacing: -0.01em;
    min-height: 42px;
    min-height: 4.2rem;
  }
  .cp-space-vehicles-v2__tab-buttons button {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-space-vehicles-v2__content-indicator {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 100%;
    letter-spacing: -0.06em;
    bottom: -138px;
    bottom: -13.8rem;
  }
  .cp-space-vehicles-v2__item-title {
    min-height: 77px;
    min-height: 7.7rem;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .cp-space-vehicles-v2__options-text .text-title, .cp-space-vehicles-v2__options-text .text-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-space-vehicles-v2__options-text.fixed {
    min-height: 42px;
    min-height: 4.2rem;
  }
}

@media (min-width: 1359px) {
  .cp-space-vehicles-v2__inner {
    padding: 100px 100px;
    padding: 10rem 10rem;
  }
  .cp-space-vehicles-v2__item-title {
    min-height: 96px;
    min-height: 9.6rem;
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (min-width: 1599px) {
  .cp-space-vehicles-v2__inner {
    padding: 100px 120px;
    padding: 10rem 12rem;
  }
  .cp-space-vehicles-v2__disclaimer {
    width: 1200px;
    width: 120rem;
  }
  .cp-space-vehicles-v2__content-item {
    padding: 60px 40px;
    padding: 6rem 4rem;
  }
  .cp-space-vehicles-v2__options-imgs-indicator {
    gap: 16px;
    gap: 1.6rem;
    bottom: -30px;
    bottom: -3rem;
  }
}

@media (min-width: 1750px) {
  .cp-space-vehicles-v2__item-title {
    min-height: unset;
  }
}

@media (min-width: 1919px) {
  .cp-space-vehicles-v2__inner {
    max-width: 1920px;
    max-width: 192rem;
    margin: 0 auto;
    padding: 100px 140px;
    padding: 10rem 14rem;
  }
  .cp-space-vehicles-v2__eyebrow {
    font-size: 16px;
  }
  .cp-space-vehicles-v2__description {
    font-size: 24px;
    line-height: 150%;
  }
  .cp-space-vehicles-v2__disclaimer {
    width: 1366px;
    width: 136.6rem;
  }
}

.type-dark .cp-space-vehicles-v2 {
  background-color: #111;
  color: #fff;
}

.type-dark .cp-space-vehicles-v2__tab-buttons {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.type-dark .cp-space-vehicles-v2__tab-buttons button.active {
  color: #fff;
}

.type-dark .cp-space-vehicles-v2__content-item {
  border-color: rgba(255, 255, 255, 0.2);
}

.type-dark .cp-space-vehicles-v2__content-item.swiper-slide-active {
  border-color: white;
}

.type-dark .cp-space-vehicles-v2__content-controller button:first-child {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42" fill="none"><path d="M40.6779 21.201L1.07992 21.201M1.07992 21.201L11.95 32.071M1.07992 21.201L12.1052 10.1757" stroke="white" stroke-width="1.5"/></svg>');
}

.type-dark .cp-space-vehicles-v2__content-controller button:last-child {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42" fill="none"><path d="M1.3221 20.799H40.9201M40.9201 20.799L30.05 9.92896M40.9201 20.799L29.8948 31.8243" stroke="white" stroke-width="1.5"/></svg>');
}

.type-dark .cp-space-vehicles-v2__content-indicator .active {
  color: #fff;
}

.type-dark .cp-space-vehicles-v2__item-tab-buttons {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.type-dark .cp-space-vehicles-v2__item-tab-buttons:after {
  border-bottom-color: #fff;
}

.type-dark .cp-space-vehicles-v2__item-tab-buttons button {
  color: rgba(255, 255, 255, 0.5);
}

.type-dark .cp-space-vehicles-v2__item-tab-buttons button.active {
  color: white;
}

.type-dark .cp-space-vehicles-v2__options-btn button.active:after {
  width: 24px;
  width: 2.4rem;
  height: 24px;
  height: 2.4rem;
  background-size: 16px 16px;
  background-size: 1.6rem 1.6rem;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -webkit-border-radius: 99.9rem;
  border-radius: 99.9rem;
  border: solid 1px #eee;
}

.type-dark .cp-space-vehicles-v2__options-imgs-indicator .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2);
}

.type-dark .cp-space-vehicles-v2__options-imgs-indicator .swiper-pagination-bullet-active {
  background-color: transparent;
  outline-color: #fff;
}

@media (min-width: 767px) {
  .type-dark .cp-space-vehicles-v2__content-item.swiper-slide-active {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .type-dark .cp-space-vehicles-v2__content-item.active {
    border-color: white;
  }
}

@media (min-width: 1023px) {
  .type-dark .cp-space-vehicles-v2__tab-contents {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}

.type-light .cp-space-vehicles-v2 {
  background-color: #fff;
  color: #000;
}

.type-light .cp-space-vehicles-v2__tab-buttons {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.type-light .cp-space-vehicles-v2__tab-buttons button.active {
  color: #000;
}

.type-light .cp-space-vehicles-v2__content-item {
  border-color: rgba(0, 0, 0, 0.2);
}

.type-light .cp-space-vehicles-v2__content-item.swiper-slide-active {
  border-color: black;
}

.type-light .cp-space-vehicles-v2__content-indicator .active {
  color: #000;
}

.type-light .cp-space-vehicles-v2__item-tab-buttons {
  border-bottom-color: rgba(0, 0, 0, 0.146);
}

.type-light .cp-space-vehicles-v2__item-tab-buttons:after {
  border-bottom-color: #000;
}

.type-light .cp-space-vehicles-v2__item-tab-buttons button {
  color: rgba(0, 0, 0, 0.5);
}

.type-light .cp-space-vehicles-v2__item-tab-buttons button.active {
  color: black;
}

.type-light .cp-space-vehicles-v2__options-imgs-indicator .swiper-pagination-bullet {
  background-color: #E6E6E6;
}

.type-light .cp-space-vehicles-v2__options-imgs-indicator .swiper-pagination-bullet-active {
  background-color: transparent;
  outline-color: #000;
}

@media (min-width: 767px) {
  .type-light .cp-space-vehicles-v2__content-item.swiper-slide-active {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .type-light .cp-space-vehicles-v2__content-item.active {
    border-color: black;
  }
}

@media (min-width: 1023px) {
  .type-light .cp-space-vehicles-v2__content-item {
    border: 1px solid #e5e5e5;
  }
  .type-light .cp-space-vehicles-v2__content-item.swiper-slide-active {
    border-color: #e5e5e5;
  }
  .type-light .cp-space-vehicles-v2__content-item.active {
    border-color: black;
  }
}
