/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.carousel-section {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.carousel-section + section {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .carousel-section + section {
    margin-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .carousel-section + section.special {
    margin-top: 3.75rem;
  }
}
.carousel-section::after {
  content: "";
  background-color: #fbc600;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0.5rem;
  width: 10rem;
  float: right;
  -webkit-animation: from-right 750ms ease-in forwards;
          animation: from-right 750ms ease-in forwards;
}
@media (prefers-reduced-motion) {
  .carousel-section::after {
    -webkit-animation: none;
            animation: none;
  }
}
@media (min-width: 1280px) {
  .carousel-section::after {
    width: calc(50vw - 410px);
  }
}
.carousel-section__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 82.5rem;
}
@media (min-width: 768px) {
  .carousel-section__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .carousel-section__inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .carousel-section__inner {
    width: 85rem;
  }
}
@media (min-width: 1280px) {
  .carousel-section__inner {
    width: 90rem;
  }
}
.carousel-section__inner--car-care {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .carousel-section__inner--car-care {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .carousel-section__inner--car-care {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .carousel-section__inner {
    width: 90%;
  }
}
.carousel-section__title {
  font-size: 50px;
  font-size: 3.125rem;
  color: #3b3c43;
  font-weight: 500;
  margin: 3rem 0 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .carousel-section__title {
    font-size: 32px;
    font-size: 2rem;
    margin: 2rem 0 1.5rem;
  }
}

.carousel {
  overflow: hidden;
}
.carousel__slide-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .carousel__slide-section {
    margin: 0;
  }
}
.carousel__slide {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 1px;
  z-index: 0;
  opacity: 0;
}
.carousel__slide.previous, .carousel__slide.next {
  z-index: 1;
}
.carousel__slide.active {
  z-index: 2;
  opacity: 1;
  height: auto;
  position: relative;
  top: 0;
}
.carousel__slide-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 20px 0;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0.5rem;
  top: 100px;
}
.carousel__control-li {
  margin: 10px;
}
.carousel__control-li--next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  /* Pin at end */
}
.carousel__control-button {
  border: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: relative;
  width: 40px;
  height: 65px;
}
.carousel__control-button::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.carousel__control-button--previous {
  display: none;
}
.carousel__control-button--button {
  background-color: #707070;
  padding: 1rem 0;
  color: transparent;
  width: 0.25rem;
}
.carousel__control-button--button::before {
  width: 10px;
  height: 100%;
}
.carousel__control-button--button.active::before {
  background-color: #34657f;
}
.carousel__control-button--next {
  display: none;
}
/* RITM1920623  */
.hero__headline{
	margin-left: 20px;
}
@media (min-width: 1440px){
.hero__image {
    padding-top: 8rem;
    right: -8rem;
    right: -2rem !important;
}
}
.hero__body {
	margin: 1rem;
}
@media (min-width: 48.0625rem){
.hero__container {
     padding: 0.50rem;
}
.hero__body {
    margin: 0rem;
}
.hero__buttons-column {
margin-right: 0.5rem;
}
}