header {
  background: rgba(0,0,0,0.3) !important;
  border-bottom: none !important;
}
header .ag-dealer-info {
  border-color: #2a2c31 !important;
}
header .ag-dealer-reviews p.dv-review-badge-count,
header .ag-dealer-reviews p.dv-reviews-badge-score {
  color: #fff !important;
}
.dv-alertbar {
  display: none;
}
.ag-hero {
  padding-bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  position: relative;
  z-index: 0;
}
.ag-hero:after {
  background-color: transparent !important;
}
.ag-hero .ag-hero-overlay {
  padding: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: calc(100% - var(--header-height));
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay {
    padding-bottom: 9vh;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
  justify-content: flex-start;
  width: fit-content;
  margin: auto;
  padding: 8lvh 50px 0 50px;
}
@media screen and (max-width: 1200px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper {
    width: 100%;
    padding: 8lvh 100px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper {
    padding: 8lvh 25px 0 25px;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header {
  text-align: center;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h1 {
  font-weight: 300;
  font-size: clamp(18px, 2vw, 26px);
  color: #ec2124;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 6.25px;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h1 span {
  font-weight: bold;
  display: block;
  font-size: clamp(28px, 4vw, 60px);
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h2 {
  font-weight: 100;
  font-size: 24px;
  color: #ec2124;
  margin: 0;
  font-style: italic;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body {
  text-align: center;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body {
    max-width: 100%;
  }
}
.ag-hero .ag-hero-background-image {
  display: none;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-background-image {
    display: block;
  }
}
.ag-hero .ag-hero-background {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0;
  overflow: visible;
  background: none;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  width: auto;
  height: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-background {
    display: none;
  }
}
.ag-hero .ag-hero-background .ag-hero-background-video {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.ag-hero .ag-hero-background .ag-hero-background-video video {
  display: inline-block;
  display: -moz-inline-stack;
  vertical-align: baseline;
  height: 56.25vh;
  width: 177.77777778vh;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.ag-hero .ag-hero-overlay-brands-wrapper {
  width: 100%;
  box-sizing: border-box;
}
.ag-hero .ag-hero-overlay-brands-wrapper * {
  box-sizing: border-box;
}
.ag-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .aa-InputWrapper:before {
  top: 28px;
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .ag-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .aa-InputWrapper:before {
    top: 17px;
  }
}
.ag-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .dv-autocomplete-input {
  border: 0 !important;
  font-size: 18px;
  height: 75px;
  background: rgba(255,255,255,0.8);
}
@media screen and (max-width: 768px) {
  .ag-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .dv-autocomplete-input {
    height: 50px;
    font-size: 14px;
  }
}
.ag-hero .dv-autocomplete .dv-autocomplete-panel {
  max-height: 177px;
}
@media screen and (max-width: 1024px) {
  .ag-hero .dv-autocomplete .dv-autocomplete-panel {
    max-height: 228px;
  }
}
@media screen and (max-width: 768px) {
  .ag-hero .dv-autocomplete .dv-autocomplete-panel {
    max-height: 228px;
  }
}
.ag-hero .ag-hero-overlay-count-group {
  display: none !important;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.8);
}
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-used {
  position: relative;
}
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-used:before {
  content: '';
  height: 80%;
  position: absolute;
  background-color: #464646;
  width: 1px;
  left: 0;
  z-index: 1;
}
.ag-hero .ag-hero-overlay-count-group a {
  flex: 1 1 50%;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.ag-hero .ag-hero-overlay-count-group a:hover {
  background: var(--primary-color);
}
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-new,
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-used {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 12.5px;
  width: 100%;
  flex: 1 1 100%;
  padding: 25px;
}
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-new p,
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-used p,
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-new span,
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-used span {
  color: #fff;
  line-height: 100%;
}
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-new p,
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-used p {
  font-size: clamp(24px, 4vw, 60px);
  font-weight: bold;
  font-family: 'Poppins', sans-serif !important;
}
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-new span,
.ag-hero .ag-hero-overlay-count-group .ag-hero-count-used span {
  font-size: clamp(12px, 3vw, 18px);
  text-align: left;
}
.ag-hero .ag-hero-cta-bar {
  width: 100%;
  max-width: 100%;
  padding: 0 100px;
  margin: 0 auto;
  flex: 0;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-cta-bar {
    padding: 25px;
    padding-bottom: 0;
    flex: 0;
  }
}
.ag-hero .ag-hero-cta-bar .ag-hero-overlay-body-wrapper {
  width: 66.64%;
  margin: 0 auto 25px auto;
}
@media screen and (max-width: 1200px) {
  .ag-hero .ag-hero-cta-bar .ag-hero-overlay-body-wrapper {
    width: 100%;
  }
}
.ag-hero .ag-hero-cta-bar .ag-hero-badge-cta-row {
  display: none;
}
.ag-hero .ag-hero-cta-bar .ag-hero-badge-cta-row p {
  display: inline-block;
  padding: 6.25px 12.5px;
  background: #0b0;
  color: #fff;
  text-transform: uppercase;
}
.ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row:first-child .ag-hero-cta-bar-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  background: #000;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row:first-child .ag-hero-cta-bar-container {
    flex-flow: row wrap;
  }
}
.ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row:first-child .ag-hero-cta-bar-container .ag-hero-cta-bar-count p {
  border-left: 1px solid #fff;
  padding-left: 25px;
  white-space: nowrap;
  padding-right: 25px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row:first-child .ag-hero-cta-bar-container .ag-hero-cta-bar-count p {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    white-space: normal;
  }
}
.ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row:first-child .ag-hero-cta-bar-container .ag-hero-cta-bar-count p span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row:first-child .ag-hero-cta-bar-container .ag-hero-cta-bar-count {
    flex: 1 1 100%;
    width: 100%;
  }
  .ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row:first-child .ag-hero-cta-bar-container .ag-hero-cta-bar-count p {
    border-left: 0;
    padding-bottom: 12.5px;
  }
}
.ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas {
  font-size: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas {
    flex-flow: row wrap;
  }
}
.ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas a {
  vertical-align: middle;
  text-align: center;
  width: 16.666%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 25px;
  white-space: nowrap;
  display: inline-block;
  height: 75px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  position: relative;
  background: rgba(0,0,0,0.8);
  font-weight: 400;
}
.ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas a:first-child span:first-child {
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: 6.25px;
  padding-bottom: 6.25px;
}
.ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas a span:first-child {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas a span:first-child {
    font-size: 14px;
  }
}
.ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas a:before {
  content: '';
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas a:hover span {
  position: relative;
  z-index: 1;
  border-color: #fff;
}
.ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas a:hover:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas a {
    flex: 1 1 33.333%;
    width: 33.333%;
  }
}
@media screen and (max-width: 991px) {
  .ag-hero .ag-hero-cta-bar .ag-hero-cta-bar-row .ag-ctas a {
    flex: 1 1 50%;
    width: 50%;
  }
}
.ag-service {
  background-image: url("https://bucket.dealeralchemist.com/assets/oem/toyota/web/scroll-snap/service.jpg?auto=compress%2Cformat&ixlib=php-1.2.1");
}
.ag-sell-trade {
  background-image: url("https://bucket.dealeralchemist.com/assets/images/homepage/sell-trade-hp-min-bg.png?auto=compress%2Cformat&ixlib=php-1.2.1");
}
@media screen and (max-width: 1200px) {
  .ag-sell-trade h2 {
    font-size: 36px !important;
  }
}
.ag-sell-trade h2,
.ag-sell-trade h3,
.ag-sell-trade p {
  color: #fff !important;
}
.ag-sell-trade a i {
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .ag-sell-trade .ag-section-container {
    justify-content: center;
  }
}
.ag-sell-trade .ag-section-container-body {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  flex: 0;
}
@media screen and (max-width: 1200px) {
  .ag-sell-trade .ag-section-container-body img {
    max-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .ag-sell-trade .ag-section-container-body {
    flex: 0;
    display: block;
    display: block;
  }
}
.ag-sell-trade .ag-section-container-body .ag-section-body-col {
  flex: 1 1 50%;
  text-align: center;
  padding: 0 50px;
}
@media screen and (max-width: 991px) {
  .ag-sell-trade .ag-section-container-body .ag-section-body-col {
    margin: 25px 0;
    padding: 0;
  }
}
.ag-sell-trade .ag-section-container-body .ag-section-body-col p {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif !important;
}
.ag-sell-trade .ag-section-container-body .ag-section-body-col p:first-child {
  color: var(--primary-color);
}
.ag-sell-trade .ag-section-container-body .ag-section-body-col p:last-child {
  letter-spacing: 2px;
}
.ag-sell-trade .ag-section-container-body .ag-section-body-col h4 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 6.25px 0;
}
.ag-sell-trade .ag-section-container-body .ag-section-container-footer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 12.5px;
}
@media screen and (max-width: 768px) {
  .ag-sell-trade .ag-section-container-body .ag-section-container-footer {
    flex-flow: column;
  }
}
.ag-sell-trade .ag-section-container-body .ag-section-container-footer a {
  min-width: 200px;
  font-size: 14px;
  padding: 12.5px;
  margin: 0 12.5px;
}
@media screen and (max-width: 991px) {
  .ag-sell-trade .ag-section-container-body .ag-section-container-footer a {
    margin-bottom: 0 !important;
  }
}
.ag-sell-trade .ag-section-container-body .ag-section-container-footer a:first-child {
  background: #000;
  color: #fff;
}
.ag-sell-trade .ag-section-container-body .ag-section-container-footer a:first-child:hover {
  background: var(--primary-color);
  color: #fff;
}
.ag-sell-trade .ag-section-container-body .ag-section-container-footer a:last-child {
  background: var(--primary-color);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ag-sell-trade .ag-section-container-body .ag-section-container-footer a:last-child {
    margin-top: 12.5px;
  }
}
.ag-sell-trade .ag-section-container-body .ag-section-container-footer a:last-child:hover {
  background: #000;
}
.ag-connect {
  background-color: #fff;
}
.ag-connect:after {
  display: none;
}
.ag-connect h2 {
  color: #000;
}
.ag-connect h3 {
  color: var(--primary-color);
  font-weight: 500 !important;
}
.ag-connect .ag-section-container-body a {
  display: inline-block;
  line-height: 100%;
  margin: 25px 50px;
  font-size: 108px;
  color: var(--primary-color);
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
@media screen and (max-width: 1200px) {
  .ag-connect .ag-section-container-body a {
    font-size: 72px;
  }
}
@media screen and (max-width: 991px) {
  .ag-connect .ag-section-container-body a {
    margin: 25px;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .ag-connect .ag-section-container-body a {
    margin: 12.5px;
    font-size: 10vw;
  }
}
.ag-connect .ag-section-container-body a:hover {
  transform: scale(1.1);
  color: #141518;
}
.ag-connect .ag-section-container-body a:last-child {
  display: none;
}
.ag-connect .ag-section-container-footer a:first-child {
  background-color: #141518 !important;
  color: #fff !important;
}
.ag-connect .ag-section-container-footer a:first-child:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.ag-connect .ag-section-container-footer a:last-child {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.ag-connect .ag-section-container-footer a:last-child:hover {
  background-color: #141518 !important;
  color: #fff !important;
}
html {
  scroll-snap-type: y mandatory;
}
.index-main {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.index-main * {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.main-snap-container .section-snap {
  height: 100lvh;
  scroll-snap-align: start;
}
#footer {
  flex: 1 1 var(--footer-height);
  height: var(--footer-height);
  scroll-snap-align: end;
}
.ag-section-full {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ag-section-full:after {
  content: '';
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ag-section-full .ag-section-container {
  padding: 130px 100px 50px 100px;
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ag-section-full .ag-section-container {
    padding: 150px 50px;
  }
}
.ag-section-full .ag-section-container .ag-section-container-header {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.ag-section-full .ag-section-container .ag-section-container-header h2 {
  font-size: 84px;
  font-weight: 900;
  margin-bottom: 12.5px;
}
@media screen and (max-width: 991px) {
  .ag-section-full .ag-section-container .ag-section-container-header h2 {
    font-size: 32px;
  }
}
.ag-section-full .ag-section-container .ag-section-container-header h3 {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .ag-section-full .ag-section-container .ag-section-container-header h3 {
    font-size: 16px;
    font-weight: 400;
  }
}
.ag-section-full .ag-section-container .ag-section-container-header img.ag-section-container-header-logo {
  max-width: 300px;
  margin-top: 12.5px;
}
@media screen and (max-width: 768px) {
  .ag-section-full .ag-section-container .ag-section-container-header img.ag-section-container-header-logo {
    max-width: 175px;
  }
}
@media screen and (max-width: 991px) {
  .ag-section-full .ag-section-container .ag-section-container-footer {
    text-align: center;
  }
}
.ag-section-full .ag-section-container .ag-section-container-footer a {
  margin: 0 25px;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 18px 50px;
  line-height: 100%;
  min-width: 300px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .ag-section-full .ag-section-container .ag-section-container-footer a {
    margin: 0 auto;
    min-width: 250px;
    font-size: 14px;
    padding: 12.5px 25px;
  }
  .ag-section-full .ag-section-container .ag-section-container-footer a:first-child {
    margin-bottom: 12.5px;
  }
}
@media screen and (max-width: 768px) {
  .ag-section-full .ag-section-container .ag-section-container-footer a {
    width: 100%;
  }
}
.ag-section-full .ag-section-container .ag-section-container-footer a:first-child {
  background-color: var(--primary-color);
  color: #fff;
}
.ag-section-full .ag-section-container .ag-section-container-footer a:first-child:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.ag-section-full .ag-section-container .ag-section-container-footer a:last-child {
  background-color: #fff;
  color: #000;
}
.ag-section-full .ag-section-container .ag-section-container-footer a:last-child:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.container-fluid.footer .row:first-of-type {
  display: none;
}
