<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-slider-range {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 4px; /* Increased height for better visibility */
  outline: none; /* Remove outline */
  border-radius: 0; /* No rounded corners */
  background: linear-gradient(90deg, white 0%, white 50%, #f5f5f5 50%, #f5f5f5 100%);
  /* Dynamic background controlled via JavaScript */
}

.custom-slider-range::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 24px; /* Specify thumb width */
  height: 15px; /* Specify thumb height */
  background: #ff0000; /* Thumb background color */
  cursor: pointer; /* Cursor on hover */
  border-radius: 4px; /* Rounded corners for the thumb */
  margin-top: -7px; /* Center the thumb */
  position: relative;
  z-index: 1; /* Ensure thumb is above the track */
}

.custom-slider-range::-moz-range-thumb {
  width: 24px; /* Specify thumb width */
  height: 15px; /* Specify thumb height */
  background: #ddd; /* Thumb background color */
  cursor: pointer; /* Cursor on hover */
  border-radius: 4px; /* Rounded corners for the thumb */
}

.custom-slider-range::-webkit-slider-runnable-track {
  height: 2px; /* Increase height for visibility */
}

.custom-slider-range::-moz-range-track {
  height: 2px; /* Increase height for visibility */
}

.custom-slider-range::-ms-track {
  height: 2px; /* Increase height for visibility */
  border-color: transparent; /* Hide border in IE */
  color: transparent; /* Hide color in IE */
}

@font-face {
  font-family: BrandFont;
  src: local(BrandFont-Regular), url(/assets/fonts/Honda/SharpGrotesk-Light15.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: BrandFont-bold;
  src: local(BrandFont-Bold), url(/assets/fonts/Honda/SharpGrotesk-Medium15.otf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: BrandFontArabic;
  src: local(BrandFontArabic-Bold), url(/assets/fonts/Arabic/DINNextLTArabic-Medium.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: BrandFont, BrandFont-bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.footer-color {
  background-color: #000000 !important;
}

.bg-light {
  background-color: #000000 !important;
}

.headerWrap {
  background-color: #000000 !important;
}
.headerWrap .nav-link {
  color: #9e9e9e !important;
}

.loader {
  color: #cc0000 !important;
}

.buttonStyle {
  background-color: #cc0000 !important;
}

.text-color {
  color: #cc0000 !important;
}

.mandatoryField:after {
  color: #cc0000 !important;
}

.hero_indicator_Rectangle {
  background-color: #cc0000 !important;
}

.nav-box a[aria-expanded=true] {
  background-color: #cc0000 !important;
  color: "" !important;
}

.nav-box a[aria-expanded=true]:hover {
  color: "" !important;
}

.brand_button_color {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
  color: #ffffff !important;
}

.primary {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}

.article blockquote:before {
  color: #cc0000 !important;
}

.brand_button_color_white {
  background-color: #ffffff !important;
  color: #000001 !important;
}

.nav-box.active {
  font-family: BrandFont !important;
  color: #ffffff !important;
  border-color: #cc0000 !important;
}

.tyt-nav-link:hover {
  border-bottom-color: #cc0000 !important;
}

.text_color_hover:hover {
  color: #cc0000 !important;
}
.text_color_hover:hover img {
  filter: invert(13%) sepia(97%) saturate(4810%) hue-rotate(358deg) brightness(77%) contrast(116%);
}

.svg-img-theme-color {
  filter: invert(13%) sepia(97%) saturate(4810%) hue-rotate(358deg) brightness(77%) contrast(116%);
}

.icon-active {
  filter: invert(13%) sepia(97%) saturate(4810%) hue-rotate(358deg) brightness(77%) contrast(116%);
}

.tyt-nav-link.active {
  border-bottom-color: #cc0000 !important;
}

.headerWrapDesktop .nav-link {
  color: #9e9e9e !important;
}
.headerWrapDesktop .nav-link:hover {
  color: #ffffff !important;
}
.headerWrapDesktop .active:parent(.headerWrapDesktop) {
  color: #ffffff !important;
}

.payment-slider::-webkit-slider-thumb {
  background: #cc0000 !important;
}

.payment-slider::-moz-range-thumb {
  background: #cc0000 !important;
}

.theme_toggle input[type=checkbox]:checked + .theme_toggle_switch {
  background-color: #cc0000 !important;
}

.borderBottom {
  border-bottom-color: #cc0000 !important;
}

.borderBottom::before {
  background-color: #cc0000 !important;
  border-bottom-color: #cc0000 !important;
}

.borderBottom::after {
  background-color: #cc0000 !important;
  border-bottom-color: #cc0000 !important;
}

.borderTop {
  border-top-color: #cc0000 !important;
}

.afgButtonbuttonStyle {
  background-color: #cc0000 !important;
}

#BrandStoryId .carousel-indicators .indicator_Rectangle {
  background-color: #cc0000 !important;
}

.btn-danger {
  background-color: #cc0000 !important;
  border: 1px solid "" !important;
  color: "" !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5) !important;
}

.specification-link {
  color: #cc0000 !important;
}

.react-toast-notifications__toast {
  background-color: #cc0000 !important;
  color: #ffffff !important;
}

.icon-color-white {
  filter: brightness(0) invert(1);
}

.icon-active-brand {
  filter: invert(75%) sepia(97%) saturate(4810%) hue-rotate(358deg) brightness(77%) contrast(116%);
}

.icon-active-honda {
  filter: invert(75%) sepia(97%) saturate(4810%) hue-rotate(358deg) brightness(77%) contrast(116%);
}

@media screen and (max-width: 812px) {
  .carousel li.active {
    background-color: #cc0000 !important;
  }
}
.carousel .carousel-indicators .active {
  background-color: #cc0000 !important;
}

.lastActiveBrand_1 .isActiveBrand:nth-child(1)::before {
  border-left: 10px solid #000000 !important;
}

.lastActiveBrand_2 .isActiveBrand:nth-child(1)::before {
  border-left: 10px solid #000000 !important;
}
.lastActiveBrand_2 .isActiveBrand:nth-child(2)::before {
  border-left: 10px solid #bdbdbd !important;
}

.switchButton {
  right: 5rem !important;
  top: 0.2rem !important;
}

.HeroToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 80px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--fillToyotaWhite);
}

