@charset "UTF-8";
.cpo-detail-control-bar {
  background-color: #ffffff;
  padding: 1rem 1rem;
}

@media (min-width: 640px) {
  .cpo-detail-control-bar {
    padding: 1.5rem 2rem;
  }
}

.cpo-detail-control-bar-contain {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}

.cpo-detail-control-bar-side-container {
  display: flex;
  margin: 0 auto 2.5rem;
  justify-content: flex-end;
  max-width: 1440px;
}

.cpo-detail-control-bar-right > * {
  margin-left: 1.5rem;
}

@media (max-width: 639px) {
  .cpo-detail-control-bar-right > * {
    margin: 0 0.625rem;
  }
}

@media (max-width: 639px) {
  .cpo-detail-control-bar-right {
    justify-content: center;
  }
}

.cpo-detail-control-bar-dropdown-close,
.cpo-detail-control-bar-btn {
  align-items: center;
  color: #002c5e;
  display: flex;
  line-height: 1.25rem;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.cpo-detail-control-bar-dropdown-close .icon,
.cpo-detail-control-bar-btn .icon {
  color: #002c5e;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.cpo-detail-control-bar-dropdown-close:hover, .cpo-detail-control-bar-dropdown-close:focus,
.cpo-detail-control-bar-dropdown-close:hover .icon,
.cpo-detail-control-bar-dropdown-close:focus .icon,
.cpo-detail-control-bar-btn:hover,
.cpo-detail-control-bar-btn:focus,
.cpo-detail-control-bar-btn:hover .icon,
.cpo-detail-control-bar-btn:focus .icon {
  color: #00aad2;
}

.cpo-detail-control-bar-dropdown-close {
  width: 100%;
}

.cpo-detail-control-bar-dropdown-close .icon {
  height: 0.75rem;
  margin-left: 0.3125rem;
  margin-right: 0;
  width: 0.75rem;
}

@media (max-width: 639px) {
  .cpo-detail-control-bar-btn-print {
    display: none;
  }
}

.cpo-detail-control-bar-btn-print .icon {
  height: 1.0625rem;
  width: 0.75rem;
}

.cpo-detail-control-bar-saved-icon .icon,
.cpo-detail-control-bar-save-icon .icon {
  height: 1.0625rem;
  width: 1.0625rem;
}

.cpo-detail-control-bar-save-icon {
  display: flex;
}

.cpo-detail-control-bar-save-icon.saved {
  color: #00aad2;
}

.cpo-detail-control-bar-dropdown {
  display: flex;
}

.cpo-detail-control-bar-dropdown.dropdown-open .dropdown-button .icon {
  color: #00aad2;
  fill: currentColor;
  transform: none;
}

.cpo-detail-control-bar-dropdown.dropdown-open .dropdown-button {
  color: #00aad2;
}

.cpo-detail-control-bar-dropdown .dropdown-button {
  height: auto;
  padding: 0;
}

.cpo-detail-control-bar-dropdown .dropdown-button .icon {
  height: 1rem;
  width: 1rem;
}

.cpo-detail-control-bar-dropdown .dropdown-panel {
  background-color: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(186, 186, 186, 0.25);
  padding: 1.25rem 0 0.9375rem;
  left: -0.75rem;
  right: -0.75rem;
}

.cpo-detail-control-bar-dropdown .dropdown-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cpo-detail-control-bar-dropdown .dropdown-item {
  min-height: auto;
  padding: 0.2rem 0;
  margin-bottom: 0.5rem;
  display: block;
}

.cpo-detail-control-bar-dropdown .dropdown-item:before {
  background-color: transparent;
  height: 0;
}

.cpo-detail-control-bar-dropdown .dropdown-item:hover {
  background-color: white;
}

.cpo-detail-control-bar-dropdown .dropdown-item a {
  color: #bababa;
  margin: 0;
  width: 100%;
}

.cpo-detail-control-bar-dropdown .dropdown-item a:hover, .cpo-detail-control-bar-dropdown .dropdown-item a:focus {
  color: #00aad2;
}

.cpo-detail-control-bar-dropdown .dropdown-item svg {
  fill: currentColor;
  margin: 0 auto;
  width: 1.25rem;
}

@media (min-width: 640px) {
  .cpo-detail-control-bar-modal-container .modal-box {
    max-width: 28.75rem;
  }
}

.cpo-detail-control-bar-modal-container .modal-content {
  padding: 3.125rem 2rem 2.3125rem 2.5rem;
}

@media (min-width: 640px) {
  .cpo-detail-control-bar-modal-container .modal-content {
    padding: 2.875rem 2.5rem 2.5rem;
  }
}

.cpo-detail-control-bar-modal-header {
  align-items: center;
  display: flex;
  padding-bottom: 1.5625rem;
}

@media (min-width: 640px) {
  .cpo-detail-control-bar-modal-header {
    border-bottom: 1px solid #e6e6e6;
  }
}

.cpo-detail-control-bar-modal-header-text {
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
}

.cpo-detail-control-bar-modal-header-check {
  flex-shrink: 0;
  height: 1.6875rem;
  margin-right: 0.75rem;
  position: relative;
  width: 2rem;
}

.cpo-detail-control-bar-modal-header-check:before {
  content: '';
  border: solid #00aad2;
  border-width: 0 5px 5px 0;
  display: inline-block;
  height: 1.875rem;
  left: 0.5rem;
  position: absolute;
  top: -0.5rem;
  transform: rotate(40deg);
  width: 0.9375rem;
}

.cpo-detail-control-bar-modal-text {
  color: #888888;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .cpo-detail-control-bar-modal-text {
    padding-top: 1rem;
  }
}

.cpo-detail-control-bar-modal-form {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .cpo-detail-control-bar-modal-form {
    max-width: 15.75rem;
  }
}

.cpo-detail-control-bar-modal-label span {
  color: #888888;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  padding-bottom: 0.25rem;
}

.cpo-detail-control-bar-modal-input {
  border: 1px solid #e6e6e6;
  color: #bababa;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.625rem 1.0625rem;
  width: 100%;
}

.cpo-detail-control-bar-modal-submit {
  margin-top: 1.6875rem;
}

@media (min-width: 640px) {
  .cpo-detail-control-bar-modal-submit {
    margin-top: 2rem;
  }
}

.cpodh-container {
  padding-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .cpodh-container {
    padding-bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .cpodh-container.detail-nav #vehicleSlider-navigation {
    max-width: none;
  }
  .cpodh-container.detail-nav #vehicleSlider-navigation .slick-list.draggable {
    width: auto;
  }
}
.carousel-wrapper {
  padding: 40px;
}

.img-wrapper img {
  margin: auto;
  width: 200px;
  height: 100px;
  background-image: linear-gradient(gray 100%, transparent 0);
}

.cpodh-views {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.cpodh-disclaimer {
  color: #888888;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-align: center;
  padding: 2rem 0 0;
}

.cpodh-view {
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #666666;
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.cpodh-view-active {
  color: #333333;
  border-color: #00aad2;
}

.cpodh-media-contain {
  position: relative;
}

.cpodh-media {
  display: none;
}

.cpodh-media-active {
  display: block;
}

.cpodh-media-images {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.cpodh-media-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateX(-110%);
  opacity: 0;
  z-index: 1;
}

.cpodh-media-image-active {
  opacity: 1;
  transform: translateX(0);
  transform: scale(1.2);
}

#vehicleSlider-gallery {
  padding-bottom: 20px;
}

#vehicleSlider-gallery img {
  margin: 0 auto;
  max-height: 480px;
}

#vehicleSlider-gallery svg.icon-chevron-right {
  width: 29px;
  height: 29px;
}

