.ag-section-hero {
  margin: 25px;
}
.ag-section-hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ag-hero-carousel {
  padding-bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  max-height: 500px;
  z-index: 1;
}
.ag-hero-carousel.slick-slider {
  visibility: hidden;
}
.ag-hero-carousel.slick-slider.slick-initialized {
  visibility: visible;
}
.ag-hero-carousel .ag-hero-carousel-item {
  position: relative;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-bg-img,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-bg-video {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 500px;
  overflow: hidden;
  width: 100%;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-bg-img:before,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-bg-video:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 0;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-bg-img video,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-bg-video video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-bg-img .ag-hero-carousel-item-bg-img-link,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-bg-video .ag-hero-carousel-item-bg-img-link {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  width: 100%;
  height: 100%;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info {
  padding: 0 25px;
  position: relative;
  z-index: 1;
  height: 500px;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info a {
  color: #fff;
  text-decoration: none;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-name {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-name {
    font-size: 14px;
    max-width: 100%;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-title {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 64px;
  margin-bottom: 20px;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-title {
    font-size: 28px;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-description {
  width: 45%;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.3em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-description {
    width: 100%;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-description p {
  font-size: 14px;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-description p {
    font-size: 12px;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-inventory {
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-inventory .ag-hero-carousel-inventory-spacer {
  margin: 0 12.5px;
  height: 25px;
  width: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-inventory .ag-hero-carousel-item-inventory-new,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-inventory .ag-hero-carousel-item-inventory-pre-owned,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-inventory .ag-hero-carousel-item-inventory-certified {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-inventory {
    width: 100%;
    padding: 25px 0;
  }
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-inventory .ag-hero-carousel-inventory-spacer {
    margin: 0 6.25px;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-inventory a {
  font-size: 14px;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-inventory a {
    font-size: 12px;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-img {
  display: none;
  max-width: 400px;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
}
@media screen and (max-width: 1024px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-img {
    max-width: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-img .ag-hero-carousel-offer-link {
  width: 25%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-img {
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-img picture {
  max-width: 100%;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-img picture img {
  max-width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-img picture img {
    max-width: 100%;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  padding-left: 8lvw;
}
@media screen and (max-width: 1440px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details {
    padding-left: 4lvw;
  }
}
@media screen and (max-width: 1280px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details {
    justify-content: center;
    width: auto;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  border-top: 5px solid var(--primary-color);
  user-select: text;
}
@media screen and (max-width: 480px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner {
    width: 100%;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  padding: 25px;
  background-color: #fff;
  gap: 12.5px;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-header .ag-hero-carousel-item-info-offer-details-header-col {
  font-family: "ToyotaType", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  color: var(--primary-color);
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-header .ag-hero-carousel-item-info-offer-details-header-col span {
  color: #000;
  display: block;
  font-size: 16px;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 25px;
  gap: 6.25px;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-type {
  font-size: clamp(14px, 2vw, 18px);
  color: var(--primary-color);
  text-transform: uppercase;
  text-align: center;
  font-family: "ToyotaType", sans-serif !important;
  font-weight: bold;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-model {
  font-size: clamp(18px, 3vw, 24px);
  text-align: center;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
  gap: clamp(12.5px, 4vw, 50px);
  margin-top: 6.25px;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-monthly,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-months,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-downpayment {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  color: #fff;
  gap: 6.25px;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-monthly span sup,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-months span sup,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-downpayment span sup {
  font-size: clamp(10px, 2vw, 12px);
  position: relative;
  top: 0px;
  left: 2px;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-monthly span:first-child,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-months span:first-child,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-downpayment span:first-child {
  font-family: "ToyotaType", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 3vw, 22px);
}
@media screen and (max-width: 991px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-monthly span:first-child,
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-months span:first-child,
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-downpayment span:first-child {
    font-size: 20px;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-monthly span:last-child,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-months span:last-child,
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body .ag-hero-carousel-item-info-offer-details-body-offer-details .ag-hero-carousel-item-info-offer-details-body-offer-downpayment span:last-child {
  font-size: 12px;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body-offer-button a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 25px;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  text-transform: uppercase;
  font-size: clamp(14px, 3vw, 20px);
  gap: 6.25px;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-info .ag-hero-carousel-item-info-offer-details .ag-hero-carousel-item-info-offer-details-inner .ag-hero-carousel-item-info-offer-details-body-offer-button a span {
  font-weight: 800;
  font-family: "ToyotaType", sans-serif;
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-footer {
  z-index: 1;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-footer {
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-footer a {
  background: #000;
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-footer a {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.ag-hero-carousel .ag-hero-carousel-item .ag-hero-carousel-item-footer a:hover {
  background: #bb162b;
}
.ag-hero-carousel .ag-hero-carousel-triggers {
  position: absolute;
  z-index: 0;
  max-width: 400px;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -15%);
}
@media screen and (max-width: 1280px) {
  .ag-hero-carousel .ag-hero-carousel-triggers {
    bottom: 7.5%;
    transform: translate(-50%, -7.5%);
  }
}
@media screen and (max-width: 768px) {
  .ag-hero-carousel .ag-hero-carousel-triggers {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.ag-hero-carousel .ag-hero-carousel-triggers li {
  margin: 0 4px;
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  appearance: none;
  outline: 0;
}
.ag-hero-carousel .ag-hero-carousel-triggers li button {
  font-size: 0;
  border: none;
  display: inline-block;
  width: 50px;
  height: 2px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  background-color: rgba(255,255,255,0.2);
  position: relative;
}
.ag-hero-carousel .ag-hero-carousel-triggers li button:focus-visible {
  outline: 0 !important;
}
.ag-hero-carousel .ag-hero-carousel-triggers li button .progress {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #f00;
}
.ag-hero-carousel .ag-hero-carousel-triggers li.slick-active button,
.ag-hero-carousel .ag-hero-carousel-triggers li:hover button {
  background-color: #fff;
}
.ag-call-to-actions {
  font-size: 0;
  margin: 25px;
}
.ag-call-to-actions .ag-call-to-actions-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1150px) {
  .ag-call-to-actions .ag-call-to-actions-inner {
    display: block;
  }
}
.ag-call-to-actions .ag-call-to-actions-inner a {
  width: 16.6666666667%;
  flex: 1 1 16.6666666667%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 25px 12.5px;
  color: #fff;
  background: var(--secondary-color);
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  vertical-align: middle;
  border-right: 1px solid #303030;
  text-align: center;
  max-height: 68px;
  overflow: hidden;
  font-weight: 500;
}
.ag-call-to-actions .ag-call-to-actions-inner a img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  margin: 0 6px 0 0;
  position: relative;
  top: 2px;
}
.ag-call-to-actions .ag-call-to-actions-inner a i {
  font-size: 18px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
.ag-call-to-actions .ag-call-to-actions-inner a:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1150px) {
  .ag-call-to-actions .ag-call-to-actions-inner a {
    display: inline-block;
    width: 33.3333%;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(-n+3) {
    border-bottom: 1px solid #303030;
  }
}
@media screen and (max-width: 1024px) {
  .ag-call-to-actions .ag-call-to-actions-inner a {
    font-size: 14px;
    width: 50%;
    border: none;
    border-bottom: 1px solid #303030;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(odd) {
    border-right: 1px solid #303030;
  }
}
.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 {
  background: var(--primary-color);
}
@media screen and (max-width: 480px) {
  .ag-call-to-actions .ag-call-to-actions-inner a {
    border: none;
    width: 100%;
    padding: 15px;
    margin: 12.5px 0 0 0;
    border: 0;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:last-child {
    border: 0;
    border-bottom: none;
    margin-bottom: 12.5px;
  }
}
.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:first-child {
  margin-top: 0;
}
.ag-call-to-actions .ag-call-to-actions-inner a:hover {
  background: var(--primary-color);
}
.ag-search {
  margin: 25px;
}
.ag-search .ag-search-wrapper h3 {
  color: var(--primary-color);
}
.ag-reviews-carousel .ag-reviews-carousel-title a {
  text-transform: none !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  padding-bottom: 14px !important;
}
.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;
  }
}
.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;
  }
}
.index-main * {
  box-sizing: border-box;
}