.HeroToyotaBlack-Regular {
  font-family: BrandFont, sans-serif;
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.Headline-1ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--fillToyotaWhite);
}

.Headline-1ToyotaBlack-Regular {
  font-family: BrandFont, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.Headline-2ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 37px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.Headline-2ToyotaBlack-Regular {
  font-family: BrandFont, sans-serif;
  font-size: 37px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.Headline-3ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 31px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.Headline-4ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.Headline-4ToyotaBlack-Regular {
  font-family: BrandFont, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}

.LeadToyotaBlack--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.Headline-5ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.LeadToyotaWhite--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}

.Headline-5ToyotaBlack-Regular {
  font-family: BrandFont, sans-serif-serif;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.BodyToyotaBlack-Bold {
  font-family: BrandFont, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.BodyToyotaBlack--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.SmallToyotaBlack-Bold {
  font-family: BrandFont, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.Button-2ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.SmallToyotaBlack--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: var(--fillPrimary500Base);
}

.Button-3ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.X-SmallToyotaBlack-Bold {
  font-family: BrandFont, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.X-SmallToyotaBlack--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: var(--fillBlack);
}

.TinyToyotaBlack--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: var(--fillBlack);
}

@media screen and (max-width: 991px) {
  .alertHeight {
    margin-top: 136px !important;
  }
}

@media screen and (max-width: 991px) {
  .alertNotification.hide {
    height: 136px !important;
  }
}

.brand-background-color .alert-brand-background-color {
  background-color: #cc0000;
  background-color: #cc0000;
}

.brand-text-color .alert-brand-text-color {
  color: #ffffff;
  color: #ffffff;
}

.tool_tip_Icon {
  position: relative;
  top: -1px;
}

.step1 {
  background: #CC0000 !important;
}

.step2 {
  background: #000000 !important;
}

.step3 {
  background: #bdbdbd !important;
}

.valuein {
  background: #CC0000 !important;
}

.bulletslist {
  background-color: #CC0000 !important;
}

.tradeValuationgrey {
  background-color: #eeeeee !important;
}
.tradeValuationgrey button {
  background-color: #CC0000 !important;
  color: #ffffff;
  font-weight: bold;
}
.tradeValuationgrey div[class*=secBlock] {
  color: #000000;
}

ul[class*=control-dots] &gt; li &gt; span[class*=IndicatorActive] {
  background-color: #CC0000 !important;
}

.bdr-grey300 {
  border-color: "" !important;
}

.theme_toggle input[type=checkbox]:checked + .newToggle {
  background-color: #cccccc !important;
}

.photoBoothCarousel .carousel .thumb {
  margin-right: 0px;
}

.photoBoothCarousel .carousel .control-prev.control-arrow:before {
  border-right: 8px solid #000;
}

.photoBoothCarousel .carousel .control-next.control-arrow:before {
  border-left: 8px solid #000;
}

.photoBoothCarousel .carousel .control-prev.control-arrow {
  left: -5px !important;
}

.photoBoothCarousel .carousel .control-next.control-arrow {
  right: -5px !important;
}

.photoBoothCarousel .carousel .control-arrow {
  margin-top: -25px !important;
}

#spincar_id ul {
  direction: ltr !important;
}

.logoHeaderimg.cars {
  height: 35px;
}

@media (max-width: 812px) {
  .logoHeaderimg.cars {
    height: 16px;
  }
}
.logoHeaderimg.motors {
  height: 35px;
  margin-bottom: 10px;
}

@media (max-width: 812px) {
  .logoHeaderimg.motors {
    height: 16px;
    margin-bottom: 0px;
  }
}
.logoHeaderimg.marine {
  height: 35px;
}

@media (max-width: 812px) {
  .logoHeaderimg.marine {
    height: 16px;
  }
}
.logoHeaderimg.power {
  height: 35px;
}

@media (max-width: 812px) {
  .logoHeaderimg.power {
    height: 16px;
  }
}

/*# sourceMappingURL=HONDA_FE_EN.css.map */
</pre></body></html>