.home-page {
  background-color: #FAFAFA;
}

.home-page .underline {
  text-decoration: underline;
  cursor: pointer;
}

.home-page .line-height-24 {
  line-height: 24px !important;
}

.home-page .home-page-inner {
  background-color: white;
  padding: 0px;
  position: relative;
}

.home-page .home-page-inner #tire-finder {
  position: relative;
  top: 0px;
  margin: auto;
  z-index: 99;
  width: 100%;
  padding: 0px;
}

.home-page .footer-article .left-section {
  order: 0;
}

.home-page .footer-article .right-section {
  order: 1;
  padding: 28px;
}

.home-page .footer-article .right-section h3 {
  font-size: 40px;
  line-height: 54px;
  font-family: Inter;
  font-weight: 700;
  color: #1D4288;
  margin-bottom: 46px;
}

.home-page .footer-article .right-section .separate {
  height: 4px;
  width: 200px;
  display: inline-block;
  background-color: #3EB049;
  margin-bottom: 34px;
}

.home-page .main-article .main-article__img {
  display: flex;
  align-items: center;
  height: 100%;
}

.home-page .main-article .main-article__content {
  padding: 28px;
}

.home-page .main-article .main-article__content h3 {
  font-size: 40px;
  line-height: 54px;
  font-family: Inter;
  font-weight: 700;
  color: #1D4288;
  margin-bottom: 46px;
}

.home-page .main-article .main-article__content .separate {
  height: 4px;
  width: 200px;
  display: inline-block;
  background-color: #3EB049;
  margin-bottom: 34px;
}

.home-page .main-article .main-article__content .step-footer h4 {
  font-size: 36px;
  font-family: BebasNeue;
  font-weight: 700;
  color: #1D4288;
  margin-bottom: 25px;
}

.home-page .main-article .main-article__content .shop-menu__header__content__left {
  flex: 0 0 200px;
  color: #1D4288
}

.home-page .main-article .main-article__content .shop-menu__header__content__left span {
  font-size: 14px;
  line-height: 18px;
  font-family: Inter;
  font-weight: 400;
  display: block;
}

.home-page .main-article .main-article__content .shop-menu__header__content__left b,
.home-page .main-article .main-article__content .shop-menu__header__content__left h6 {
  font-size: 12px;
  line-height: 12px;
  font-family: Inter;
  font-weight: 700;
}

