heroheader {
  background: #011f46;
  display: block;
  margin-bottom: 2rem;
}

.homepage-hero-container {
  padding: 1rem 2rem !important;
  display: flex !important;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 0 !important;
  position: relative;
}
.homepage-hero-container .mobile-only {
  position: absolute;
  top: -2.5rem !important;
  left: -1px;
  border-radius: 0;
  width: 100%;
  display: none;
}
.homepage-hero-container .mobile-only .hero-image-section {
  width: 100%;
}
.homepage-hero-container .mobile-only .hero-image-section button {
  display: none;
}
@media (max-width: 800px) {
  .homepage-hero-container .mobile-only {
    display: flex;
  }
}
.homepage-hero-container .mobile-only richtext {
  font-size: 13px;
  display: flex;
  gap: 4px;
  font-weight: 600;
  width: 100%;
  justify-content: center;
  border-radius: 0;
  padding-block: 8px;
  background: #3b3ad5;
}
.homepage-hero-container .mobile-only richtext p:not(:first-of-type) span {
  color: #82D6D6 !important;
}
.homepage-hero-container .mobile-only img {
  display: none;
}
.homepage-hero-container .hero-container {
  height: 435px;
  width: 100%;
  display: flex;
  gap: 3rem;
  max-width: 1680px;
  margin: 0 auto;
}
.homepage-hero-container .hero-container .search-card {
  flex: 1;
  margin-left: 5rem;
  padding: 2rem 1.75rem;
  border-radius: 24px;
  background: #3b3ad5;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 280px;
  padding-top: 1.5rem;
}
.homepage-hero-container .hero-container .search-card h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.homepage-hero-container .hero-container .search-card .input-wrapper select {
  height: 45px;
  font-size: 14px;
}
.homepage-hero-container .hero-container .search-card .input-wrapper:has(select[disabled]) select {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.homepage-hero-container .hero-container .search-card .input-wrapper:has(select[disabled]):after {
  color: #fff;
}
.homepage-hero-container .hero-container .search-card #model-search-select option[data-count="0"], .homepage-hero-container .hero-container .search-card #make-search-select option[data-count="0"] {
  color: #ccc;
  pointer-events: none;
  user-select: none;
}
.homepage-hero-container .hero-container .search-card .info-wrapper {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
  margin-top: -8px;
  line-height: 1.3;
}
.homepage-hero-container .hero-container .search-card .info-wrapper .label-text {
  display: flex;
  gap: 4px;
  align-items: center;
}
.homepage-hero-container .hero-container .search-card .info-wrapper a {
  font-weight: 600;
}
.homepage-hero-container .hero-container .search-card #search-cars-button {
  font-size: 14px;
  height: 45px;
}
.homepage-hero-container .hero-container .search-card #search-cars-button .cars-count {
  margin-inline: 4px;
}
.homepage-hero-container .hero-container .hero-image-section {
  position: relative;
  flex: 5;
  min-width: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.homepage-hero-container .hero-container .hero-image-section button {
  display: none;
}
.homepage-hero-container .hero-container .hero-image-section .tns-ovh {
  width: 100%;
  height: 100%;
}
.homepage-hero-container .hero-container .hero-image-section .tns-ovh .tns-inner {
  width: 100%;
  height: 100%;
}
.homepage-hero-container .hero-container .hero-image-section .hero-image-slider-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.homepage-hero-container .hero-container .hero-image-section .hero-image-slider-container .carousel-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-hero-container .hero-container .hero-image-section .hero-image-slider-container .carousel-item richtext {
  display: inline-block;
  position: absolute;
  background: none;
  z-index: 999;
  font-size: 22pt;
  max-width: 30%;
  font-weight: 600;
  line-height: 1.33;
}
.homepage-hero-container .hero-container .hero-image-section .hero-image-slider-container .carousel-item richtext p {
  text-align: left;
  font-size: 26pt;
}
.homepage-hero-container .hero-container .hero-image-section .hero-image-slider-container .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.homepage-hero-container .hero-container .hero-image-section .hero-slider-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0;
  display: flex;
  max-height: 50px;
}
.homepage-hero-container .hero-container .hero-image-section .hero-slider-navigation-container svg {
  cursor: pointer;
  width: 55px;
  height: 55px;
  outline: none;
  display: block;
}
.homepage-hero-container .hero-container .hero-image-section .hero-slider-navigation-container svg circle {
  display: none;
  transition: all 0.3s ease;
}
.homepage-hero-container .hero-container .hero-image-section .hero-slider-navigation-container svg text {
  font-weight: 100;
  opacity: 30%;
}
.homepage-hero-container .hero-container .hero-image-section .hero-slider-navigation-container svg.tns-nav-active circle {
  display: inline;
}
.homepage-hero-container .hero-container .hero-image-section .hero-slider-navigation-container svg.tns-nav-active text {
  font-weight: 600;
  color: white;
  opacity: 100%;
}
.homepage-hero-container richtext {
  display: block;
  color: #fff;
  width: calc(100% - 4rem);
  padding: 1rem 2rem;
  font-size: 44pt;
  border-radius: 2rem 2rem 0 0;
  background: linear-gradient(180deg, rgb(8, 74, 100) 0%, rgb(1, 31, 70) 100%);
  max-width: 1680px;
  margin: 0 auto;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 800px) {
  .homepage-hero-container {
    background-image: url("/statics/assets/heroHeaderMobileBackground.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2.4rem !important;
  }
  .homepage-hero-container richtext {
    text-align: left;
  }
  .homepage-hero-container :not(.mobile-only) .hero-image-section {
    display: none !important;
  }
  .homepage-hero-container .hero-container {
    display: flex;
    flex-direction: column;
    height: fit-content;
    order: 1;
  }
  .homepage-hero-container .hero-container .search-card {
    width: 100%;
    margin-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    padding-top: 2.5rem;
  }
  .homepage-hero-container .hero-container .search-card h3 {
    flex-direction: row;
  }
  .homepage-hero-container .hero-container .search-card h3, .homepage-hero-container .hero-container .search-card .radio-holder, .homepage-hero-container .hero-container .search-card .btn, .homepage-hero-container .hero-container .search-card .info-wrapper {
    grid-column: 1/span 2;
  }
  .homepage-hero-container .hero-container .search-card .info-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
  }
  .homepage-hero-container richtext {
    order: 0;
    width: 100%;
    background: none;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .homepage-hero-container {
    padding-bottom: 3rem !important;
  }
  .homepage-hero-container richtext {
    font-size: 32px;
  }
  .homepage-hero-container richtext p {
    line-height: 1.1;
  }
  .homepage-hero-container .input-wrapper:has(select) select {
    height: 40px !important;
    font-size: 13px !important;
    padding-block: 0;
  }
  .homepage-hero-container .input-wrapper:has(select):after {
    top: 15% !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
  }
  .homepage-hero-container .label-text {
    flex-direction: column;
    gap: 0;
    align-items: flex-start !important;
  }
  .homepage-hero-container .label-text > * {
    line-height: 1;
    font-size: 12px;
  }
}

.radio-holder {
  display: flex;
  gap: 10px;
}
.radio-holder .radio-button-container {
  display: flex;
  gap: 10px;
  cursor: pointer;
  flex: 1;
}
.radio-holder .radio-button-container .radio-button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(157, 156, 234);
}
.radio-holder .radio-button-container .radio-button.selected {
  background-color: #fff;
}
.radio-holder .radio-button-container .radio-button:hover {
  cursor: pointer;
}
.radio-holder .radio-button-container .radio-button .selected-icon {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #011f46;
  display: none;
}
.radio-holder .radio-button-container .radio-button.selected .selected-icon {
  display: unset !important;
}
.radio-holder .radio-button-container .radio-button-label {
  color: #fff;
  font-size: 11px;
  font-weight: 200;
  align-self: center;
}
