.ag-hero {
  padding-bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  position: relative;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .ag-hero:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
  }
}
.ag-hero .ag-hero-overlay {
  padding: 0;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  width: fit-content;
  margin: auto;
  gap: 5vw;
  padding: 0 50px;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper {
    width: 100%;
    gap: 12.5px;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header-container {
  width: auto;
}
@media screen and (max-width: 1240px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header-container {
    width: 100%;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header {
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h1 {
  font-weight: 300;
  font-size: clamp(18px, 2vw, 26px);
  color: #fff;
  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: #fff;
  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-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 991px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper {
    flex-flow: row wrap;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper a.ag-hero-overlay-body-wrapper-link {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 25px 50px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper a.ag-hero-overlay-body-wrapper-link span {
  font-weight: bold;
  margin-right: 5px;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper a.ag-hero-overlay-body-wrapper-link:last-of-type {
  background: var(--secondary-color);
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper a.ag-hero-overlay-body-wrapper-link:hover {
  background: #fff;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper a.ag-hero-overlay-body-wrapper-link {
    flex: 1 1 50%;
    font-size: 12px;
    padding: 12.5px;
  }
}
@media screen and (max-width: 991px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper .dv-autocomplete {
    flex: 1 1 100%;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-floating-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 1240px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-floating-ctas {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-floating-ctas {
    grid-template-columns: 1fr 1fr;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-floating-ctas a {
  padding: 2em 3em;
  background: #eceeed;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-floating-ctas a {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 400px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-floating-ctas a {
    padding: 1em;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-floating-ctas a img {
  width: 45px;
}
.ag-hero .ag-hero-background-image {
  display: none;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.ag-hero .ag-hero-background-image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 2;
}
@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:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 2;
}
.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-call-to-actions {
  font-size: 0;
  margin: 50px 25px 0 25px;
}
.ag-call-to-actions h3 {
  font-size: clamp(20px, 2.25vw, 30px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.ag-call-to-actions .ag-call-to-actions-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  background: #fbfbfb;
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  .ag-call-to-actions .ag-call-to-actions-inner {
    flex-flow: row wrap;
    padding: 0;
  }
}
.ag-call-to-actions .ag-call-to-actions-inner a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  flex: 1 1 16.6666666667%;
  width: 16.6666666667%;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 25px 12.5px;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  border-right: 0.5px solid #e9e9e9;
  margin-top: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ag-call-to-actions .ag-call-to-actions-inner a {
    width: 33.333%;
    flex: 1 1 33.333%;
    border-right: none;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(-n+3) {
    border-bottom: 1px solid #e9e9e9;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(2),
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(5) {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
  }
}
@media screen and (max-width: 600px) {
  .ag-call-to-actions .ag-call-to-actions-inner a {
    width: 50%;
    flex: 1 1 50%;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(1) {
    border-right: 1px solid #e9e9e9;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(2) {
    border-right: none;
    border-left: none;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(3) {
    border-right: 1px solid #e9e9e9;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(4) {
    border-bottom: 1px solid #e9e9e9;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(5) {
    border-left: none;
  }
}
.ag-call-to-actions .ag-call-to-actions-inner a span {
  flex: 1;
  text-align: center;
  color: #000;
  font-size: clamp(12px, 1.6vw, 24px);
  font-weight: 600;
  position: relative;
  line-height: 125%;
}
.ag-call-to-actions .ag-call-to-actions-inner a span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.ag-call-to-actions .ag-call-to-actions-inner a img {
  max-width: clamp(22px, 3vw, 50px);
  display: inline-block;
  position: relative;
  top: 2px;
}
.ag-call-to-actions .ag-call-to-actions-inner a i {
  font-size: clamp(18px, 2.5vw, 42px);
  font-weight: 300;
}
.ag-call-to-actions .ag-call-to-actions-inner a:last-child {
  border-right: none;
}
.ag-call-to-actions .ag-call-to-actions-inner a:hover span:after {
  background-color: #000;
  bottom: -8px;
}
.ag-model-carousel-outer {
  margin: 25px 25px 0 25px;
}
.ag-model-carousel-outer .dv-model-carousel-item-info-model,
.ag-model-carousel-outer .dv-model-carousel-item-info-stock span {
  font-family: 'ToyotaType', sans-serif !important;
}
.ag-programs-container {
  margin: 0 25px 25px 25px;
}
.ag-programs-container h3 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  text-transform: initial;
  font-size: 30px;
}
.ag-programs-container small {
  font-size: clamp(12px, 2vw, 18px);
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 125%;
}
.ag-programs-container p {
  color: #fff;
  line-height: 125%;
}
.ag-programs-container p.ag-programs-text-heading {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12.5px;
  letter-spacing: 1px;
}
.ag-programs-container p.ag-programs-text-desc {
  font-size: clamp(12px, 2vw, 12px);
  font-weight: 200;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 600px) {
  .ag-programs-container p.ag-programs-text-desc {
    display: none;
  }
}
.ag-programs-container .ag-programs-finances {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
  min-height: 480px;
}
@media screen and (max-width: 991px) {
  .ag-programs-container .ag-programs-finances {
    flex-flow: column nowrap;
    min-height: auto;
  }
}
.ag-programs-container .ag-programs-finances .ag-programs-finances-bg {
  background: url("https://bucket.dealeralchemist.com/assets/oem/toyota/web/programs/financial-program-background.jpg?auto=compress%2Cformat&ixlib=php-1.2.1");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 1 1 50%;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ag-programs-container .ag-programs-finances .ag-programs-finances-bg:after {
  background: linear-gradient(transparent, rgba(0,0,0,0.2));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ag-programs-container .ag-programs-finances .ag-programs-finances-bg {
    flex: 1;
    width: 100%;
    background-position: bottom;
  }
}
.ag-programs-container .ag-programs-finances .ag-programs-finances-bg img {
  width: fit-content;
  height: min-content;
  position: relative;
  z-index: 2;
}
.ag-programs-container .ag-programs-finances .ag-programs-finances-wrapper {
  flex: 1 1 50%;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 50px;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column nowrap;
  background-color: #363949;
}
@media screen and (max-width: 991px) {
  .ag-programs-container .ag-programs-finances .ag-programs-finances-wrapper {
    flex: 1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ag-programs-container .ag-programs-finances .ag-programs-finances-wrapper {
    padding: 25px;
  }
}
.ag-programs-container .ag-programs-rebates {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 25px;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .ag-programs-container .ag-programs-rebates {
    flex-flow: column nowrap;
  }
}
.ag-programs-container .ag-programs-rebates .ag-programs-college {
  flex: 1 1 50%;
  width: 50%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .ag-programs-container .ag-programs-rebates .ag-programs-college {
    flex: 1;
    width: 100%;
  }
}
.ag-programs-container .ag-programs-rebates .ag-programs-college:before {
  background: rgba(0,0,0,0.2);
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  right: 0;
  top: 0;
  z-index: 1;
}
.ag-programs-container .ag-programs-rebates .ag-programs-college:after {
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  right: 0;
  top: 0;
  z-index: 1;
}
.ag-programs-container .ag-programs-rebates .ag-programs-college img {
  width: 100%;
  height: auto;
}
.ag-programs-container .ag-programs-rebates .ag-programs-college:hover:before {
  background: rgba(0,0,0,0.5);
}
.ag-programs-container .ag-programs-rebates .ag-programs-college .ag-programs-college-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-content: center;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 25px;
}
.ag-programs-container .ag-programs-rebates .ag-programs-military {
  flex: 1 1 50%;
  width: 50%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ag-programs-container .ag-programs-rebates .ag-programs-military {
    flex: 1;
    width: 100%;
  }
}
.ag-programs-container .ag-programs-rebates .ag-programs-military:before {
  background: rgba(0,0,0,0.2);
  bottom: 1px;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 1;
}
.ag-programs-container .ag-programs-rebates .ag-programs-military:after {
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  bottom: 1px;
  content: "";
  left: 1px;
  position: absolute;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  right: 1px;
  top: 1px;
  z-index: 1;
}
.ag-programs-container .ag-programs-rebates .ag-programs-military img {
  width: 100%;
  height: auto;
}
.ag-programs-container .ag-programs-rebates .ag-programs-military:hover:before {
  background: rgba(0,0,0,0.5);
}
.ag-programs-container .ag-programs-rebates .ag-programs-military .ag-programs-military-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-content: center;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 25px;
}
.ag-programs-container .ag-programs-cta-group {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  gap: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .ag-programs-container .ag-programs-cta-group {
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-top: 25px;
    gap: 12.5px;
  }
}
.ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-one {
  background: #fff;
  border-radius: 0;
  width: 196px;
  height: auto;
  padding: 10px 30px;
  border: 1px solid #000;
  transform-style: preserve-3d;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-align: center;
  font-size: clamp(12px, 3vw, 16px);
}
@media screen and (max-width: 600px) {
  .ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-one {
    width: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
.ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-one i {
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  bottom: 2px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-one i {
    position: relative;
    bottom: 0;
    opacity: 1;
  }
}
.ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-one span {
  white-space: nowrap;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-one.ag-programs-cta-group-short {
  width: 125px;
  padding: 10px 15px;
}
@media screen and (min-width: 601px) {
  .ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-one:hover {
    padding-right: 40px;
  }
  .ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-one:hover.ag-programs-cta-group-short {
    padding-left: 9px;
    padding-right: 25px;
  }
  .ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-one:hover i {
    opacity: 1;
    margin-left: 5px;
    padding-left: 3px;
  }
}
.ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-two {
  background: transparent;
  border-radius: 0;
  width: 196px;
  height: auto;
  padding: 10px 0;
  color: #fff;
  border: 0px solid #fff;
  transform-style: preserve-3d;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-align: center;
  font-size: clamp(12px, 3vw, 16px);
}
@media screen and (max-width: 600px) {
  .ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-two {
    width: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
.ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-two span {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-two i {
  position: absolute;
  right: 0;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-two i {
    position: relative;
    bottom: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 601px) {
  .ag-programs-container .ag-programs-cta-group a.ag-programs-cta-group-two:hover span {
    padding-right: 24px;
  }
}
.ag-hp-specials-carousel-container-wrapper {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 25px;
}
.ag-certified {
  margin: 25px;
  border-radius: 20px;
  overflow: hidden;
}
.dv-reviews-carousel {
  margin: 25px 0 25px 0;
}
.dv-reviews-carousel .dv-reviews-carousel-title a {
  text-transform: none !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  padding-bottom: 14px !important;
}
.ag-collision {
  background-image: url("https://bucket.dealeralchemist.com/assets/oem/toyota/web/scroll-snap/collision-center.jpg?auto=compress%2Cformat&ixlib=php-1.2.1");
  height: 100%;
  max-height: 600px;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
  margin: 25px;
  border-radius: 20px;
  overflow: hidden;
}
.ag-collision:after {
  content: '';
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ag-collision .ag-collision-container {
  padding: 25px;
  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%;
  gap: 150px;
}
.ag-collision .ag-collision-container .ag-collision-header {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.ag-collision .ag-collision-container .ag-collision-header h2 {
  font-size: 84px;
  font-weight: 900;
  margin-bottom: 12.5px;
}
@media screen and (max-width: 991px) {
  .ag-collision .ag-collision-container .ag-collision-header h2 {
    font-size: 32px;
  }
}
.ag-collision .ag-collision-container .ag-collision-header h3 {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .ag-collision .ag-collision-container .ag-collision-header h3 {
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 991px) {
  .ag-collision .ag-collision-container .ag-collision-footer {
    text-align: center;
  }
}
.ag-collision .ag-collision-container .ag-collision-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-collision .ag-collision-container .ag-collision-footer a {
    margin: 0 auto;
    min-width: 250px;
    font-size: 14px;
    padding: 12.5px 25px;
  }
  .ag-collision .ag-collision-container .ag-collision-footer a:first-child {
    margin-bottom: 12.5px;
  }
}
@media screen and (max-width: 768px) {
  .ag-collision .ag-collision-container .ag-collision-footer a {
    width: 100%;
  }
}
.ag-collision .ag-collision-container .ag-collision-footer a:first-child {
  background-color: var(--primary-color);
  color: #fff;
}
.ag-collision .ag-collision-container .ag-collision-footer a:first-child:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.ag-collision .ag-collision-container .ag-collision-footer a:last-child {
  background-color: #fff;
  color: #000;
}
.ag-collision .ag-collision-container .ag-collision-footer a:last-child:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.ag-sell-trade {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
  padding: 25px;
  min-height: 230px;
  margin: 0 25px 25px 25px;
  gap: 25px;
  flex-wrap: nowrap;
  overflow: hidden;
  border-bottom: 2px solid #efefef;
}
@media screen and (max-width: 1024px) {
  .ag-sell-trade {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .ag-sell-trade .ag-sell-trade-column {
    flex: 1 1 100%;
  }
  .ag-sell-trade .ag-sell-trade-column-inner {
    margin-bottom: 6.25px;
  }
}
.ag-sell-trade.ag-sell-trade-logo {
  width: 100%;
}
.ag-sell-trade.ag-sell-trade--light {
  background: #fff;
}
.ag-sell-trade.ag-sell-trade--light p:first-child {
  color: #000;
}
.ag-sell-trade.ag-sell-trade--light a.ag-sell-trade-btn:hover {
  background: #000;
  color: #fff;
}
.ag-sell-trade.ag-sell-trade--dark {
  background: #000;
}
.ag-sell-trade.ag-sell-trade--dark p:first-child {
  color: #fff;
}
.ag-sell-trade.ag-sell-trade--dark a.ag-sell-trade-btn:hover {
  background: #fff;
  color: var(--primary-color);
}
.ag-sell-trade p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.ag-sell-trade p:first-child {
  font-size: clamp(24px, 3.5vw, 36px);
}
.ag-sell-trade p:last-child {
  color: var(--primary-color);
  font-size: clamp(16px, 2.5vw, 24px);
}
.ag-sell-trade a.ag-sell-trade-btn {
  background: var(--primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 12.5px 25px;
  display: inline-block;
  text-align: center;
}
.ag-rentals {
  padding: 50px 25px;
  position: relative;
  margin: 25px;
  border-radius: 20px;
  overflow: hidden;
}
.ag-rentals.ag-rentals--bg {
  background: url("https://bucket.dealeralchemist.com/toyota-digital/toyota-trucks-bg.jpg?auto=compress%2Cformat&ixlib=php-3.3.1");
  background-position: center;
}
.ag-rentals.ag-rentals--bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 0;
}
.ag-rentals.ag-rentals--bg .ag-rentals-container .ag-rentals-col.ag-rentals-info h2 {
  color: #fff;
}
.ag-rentals.ag-rentals--bg .ag-rentals-container .ag-rentals-col.ag-rentals-info p {
  color: #fff;
}
.ag-rentals.ag-rentals--bg .ag-rentals-container .ag-rentals-col.ag-rentals-info a:hover {
  color: #000;
  border-color: #fff;
  background: #fff;
}
.ag-rentals .ag-rentals-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ag-rentals .ag-rentals-container {
    flex-wrap: wrap;
  }
}
.ag-rentals .ag-rentals-container .ag-rentals-col {
  flex: 0 1 auto;
  width: auto;
  padding: 0 50px;
}
@media screen and (max-width: 991px) {
  .ag-rentals .ag-rentals-container .ag-rentals-col {
    padding: 0;
  }
}
.ag-rentals .ag-rentals-container .ag-rentals-col.ag-rentals-logo a {
  display: inline-block;
}
.ag-rentals .ag-rentals-container .ag-rentals-col.ag-rentals-logo img {
  width: auto;
}
@media screen and (max-width: 991px) {
  .ag-rentals .ag-rentals-container .ag-rentals-col.ag-rentals-logo img {
    width: 100%;
  }
}
.ag-rentals .ag-rentals-container .ag-rentals-col.ag-rentals-info {
  text-align: center;
}
.ag-rentals .ag-rentals-container .ag-rentals-col.ag-rentals-info h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
.ag-rentals .ag-rentals-container .ag-rentals-col.ag-rentals-info p {
  font-size: 14px;
  color: #bcc4cc;
  text-transform: uppercase;
  margin-top: 12.5px;
  letter-spacing: 1px;
}
.ag-rentals .ag-rentals-container .ag-rentals-col.ag-rentals-info a {
  font-size: 16px;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12.5px 25px;
  margin-top: 25px;
  display: inline-block;
  border: 1px solid var(--primary-color);
}
.ag-rentals .ag-rentals-container .ag-rentals-col.ag-rentals-info a:hover {
  color: #000;
  border-color: #000;
  background: transparent;
}
.ag-seo {
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ag-seo {
    padding-top: 25px;
  }
}
.ag-seo h4 {
  font-size: 24px;
  color: #bcc4cc;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .ag-seo h4 {
    font-size: 18px;
  }
}
.ag-seo h2 {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 12.5px;
  color: #141518;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .ag-seo h2 {
    font-size: 28px;
  }
}
.ag-seo h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.ag-seo p {
  font-size: 14px;
  color: #000;
  line-height: 150%;
  text-transform: inherit;
}
.ag-seo .ag-seo-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.ag-seo .ag-seo-inner .ag-seo-column .ag-seo-column-inner {
  text-align: center;
  max-width: 65vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ag-seo .ag-seo-inner .ag-seo-column .ag-seo-column-inner {
    max-width: 100%;
  }
}
.ag-seo .ag-seo-inner .ag-seo-column .seo-more {
  display: none;
  padding-top: 25px;
}
.ag-seo .ag-seo-inner .ag-seo-column .seo-more-btn {
  margin-top: 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  padding: 12.5px;
  padding-left: 10px;
}
.ag-seo .ag-seo-inner .ag-seo-column .seo-more-btn i {
  color: var(--primary-color);
  font-size: 28px;
  vertical-align: text-top;
}
.ag-seo .ag-seo-inner .ag-seo-column .seo-more-btn:hover {
  cursor: pointer;
}
.ag-seo .ag-seo-inner .ag-seo-column:first-child {
  padding: 0 100px;
  flex-basis: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ag-seo .ag-seo-inner .ag-seo-column {
    flex-basis: 100%;
    width: 100%;
  }
  .ag-seo .ag-seo-inner .ag-seo-column:first-child {
    padding: 0 25px;
  }
}
.index-main * {
  box-sizing: border-box;
}