.home-page .main-article .main-article__content .shop-menu__header__content__left h5 {
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right {
  width: 100%;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time {
  display: flex;
  justify-content: space-between;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time .day {
  flex: 0 0 52px;
  font-size: 14px;
  line-height: 24px;
  color: black;
  font-weight: 700;
  opacity: 0.35;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time .time {
  font-size: 14px;
  line-height: 24px;
  color: black;
  font-weight: 700;
  opacity: 0.35;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time.active .day,
.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time.active .time {
  opacity: 1;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .time {
  min-width: 180px;
}

.home-page .recommend-service span {
  color: #3EB049;
  font-size: 16px;
  line-height: 24px;
  font-family: Inter;
  font-weight: 500;
}

.home-page .recommend-service p {
  font-size: 16px;
  line-height: 24px;
  font-family: Inter;
  font-weight: 400;
}

.home-page .recommend-service .separate {
  height: 4px;
  width: 200px;
  display: inline-block;
  background-color: #3EB049;
  margin-bottom: 27px;
}

.home-page .recommend-service .services-wrapper .service {
  padding: 12px;
}

.home-page .recommend-service .services-wrapper #homepage-slideshow {
  scroll-behavior: smooth;
  overflow: hidden;
}

.home-page .recommend-service .services-wrapper .prev,
.home-page .recommend-service .services-wrapper .next {
  cursor: pointer;
  position: absolute;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.home-page .recommend-service .services-wrapper .service-image img {
  height: 161px;
}

.home-page .recommend-service .services-wrapper .service .recommended-service-title {
  color: #1D4288;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.home-page .recommend-service .services-wrapper .service .recommended-service-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.home-page .recommend-service .services-wrapper .service .recommended-service-btn {
  width: 200px;
  height: 48px;
  background-color: #1D4288;
  color: white;
  font-family: BebasNeue;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .recommend-service .prev-icon {
  position: absolute;
  top: 52px;
  left: -28px;
  cursor: pointer;
}

.home-page .recommend-service .next-icon {
  position: absolute;
  top: 52px;
  right: -28px;
  cursor: pointer;
}

.home-page .recommend-service .services-list {
  flex-wrap: nowrap;
  overflow: auto;
}

.home-page .banner .play_show {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, .06);
  position: relative;
}

.home-page .banner .play_show img {
  margin: auto;
  object-fit: cover;
}

.home-page .banner .play_show .banner-content {
  position: absolute;
  display: flex;
  flex-direction: column;
}

.home-page .banner .play_show .banner-content.banner-content-below {
  position: relative;
  background-color: white;
  padding: 20px 16px;
}

.home-page .banner .play_show .banner-content h1 {
  font-family: BebasNeue;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
  color: white;
  background-color: #1D4288;
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
}

.home-page .banner .play_show .banner-content.banner-content-below .banner-heading {
  position: relative;
  background-color: white;
  width: calc(100% - 26px);
}

.home-page .banner .play_show .banner-content.banner-content-below .banner-heading-wrapper {
  margin-bottom: 12px;
}


.home-page .banner .play_show .banner-content .banner-heading {
  position: relative;
  display: inline-block;
}

.home-page .banner .play_show .banner-content .banner-heading-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 27px;
  display: flex;
}

.home-page .banner .play_show .banner-content .banner-heading-wrapper::after {
  content: "";
  display: inline-block;
  border-left: 26px solid #1d4288;
  border-bottom: 58px solid transparent;
}

.home-page .banner .play_show .banner-content.banner-content-below .banner-graph p {
  color: black;
}


.home-page .banner .play_show .banner-content .banner-graph p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: white;
  font-weight: 500;
  font-size: 16px;
  font-family: Inter;
}

.home-page .banner .play_show .banner-content .banner-graph button {
  height: 42px;
  width: 201px;
  background: #1D4288;
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: BebasNeue;
  margin-bottom: 5px;
  font-size: 22px;
}

.home-page .banner .play_show .banner-content.banner-content-below .banner-graph button {
  margin-bottom: 12px;
}

.home-page .banner .play_show .banner-content.banner-content-below .banner-graph span {
  color: black;
}

.home-page .banner .play_show .banner-content .banner-graph span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: white;
}

.header-title {
  font-size: 32px;
  font-weight: 700;
  font-family: BebasNeue;
  color: #1D4288
}

.no-wrap-legal-text {
  white-space: nowrap;
}

.legal-text-and-image-wrapper {
  min-width: 275px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.close-button-modal {
  background-color: #ffffff;
  height: 53px;
  border: none;
  font-family: BebasNeue;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #1d4288;
  margin-top: 28px;
  margin: unset !important;
}

.legal-text-style {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Inter;
}

.height-of-image-as-placholder-vertical-special {
  min-height: 36px;
}

.z-index-overlap-the-image-bottom {
  z-index: 9999;
}

@media (min-width: 576px) {
  .home-page .main-article .main-article__content .shop-menu__header__content__right {
    width: unset;
    justify-content: unset
  }

  .home-page .banner .play_show .banner-content {
    padding-left: 5%;
  }

  .home-page .banner .play_show .banner-content h1 {
    padding: 25px 43px;
    height: 93px;
    min-width: 368px;
  }

  .home-page .banner .play_show .banner-content .banner-heading-wrapper::after {
    border-bottom: 93px solid transparent;
    border-left: 46px solid #1d4288;
  }

  .home-page .banner .play_show {
    min-height: 400px;
  }

  .home-page .banner .play_show img {
    height: 100%;
}
}

@media (min-width: 768px) {

  .home-page .footer-article .left-section {
    order: 1;
  }

  .home-page .footer-article .right-section {
    order: 0;
    padding: 60px 28px;
  }

  .home-page .main-article .main-article__content {
    padding: 60px 28px;
  }
}

@media (min-width: 992px) {
  .home-page .banner .play_show .banner-content .banner-graph {
    max-width: 60%;
    display: inline-block;
  }

  .home-page .banner .play_show {
    min-height: unset;
  }

  .home-page .main-article .main-article__content {
    padding: 70px 60px 70px 30px;
  }

  .home-page .footer-article .right-section {
    padding: 70px 30px 70px 60px;
  }

  .home-page .banner .play_show .banner-content h1 {
    font-size: 50px;
    min-width: 523px;
    height: 100px;
  }

  .home-page .banner .play_show .banner-content .banner-heading-wrapper::after {
    border-bottom: 100px solid transparent;
  }
}