@font-face {
  font-family: "Avenir-Roman", sans-serif;
  src: url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Medium", sans-serif;
  src: url("../fonts/Avenir-Medium.woff2") format("woff2"), url("../fonts/Avenir-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Heavy", sans-serif;
  src: url("../fonts/Avenir-Heavy.woff2") format("woff2"), url("../fonts/Avenir-Heavy.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Black", sans-serif;
  src: url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}
@media (max-width: 1239px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1179px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 16px;
  }
}
html body {
  font-family: "Avenir-Medium", sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove focus outline when clicking */
*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Keep focus styles when using Tab (keyboard navigation) */
*:focus-visible {
  outline: 2px solid #0073aa !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 115, 170, 0.5) !important;
          box-shadow: 0 0 5px rgba(0, 115, 170, 0.5) !important;
  outline-radius: 4px !important;
  -moz-outline-radius: 4px !important;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a, button, input[type=submit] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: -0.01em;
}

li {
  letter-spacing: -0.01em;
}

.container, .grid-container, .alignwide, .is-layout-constrained > .alignwide {
  width: 100%;
  max-width: 87.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .container, .grid-container, .alignwide, .is-layout-constrained > .alignwide {
    max-width: 46.25rem;
  }
}
@media (max-width: 767px) {
  .container, .grid-container, .alignwide, .is-layout-constrained > .alignwide {
    max-width: 37.5rem;
  }
}
@media (max-width: 639px) {
  .container, .grid-container, .alignwide, .is-layout-constrained > .alignwide {
    max-width: 30rem;
  }
}

.d-none {
  display: none;
}

.text-center {
  text-align: center;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row > div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
}
@media (max-width: 1023px) {
  .col-6 {
    width: 100%;
  }
}

.col-4 {
  width: 33.33%;
}
@media (max-width: 1023px) {
  .col-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-4 {
    width: 100%;
  }
}

.col-3 {
  width: 25%;
}
@media (max-width: 1023px) {
  .col-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-3 {
    width: 100%;
  }
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.overlay-link:focus-visible {
  outline-offset: -2px;
  border-radius: 1.25rem;
}

.overlay-link {
  position: absolute;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-area {
  padding: 1.875rem 0;
}

.btn {
  font-size: 1.25rem;
  background: #003783;
  color: #FFFFFF;
  padding: 0.625rem 1.25rem;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn:hover {
  background: #002250;
  color: #757575;
}
.btn:focus-visible {
  outline: 2px solid #757575;
  outline-offset: -2px;
}

p {
  margin: 0 0 1.25rem;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  margin: 0 0 1.25rem;
}
h1 mark, h1 span, h2 mark, h2 span, h3 mark, h3 span, h4 mark, h4 span, h5 mark, h5 span, h6 mark, h6 span, .h1 mark, .h1 span, .h2 mark, .h2 span, .h3 mark, .h3 span, .h4 mark, .h4 span, .h5 mark, .h5 span, .h6 mark, .h6 span {
  background: #D5EEF2;
  color: #003783;
  display: inline-block;
  border-radius: 0.375rem;
  padding: 0 0.25rem;
}

h1, .h1 {
  font-size: 4.5rem;
  line-height: 0.975em;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 3.625rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 639px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 3.25rem;
  line-height: 1.08em;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}

h3, .h3 {
  font-size: 2.625rem;
  line-height: 1.08em;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 639px) {
  h3, .h3 {
    font-size: 1.6875rem;
  }
}

h4, .h4 {
  font-size: 2rem;
  line-height: 1.08em;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.625rem;
  }
}
@media (max-width: 639px) {
  h4, .h4 {
    font-size: 1.5625rem;
  }
}

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.2em;
}
@media (max-width: 1023px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 1.125rem;
  }
}

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.2em;
}
@media (max-width: 1023px) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 1.0625rem;
  }
}

