:root {
  font-size: 10px;
  scroll-behavior: smooth;
}

.tradein .tradein-faq, .tradein .tradein-heading, .tradein .tradein-button, .tradein .tradein-feature ul li p span, .tradein-feature ul li p .tradein span,
.tradein .color-blue {
  color: #0056B9;
}
.tradein .color-yellow {
  color: #f1e543;
}
.tradein .color-white {
  color: #fff;
}
.tradein .bg-blue {
  background-color: #0056B9;
}
.tradein .tradein-table th.bg-light-blue, .tradein-table .tradein th.bg-light-blue, .tradein .tradein-table td.bg-light-blue, .tradein-table .tradein td.bg-light-blue,
.tradein .bg-light-blue {
  background-color: #bed4ea;
}
.tradein .tradein-heading, .tradein .tradein-button,
.tradein .bg-yellow {
  background-color: #f1e543;
}
.tradein .other_vehicles_inner, .tradein .tradein-faq, .tradein .tradein-table th, .tradein-table .tradein th, .tradein .tradein-table td, .tradein-table .tradein td, .tradein .tradein-flow__item,
.tradein .bg-white {
  background-color: #fff;
}
.tradein .tradein-faq dt, .tradein-faq .tradein dt, .tradein .tradein-table th, .tradein-table .tradein th, .tradein .tradein-table td, .tradein-table .tradein td, .tradein .tradein-heading, .tradein .tradein-models li p, .tradein-models li .tradein p, .tradein .tradein-button, .tradein .tradein-feature ul li p, .tradein-feature ul li .tradein p, .tradein .tradein-title, .tradein .tradein-header__text,
.tradein .font-bold {
  font-weight: 800;
}
.tradein .font-xl {
  font-size: 4.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .tradein .font-xl {
    font-size: max(2.4rem, 10vw);
  }
}
.tradein .tradein-heading,
.tradein .font-lg {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .tradein .tradein-heading,
  .tradein .font-lg {
    font-size: max(1.6rem, 5vw);
  }
}
.tradein .tradein-faq, .tradein .tradein-table th, .tradein-table .tradein th, .tradein .tradein-table td, .tradein-table .tradein td,
.tradein .font-md {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .tradein .tradein-faq, .tradein .tradein-table th, .tradein-table .tradein th, .tradein .tradein-table td, .tradein-table .tradein td,
  .tradein .font-md {
    font-size: max(1.4rem, 3vw);
  }
}
.tradein .font-sm {
  font-size: 1.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .tradein .font-sm {
    font-size: max(1.2rem, 2vw);
  }
}
.tradein .other_vehicles_inner, .tradein .tradein-faq, .tradein .tradein-table,
.tradein .radius-16 {
  border-radius: 16px;
}
.tradein .tradein-models li, .tradein-models .tradein li,
.tradein .radius-24 {
  border-radius: 24px;
}
.tradein .radius-32 {
  border-radius: 32px;
}
.tradein .radius-48 {
  border-radius: 48px;
}
.tradein .padding-16 {
  padding: 16px;
}
.tradein .padding-24 {
  padding: 24px;
}
.tradein .padding-32 {
  padding: 32px;
}
.tradein {
  /* stylelint-disable-next-line no-invalid-position-at-import-rule */
  /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
}
.tradein *,
.tradein ::before,
.tradein ::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}
.tradein {
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
}
.tradein html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}
.tradein {
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
}
.tradein body {
  margin: 0;
}
.tradein {
  /**
   * Render the `main` element consistently in IE.
   */
}
.tradein main {
  display: block;
}
.tradein {
  /* Vertical rhythm */
  /* ============================================ */
}
.tradein p,
.tradein table,
.tradein blockquote,
.tradein address,
.tradein pre,
.tradein iframe,
.tradein form,
.tradein figure,
.tradein dl {
  margin: 0;
}
.tradein {
  /* Headings */
  /* ============================================ */
}
.tradein h1,
.tradein h2,
.tradein h3,
.tradein h4,
.tradein h5,
.tradein h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.tradein {
  /* Lists (enumeration) */
  /* ============================================ */
}
.tradein ul,
.tradein ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tradein {
  /* Lists (definition) */
  /* ============================================ */
}
.tradein dt {
  font-weight: bold;
}
.tradein dd {
  margin-left: 0;
}
.tradein {
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
}
.tradein hr {
  clear: both;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  color: inherit;
  border-top-width: 1px;
}
.tradein {
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
}
.tradein pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.tradein address {
  font-style: inherit;
}
.tradein {
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
}
.tradein a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
.tradein {
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
}
.tradein abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
.tradein {
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
}
.tradein b,
.tradein strong {
  font-weight: bolder;
}
.tradein {
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
}
.tradein code,
.tradein kbd,
.tradein samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.tradein {
  /**
   * Add the correct font size in all browsers.
   */
}
.tradein small {
  font-size: 80%;
}
.tradein {
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
}
.tradein sub,
.tradein sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.tradein sub {
  bottom: -0.25em;
}
.tradein sup {
  top: -0.5em;
}
.tradein {
  /* Replaced content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
}
.tradein svg,
.tradein img,
.tradein embed,
.tradein object,
.tradein iframe {
  vertical-align: bottom;
}
.tradein {
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
}
.tradein button,
.tradein input,
.tradein optgroup,
.tradein select,
.tradein textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
}
.tradein {
  /**
   * Correct cursors for clickable elements.
   */
}
.tradein button,
.tradein [type=button],
.tradein [type=reset],
.tradein [type=submit] {
  cursor: pointer;
}
.tradein button:disabled,
.tradein [type=button]:disabled,
.tradein [type=reset]:disabled,
.tradein [type=submit]:disabled {
  cursor: default;
}
.tradein {
  /**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
}
.tradein :-moz-focusring {
  outline: auto;
}
.tradein select:disabled {
  opacity: inherit;
}
.tradein {
  /**
   * Remove padding
   */
}
.tradein option {
  padding: 0;
}
.tradein {
  /**
   * Reset to invisible
   */
}
.tradein fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}
.tradein legend {
  padding: 0;
}
.tradein {
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
}
.tradein progress {
  vertical-align: baseline;
}
.tradein {
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
}
.tradein textarea {
  overflow: auto;
}
.tradein {
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
}
.tradein [type=number]::-webkit-inner-spin-button,
.tradein [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.tradein {
  /**
   * Correct the outline style in Safari.
   */
}
.tradein [type=search] {
  outline-offset: -2px; /* 1 */
}
.tradein {
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
.tradein [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.tradein {
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
}
.tradein ::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}
.tradein {
  /**
   * Fix appearance for Firefox
   */
}
.tradein [type=number] {
  -moz-appearance: textfield;
}
.tradein {
  /**
   * Clickable labels
   */
}
.tradein label[for] {
  cursor: pointer;
}
.tradein {
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
}
.tradein details {
  display: block;
}
.tradein {
  /*
   * Add the correct display in all browsers.
   */
}
.tradein summary {
  display: list-item;
}
.tradein {
  /*
   * Remove outline for editable content.
   */
}
.tradein [contenteditable]:focus {
  outline: auto;
}
.tradein {
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}
.tradein table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}
.tradein caption {
  text-align: left;
}
.tradein td,
.tradein th {
  padding: 0;
  vertical-align: top;
}
.tradein th {
  font-weight: bold;
  text-align: left;
}
.tradein h2::after {
  content: none;
}
.tradein-header {
  width: 100%;
  line-height: 0;
}
.tradein-header__inner {
  position: relative;
  display: block;
  margin: 0 auto;
}
.tradein-header__text {
  position: absolute;
  top: 50%;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: -moz-min-content;
  width: min-content;
  color: #fff;
  white-space: nowrap;
  text-shadow: 1px 2px 0 hsla(0, 0%, 0%, 0.4);
  transform: translateY(calc(-50% + 41px));
}
.tradein-header__text h1 {
  font-size: 4.8rem;
  line-height: 1.5;
  text-align: justify;
  text-align: right;
}
.tradein-header__text span {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}
.tradein-header__description {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #f1e543;
  text-align: right;
}
.tradein-header picture img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tradein-header__text {
    top: 10vw;
    right: inherit;
    left: 5vw;
    justify-content: flex-start;
    color: #0056B9;
    text-align: left;
    transform: none;
  }
  .tradein-header__text h1 {
    font-size: max(2.4rem, 10vw);
    text-align: left;
  }
  .tradein-header__text span {
    font-size: max(1.4rem, 3vw);
    color: #fff;
  }
  .tradein-header__description {
    font-size: max(1.6rem, 5vw);
    text-align: left;
  }
}
.tradein-wrapper.bg-line .tradein-inner {
  box-sizing: border-box;
  padding: 20px 0 0;
  margin: 20px auto 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .tradein-wrapper.bg-line .tradein-inner {
    padding: 20px 5vw 0;
  }
}
.tradein-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  max-width: 768px;
  padding: 40px 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tradein-inner {
    padding: 40px 5vw 60px;
  }
}
.tradein-inner > img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.tradein-title {
  font-size: 4.8rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tradein-title {
    font-size: max(2.4rem, 10vw);
  }
}
.tradein-feature ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
}
.tradein-feature ul li {
  width: 100%;
  padding: 8px 4px;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 16px;
}
.tradein-feature ul li img {
  display: block;
  width: auto;
  height: 48px;
  margin: 8px auto;
}
.tradein-feature ul li p {
  text-align: center;
}
.tradein-button {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  margin-top: 16px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 48px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .tradein-button:hover {
    opacity: 0.8;
  }
}
.tradein-button img {
  width: 24px;
  height: 24px;
}
.tradein-models {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.tradein-models li {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.tradein-models li img {
  width: 100%;
  height: auto;
}
.tradein-models li p {
  position: absolute;
  bottom: 8px;
  left: 16px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
}
.tradein-flow {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.tradein-flow__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.tradein-flow__inner h4 {
  overflow-wrap: break-word;
}
.tradein-flow__inner p {
  margin: 4px 0 0;
  text-align: center;
}
.tradein-flow__inner:not(:last-of-type) {
  position: relative;
  margin-bottom: 40px;
}
.tradein-flow__inner:not(:last-of-type)::after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 16px solid transparent;
  border-top-color: #f1e543;
  border-top-width: 16px;
  transform: translateX(-50%);
}
.tradein-flow__inner--half {
  grid-template-columns: repeat(4, 1fr);
}
.tradein-flow__inner--half .tradein-flow__item {
  grid-row: span 2;
  grid-column: 1/3;
}
.tradein-flow__inner--half .tradein-flow__item--two {
  grid-column: 3/5;
}
.tradein-flow__item {
  grid-column: 1/3;
  padding: 16px;
  text-align: center;
  border-radius: 16px;
}
.tradein-flow__item--full {
  grid-column: 1/7;
}
.tradein-flow__item--one {
  grid-column: 1/3;
}
.tradein-flow__item--two {
  grid-column: 3/5;
}
.tradein-flow__item--three {
  grid-column: 5/7;
}
.tradein-heading {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
}
.tradein-table {
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
  border-collapse: collapse;
}
.tradein-table th, .tradein-table td {
  padding: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tradein-table th, .tradein-table td {
    padding: 16px 0;
  }
}
.tradein-table th {
  white-space: nowrap;
  border-bottom: 2px solid #0056B9;
}
@media screen and (max-width: 768px) {
  .tradein-table th {
    overflow-wrap: break-word;
    white-space: inherit;
  }
}
.tradein-table tr > *:first-of-type {
  padding-left: 8px;
}
.tradein-faq {
  padding: 16px;
}
.tradein-faq dt::before {
  content: "Q:";
}
.tradein-faq dd::before {
  display: block;
  margin-right: 8px;
  content: "A:";
}
.tradein-faq dt, .tradein-faq dd {
  display: flex;
  gap: 8px;
  margin: 8px 0;
}
.tradein-faq dt::before, .tradein-faq dd::before {
  display: inline-block;
  font-weight: bold;
}
.tradein-faq-group {
  display: grid;
  visibility: hidden;
  grid-template-rows: 0fr;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.tradein-faq-group > div {
  overflow: hidden;
}
.tradein-faq-group dl {
  height: 0;
}
.tradein .other_vehicles_inner {
  width: 100%;
  padding: 24px 24px 40px !important;
}
.tradein .other_vehicles_inner h2 {
  display: none;
}

#tradein-open {
  display: none;
}
#tradein-open:checked + .tradein-button {
  display: none;
}
#tradein-open:checked ~ .tradein-faq-group {
  visibility: visible;
  grid-template-rows: 1fr;
  gap: 16px;
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
}
#tradein-open:checked ~ .tradein-faq-group dl {
  height: auto;
}

body.edm-eva #edm-eva {
  overflow: hidden;
  background: #fff;
  border-radius: 16px !important;
}/*# sourceMappingURL=tradein.css.map */