@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap");
section:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  section:not(:last-child) {
    margin-bottom: 3rem;
  }
}

section .promo__section {
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  section .promo__section {
    margin-top: 3rem;
  }
}

/* HIDE BREADCRUMBS */
@media only screen and (min-width: 501px) {
  .category-breadcrumbs-container {
    position: absolute;
    left: -9999px;
    height: 1px;
  }
}
.landing_body ~ .row, .category-landing.container > .row:last-of-type {
  display: none;
}

@media (max-width: 544px) {
  .category-breadcrumbs-container {
    margin-top: 0 !important;
  }
}
.ion-color {
  background-color: #6D7D9E;
}
.ion-color .ion-color--lite {
  background-color: #B6BDCF;
}

.ion-repair {
  background-color: #921849;
}
.ion-repair .ion-repair--lite {
  background-color: #E4C5D1;
}

.ion-smooth {
  background-color: #A28E59;
}
.ion-smooth .ion-smooth--lite {
  background-color: #E3DDCD;
}

.ion-styling {
  background-color: #949494;
}
.ion-styling .ion-styling--lite {
  background-color: #E4E4E4;
}

.ion-volume {
  background-color: #F48675;
}
.ion-volume .ion-volume--lite {
  background-color: #FCDAD5;
}

.ion-moisture {
  background-color: #B4E0E1;
}
.ion-moisture .ion-moisture--lite {
  background-color: #E8F6F6;
}

.intro .landing_heading.h3, .solution .landing_heading.h3, .spacer .landing_heading.h3, .footer .landing_heading.h3 {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}

.spacer {
  margin-bottom: 4rem !important;
}

.ion-video__container {
  margin: auto;
}
@media (min-width: 769px) {
  .ion-video__container {
    max-width: 94%;
  }
}

.intro .intro__text {
  margin: 2rem;
}
.intro .pill-nav {
  margin: 1rem;
}
@media (min-width: 769px) {
  .intro .pill-nav {
    margin: 2rem 4rem;
  }
}

.solution .solution__info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
}
@media (min-width: 768px) {
  .solution .solution__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 991px) {
  .solution .solution__info {
    padding: 3rem;
  }
}
.solution .solution__info .solution__info--text {
  color: white;
  margin: 2rem;
}
.solution .solution__info .solution__info--text.black {
  color: black;
}
@media (min-width: 991px) {
  .solution .solution__info .solution__info--text {
    margin: 2rem 0;
  }
}
.solution .solution__rz {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 768px) {
  .solution .solution__rz {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.solution .solution__expandable-content--container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .solution .solution__expandable-content--container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.solution .cat-grid_slider_arrow {
  color: white;
}
.solution .solution__cta {
  text-align: center;
  margin: 1rem;
}
.solution .solution__cta p {
  font-weight: 700;
  color: white;
  text-decoration: underline;
}
.solution .solution__cta p.black {
  color: black;
}
.solution .pill {
  padding: 0 0 1rem;
}
.solution .pill p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: auto;
  height: 45px;
  background-color: #f0f0ef;
  border-radius: 40px;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
.solution .pill p:hover {
  background-color: #ddd;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.expandable-content {
  padding: 2rem 0;
}
@media (min-width: 769px) {
  .expandable-content {
    padding: 3rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expandable-content {
    max-height: 600px;
  }
}
.expandable-content .benefit {
  padding: 0 0 2rem;
}
@media (min-width: 769px) {
  .expandable-content .benefit {
    padding: 0 1rem;
    max-height: 610px;
  }
}
@media (min-width: 1200px) {
  .expandable-content .benefit {
    max-height: 800px;
  }
}
@media (max-width: 769px) {
  .expandable-content .benefit img {
    min-width: 50%;
  }
}
@media (min-width: 769px) {
  .expandable-content .benefit .box {
    padding-bottom: 100%;
  }
}
.expandable-content .benefit .benefits__text {
  color: white;
  padding: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .expandable-content .benefit .benefits__text {
    position: relative;
    top: -33%;
    height: 100%;
  }
}
.expandable-content .benefit .benefits__text.ion-moisture {
  color: black;
}
.expandable-content .benefit .benefits__text.ion-volume {
  color: black;
}
.expandable-content .benefit .benefits__text p {
  margin: 0;
}
@media (min-width: 769px) {
  .expandable-content .benefit .benefits__text p {
    font-size: 1.2rem;
  }
}