#vehicleSlider-gallery svg.icon-chevron-left {
  width: 29px;
  height: 29px;
}

#vehicleSlider-navigation {
  max-width: 18.25rem;
  margin: 0 auto;
  width: 20.0625rem;
}

@media (min-width: 640px) {
  #vehicleSlider-navigation {
    max-width: 33.75rem;
    width: 100%;
  }
}

#vehicleSlider-navigation li {
  padding: 0 4px;
}

@media (min-width: 640px) {
  #vehicleSlider-navigation li {
    padding: 0 5px;
  }
}

#vehicleSlider-navigation li img {
  width: 76px;
  max-height: 50px;
}

#vehicleSlider-navigation .prev-arrow.slick-arrow {
  left: -4px;
  color: #002c5e;
}

@media (min-width: 640px) {
  #vehicleSlider-navigation .prev-arrow.slick-arrow {
    left: 0;
  }
}

#vehicleSlider-navigation .next-arrow.slick-arrow {
  right: -4px;
  color: #002c5e;
}

@media (min-width: 640px) {
  #vehicleSlider-navigation .next-arrow.slick-arrow {
    right: 0;
  }
}

#vehicleSlider-navigation .slick-list.draggable {
  width: 87%;
  margin: 0 auto;
}

@media (min-width: 640px) {
  #vehicleSlider-navigation .slick-list.draggable {
    width: 80%;
  }
}

#vehicleSlider-navigation .slick-arrow {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  height: 1em;
  width: 1em;
}

#vehicleSlider-navigation .slick-arrow.slick-disabled {
  display: none !important;
}

#vehicleSlider-navigation svg.icon-chevron-right {
  width: 29px;
  height: 29px;
}

#vehicleSlider-navigation svg.icon-chevron-left {
  width: 29px;
  height: 29px;
}

.cpovd-vehicle-no-results-bar {
  padding-bottom: 1rem;
}

.cpovd-vehicle-no-results {
  padding: 1rem;
  background-color: #f3f3f3;
  color: #333333;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .cpovd-vehicle-no-results {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.cpovd-no-results-text {
  font-weight: 700;
}

.cpo-detail .cpovd-main-container {
  border-top: 1px solid #bababa;
}

.cpo-detail .cpovd-offers-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #bababa;
}

