.home-quote-reference-panel {
  display: none;
}

@media (min-width: 761px) {
  html body:is(.home-page, .home-quote-enabled) main.landing-main section.home-quote-reference-panel div.home-quote-reference-options {
    color: #11151b !important;
  }
}

@media (min-width: 761px) {
  body:is(.home-page, .home-quote-enabled) .home-quote-reference-panel {
    width: 100% !important;
    min-height: 506px !important;
    display: grid !important;
    grid-template-columns: minmax(440px, calc(38% + 100px)) minmax(0, 1fr) !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid #ccd8e7 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-options {
    min-width: 0 !important;
    padding: 27px 25px !important;
    border-right: 1px solid #ccd8e7 !important;
    background: #fff !important;
    color: #11151b !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-options > h2 {
    margin: 0 0 20px !important;
    color: #11151b !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: -.035em !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-fields {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-field {
    position: relative !important;
    min-width: 0 !important;
    min-height: 58px !important;
    border: 1px solid #d7e1ed !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #01539f !important;
    box-shadow: none !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-field > small {
    position: absolute !important;
    left: 12px !important;
    top: 7px !important;
    z-index: 2 !important;
    color: #01539f !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    pointer-events: none !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-native-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-button {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 7px 34px 7px 12px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: transparent !important;
    color: #01539f !important;
    text-align: left !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-button::after {
    content: "" !important;
    position: absolute !important;
    right: 13px !important;
    top: 50% !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 1.5px solid #01539f !important;
    border-bottom: 1.5px solid #01539f !important;
    transform: translateY(-70%) rotate(45deg) !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-button:disabled {
    color: rgba(1, 83, 159, .48) !important;
    cursor: default !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-button > img {
    flex: 0 0 27px !important;
    width: 27px !important;
    height: 20px !important;
    object-fit: contain !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-button > span {
    min-width: 0 !important;
    overflow: hidden !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-menu {
    position: absolute !important;
    left: -1px !important;
    right: -1px !important;
    top: calc(100% + 5px) !important;
    z-index: 30 !important;
    display: none !important;
    max-height: 238px !important;
    overflow-y: auto !important;
    padding: 6px !important;
    border: 1px solid #d7e1ed !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(0, 28, 69, .2) !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-menu.open {
    display: grid !important;
    gap: 3px !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-menu > button {
    width: 100% !important;
    min-height: 39px !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 7px 9px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #01539f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-menu > button:hover,
  body:is(.home-page, .home-quote-enabled) .home-reference-picker-menu > button:focus {
    background: #eef6ff !important;
    color: #01539f !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-menu > button img {
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 24px !important;
    object-fit: contain !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-picker-menu > button span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-condition {
    margin-top: 14px !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-condition > small {
    display: block !important;
    margin-bottom: 6px !important;
    color: #11151b !important;
    font-size: 14px !important;
    font-weight: 650 !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-condition > div {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-condition button {
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d7e1ed !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #01539f !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    cursor: pointer !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-condition button.active {
    border-color: #0084ff !important;
    background: #0084ff !important;
    color: #11151b !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-options > p {
    min-height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 10px 0 0 !important;
    border: 1px solid #d7e1ed !important;
    border-radius: 5px !important;
    color: #11151b !important;
    font-size: 12px !important;
  }

  html body:is(.home-page, .home-quote-enabled) .home-quote-reference-options > button.home-quote-reference-launch {
    width: 100% !important;
    min-height: 45px !important;
    margin-top: 10px !important;
    border: 1px solid #01539f !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #11151b !important;
    font-size: 17px !important;
    font-weight: 750 !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  html body:is(.home-page, .home-quote-enabled) .home-quote-reference-options > button.home-quote-reference-launch:disabled {
    opacity: 1 !important;
    cursor: default !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-options,
  body:is(.home-page, .home-quote-enabled) .home-quote-reference-options * {
    color: #11151b !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-condition button.active {
    border-color: #0084ff !important;
    background: #0084ff !important;
    color: #fff !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-options > p {
    border-color: #e1e6ed !important;
    background: #f3f5f8 !important;
    color: #8b98a8 !important;
  }

  html body:is(.home-page, .home-quote-enabled) .home-quote-reference-options > button.home-quote-reference-launch,
  html body:is(.home-page, .home-quote-enabled) .home-quote-reference-options > button.home-quote-reference-launch:disabled {
    border-color: #01539f !important;
    background: #01539f !important;
    color: #fff !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-result {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    background: #fff !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-waiting {
    display: none !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-result.is-empty {
    align-items: center !important;
    justify-content: center !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-result.is-empty > small,
  body:is(.home-page, .home-quote-enabled) .home-quote-reference-result.is-empty > .home-quote-reference-result-main,
  body:is(.home-page, .home-quote-enabled) .home-quote-reference-result.is-empty > a,
  body:is(.home-page, .home-quote-enabled) .home-quote-reference-result.is-empty > p {
    display: none !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-result.is-empty > .home-reference-waiting {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    width: 100% !important;
    min-height: 100% !important;
    padding: 30px !important;
    text-align: center !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-waiting > strong {
    color: #01539f !important;
    font-size: 34px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: -.04em !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-reference-waiting > p {
    margin: 0 !important;
    color: #6f8199 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-result > small {
    min-height: 18px !important;
    display: block !important;
    overflow: hidden !important;
    color: #8491a5 !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-result-main {
    flex: 1 !important;
    width: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-vehicle {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 34px 20px !important;
    overflow: hidden !important;
    background:
      radial-gradient(ellipse at 50% 45%, rgba(255, 255, 255, .96) 0 34%, rgba(255, 255, 255, .56) 62%, rgba(232, 242, 255, .3) 100%),
      linear-gradient(160deg, #f8fbff 0%, #edf5ff 72%, #e2efff 100%) !important;
    transform: none !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-construction {
    color: #01539f !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-detail {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 14px 12px !important;
    background: #fff !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-summary {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-summary > img {
    width: min(250px, 100%) !important;
    height: 130px !important;
    display: block !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 12px rgba(18, 44, 82, .13)) !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-summary > [data-reference-result="vehicle-name"] {
    max-width: 100% !important;
    margin: 2px 0 10px !important;
    overflow: hidden !important;
    color: #8491a5 !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-price > span {
    margin-top: 0 !important;
    color: #17263b !important;
    font-size: 12px !important;
    font-weight: 750 !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-price > strong {
    margin-top: 5px !important;
    color: #01539f !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    letter-spacing: -.045em !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-price > small {
    margin-top: 5px !important;
    color: #94a3b8 !important;
    font-size: 10px !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-list {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    list-style: none !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-list li {
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-content: start !important;
    gap: 5px !important;
    padding: 0 10px !important;
    border-right: 1px solid #dce5f0 !important;
    border-bottom: 0 !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-list li:last-child {
    border-right: 0 !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-list .home-quote-reference-empty {
    display: block !important;
    padding: 24px 8px !important;
    border: 0 !important;
    color: #8491a5 !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-list li > b {
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #01539f !important;
    color: #fff !important;
    font-size: 10px !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-list li > span {
    overflow: hidden !important;
    color: #17263b !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-list li > strong {
    color: #01539f !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-detail > a {
    width: 100% !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: auto !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #01539f !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  body:is(.home-page, .home-quote-enabled) .home-quote-reference-detail > a.disabled {
    opacity: .45 !important;
    pointer-events: none !important;
  }

}