.site-header__inner .site-header__navigation > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.site-header__inner .site-header__navigation > .menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.site-header__inner .site-header__navigation > .menu li a {
  text-decoration: none;
  color: #FFFFFF;
}
.site-header__inner .site-header__navigation > .menu > li {
  padding: 0 1.25rem;
}
.site-header__inner .site-header__navigation > .menu > li > a {
  padding: 0.5rem 0;
  display: block;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 0.25rem;
}
.site-header__inner .site-header__navigation > .menu > li:hover > a, .site-header__inner .site-header__navigation > .menu > li.current-menu-item > a {
  background-image: url(../assets/images/svg/menu-active-arrow.svg);
}

.fullpage-menu--open .fullpage-menu {
  opacity: 1;
  visibility: visible;
}
.fullpage-menu--open .fullpage-menu .fullpage-menu__lh {
  left: 0;
}
.fullpage-menu--open .fullpage-menu .fullpage-menu__rh {
  opacity: 1;
}

.fullpage-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D5EEF2;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-height: 100vh;
  overflow: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.fullpage-menu__lh {
  background: #FFFFFF;
  border-radius: 0 2.5rem 2.5rem 0;
  padding: 6.25rem 3.125rem 2.5rem;
  width: 26.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  left: -26.25rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 1023px) {
  .fullpage-menu__lh {
    display: none;
  }
}
.fullpage-menu__rh {
  width: calc(100% - 26.25rem);
  padding: 6.25rem 3.75rem 6.25rem 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 1023px) {
  .fullpage-menu__rh {
    width: calc(100% - 0rem);
    padding: 1.875rem;
  }
}
@media (max-width: 639px) {
  .fullpage-menu__rh {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fullpage-menu__rh .image-label:hover span {
  -webkit-transform: scale(1.1) rotate(45deg);
          transform: scale(1.1) rotate(45deg);
}
.fullpage-menu__logo {
  text-align: center;
}
@media (max-width: 1023px) {
  .fullpage-menu__address {
    padding-bottom: 1.25rem;
  }
}
.fullpage-menu__address-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.9375rem;
  line-height: 1.47em;
}
@media (max-width: 1023px) {
  .fullpage-menu__address-time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fullpage-menu__big {
  width: 50%;
}
@media (max-width: 767px) {
  .fullpage-menu__big {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .fullpage-menu__big {
    width: 100%;
  }
}
.fullpage-menu__big .menu-main-menu-container {
  margin: 0 0 4.8125rem;
}
@media (max-width: 639px) {
  .fullpage-menu__big .menu-main-menu-container {
    margin: 0 0 1.875rem;
  }
}
.fullpage-menu__big .menu {
  padding: 0;
  margin: 0;
}
.fullpage-menu__big .menu li {
  padding: 0;
  margin: 0 0 1.125rem;
  list-style: none;
  line-height: normal;
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -0.01em;
  line-height: 1.3em;
}
@media (max-width: 1023px) {
  .fullpage-menu__big .menu li {
    font-size: 1.875rem;
    margin: 0 0 0.625rem;
  }
}
.fullpage-menu__big .menu li:hover > a, .fullpage-menu__big .menu li.current-menu-item > a {
  text-decoration: underline;
}
.fullpage-menu__big .menu li a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #003783;
}
.fullpage-menu__big .small-menu {
  padding: 0;
  margin: 0;
}
@media (max-width: 639px) {
  .fullpage-menu__big .small-menu {
    margin: 0 0 1.875rem;
  }
}
.fullpage-menu__big .small-menu li {
  padding: 0;
  margin: 0 0 1.25rem;
  list-style: none;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .fullpage-menu__big .small-menu li {
    font-size: 1rem;
    margin: 0 0 0.625rem;
  }
}
.fullpage-menu__big .small-menu li:hover > a, .fullpage-menu__big .small-menu li.current-menu-item > a {
  text-decoration: underline;
}
.fullpage-menu__big .small-menu li a {
  text-decoration: none;
  color: #003783;
}
.fullpage-menu__big .small-menu li a span {
  font-size: 0.875rem;
  font-weight: bold;
  min-width: 1.25rem;
  height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  top: -0.125rem;
  margin-left: 0.125rem;
}
.fullpage-menu__cta {
  width: 42.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .fullpage-menu__cta {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .fullpage-menu__cta {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.fullpage-menu__cta h2 {
  font-size: 2.5rem;
  letter-spacing: -0.01em;
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .fullpage-menu__cta h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 639px) {
  .fullpage-menu__cta h2 {
    margin-bottom: 1.25rem;
  }
}
.fullpage-menu__cta .image-label {
  margin-bottom: 0.625rem;
}
.fullpage-menu__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding: 0rem 3.75rem 1.8125rem 7.5rem;
}
@media (max-width: 1023px) {
  .fullpage-menu__footer {
    padding: 0rem 1.875rem 1.25rem;
  }
}
@media (max-width: 639px) {
  .fullpage-menu__footer {
    position: relative;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .fullpage-menu__footer--menu {
    width: 100%;
  }
}
.fullpage-menu__footer--menu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 639px) {
  .fullpage-menu__footer--menu ul {
    margin-bottom: 1.25rem;
  }
}
.fullpage-menu__footer--menu ul li {
  list-style: none;
  margin: 0;
  padding: 0 1.875rem 0 0;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
}
@media (max-width: 639px) {
  .fullpage-menu__footer--menu ul li {
    padding: 0 0.9375rem 0.625rem 0;
    font-size: 0.8125rem;
  }
}
.fullpage-menu__footer--menu ul li a {
  color: #003783;
  text-decoration: none;
}
.fullpage-menu__footer--menu ul li a:hover {
  text-decoration: underline;
}
.fullpage-menu__footer--social {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 639px) {
  .fullpage-menu__footer--social {
    width: 100%;
  }
}
.fullpage-menu__footer--social li {
  padding: 0 0 0 0.625rem;
  margin: 0;
  list-style: none;
}
@media (max-width: 639px) {
  .fullpage-menu__footer--social li {
    padding: 0 0.625rem 0 0;
  }
}
.fullpage-menu__footer--social li a {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #003783;
}
.fullpage-menu__footer--social li a:hover {
  background: #FFFFFF;
}
.fullpage-menu__footer--social li a img {
  width: 1.125rem;
}
.fullpage-menu__close {
  position: fixed;
  right: 1.875rem;
  top: 1.875rem;
  background: none;
  border: 0;
  border-radius: 0;
  font-size: 0;
  width: 1.875rem;
  height: 1.875rem;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .fullpage-menu__close {
    right: 1.25rem;
  }
}
.fullpage-menu__close::before, .fullpage-menu__close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.125rem;
  width: 100%;
  background: #003783;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0.125rem;
}
.fullpage-menu__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fullpage-menu__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.uat-site-header {
  padding: 0;
  border: 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.uat-site-header__logo-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1.875rem;
}
.uat-site-header__logo-search .Search-bar-block {
  width: 24.875rem;
}
.uat-site-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1.25rem;
}
.uat-site-header__menu .wrap-drop.h-myaccountwrap {
  border: 0;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
}
.uat-site-header__menu .wrap-drop.h-myaccountwrap > span > svg:first-child {
  margin-left: 0;
  margin-right: 0.3125rem;
  width: 17px;
  height: auto;
}
.uat-site-header__menu .wrap-drop.h-myaccountwrap > span > svg:last-child {
  margin: 0;
}
.uat-site-header__menu .my-acc-btn {
  padding: 0;
}
.uat-site-header__menu .my-acc-btn .sign-btn {
  padding: 0.125rem 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #000000;
  font-size: 0.9375rem;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
  position: relative;
  line-height: normal;
  letter-spacing: 0;
}
.uat-site-header__menu .my-acc-btn .sign-btn::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: #000000;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.uat-site-header__menu .my-acc-btn .sign-btn:hover {
  color: #000000;
}
.uat-site-header__menu .my-acc-btn .sign-btn:hover::before {
  width: 100%;
}
.uat-site-header .site-header {
  border: 0;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1.25rem;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class::after {
  display: none;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class li {
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class li a {
  line-height: normal;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li {
  padding: 0;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li.watch-list-icon > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/black-star-icon.svg) no-repeat center left/1.125rem;
  padding-left: 1.4375rem;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li.has-child > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li.has-child > a::after {
  top: -0.125rem;
  left: auto;
  right: auto;
  bottom: auto;
  height: 0.375rem;
  width: 0.375rem;
  background: none;
  border-bottom: 0.125rem solid;
  border-right: 0.125rem solid;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.5rem;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li.has-child:hover > a::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 0.125rem;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li:hover > a {
  color: #000000;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li:hover > a::before {
  width: 100%;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li .sub-menu {
  min-width: 11.75rem;
  border-radius: 0.25rem;
  padding: 1.25rem;
  background: #191919;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li .sub-menu li {
  padding: 0;
  margin: 0 0 0.9375rem;
  background: none;
  height: auto;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li .sub-menu li:last-child {
  margin: 0;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li .sub-menu li:hover > a {
  color: #FFFFFF;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li .sub-menu li a {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  color: #BCBCBC;
  border: 0;
  display: block;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li > a {
  font-size: 0.9375rem;
  position: relative;
  line-height: normal;
  padding: 0.125rem 0;
}
.uat-site-header .site-header #auctionmenu > ul.menu_mobile_class > li > a::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: #000000;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.uat-site-header .site-logo {
  width: 9.9375rem;
  padding: 0.375rem 0;
}
.uat-site-header .Search-bar-block {
  padding: 0;
}
.uat-site-header .Search-bar-block input[type=text] {
  height: 2.625rem;
  border-radius: 0.375rem;
  background: #FFFFFF;
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Avenir-Medium", sans-serif;
  font-weight: 400;
  padding: 0 1.25rem 0 3rem;
}
.uat-site-header .Search-bar-block button {
  height: 1.125rem;
  width: 1.125rem;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0.9375rem;
  margin: auto;
}
.uat-site-header .Search-bar-block button svg {
  width: 100%;
  height: 100%;
}

.uat-site-footer {
  background: #D3D3D3;
  padding: 0;
  border: 0;
}
.uat-site-footer__top {
  padding: 1.375rem 0 4.0625rem;
}
.uat-site-footer__top .logo-social {
  padding: 0;
}
.uat-site-footer__top > .container > .row {
  margin: 0;
}
.uat-site-footer .site-logo {
  margin: 0 0 0.6875rem;
  padding: 0;
  width: 12.4375rem;
}
.uat-site-footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.875rem;
  margin: 0;
}
.uat-site-footer .social-icons span.social-icon a {
  margin: 0;
}
.uat-site-footer .social-icons span.social-icon a img {
  width: 1.375rem;
}
.uat-site-footer .uat-site-footer__copyright {
  padding: 1.0625rem 0;
  margin: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.uat-site-footer .uat-site-footer__copyright p {
  margin: 0;
  font-size: 0.8125rem;
  color: #000000;
}
.uat-site-footer .footer-links {
  width: 60.7%;
  padding: 1rem 0 0;
}
.uat-site-footer .footer-links .column h3, .uat-site-footer .footer-links .column .h3 {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Avenir-Medium", sans-serif;
  font-weight: 400;
  margin: 0 0 0.8125rem;
}
.uat-site-footer .footer-links .column .menu {
  padding: 0;
  margin: 0;
}
.uat-site-footer .footer-links .column .menu li {
  padding: 0;
  margin: 0 0 0.46875rem;
  list-style: none;
  line-height: normal;
}
.uat-site-footer .footer-links .column .menu li a {
  color: #000000;
  font-size: 0.9375rem;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
}
.uat-site-footer .footer-links .column .menu li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.uat-spotlight-slider__main {
  position: relative;
  height: 16.75rem;
  margin-bottom: 3.125rem;
}
.uat-spotlight-slider__main .container {
  position: relative;
}
.uat-spotlight-slider__main .container .swiper-slide, .uat-spotlight-slider__main .container .uat-spotlight-slider, .uat-spotlight-slider__main .container .swiper-wrapper {
  height: 100%;
}
.uat-spotlight-slider__main .container .swiper-navigation {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5rem;
  height: 2rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.25rem;
  right: 1.875rem;
  bottom: 0.625rem;
  z-index: 1;
}
.uat-spotlight-slider__main .container .swiper-navigation > button {
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  background: none;
  border: none;
  height: 2rem;
  width: 2rem;
  font-size: 0;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uat-spotlight-slider__main .container .swiper-navigation > button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.4375rem;
  height: 0.4375rem;
  border-bottom: 0.125rem solid;
  border-right: 0.125rem solid;
  color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.uat-spotlight-slider__main .container .swiper-navigation > button::after {
  display: none;
}
.uat-spotlight-slider__main .container .swiper-navigation > button.swiper-button-next::before {
  right: 0.375rem;
}
.uat-spotlight-slider__main .container .swiper-navigation > button.swiper-button-prev::before {
  left: 0.375rem;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.uat-spotlight-slide__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70.441% 0.125rem 29.559%;
  grid-template-columns: 70.441% 29.559%;
  gap: 0.125rem;
  overflow: hidden;
  height: 100%;
}
.uat-spotlight-slide__lh {
  position: relative;
}
.uat-spotlight-slide__lh::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  height: 6.25rem;
  z-index: 1;
}
.uat-spotlight-slide__lh .spotlight-label {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uat-spotlight-slide__lh .spotlight-label img {
  width: 1.3125rem;
  height: auto;
  margin-right: 0.375rem;
}
.uat-spotlight-slide__lh .spotlight-details {
  position: absolute;
  bottom: 1.25rem;
  left: 1.875rem;
  color: #FFFFFF;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
  line-height: normal;
}
.uat-spotlight-slide__lh .spotlight-details h3 {
  font-size: 1.375rem;
  color: #FFFFFF;
  margin: 0 0 0.9375rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
}
.uat-spotlight-slide__lh .spotlight-details__price-days-rating {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1.25rem;
}
.uat-spotlight-slide__lh .spotlight-details__price-days-rating li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uat-spotlight-slide__lh .spotlight-details__price-days-rating li span {
  font-family: "Avenir-Medium", sans-serif;
  font-weight: 400;
  font-weight: 500;
  color: #CDCDCD;
  padding-right: 0.375rem;
}
.uat-spotlight-slide__rh {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.125rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uat-spotlight-slide__thumbnail {
  position: relative;
  height: 100%;
}
.uat-spotlight-slide__content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.uat-spotlight-slide__image--main {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.uat-spotlight-slide__image--thumbnail {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.product-listing .product-img-b, .product-list-columns .product-img-b {
  border: 0;
  border-radius: 0.25rem;
  margin-bottom: 0.9375rem;
  overflow: hidden;
}
.product-listing .product-img-b:hover .product-img, .product-list-columns .product-img-b:hover .product-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-listing .product-img-b .product-img, .product-list-columns .product-img-b .product-img {
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-listing .star-rating, .product-list-columns .star-rating {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 2;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
  padding: 0.3125rem 0.4375rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.25rem;
  line-height: normal;
  width: auto;
  height: auto;
}
.product-listing .star-rating::before, .product-list-columns .star-rating::before {
  display: none;
}
.product-listing .star-rating img, .product-list-columns .star-rating img {
  width: 1rem;
  height: auto;
}
.product-listing .timer_label, .product-list-columns .timer_label {
  bottom: 0.625rem;
  left: 0.625rem;
  right: auto;
  background: none;
  border-radius: 0.375rem;
  padding: 0.25rem 0.625rem;
  background: rgba(0, 0, 0, 0.6);
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1.0625rem;
}
.product-listing .bid-amount, .product-list-columns .bid-amount {
  padding: 0;
  background: none;
  font-weight: normal;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
}
.product-listing .bid-amount span, .product-list-columns .bid-amount span {
  font-family: "Avenir-Medium", sans-serif;
  font-weight: 400;
  font-weight: 500;
}
.product-listing .timer-box, .product-list-columns .timer-box {
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-listing .timer-box > span, .product-list-columns .timer-box > span {
  margin-right: 0.3125rem;
}
.product-listing .timer-b-left-bottom, .product-list-columns .timer-b-left-bottom {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-listing .timer-b-left-bottom .hasCountdown, .product-list-columns .timer-b-left-bottom .hasCountdown {
  padding: 0;
  color: #FFFFFF;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
}
.product-listing .bid-amount, .product-list-columns .bid-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-listing .bid-amount > span, .product-list-columns .bid-amount > span {
  color: #CDCDCD !important;
  margin-right: 0.3125rem;
}
.product-listing .bid-amount > span:last-child, .product-list-columns .bid-amount > span:last-child {
  margin-right: 0;
}
.product-listing .bid-amount span, .product-list-columns .bid-amount span {
  white-space: nowrap;
}
.product-listing .bid-amount .amount, .product-list-columns .bid-amount .amount {
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
  padding: 0 !important;
}
.product-listing .product-desc .product-title, .product-list-columns .product-desc .product-title {
  font-family: "Avenir-Black", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
}
.product-listing .product-desc p, .product-list-columns .product-desc p {
  font-size: 0.875rem;
}
.product-listing .product-desc p:last-child, .product-list-columns .product-desc p:last-child {
  margin-bottom: 0;
}
.product-listing .product-desc p span, .product-list-columns .product-desc p span {
  color: #828282;
}
.product-listing .product-desc__cover, .product-list-columns .product-desc__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-listing.product-grid-view, .product-list-columns.product-grid-view {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5625rem 1fr 1.5625rem 1fr 1.5625rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 2.5rem;
  border-radius: 0.25rem;
}
.product-listing.product-grid-view.product-listing__two-column, .product-list-columns.product-grid-view.product-listing__two-column {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.product-listing.product-list-view, .product-list-columns.product-list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 1.875rem;
}
.product-listing.product-list-view .product-list-view__block, .product-list-columns.product-list-view .product-list-view__block {
  width: 100%;
}
.product-listing.product-list-view .product-list-view__block .uat-spotlight-slide__block, .product-list-columns.product-list-view .product-list-view__block .uat-spotlight-slide__block {
  height: 20.625rem;
  -ms-grid-columns: 62.8% 37.2%;
  grid-template-columns: 62.8% 37.2%;
  margin-bottom: 1.0625rem;
}
.product-listing.product-list-view .product-list-view__block .uat-spotlight-slide__block .star-rating, .product-list-columns.product-list-view .product-list-view__block .uat-spotlight-slide__block .star-rating {
  top: auto;
  bottom: 0.625rem;
}
.product-listing.product-list-view .product-list-view__block .product-desc p span, .product-list-columns.product-list-view .product-list-view__block .product-desc p span {
  padding-top: 0.5rem;
  display: block;
}

.uat-vehicle-listing__main {
  margin-bottom: 3.75rem;
}
.uat-vehicle-listing__filter {
  margin-bottom: 3.125rem;
}
.uat-vehicle-listing__filter .row, .uat-vehicle-listing__filter.row {
  margin-left: 0;
  margin-right: 0;
}
.uat-vehicle-listing__filter .row > div, .uat-vehicle-listing__filter.row > div {
  padding: 0;
}
.uat-vehicle-listing__filter h2 {
  margin: 0;
  font-size: 1.75rem;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
}
.uat-vehicle-listing__filter select {
  height: 2.3125rem;
  border-radius: 0.375rem;
  color: #000000 !important;
  font-size: 1rem;
}
.uat-vehicle-listing__filter select option {
  color: #000000;
}
.uat-vehicle-listing__filter--lh {
  grid-gap: 0.625rem;
}
.uat-vehicle-listing__filter--lh h2 {
  margin-right: 0.625rem;
}
.uat-vehicle-listing__filter--manufacturer {
  min-width: 12rem;
}
.uat-vehicle-listing__filter--transmission {
  min-width: 8.5625rem;
}
.uat-vehicle-listing__filter--year {
  min-width: 5rem;
}
.uat-vehicle-listing__filter--body-style {
  min-width: 7.5625rem;
  font-family: "Avenir-Medium", sans-serif;
  font-weight: 400;
}
.uat-vehicle-listing__filter--rh {
  font-size: 0.9375rem;
  font-family: "Avenir-Medium", sans-serif;
  font-weight: 400;
}
.uat-vehicle-listing__filter--rh a {
  color: #828282;
}
.uat-vehicle-listing__filter--rh a:hover {
  color: #000000;
}
.uat-vehicle-listing__filter--list {
  grid-gap: 0.9375rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.5625rem;
  grid-gap: 0.375rem;
}
.pagination > * {
  height: 2.75rem;
  min-width: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000000;
}
.pagination > *:hover {
  background: #dfdfdf;
  color: #000000;
}
.pagination > *.current {
  background: #C0C0C0;
}
.pagination > *.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-watch-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1.875rem;
}

.wish-list-button, .share-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
}
.wish-list-button img, .share-button img {
  margin-right: 0.25rem;
}

.uat-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}
.uat-heading .uat-left .product-details-desc {
  padding: 0;
}
.uat-heading .uat-left .product-details-desc .peoduct-name {
  margin-bottom: 0.25rem;
}
.uat-heading .uat-right .single_top_btn {
  padding: 0;
}

.image-gallery .card-image-left {
  width: 62.8%;
  height: 37.125rem;
}
.image-gallery .card-image-right {
  width: 37.2%;
}

.card-image {
  border-width: 0.0625rem;
}

.single_pro_row .single_pro_left {
  width: 61%;
}
.single_pro_row .single_pro_left .auction-inline-info {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 0.625rem;
  margin-bottom: 1rem;
}
.single_pro_row .single_pro_right {
  width: 39%;
  padding-left: 1.5625rem;
}

.auction-inline-info__counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  grid-gap: 1.5rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #000000;
  padding: 0.375rem 1rem;
}
.auction-inline-info__counts > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.auction-inline-info__counts > div > span {
  color: #959595;
  margin-right: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.auction-inline-info__counts > div > span > img {
  width: 0.8125rem;
  height: 0.8125rem;
  margin-right: 0.3125rem;
}
.auction-inline-info__counts b, .auction-inline-info__counts strong {
  font-size: 1.125rem;
}

.auction-place-bid button {
  margin: 0;
  font-size: 1rem;
  border-radius: 0.375rem;
  padding: 0rem 1.5625rem;
  height: 2.625rem;
  cursor: pointer;
}

.car-info-box ul.Car_details, .car-info-box ul.Car_details li span.details-left, .car-info-box ul.Car_details li span.details-left, .car-info-box ul.Car_details li span.details-right {
  border-color: #000000;
  background: none;
}

.car-info-box ul.Car_details {
  border-left: 0;
  margin: 0 0 1.875rem;
}
.car-info-box ul.Car_details li {
  line-height: normal;
}
.car-info-box ul.Car_details li span.details-right, .car-info-box ul.Car_details li span.details-left {
  padding: 0.625rem 0.75rem;
}
.car-info-box ul.Car_details li span.details-left {
  background: none;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
}

ul#tabs-nav {
  grid-gap: 1.25rem;
  border-bottom-color: #322C14;
}
ul#tabs-nav li {
  padding: 0;
  font-size: 0.875rem;
  font-family: "Avenir-Black", sans-serif;
  font-weight: 600;
}
ul#tabs-nav li:hover, ul#tabs-nav li.active {
  border-bottom-width: 0.3125rem;
}
ul#tabs-nav li a {
  display: block;
  padding: 0.625rem 0;
  font-size: 0.875rem;
  text-align: center;
}

div#tabs-content {
  margin-top: 0;
}

.tab-content {
  padding: 2.5rem 0 0;
  margin: 0;
  border: 0;
}
.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
  margin-bottom: 0.9375rem;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 500;
}
.tab-content h1 {
  font-size: 2rem;
}
.tab-content h2 {
  font-size: 1.5rem;
}
.tab-content h3 {
  font-size: 1.375rem;
}
.tab-content h4 {
  font-size: 1.25rem;
}
.tab-content h5 {
  font-size: 1.125rem;
}
.tab-content h6 {
  font-size: 1rem;
}
.tab-content p, .tab-content li {
  line-height: 1.75em;
}