@media (min-width: 1440px) {
  .cpo-detail .cpovd-offers-container {
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 1023px) {
  .cpo-detail .color-container {
    padding-top: 3.125rem;
  }
}

.cpo-detail .color-box {
  display: inline-block;
  width: 49%;
}

@media (max-width: 1023px) {
  .cpo-detail .color-box {
    width: 100%;
  }
}

.cpo-detail .cpovd-offers-card {
  padding-bottom: 2rem;
  flex-grow: 1;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-offers-card {
    padding-right: 0.625rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1024px) {
  .cpo-detail .cpovd-offers-card {
    padding-right: 0.375rem;
  }
}

@media (min-width: 1440px) {
  .cpo-detail .cpovd-offers-card {
    padding-right: 3.125rem;
  }
}

.cpo-detail .cpovd-offers-heading-txt {
  padding: 2rem 0 1.5rem;
}

@media (min-width: 1440px) {
  .cpo-detail .cpovd-offers-heading-txt {
    padding: 2.5rem 0 2rem;
  }
}

.cpo-detail .cpovd-heading {
  color: #333333;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  flex-basis: 100%;
  max-width: 100%;
}

.cpo-detail .cpovd-offer-detail-txt {
  padding-left: 1.875rem;
}

.cpo-detail .cpovd-without-radio .cpovd-offer-detail-txt {
  padding-left: 0;
}

.cpo-detail .cpovd-option-heading {
  color: #888888;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  line-height: 1.375rem;
  padding: 30px;
}

.cpo-detail .cpovd-option-rate {
  color: #333333;
  padding: 0.125rem 0 0.375rem;
}

.cpo-detail .cpovd-option-rate b {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.cpo-detail .cpovd-option-rate span {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.cpo-detail .cpovd-option-txt {
  padding-bottom: 0.5rem;
  color: #666666;
  font-size: 1rem;
  line-height: 1.375rem;
}

.cpo-detail .cpovd-offer-end-txt {
  padding-bottom: 0.875rem;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.cpo-detail .cpovd-offers-detail-link {
  padding-bottom: 0;
}

.cpo-detail .cpovd-offers-detail-link .icon {
  margin-left: 0.125rem;
}

.cpo-detail .cpovd-link {
  color: #002c5e;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  cursor: pointer;
}

.cpo-detail .cpovd-link .icon {
  height: 0.625rem;
  width: 0.625rem;
  display: inline-block;
}

.cpo-detail .cpovd-estimators-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding: 1.5625rem 0;
  flex-direction: row;
}

.cpo-detail .cpovd-estimators-container a {
  text-decoration: none;
}

.cpo-detail .cpovd-last {
  padding-bottom: 0 !important;
}

.cpo-detail .cpovd-estimators-container button {
  justify-content: space-between;
}

.cpo-detail .cpovd-credit-estimator-link {
  padding-bottom: 1rem;
}

@media (min-width: 1440px) {
  .cpo-detail .cpovd-credit-estimator-link {
    padding-bottom: 0;
  }
}

.cpo-detail .cpovd-vehicle-overview-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-vehicle-overview-container {
    padding-bottom: 1rem;
  }
}

.cpo-detail .cpovd-offers-link {
  padding-bottom: 1rem;
  display: flex;
  text-align: center;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-offers-link {
    padding-bottom: 0;
  }
}

@media (max-width: 639px) {
  .cpo-detail .cpovd-apply-finance {
    width: 8.75rem;
  }
}

.cpo-detail .cpovd-vehicle-spec {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-vehicle-spec {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-feature-container-right {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 3.25rem;
  }
}

.cpo-detail .cpovd-vehicle-overview-heading {
  padding: 2rem 0 1.5rem;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-vehicle-overview-heading {
    padding: 2.5rem 0 2rem;
  }
}

.cpo-detail .cpovd-vehicle-spec-heading {
  color: #333333;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.cpo-detail .cpovd-vehicle-spec-txt {
  color: #888888;
  font-size: 0.875rem;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-vehicle-spec-txt {
    padding-bottom: 1.5rem;
  }
}

.cpo-detail .cpovd-vehicle-color-exterior,
.cpo-detail .cpovd-vehicle-color-interior {
  box-shadow: 0.1875rem 0.1875rem 0.75rem rgb(0 0 0 / 15%);
  height: 2.5rem;
  width: 2.5rem;
  display: inline-block;
  background-size: cover;
}

.cpo-detail .cpovd-vehicle-view-txt {
  padding-left: 0.4375rem;
  display: inline-block;
}

.cpo-detail .cpovd-features-container {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  border-bottom: 1px solid #bababa;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-features-container {
    padding: 2.5rem 0;
  }
}

@media (min-width: 1024px) {
  .cpo-detail .cpovd-features-container {
    padding: 2.5rem 0;
  }
}

.cpo-detail .cpovd-feature-container {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-feature-container {
    padding-right: 3.25rem;
  }
}

.cpo-detail .cpovd-features-container-left,
.cpo-detail .cpovd-features-container-right {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-features-container-left,
  .cpo-detail .cpovd-features-container-right {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.cpo-detail .cpovd-vehicle-feature-links {
  margin-top: 0.25rem;
  order: 3;
  width: 100%;
}

@media (min-width: 1440px) {
  .cpo-detail .cpovd-vehicle-feature-links {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.cpo-detail .cpovd-full-spec-link {
  padding-bottom: 0.5rem;
  display: block;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-full-spec-link {
    margin-top: 1.25rem;
  }
}

.cpo-detail .cpovd-feature-heading {
  color: #333333;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.625rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-feature-heading {
    padding-top: 0;
  }
}

.cpo-detail .cpovd-vehicle-feature {
  padding-bottom: 0.75rem;
  margin-left: 1.375rem;
}

.cpo-detail .cpovd-vehicle-feature::before {
  content: '';
  position: absolute;
  display: inline-block;
  background-color: transparent;
  border-style: solid;
  border-color: #333333;
  width: 0.4375rem;
  height: 0.8125rem;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
  margin-right: 0.625rem;
  margin-left: -1.0625rem;
}

.cpo-detail .cpovd-offers-detail-overlay {
  flex-direction: column;
}

.cpo-detail .cpovd-offers-detail-overlay .modal-box {
  height: 100%;
  width: 100%;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-offers-detail-overlay .modal-box {
    height: auto;
    max-width: 41.25rem;
  }
}

.cpo-detail .cpovd-offers-detail-overlay .modal-content {
  padding: 0;
}

.cpo-detail .cpovd-offers-detail-overlay .modal-x {
  color: #002c5e;
  top: 0.75rem;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-offers-detail-overlay .modal-x {
    top: 1rem;
    right: 1.5rem;
  }
}

.cpo-detail .cpovd-offers-detail-overlay .cpovd-offers-detail-header {
  background-color: #f3f3f3;
  color: #333333;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 1.1875rem 1rem;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-offers-detail-overlay .cpovd-offers-detail-header {
    font-size: 1.25rem;
    line-height: 1.625rem;
    padding: 1.375rem 3.125rem 0.875rem;
  }
}

.cpo-detail .cpovd-offers-detail-overlay .cpovd-offers-detail-container {
  padding: 1.5rem 1rem 7rem;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-offers-detail-overlay .cpovd-offers-detail-container {
    padding: 2.5625rem 3.125rem 3.125rem;
  }
}

.cpo-detail .cpovd-offers-detail-overlay .cpovd-offers-detail-incentive-type {
  color: #333333;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  padding: 0 0 0.3125rem;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-offers-detail-overlay .cpovd-offers-detail-incentive-type {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.cpo-detail .cpovd-offers-detail-overlay .cpovd-offers-detail-description {
  color: #333333;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0 0 1.25rem;
}

@media (min-width: 640px) {
  .cpo-detail .cpovd-offers-detail-overlay .cpovd-offers-detail-description {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.cpo-detail .cpovd-offers-detail-overlay .cpovd-offers-detail-disclaimer {
  border-top: 0.0625rem solid #bababa;
  color: #888888;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  padding: 1.25rem 0 0;
}

.cpo-detail .cpovd-credit-estimator-link .icon-chevron-right-thick,
.cpo-detail .cpovd-tradein-estimator-link .icon-chevron-right-thick {
  margin-top: 0.3125rem;
}

.cpo-detail .cpovd-spacer {
  display: flex;
  width: 9.375rem;
  height: 0;
}

.cpo-detail .cpovd-link .icon {
  margin-left: 0.3125rem;
}

.cpo-detail .cpovd-brochure {
 line-height: 1.25rem;
  font-size: 0.875rem;
  color: #002c5e;
  font-weight: 700;
}

.cpo-detail .cpovd-brochure .svg-tag {
  display: inline-block;
  padding-left: 0.625rem;
}

.cpo-detail .cpovd-brochure .svg-tag svg {
    width: 0.6875rem;
    height: 0.5625rem;
    stroke-width: 1;
    stroke: #002c5e;
}

.cpo-detail .cpovd-window-sticker a {
    line-height: 1.25rem;
    font-size: 0.875rem;
    font-family: "Hyundai Sans Text", "Arial", sans-serif;
    color: #002c5e;
    font-weight: 700;
}

.cpo-detail .cpovd-window-sticker a .svg-tag {
  display: inline-block;
  padding-left: 0.3125rem;
}

.cpops-lead-modal.modal {
  display: flex;
  position: relative !important;
}

.cpops-lead-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.cpops-lead-modal-box {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}

@media (min-width: 1024px) {
  .cpops-lead-modal-box {
    max-width: 40rem;
    margin: auto;
  }
}

.cpops-lead-modal-box-content {
  width: 100%;
}

.cpops-lead-modal-header {
  background-color: #f3f3f3;
  color: #002c5e;
  font-size: 1rem;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 1.25rem 1rem;
}

@media (min-width: 640px) {
  .cpops-lead-modal-header {
    padding: 1.25rem 2rem;
  }
}

.cpops-lead-modal-heading {
  color: #333333;
}

.cpops-lead-modal-description {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  display: inline-flex;
}

.cpops-lead-modal-description .cpops-lead-heading-text {
  width: 80%;
}

.cpops-lead-modal-description svg {
  width: 3.0625rem;
  height: 4.625rem;
  margin-left: auto;
}

.cpops-lead-modal-body {
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #888888;
  padding: 1.5rem 1rem;
}

@media (min-width: 640px) {
  .cpops-lead-modal-body {
    padding: 1.5rem 2rem;
  }
}

@media (min-width: 640px) {
  .cpops-lead-modal-form-user-info-fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cpops-lead-modal-form-user-info-fieldset .cpops-lead-modal-form-hint {
    flex-basis: 100%;
    width: 100%;
  }
  .cpops-lead-modal-form-user-info-fieldset .cpops-lead-modal-form-input-wrapper {
    flex-basis: 45%;
    max-width: 45%;
  }
}

.cpops-lead-modal-form-fieldset {
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 1.75rem;
}

.cpops-lead-modal-form-fieldset fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.cpops-lead-modal-form-hint {
  color: #333333;
}

.cpops-lead-model-fieldset {
  margin-bottom: 1.5625rem;
}

.cpops-lead-modal-form-label {
  color: #888888;
  display: block;
  margin-top: 1rem;
  text-transform: capitalize;
}

.cpops-lead-form-input-error {
  border: 1px solid #e63312;
}

.cpops-lead-modal-form-input {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-top: 0.25rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  font-size: 1rem;
}

.cpops-lead-modal-form-contact-option {
  position: relative;
  color: #333333;
  margin: 0.625rem 0.625rem 0 0;
  display: inline-flex;
  align-items: flex-end;
}

.cpops-lead-modal-form-custom-radio {
  display: flex;
  align-items: center;
}

.cpops-lead-modal-form-radio-input:checked ~ .cpops-lead-modal-form-custom-radio .form-radio-button {
  border-color: #00aad2;
}

.cpops-lead-modal-form-radio-input:checked ~ .cpops-lead-modal-form-custom-radio .form-radio-button:after {
  display: block;
}

.cpops-lead-modal-form-radio-input:focus ~ .cpops-lead-modal-form-custom-radio {
  outline: 1px dotted #212121;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .cpops-lead-modal-form-radio-input:focus ~ .cpops-lead-modal-form-custom-radio {
    outline: 5px auto -webkit-focus-ring-color;
  }
}

.cpops-lead-modal-phone-number-form {
  margin: 1.5rem auto;
}

.cpops-lead-modal-phone-number-form-show {
  display: block;
}

@media (min-width: 640px) {
  .cpops-lead-modal-phone-number-form .cpops-lead-phone-number-input {
    width: 45%;
  }
}

.cpops-lead-modal-phone-number-form-agreement {
  display: flex;
  margin: 1.5rem auto;
  position: relative;
  flex-wrap: wrap;
}

.cpops-lead-modal-phone-number-form-agreement .form-checkbox-input:focus + .form-checkbox-box {
  outline: 1px dotted #212121;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .cpops-lead-modal-phone-number-form-agreement .form-checkbox-input:focus + .form-checkbox-box {
    outline: 5px auto -webkit-focus-ring-color;
  }
}

.cpops-lead-modal-phone-number-form-text {
  margin-left: 1.5625rem;
  line-height: 1.25rem;
  flex-basis: 100%;
  width: 100%;
}

.cpops-lead-modal-form-radio-button {
  position: relative;
  margin-right: 0.5rem;
  display: inline-block;
}

.cpops-lead-modal-error-msg {
  color: #e63312;
  margin-top: 0.5rem;
}

.cpops-lead-footer-text {
  padding-top: 1.75rem;
  position: relative;
}

.cpops-lead-footer-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #bababa;
}

.cpops-lead-form-zip-code {
  position: relative;
}

.cpops-lead-form-zip-code .cpops-lead-form-input-zipcode {
  padding-left: 2.25rem;
}

.cpops-lead-form-zip-code .icon-location-thick {
  position: absolute;
  top: 50%;
  height: 2rem;
  margin-top: -1rem;
  margin-left: 0.75rem;
}

.cpops-lead-submit-btn {
  display: block;
  height: 2.75rem;
  padding: 0 1.75rem;
  margin-top: 1.875rem;
  font-size: 1rem;
}

.cpops-lead-submit-btn svg {
  display: inline-block;
  margin-left: 0.5rem;
}

@charset "UTF-8";
.cpops-modal-content {
  visibility: hidden;
}

.cpops-modal-content.carousel-initialized {
  visibility: visible;
}

.cpops-car-name {
    font-family: "Hyundai Sans Head", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.375rem;
    padding-bottom: 0.125rem;
    font-size: 1rem;
    color: #333333;
    text-transform: uppercase;
}

.cpops-car-name span {
  display: block;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: none;
}

@media (min-width: 1024px) {
  .cpops-car-name span {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}

.cpops-vin {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333333;
}

.cpops-vin svg {
  display: inline-block;
  margin-left: 0.1875rem;
}

a.cpops-vin {
  color: #002c5e;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
}

.cpops-external-icon {
  display: inline-block;
  margin-left: 0.3125rem;
}

.ivd-external-icon {
  display: inline-block;
  margin-left: 0.3125rem;
  height: 0.875rem !important;
  width: 0.875rem !important;
}

.ivd-external-icon .icon {
  width: 100% !important;
  height: auto !important;
}

.ivd-icon-review {
  display: inline-block;
  height: 0.625rem !important;
  width: 0.625rem !important;
}

.ivd-icon-review .icon {
  margin: 0 0 0.3125rem 0.3125rem !important;
}

.cpops-review {
  align-items: center;
  display: flex;
}

.cpops-review-star-container {
  display: flex;
  margin-right: 0.4375rem;
  margin-top: -0.125rem;
}

.cpops-review-star-container .icon {
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.125rem;
}

.cpops-clicktobuy-support {
  display: flex;
  margin-top: 1.375rem;
}

.cpops-clicktobuy-icon {
  display: inline-block;
  width: 3.0625rem;
  margin-right: 0.875rem;
}

.cpops-clicktobuy-icon svg {
  width: 3.0625rem;
  height: 2.1875rem;
}

.cpops-clicktobuy-copy {
  width: 12.1875rem;
  font-size: 1rem;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.25rem;
}

.cpops-vin-cta {
  text-decoration: none;
}

.cpops-vin-cta-button {
  display: block;
  max-width: 15rem;
  height: 2.75rem;
  padding: 0 1.75rem;
  margin: 1rem auto 0;
  font-size: 1rem;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  color: #ffffff;
  width: 14.9375rem;
}

.cpops-vin-cta-button svg {
  display: inline-block;
  margin-left: 0.5rem;
}

.cpops-vin-cta-purchase-button {
  margin-top: 1.875rem;
}

.cpops-review-link {
  align-items: center;
  color: #002c5e;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
}

.cpops-review-link .icon {
  height: 0.875rem;
  margin-left: 0.5rem;
  width: 0.3125rem;
}

.ivd-finance-estimator-link .icon {
  height: 0.875rem;
  margin-left: 0.5rem;
  width: 0.3125rem;
}

.cpops-table {
  margin: 2rem 0 0 0;
  background-color: #f3f3f3;
  padding: 1.5rem 1rem 0 1rem;
}

@media (min-width: 640px) {
  .cpops-table {
    padding: 1.5rem 2rem 0 2rem;
  }
}

@media (min-width: 1024px) {
  .cpops-table {
    padding: 1.75rem 1.5rem 0 1.5rem;
  }
}

@media (min-width: 1440px) {
  .cpops-table {
    padding: 2.875rem 2.5rem 0 2.5rem;
  }
}

.cpops-table-rows {
  margin-bottom: 1.875rem;
}

.cpops-table-row {
  border-bottom: 0.0625rem solid #bababa;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  font-size: 1rem;
  color: #333333;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  line-height: 1.375rem;
  padding: 0.5rem 0;
}

.cpops-table-row .tooltip-trigger {
  vertical-align: top;
}

.cpops-table-row.cpops-table-row-monthly {
  border-top: 0.0625rem solid #bababa;
}

.cpops-table-row .cpops-dt {
  margin-right: 0.75rem;
}

.cpops-contact-dealer {
  border-bottom: 0.0625rem solid #bababa;
  padding-bottom: 1.0625rem;
}

.cpops-price-header {
  border-bottom: 0.0625rem solid #bababa;
  font-weight: 500;
  font-size: 1.5rem;
  color: #333333;
  text-align: left;
  line-height: 1.875rem;
  padding-bottom: 1.25rem;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
}

.cpops-table-row-big {
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.cpops-table-row-big .cpops-dt {
  font-weight: 400;
}

.cpops-table-row-big .cpops-dd {
  font-weight: 500;
}

.cpops-table-row-total {
  border: none;
  font-weight: 500;
  padding: 1rem 0;
}

.cpops-table-row-total-top {
  font-weight: 500;
  padding: 1.25rem 0 0.5rem;
}

.cpops-table-row-monthly {
  border-bottom: none;
  font-weight: 500;
  padding: 1rem 0 0.5rem;
}

.cpops-table-row-monthly span {
  color: #888888;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.cpops-payment-link {
  color: #002c5e;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  padding: 0.9375rem 0 1.0625rem 0;
  text-decoration: none;
  margin-left: auto;
}

.cpops-payment-link .icon {
  display: inline-block;
  height: 0.75rem;
  width: 0.5625rem;
  fill: #002c5e;
}

.cpops-request-quote {
  margin-top: 1.25rem;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .cpops-request-quote {
    padding: 0 2rem;
  }
}

@media (min-width: 1024px) {
  .cpops-request-quote {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1440px) {
  .cpops-request-quote {
    padding: 0 2.5rem;
  }
}

@media (min-width: 1024px) {
  body.chat-opened .cpops-request-quote {
    padding: 0;
  }
}

@media (min-width: 1440px) {
  body.chat-opened .cpops-request-quote {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1825px) {
  body.chat-opened .cpops-request-quote {
    padding: 0 2.5rem;
  }
}

.cpops-request-quote-btn {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .cpops-request-quote-btn {
    display: none;
  }
}

.cpops-in-noprice-header,
.cpops-in-transit-header {
  display: inline-block;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-top: 1.75rem;
  padding: 0 0.4375rem;
  width: auto;
}

.cpops-in-transit-header {
  margin-bottom: 1.5rem;
}

.cpops-in-transit-description {
  color: #888888;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.cpops-modal-accessories {
  width: 100%;
}

@media (min-width: 640px) {
  .cpops-modal-accessories {
    max-width: 28.75rem;
  }
}

.cpops-modal-text-container {
  background-color: #ffffff;
  padding: 1.5rem 2.5rem 2.5rem;
}

@media (min-width: 640px) {
  .cpops-modal-text-container {
    padding: 2.5rem;
  }
}

.cpops-packages-modal .cpops-modal-text-container {
  padding: 3rem 2.5rem 2.5rem;
}

.cpops-options-modal .cpops-modal-text-container {
  padding: 3rem 2.5rem 2.5rem;
}

.cpops-modal-text-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-weight: 500;
}

@media (min-width: 640px) {
  .cpops-modal-text-header {
    flex-direction: row;
    justify-content: space-between;
  }
}

.cpops-modal-name {
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

@media (max-width: 639px) {
  .cpops-modal-name {
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding-bottom: 0.5rem;
  }
}

.cpops-modal-name span {
  color: #666666;
  display: block;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.cpops-modal-price {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.cpops-modal-description {
  color: #666666;
  line-height: 1.375rem;
}

.cpops-modal-disclaimer {
  border-top: 1px solid #bababa;
  color: #666666;
  line-height: 1.375rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.cpops-packages-modal .modal-box-content,
.cpops-options-modal .modal-box-content {
  width: 100%;
}

.cpops-packages-modal .modal-content,
.cpops-options-modal .modal-content {
  padding: 0;
  width: 100%;
}

.cpops-packages-modal .modal-box,
.cpops-options-modal .modal-box {
  padding: 0;
  width: 100%;
}

@media (min-width: 640px) {
  .cpops-packages-modal .modal-box,
  .cpops-options-modal .modal-box {
    width: 35rem;
  }
}

.cpops-accessories-modal .modal-x,
.cpops-accessories-modal .slick-next,
.cpops-accessories-modal .slick-prev {
  background-color: rgba(0, 0, 0, 0.4);
  height: 2.5rem;
  padding: 0.4375rem;
  width: 2.5rem;
}

.cpops-accessories-modal .modal-x svg,
.cpops-accessories-modal .slick-next svg,
.cpops-accessories-modal .slick-prev svg {
  fill: #ffffff;
  max-width: 100%;
}

.cpops-accessories-modal .modal-content {
  width: 35rem;
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0;
}

@media (max-width: 639px) {
  .cpops-accessories-modal .modal-content {
    width: 100%;
  }
}

.cpops-accessories-carousel {
  position: relative;
  padding-bottom: 1.25rem;
  background-color: #ffffff;
}

.cpops-accessories-carousel .cpops-modal-slide {
  width: 100%;
}

.cpops-accessories-carousel .cpops-accessory-image-box {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.cpops-accessories-carousel .cpops-accessory-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.cpops-accessories-carousel .slick-arrow {
  position: absolute;
  bottom: 1.25rem;
  z-index: 99;
  font-size: 1.875rem;
}

.cpops-accessories-carousel .slick-arrow .icon {
  fill: #002c5e;
}

.cpops-accessories-carousel .cpops-modal-carousel-slick-prev {
  left: 0.75rem;
}

@media (min-width: 640px) {
  .cpops-accessories-carousel .cpops-modal-carousel-slick-prev {
    left: 2.5rem;
  }
}

.cpops-accessories-carousel .cpops-modal-carousel-slick-prev.slick-prev {
  background-color: transparent;
}

.cpops-accessories-carousel .cpops-modal-carousel-slick-next {
  right: 0.75rem;
}

@media (min-width: 640px) {
  .cpops-accessories-carousel .cpops-modal-carousel-slick-next {
    right: 2.5rem;
  }
}

.cpops-accessories-carousel .cpops-modal-carousel-slick-next.slick-next {
  background-color: transparent;
}

.cpops-accessories-carousel .slick-dots {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.cpops-accessories-carousel .slick-dots li {
  display: inline-block;
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  padding: 0;
  margin: 0 0.3125rem;
}

.cpops-accessories-carousel .slick-dots button {
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.cpops-accessories-carousel .slick-dots button:before {
  content: "•";
  font-size: 2.1875rem;
  line-height: 1.25rem;
  text-align: center;
  color: #888888;
}

.cpops-accessories-carousel .slick-dots li.slick-active button:before {
  color: #00aad2;
}

.cpops-accessories-carousel .slick-track {
  width: 100%;
}

.cpops-header {
  padding: 2rem 0;
}

@media (min-width: 1024px) {
  .cpops-header {
    padding: 2.5625rem 0;
  }
}

.cpops-header .cpops-name-program-type-wrapper {
  display: flex;
  flex-direction: column;
}

.cpops-legal {
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-size: 0.875rem;
  color: #888888;
  line-height: 1.375rem;
  margin-top: 1.875rem;
}

@media (min-width: 1024px) {
  .cpops-legal {
    margin-top: 2.125rem;
  }
}

.cpops-button-vds {
  width: 100%;
  margin: 0.625rem 0 0 0;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .cpops-button-vds {
    width: 40%;
  }
}

.cpops-payment-container {
  background-color: #f3f3f3;
  padding: 0 1rem 0 1rem;
}

.cpops-car-program-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.125rem;
}

@media (min-width: 1024px) {
  .cpops-car-program-type {
    margin-top: 0.75rem;
  }
}

.cpops-car-program-type .cpops-car-program-type-svg svg {
  width: 1rem;
  height: 1.3125rem;
}

@media (min-width: 1024px) {
  .cpops-car-program-type .cpops-car-program-type-svg svg {
    width: 1.3125rem;
    height: 1.6875rem;
  }
}

.cpops-car-program-type .cpops-car-program-type-label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.875rem;
  word-wrap: break-word;
  display: flex;
  text-align: center;
  margin-left: 0.5rem;
}

@media (min-width: 1024px) {
  .cpops-car-program-type .cpops-car-program-type-label {
    font-size: 1.125rem;
  }
}

.cpops-car-program-type .cpops-vehicle-program-type-certified {
  color: #002c5e;
}

.cpops-car-program-type .cpops-vehicle-program-type-select {
  color: #00aad2;
}

.report-container {
  display: inline-block;
  width: 49%;
  padding: 1.25rem 0;
}

.report-container .report-text {
    font-weight: 700;
    color: #002c5e;
    font-size: 0.875rem;
    font-family: "Hyundai Sans Text", "Arial", sans-serif;
    line-height: 1.25rem;
    margin-top: 0.9375rem;
}

.report-container a {
  text-decoration: none;
  color: #002c5e;
}

.report-container .svg-tag {
  display: inline-block;
  padding-left: 0.3125rem;
}

.report-container.carfax svg {
  width: 0.6875rem;
  height: 0.5625rem;
  stroke-width: 1;
  stroke: #002c5e;
}
.report-container.carfax img {
  width: 5.375rem;
  height: 1.625rem;
}
.report-container img {
  width: 6.375rem;
  height: 2rem;
}

.cpops-dealer-address {
  margin: 1.25rem 0;
  color: #666666;
  font-size: 1rem;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  line-height: 1.375rem;
  text-transform: capitalize;
}

.cpops-dealer-contact {
  margin: 0.9375rem 0;
  font-weight: 700;
  color: #002c5e;
  font-size: 0.875rem;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  line-height: 1.25rem;
}

.cpops-dealer-contact a {
  text-decoration: none;
  color: #002c5e;
}

.cpops-dealer-contact a .svg-tag {
  display: inline-block;
  padding-left: 0.3125rem;
}

.cpops-dealer-contact a .svg-tag svg {
  width: 0.6875rem;
  height: 0.5625rem;
  stroke-width: 1;
  stroke: #002c5e;
}

.miles-span {
 color: #666666;
  font-size: 1rem;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  line-height: 1.375rem;
}

.cpops-dealer-name {
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.5rem;
  padding-bottom: 0.125rem;
  font-size: 1.125rem;
  text-transform: capitalize;
}

.cpops-dealer-name span {
  display: block;
}

@media (max-width: 1023px) {
  .cpops-dealer-name {
    margin-top: 1.5rem;
  }
}

.cpops-header {
  padding: 2rem 0;
}

@media (min-width: 1024px) {
  .cpops-header {
    padding: 2.5625rem 0;
  }
}

#gmap.map-div {
  height: 15.625rem;
}

@media (max-width: 1023px) {
  #gmap.map-div {
    margin: 1.25rem 0 1.5rem;
  }
}

.cpo-detail-col .cpovd-main-container + .cpops-container {
  border-bottom: 1px solid #bababa;
}

.cpo-vehicle-details-page .heading {
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-size: 1.5rem;
}

.cpo-vehicle-details-page .text h2 {
  height: 60px;
  width: 540px;
  color: #333333;
  font-family: "Hyundai Sans Head";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
@media (max-width: 1023px) {
.cpo-vehicle-details-page .text h2 {
    padding-bottom: 1.25rem;
    width: auto;
    height: auto;
	}
	}

.cpo-vehicle-details-page .text p {
height: 44px;
  width: 540px;
  color: #888888;
  font-family: "Hyundai Sans Text";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
    display : inline;
}

.cpo-vehicle-details-page .cpo-description {
  padding: 30px 0;
}

.cpo-vehicle-details-page .cpo-description .text {
  padding: 20px 0;
}

.cpo-vehicle-details-page .cpo-description video {
  width: 100%;
}


.cpo-vehicle-details-page .cpo-warranty-coverage {
  padding: 10px 0;
}

.cpo-vehicle-details-page .cpo-warranty-coverage .text {
  padding: 20px 0;
}

.cpo-vehicle-details-page .cpo-advantages {
  padding: 30px 0;
}

.cpo-vehicle-details-page .cpo-advantages .text {
  padding: 20px 0;
}

.cpo-vehicle-details-page .ftc {
  padding: 0;
}

.cpo-vehicle-details-page .ftc-item {
  flex-basis: 100%;
  max-width: 100%;
  text-align: left;
}

@media (min-width: 640px) {
  .cpo-vehicle-details-page .ftc-item {
    flex-basis: 50%;
    max-width: 50%;
    padding: 28px 0;
  }
}

.cpo-vehicle-details-page .ftc-title {
  font-size: 1.125rem;
}

.cpo-vehicle-details-page .ftc-desc {
  font-size: 1rem;
  font-weight: normal;
}

.cpo-vehicle-details-page .cac-two {
  padding: 0;
}

.cpo-vehicle-details-page .cac-two .cac-boxes {
  padding: 0;
}

.cpo-vehicle-details-page .cac-two .cac-boxes .cac-box {
  padding: 12px 0;
}

@media (min-width: 640px) {
  .cpo-vehicle-details-page .cac-two .cac-boxes .cac-box:first-child {
    padding-right: 12px;
  }
  .cpo-vehicle-details-page .cac-two .cac-boxes .cac-box:last-child {
    padding-left: 12px;
  }
}

.cpo-vehicle-details-page .cac-box-title {
  font-size: 1.125rem;
}

.cpo-vehicle-details-page .cac-box-content {
  padding: 25px;
}

.cpo-vehicle-details-page .cac-box-text {
  margin: 6px 0 20px 0;
}



.cpo-detail {
  border-top: 1px solid #e6e6e6;
  padding: 1rem;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.cpo-detail .cta-strip {
  margin: 0 -1rem -1rem;
}

@media (min-width: 640px) {
  .cpo-detail {
    padding: 1.5rem 2rem 2rem;
  }
  .cpo-detail .cta-strip {
    margin: 0 -2rem -2rem;
  }
}

@media (min-width: 1024px) {
  .cpo-detail {
    border-top: none;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .cpo-detail .cta-strip {
    margin: 0 -2.625rem -2rem;
  }
}

@media (min-width: 1440px) {
  .cpo-detail {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .cpo-detail .cta-strip {
    margin: 0 -4.5rem -2rem;
  }
}

.cpo-detail-loading {
  min-height: 25rem;
  position: relative;
}

@media (min-width: 1024px) {
  body.chat-opened .cpo-detail {
    padding: 1.5rem 2rem 2rem;
  }
  body.chat-opened .cpo-detail .cta-strip {
    margin: 0 -2rem -2rem;
  }
}

@media (min-width: 1440px) {
  body.chat-opened .cpo-detail {
    border-top: none;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  body.chat-opened .cpo-detail .cta-strip {
    margin: 0 -2.625rem -2rem;
  }
}

@media (min-width: 1825px) {
  body.chat-opened .cpo-detail {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  body.chat-opened .cpo-detail .cta-strip {
    margin: 0 -4.5rem -2rem;
  }
}

.cpo-detail-cols {
  max-width: 1440px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .cpo-detail-cols {
    display: flex;
    align-items: flex-start;
  }
}

.cpo-detail-cols .cpops-container.report {
  border-top: 1px solid #bababa;
}

@media (min-width: 1024px) {
  body.chat-opened .cpo-detail-cols {
    max-width: 1440px;
    margin: 0 auto;
    display: inline;
  }
}

@media (min-width: 1440px) {
  body.chat-opened .cpo-detail-cols {
    display: flex;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .cpo-detail-col-main {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    padding-right: 5rem;
    order: -1;
  }
}

@media (min-width: 1440px) {
  .cpo-detail-col-main {
    padding-right: 7.5rem;
  }
}

@media (min-width: 1024px) {
  body.chat-opened .cpo-detail-col-main {
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  body.chat-opened .cpo-detail-col-main {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    padding-right: 5rem;
    order: -1;
  }
}

@media (min-width: 1825px) {
  body.chat-opened .cpo-detail-col-main {
    padding-right: 7.5rem;
  }
}

@media (min-width: 1024px) {
  .cpo-detail-col-aside {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    padding-left: 1rem;
  }
}

@media (min-width: 1024px) {
  body.chat-opened .cpo-detail-col-aside {
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  body.chat-opened .cpo-detail-col-aside {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    padding-left: 1rem;
  }
}

.cpo-detail-mobile-only {
  display: block;
}

@media (min-width: 1024px) {
  .cpo-detail-mobile-only {
    display: none;
  }
}

@media (min-width: 1024px) {
  body.chat-opened .cpo-detail-mobile-only {
    display: block;
  }
}

@media (min-width: 1440px) {
  body.chat-opened .cpo-detail-mobile-only {
    display: none;
  }
}

.cpo-detail-desktop-only {
  display: none;
}

@media (min-width: 1024px) {
  .cpo-detail-desktop-only {
    display: block;
  }
}

@media (min-width: 1024px) {
  body.chat-opened .cpo-detail-desktop-only {
    display: none;
  }
}

@media (min-width: 1440px) {
  body.chat-opened .cpo-detail-desktop-only {
    display: block;
  }
}

.print-slider-image {
  display: none;
}

@media print {
  .print-slider-image {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .cpo-detail-mobile-only {
    display: none;
  }
}
.cpo-vehicle-details-page .cpo-generic-container  {
  padding: 1rem;
  /* max-width: 1440px; */
 /*  margin: 0 auto; */
}
@media (min-width: 1024px) {
  .cpo-vehicle-details-page .cpo-generic-container {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    padding-right: 5rem;
     padding-left: 2.625rem;
    order: -1;
  }
}



.cpo-vehicle-details-page .responsivegrid.aem-GridColumn {
  margin: 0 -1rem -1rem;
}

@media (min-width: 640px) {
  .cpo-vehicle-details-page .responsivegrid.aem-GridColumn {
    padding: 1.5rem 2rem 2rem;
  }
  .cpo-vehicle-details-page .responsivegrid.aem-GridColumn {
    margin: 0 -2rem -2rem;
  }
}

@media (min-width: 1024px) {
  .cpo-vehicle-details-page .responsivegrid.aem-GridColumn  {
    margin: 0 -2.625rem -2rem;
  }
}

@media (min-width: 1440px) {
  .cpo-vehicle-details-page .cpo-generic-container {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .cpo-vehicle-details-page .responsivegrid.aem-GridColumn {
    margin: 0 -4.5rem -2rem;
  }
}

.cpo-vehicle-details-page .modal.smco.modal-open .tooltip-trigger {
    display: none;
}
@media (min-width: 1024px){
.cpo-vehicle-details-page .slick-list {
    cursor: pointer;
}
}
.cpo-vehicle-details-page .smco-fullscreen .smco-slide-image img {
    height: auto;
}
.cpo-vehicle-details-page .smco-slide-image img {
    max-height: 90vh;
}


.raq-cpo-hero-modal.raq-modal {
  display: none;
}

.raq-cpo-hero-modal.raq-modal.modal {
  display: flex;
  position: relative !important;
}

.raq-cpo-hero-modal.raq-modal .raq-modal-box {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}

@media (min-width: 1024px) {
  .raq-cpo-hero-modal.raq-modal .raq-modal-box {
    max-width: 40rem;
    margin: auto;
  }
}

.raq-cpo-hero-modal.raq-modal .raq-modal-box-content {
  width: 100%;
}

.raq-cpo-hero-modal.raq-modal .raq-invalid-messages,
.raq-cpo-hero-modal.raq-modal .raq-invalid-zip,
.raq-cpo-hero-modal.raq-modal .raq-invalid-dealers,
.raq-cpo-hero-modal.raq-modal .raq-selected-preferred-dealer {
  display: none;
}

.raq-cpo-hero-modal.raq-modal .raq-form-zip-code {
  position: relative;
}

.raq-cpo-hero-modal.raq-modal .raq-form-zip-code .raq-form-input-zipcode {
  padding-left: 2.25rem;
}

.raq-cpo-hero-modal.raq-modal .raq-form-zip-code .icon-location-thick {
  position: absolute;
  top: 50%;
  height: 2rem;
  margin-top: -1rem;
  margin-left: 0.75rem;
}

.raq-cpo-hero-modal .raq-modal-header {
  background-color: #f3f3f3;
  color: #002c5e;
  font-size: 1rem;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 1rem;
}

@media (min-width: 640px) {
  .raq-cpo-hero-modal .raq-modal-header {
    padding: 1.25rem 2rem;
  }
}

.raq-cpo-hero-modal .raq-modal-selected-trim {
  color: #000000;
  font-weight: 300;
}

.raq-cpo-hero-modal .raq-modal-selected-model-name {
  font-weight: 500;
}

.raq-cpo-hero-modal .raq-modal-body {
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #888888;
  padding: 1.5rem 1rem;
}

@media (min-width: 640px) {
  .raq-cpo-hero-modal .raq-modal-body {
    padding: 1.5rem 2rem;
  }
}

.raq-cpo-hero-modal .raq-modal-error-msg {
  color: #e63312;
  margin-top: 0.5rem;
  display: none;
}

.raq-cpo-hero-modal .raq-modal-error-msg-show {
  display: block;
}

.raq-cpo-hero-modal .raq-modal-headline {
  color: #333333;
  font-size: 1.25rem;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-weight: 500;
}

.raq-cpo-hero-modal .raq-modal-zip-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.raq-cpo-hero-modal .raq-modal-zip-city {
  color: #888888;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .raq-cpo-hero-modal .raq-modal-zip-city {
    width: 90%;
  }
}

.raq-cpo-hero-modal .raq-modal-form-zip-checkbox {
  position: absolute;
  opacity: 0;
}

.raq-cpo-hero-modal .raq-modal-form-zip-checkbox:checked ~ .raq-modal-zip-code .icon {
  transform: rotate(180deg);
}

.raq-cpo-hero-modal .raq-modal-form-zip-checkbox:checked ~ .raq-modal-zip-code-form {
  display: block;
}

.raq-cpo-hero-modal .raq-modal-form-zip-checkbox:focus ~ .raq-modal-zip-code {
  outline: 1px dotted #212121;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .raq-cpo-hero-modal .raq-modal-form-zip-checkbox:focus ~ .raq-modal-zip-code {
    outline: 5px auto -webkit-focus-ring-color;
  }
}

.raq-cpo-hero-modal .raq-modal-zip-code {
  color: #002c5e;
  display: flex;
  justify-content: space-between;
  width: 3.4375rem;
  cursor: pointer;
}

.raq-cpo-hero-modal .raq-modal-zip-code .icon {
  width: 0.625rem;
  margin-top: 0.0625rem;
}

.raq-cpo-hero-modal .raq-modal-zip-code-form {
  display: none;
  width: 100%;
  margin: 1.5rem 0 0.625rem;
}

.raq-cpo-hero-modal .raq-modal-new-zip {
  color: #888888;
}

.raq-cpo-hero-modal .raq-modal-cancel-button {
  height: 2.75rem;
  color: #002c5e;
  margin-top: 1rem;
  font-weight: 500;
}

.raq-cpo-hero-modal .raq-modal-cancel-button .icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.5rem;
}

.raq-cpo-hero-modal .raq-modal-submit-new-zip-button {
  height: 2.75rem;
  float: right;
  font-size: 1rem;
  outline: none;
  border: none;
  padding: 0 1.75rem;
  margin-top: 1rem;
}

.raq-cpo-hero-modal .raq-modal-form-hint {
  color: #333333;
}

.raq-cpo-hero-modal .raq-modal-form-fieldset {
  border: none;
  padding: 0;
  margin: 1.75rem 0 0.875rem;
}

.raq-cpo-hero-modal .raq-modal-form-fieldset fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.raq-cpo-hero-modal .raq-modal-form-label {
  color: #888888;
  display: block;
  margin-top: 1rem;
}

.raq-cpo-hero-modal .raq-modal-form-input {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-top: 0.25rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  font-size: 1rem;
}

.raq-cpo-hero-modal .raq-modal-form-input-error {
  border: 1px solid #e63312;
}

.raq-cpo-hero-modal .raq-modal-form-comment-label {
  cursor: pointer;
  color: #002c5e;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.raq-cpo-hero-modal .raq-modal-form-comment-label .icon {
  width: 0.625rem;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  transform: rotate(180deg);
}

.raq-cpo-hero-modal .raq-modal-form-comment-label[aria-expanded="false"] ~ .raq-modal-form-comment-txtarea,
.raq-cpo-hero-modal .raq-modal-form-comment-label[aria-expanded="false"] ~ .raq-modal-form-char-remaining-hint {
  display: none;
}

.raq-cpo-hero-modal .raq-modal-form-comment-label[aria-expanded="false"] .icon {
  transform: rotate(0deg);
}

.raq-cpo-hero-modal .raq-modal-form-comment-txtarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  resize: none;
  height: 11.875rem;
  padding: 0.75rem;
  outline: none;
  margin: 0.75rem auto 0.5rem;
}

.raq-cpo-hero-modal .raq-modal-form-contact-headline {
  color: #888888;
}

.raq-cpo-hero-modal .raq-modal-form-contact-option {
  position: relative;
  color: #333333;
  margin: 0.625rem 0.625rem 0 0;
  display: inline-flex;
  align-items: flex-end;
}

.raq-cpo-hero-modal .raq-modal-form-contact-option .raq-modal-form-radio-input {
  display: none;
}

.raq-cpo-hero-modal .raq-modal-form-custom-radio {
  display: flex;
  align-items: center;
}

.raq-cpo-hero-modal .raq-modal-form-radio-input:checked ~ .raq-modal-form-custom-radio .form-radio-button {
  border-color: #00aad2;
}

.raq-cpo-hero-modal .raq-modal-form-radio-input:checked ~ .raq-modal-form-custom-radio .form-radio-button:after {
  display: block;
}

.raq-cpo-hero-modal .raq-modal-form-radio-input:focus ~ .raq-modal-form-custom-radio {
  outline: 1px dotted #212121;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .raq-cpo-hero-modal .raq-modal-form-radio-input:focus ~ .raq-modal-form-custom-radio {
    outline: 5px auto -webkit-focus-ring-color;
  }
}

.raq-cpo-hero-modal .raq-modal-phone-number-form {
  display: none;
  margin-top: 1.5625rem;
}

.raq-cpo-hero-modal .raq-modal-phone-number-form-show {
  display: block;
}

@media (min-width: 640px) {
  .raq-cpo-hero-modal .raq-modal-phone-number-form .raq-phone-number-input {
    width: 45%;
  }
}

.raq-cpo-hero-modal .raq-modal-phone-number-form-agreement {
  display: flex;
  margin: 1.5rem auto;
  position: relative;
  flex-wrap: wrap;
}

.raq-cpo-hero-modal .raq-modal-phone-number-form-agreement .form-checkbox-input:focus + .form-checkbox-box {
  outline: 1px dotted #212121;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .raq-cpo-hero-modal .raq-modal-phone-number-form-agreement .form-checkbox-input:focus + .form-checkbox-box {
    outline: 5px auto -webkit-focus-ring-color;
  }
}

.raq-cpo-hero-modal .raq-modal-phone-number-form-text {
  margin-left: 1.5625rem;
  line-height: 1.25rem;
  flex-basis: 100%;
  width: 100%;
}

.raq-cpo-hero-modal .raq-modal-form-radio-button {
  position: relative;
  margin-right: 0.5rem;
  display: inline-block;
}

.raq-cpo-hero-modal .raq-modal-policy-terms-agreement {
  padding-top: 1.75rem;
  position: relative;
  line-height: 1.25rem;
}

.raq-cpo-hero-modal .raq-modal-policy-terms-agreement:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #bababa;
}

.raq-cpo-hero-modal .raq-modal-submit-request-button {
  display: block;
  height: 2.75rem;
  padding: 0 1.75rem;
  margin-top: 1.875rem;
  font-size: 1rem;
}

.raq-cpo-hero-modal .raq-modal-policy,
.raq-cpo-hero-modal .raq-modal-terms {
  color: #002c5e;
}

@media (min-width: 640px) {
  .raq-cpo-hero-modal .raq-modal-form-user-info-fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .raq-cpo-hero-modal .raq-modal-form-user-info-fieldset .raq-modal-form-hint {
    flex-basis: 100%;
    width: 100%;
  }
  .raq-cpo-hero-modal .raq-modal-form-user-info-fieldset .raq-modal-form-input-wrapper {
    flex-basis: 45%;
    max-width: 45%;
  }
}

.raq-cpo-hero-modal .raq-info-is-tcpa:focus ~ .form-checkbox-box {
  outline: 1px dotted #212121;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .raq-cpo-hero-modal .raq-info-is-tcpa:focus ~ .form-checkbox-box {
    outline: 5px auto -webkit-focus-ring-color;
  }
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box {
  position: relative;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dealer-loading {
  display: none;
  color: #888888;
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-style: unset;
  font-weight: 600;
  font-size: 1rem;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-button {
  height: auto;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-top: 0.25rem;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  background: #f3f3f3;
  text-align: left;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-button .raq-dropdown-invalid {
  color: #888888;
  font-weight: 400;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-button span:first-of-type {
  margin-right: 0.3125rem;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-button:disabled {
  color: #888888;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-button-text {
  text-align: left;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-button-text .dealer-loading {
  display: block;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dealer-loading {
  display: block;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box.raq-bg-gray .dropdown-button {
  background: #ffffff;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-items .dropdown-item {
  display: block;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-item {
  padding: 0.625rem 0.75rem;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-item span:first-of-type {
  margin-right: 0.3125rem;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-items .dropdown-item:last-child {
  border-bottom: 0;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-item:hover {
  background-color: #f3f3f3;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-item-active {
  background-color: #ffffff;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-item + .dropdown-item:before {
  opacity: 0;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .raq-preferred-dealer {
  color: #888888;
  font-family: "Hyundai Sans Head", "Arial", sans-serif;
  font-size: 0.75rem;
  display: inline-flex;
  font-weight: 400;
  line-height: 1.25rem;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box svg.icon-star-active {
  display: inline-block;
  color: #00aad2;
  margin-left: 0.3125rem;
  width: 1rem;
  height: 1rem;
  transform: none;
}

.raq-cpo-hero-modal .raq-overlay-form-dealer-box .dropdown-panel {
  position: relative;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  z-index: initial;
}

.raq-cpo-hero-modal .raq-modal-form-electric-salable {
  display: none;
  padding-top: 1.625rem;
}

.raq-cpo-hero-modal .raq-modal-form-electric-salable.raq-modal-form-electric-salable-active {
  display: block;
}

.raq-cpo-hero-modal .raq-modal-form-electric-salable-container {
  position: relative;
  background-color: #fff9e5;
  padding: 1rem 1.25rem 1rem 3.125rem;
}

.raq-cpo-hero-modal .raq-modal-form-electric-salable-warning-icon {
  position: absolute;
  top: 1.25rem;
  left: 0.8125rem;
  width: 1.5rem;
  height: 1.5rem;
}

.raq-cpo-hero-modal .raq-modal-form-electric-salable-warning-icon svg,
.raq-cpo-hero-modal .raq-modal-form-electric-salable-warning-icon img {
  width: 100%;
  height: 100%;
}

.raq-cpo-hero-modal .raq-modal-form-electric-salable-copy {
  font-family: "Hyundai Sans Text", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.25rem;
}

.raq-cpo-hero-modal .raq-model-fieldset {
  margin-bottom: 1.5625rem;
}

.raq-cpo-hero-modal .raq-model {
  display: block;
  margin-top: 0.9375rem;
}

@media (min-width: 1024px) {
  .raq-cpo-hero-modal .raq-model {
    display: inline-flex;
    align-items: flex-end;
    margin-right: 1.875rem;
  }
}

.raq-cpo-hero-modal .raq-model-checkbox {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}

.raq-cpo-hero-modal .raq-custom-model-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.raq-cpo-hero-modal .raq-custom-model-checkbox-button {
  display: inline-block;
  position: relative;
  width: 1.0625rem;
  height: 1.0625rem;
  background-color: #ffffff;
  border: 0.0625rem solid #bababa;
  margin-right: 0.5rem;
}

.raq-cpo-hero-modal .raq-model-checkbox:checked ~ .raq-custom-model-checkbox .raq-custom-model-checkbox-button {
  border: 0.0625rem solid #00aad2;
}

.raq-cpo-hero-modal .raq-model-checkbox:checked ~ .raq-custom-model-checkbox .raq-custom-model-checkbox-button:after {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: 0.375rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #00aad2;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}

.raq-cpo-hero-modal .raq-custom-model-checkbox-label {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333333;
}

