.industry-nav {
  position: fixed;
  top: 5rem;
  background-color: #3b3c43;
  width: 100%;
  min-height: 3.5rem;
  z-index: 13;
  -webkit-box-shadow: 0 -3px 30px 0 rgba(0, 0, 0, 0.25),
    0 -8px 50px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -3px 30px 0 rgba(0, 0, 0, 0.25),
    0 -8px 50px 9px rgba(0, 0, 0, 0.15);
}

.industry-nav__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero__copy {
  max-width: 100%;
  align-items: center;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.hero__heading--wrapper {
  margin: 0;
  align-self: center;
}

@media (max-width: 1024px) {
  .hide-br-mobile {
    display: none;
  }
  /* .hero__copy {
    max-width: none;
  } */
}

@media (max-width: 480px) {
  .hero__heading {
    padding: 0px 5px !important;
  }
  .hero__subheading {
    padding: 0 5px !important;
  }
}

.hero__image {
  background-position: top center;
  min-height: 350px;
  background-size: contain;
}

@media (max-width: 543px) {
  .hero__image {
    background-size: cover;
  }
}

.triptych__insight {
  padding-top: 80px;
  margin-top: 0 !important;
}

.triptych__insight .insight_image {
  margin-bottom: 25px;
}

.triptych__insight .footnote {
  margin-top: 0;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}

@media (min-width: 48.0625rem) {
  .industry-nav__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .industry-nav__inner {
    padding: 1.25rem 1.25rem;
  }
}

.industry-nav__svg {
  padding-right: 1rem;
}

.industry-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.25rem 0 0;
  margin-left: 1.25rem;
}

.industry-nav__link:active,
.industry-nav__link:focus {
  outline: 2px solid #fbc600;
}

@media (min-width: 768px) {
  .industry-nav__link {
    margin-left: 4rem;
  }
}

.contact-section .contact-section__heading {
  font-size: 48px;
  line-height: 57px;
}

.contact-section .contact-form__submit-button {
  border-radius: 0px;
}

.hero {
  padding-top: 3rem !important; /*! Industry-specific styles go below here */
}

/* .hero__container {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 91%;
	background-size: 600px 450px;
	background-repeat: no-repeat;
	margin-bottom: 38px;
	margin-top: 1rem;
	align-items: normal;
	margin-bottom: 0;
	padding-bottom: 0 !important;
} */

.hero__container {
  max-width: 100%;
  width: 870px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}

/* @media (min-width:48.0625rem) {
	.hero__container {
		padding: 1.25rem
	}
} */

@media (max-width: 48rem) {
  .hero__container {
    padding: 1.25rem 1.25rem;
  }
}

@media (min-width: 48.0625rem) {
  .hero__container {
    /* padding: 5rem 5rem 3rem!important; */
    background-position: right center;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero__container {
    padding: 5rem 5rem 3rem !important;
    background-position: right center;
  }
}

@media (max-width: 48rem) {
  .hero__container {
    padding: 2.5rem 1.875rem !important;
    background-position: center bottom;
    background-size: 100%;
  }
}

.hero__content {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__heading {
  position: relative;
  margin: 0 0 20px;
  line-height: 0.9;
  color: #3b3c43;
  letter-spacing: -2px;
  padding: 0 4rem;
  font-size: 44px;
  line-height: 52px;
  font-weight: 400;
  max-width: 100%;
}

.hero__heading--wrapper::before {
  display: none;
}

.hero__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fbc600;
  display: none;
}

@media (min-width: 80.0625rem) {
  .hero__heading::before {
    width: 0.625rem;
  }
}

@media (max-width: 80rem) {
  .hero__heading::before {
    width: 0.375rem;
  }
}

.hero__subheading {
  color: #3b3c43;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  max-width: 100%;
  padding: 0 3rem;
}

/* @media (max-width:80rem) {
	.hero__subheading {
		max-width: none;
	}
} */

.hero__buttons-column {
  /* margin: 0 auto !important; */
  margin: 10px 0 !important;
  /* display: block; */
}

.hero-description {
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  /* max-width: 800px; */
  margin-bottom: 20px;
  padding: 0 1rem;
}

.hero-description a,
.hero-description a:active {
  color: #34657f;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .hero-description {
    max-width: none;
  }
}

.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero__button-column {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 80.0625rem) {
  .hero__button-column + .hero__button-column {
    margin-left: 3rem;
  }
}

@media (max-width: 80rem) {
  .hero__button-column + .hero__button-column {
    margin-left: 1.25rem;
  }
}

.hero__button-copy {
  color: #3b3c43;
}

.hero__button {
  border: 0;
  padding: 12px 24px 8px 24px;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out,
    color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  line-height: 1.1;
  /*max-width: 10.9375rem;*/ /*commenting to reduce the width of cta*/
  text-align: center;
  margin-bottom: 15px;
}

.hero__button:hover {
  background-color: #3b3c43;
  color: #fff;
}

.hero__button:focus {
  outline-color: #3b3c43;
}

.hero__button.-disabled {
  cursor: not-allowed;
}

.hero__button.-disabled:hover {
  background-color: #fbc600;
  color: #3b3c43;
}

.hero__button.-disabled:focus {
  outline: 0;
}

@media screen and (max-width: 73.75rem) {
  .hero.hero__flooring .hero__container,
  .hero.hero__jewelry .hero__container,
  .hero.hero__leap-year .hero__container,
  .hero.hero__sewing-vacuum .hero__container {
    background-size: 72%;
  }
}

@media screen and (max-width: 64rem) {
  .hero.hero__flooring .hero__container,
  .hero.hero__jewelry .hero__container,
  .hero.hero__leap-year .hero__container,
  .hero.hero__sewing-vacuum .hero__container {
    background-size: 64%;
  }
}

@media screen and (max-width: 58.125rem) {
  .hero.hero__flooring .hero__container,
  .hero.hero__jewelry .hero__container,
  .hero.hero__leap-year .hero__container,
  .hero.hero__sewing-vacuum .hero__container {
    background-size: 90%;
    background-position: 400% 100%;
  }
}

@media (max-width: 48rem) {
  .hero.hero__flooring .hero__container,
  .hero.hero__jewelry .hero__container,
  .hero.hero__leap-year .hero__container,
  .hero.hero__sewing-vacuum .hero__container {
    background-position: right bottom;
    background-size: 120%;
    padding-bottom: 75vw !important;
  }
}

.hero.hero__flooring .hero__heading,
.hero.hero__jewelry .hero__heading,
.hero.hero__leap-year .hero__heading,
.hero.hero__sewing-vacuum .hero__heading {
  max-width: 31.25rem;
}

.hero.hero__flooring .hero__subheading,
.hero.hero__jewelry .hero__subheading,
.hero.hero__leap-year .hero__subheading,
.hero.hero__sewing-vacuum .hero__subheading {
  max-width: 22.5rem;
}

@media screen and (max-width: 90rem) {
  .hero.hero__sewing-vacuum .hero__container {
    background-size: 55%;
  }
}

@media screen and (max-width: 73.75rem) {
  .hero.hero__sewing-vacuum .hero__container {
    background-size: 74%;
  }
}

@media screen and (max-width: 67.5rem) {
  .hero.hero__sewing-vacuum .hero__container {
    background-size: 80%;
  }
}

@media screen and (max-width: 60rem) {
  .hero.hero__sewing-vacuum .hero__container {
    background-size: 74%;
    background-position: 100% 100%;
  }
}

@media screen and (max-width: 58.125rem) {
  .hero.hero__sewing-vacuum .hero__container {
    background-size: 90%;
    background-position: 270% 100%;
  }
}

@media (max-width: 48rem) {
  .hero.hero__sewing-vacuum .hero__container {
    background-position: right bottom;
    background-size: 115%;
    padding-bottom: 75vw !important;
  }
}

.hero.hero__sewing-vacuum .hero__heading {
  max-width: 34.375rem;
}

.hero.hero__sewing-vacuum .hero__heading > br {
  display: block;
}

@media (min-width: 58.125rem) {
  .hero.hero__sewing-vacuum .hero__heading {
    max-width: 37.5rem;
  }
}

@media (max-width: 48rem) {
  .hero.hero__sewing-vacuum .hero__heading > br {
    display: none;
  }
}

.hero.hero__sewing-vacuum .hero__subheading {
  max-width: 27rem;
}

@media screen and (max-width: 81.25rem) {
  .hero.hero__electronics-appliances .hero__container {
    background-size: 60%;
  }
}

@media screen and (max-width: 73.75rem) {
  .hero.hero__electronics-appliances .hero__container {
    background-position: 120% 100%;
  }
}

@media screen and (max-width: 64rem) {
  .hero.hero__electronics-appliances .hero__container {
    background-size: 70%;
    background-position: 160% 100%;
  }
}

@media screen and (max-width: 58.125rem) {
  .hero.hero__electronics-appliances .hero__container {
    background-position: right bottom;
    background-size: 100%;
    padding-bottom: 67vw !important;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__electronics-appliances .hero__heading {
    max-width: 25rem;
  }
}

@media (min-width: 80.0625rem) {
  .hero.hero__electronics-appliances .hero__heading {
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__electronics-appliances .hero__subheading {
    max-width: 26.25rem;
  }
}

@media (min-width: 80.0625rem) {
  .hero.hero__electronics-appliances .hero__subheading {
    max-width: 30rem;
  }
}

.hero.hero__hardware .hero__container {
  background-position: right center;
}

@media screen and (max-width: 74.375rem) {
  .hero.hero__hardware .hero__container {
    background-position: calc(50% + 360px) 100%;
  }
}

@media screen and (max-width: 53.6875rem) {
  .hero.hero__hardware .hero__container {
    background-position: right bottom;
    background-size: 80%;
    padding-bottom: 57vw !important;
  }
}

@media screen and (min-width: 53.75rem) {
  .hero.hero__hardware .hero__heading {
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 53.75rem) {
  .hero.hero__hardware .hero__subheading {
    max-width: 30rem;
  }
}

.hero.hero__heating-ac .hero__container {
  background-position: right center;
}

@media screen and (max-width: 74.375rem) {
  .hero.hero__heating-ac .hero__container {
    background-position: calc(50% + 260px) 100%;
  }
}

@media screen and (max-width: 58.0625rem) {
  .hero.hero__heating-ac .hero__container {
    background-position: right bottom;
    background-size: 100%;
    padding-bottom: 65vw !important;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__heating-ac .hero__heading {
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__heating-ac .hero__subheading {
    max-width: 30rem;
  }
}

.hero.hero__flooring .hero__heading {
  max-width: 37.5rem;
}

.hero.hero__flooring .hero__subheading {
  max-width: 28.75rem;
}

.hero.hero__leap-year {
  padding: 6rem 0 0;
}

.hero.hero__leap-year .hero__heading {
  max-width: 37.5rem;
}

.hero.hero__leap-year .hero__subheading {
  max-width: 28.75rem;
}

/* @media screen and (max-width:72.1875rem) {
	.hero.hero__music .hero__container {
		background-size: 64%;
		background-position: 132% 100%
	}
}

@media screen and (max-width:64rem) {
	.hero.hero__music .hero__container {
		background-size: 64%;
		background-position: 132% 100%
	}
}

@media screen and (max-width:58.125rem) {
	.hero.hero__music .hero__container {
		background-size: 75%;
		background-position: 200% 100%
	}
}

@media screen and (max-width:53.125rem) {
	.hero.hero__music .hero__container {
		background-size: 80%;
		background-position: 260% 100%
	}
} */

.hero.hero__music .hero__heading {
  max-width: 37.5rem;
}

.hero.hero__music .hero__subheading {
  max-width: 28.75rem;
}

@media (max-width: 75rem) {
  .hero.hero__music .hero__container,
  .hero.hero__jewelry .hero__container,
  .hero.hero__sewing-vacuum .hero__container {
    background-position: left bottom;
    background-size: 120%;
    padding-bottom: 75vw !important;
  }

  .hero.hero__music .hero__subheading,
  .hero.hero__jewelry .hero__subheading,
  .hero.hero__sewing-vacuum .hero__subheading {
    max-width: unset;
  }
}

@media screen and (max-width: 90rem) {
  .hero.hero__outdoor_power_equip .hero__container,
  .hero.hero__powersports .hero__container {
    background-position: 125% bottom;
  }
}

@media screen and (max-width: 80rem) {
  .hero.hero__outdoor_power_equip .hero__container,
  .hero.hero__powersports .hero__container {
    background-size: 75%;
    background-position: 150% 100%;
  }
}

@media screen and (max-width: 72.1875rem) {
  .hero.hero__outdoor_power_equip .hero__container,
  .hero.hero__powersports .hero__container {
    background-size: 65%;
    background-position: 132% 100%;
  }
}

@media screen and (max-width: 64rem) {
  .hero.hero__outdoor_power_equip .hero__container,
  .hero.hero__powersports .hero__container {
    background-size: 68%;
    background-position: 132% 100%;
  }
}

@media screen and (max-width: 58.125rem) {
  .hero.hero__outdoor_power_equip .hero__container,
  .hero.hero__powersports .hero__container {
    background-size: 75%;
    background-position: 200% 100%;
  }
}

@media (max-width: 48rem) {
  .hero.hero__outdoor_power_equip .hero__container,
  .hero.hero__powersports .hero__container {
    background-position: left bottom;
    background-size: 110%;
    padding-bottom: 75vw !important;
  }
}

.hero.hero__outdoor_power_equip .hero__heading,
.hero.hero__powersports .hero__heading {
  max-width: 31.25rem;
}

.hero.hero__outdoor_power_equip .hero__subheading,
.hero.hero__powersports .hero__subheading {
  max-width: 22.5rem;
}

@media (max-width: 48rem) {
  .hero.hero__outdoor_power_equip .hero__container {
    background-position: left bottom;
    background-size: 105%;
    padding-bottom: 77vw !important;
  }
}

@media screen and (min-width: 80rem) {
  .hero.hero__sporting-goods .hero__container {
    background-position: 80% 100%;
  }
}

@media screen and (max-width: 72.1875rem) {
  .hero.hero__sporting-goods .hero__container {
    background-size: 69%;
    background-position: 132% 100%;
  }
}

@media screen and (max-width: 64rem) {
  .hero.hero__sporting-goods .hero__container {
    background-size: 70%;
    background-position: 132% 100%;
  }
}

@media screen and (max-width: 58.125rem) {
  .hero.hero__sporting-goods .hero__container {
    background-size: 77%;
    background-position: 185% 100%;
  }
}

@media (max-width: 48rem) {
  .hero.hero__sporting-goods .hero__container {
    background-position: left bottom;
    background-size: 120%;
    padding-bottom: 75vw !important;
  }
}

.hero.hero__sporting-goods .hero__heading {
  max-width: 37.5rem;
  line-height: 1;
}

.hero.hero__sporting-goods .hero__subheading {
  max-width: 28.75rem;
}

.hero.hero__payment-estimator {
  padding-top: 5.25rem;
}

@media (min-width: 48.0625rem) {
  .hero.hero__payment-estimator .hero__container {
    background-size: 60%;
    background-position: 149% 100%;
  }
}

@media screen and (min-width: 51.25rem) {
  .hero.hero__payment-estimator .hero__container {
    background-size: 60%;
    background-position: 137% 100%;
  }
}

@media (min-width: 65.625rem) {
  .hero.hero__payment-estimator .hero__container {
    background-position: 115% 100%;
  }
}

@media (min-width: 70.9375rem) {
  .hero.hero__payment-estimator .hero__container {
    background-size: 64%;
    background-position: 105% bottom;
    padding-top: 8rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 74rem) {
  .hero.hero__payment-estimator .hero__container {
    background-size: 60%;
    background-position: right bottom;
  }
}

@media (min-width: 81.5625rem) {
  .hero.hero__payment-estimator .hero__container {
    background-size: 56%;
    background-position: right bottom;
  }
}

@media (min-width: 87.8125rem) {
  .hero.hero__payment-estimator .hero__container {
    background-size: 54%;
    background-position: right bottom;
  }
}

@media (max-width: 48rem) {
  .hero.hero__payment-estimator .hero__container {
    background-position: left bottom;
    background-size: 110%;
    padding-bottom: 75vw !important;
  }
}

.hero.hero__payment-estimator .hero__heading {
  max-width: 37.5rem;
  line-height: 1;
}

.hero.hero__payment-estimator .hero__subheading {
  max-width: 28.75rem;
}

.hero.hero__home-furnishings .hero__container {
  background-position: calc(50% + 250px) 100%;
}

@media screen and (max-width: 58.0625rem) {
  .hero.hero__home-furnishings .hero__container {
    background-position: right bottom;
    background-size: 100%;
    padding-bottom: 65vw !important;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__home-furnishings .hero__heading {
    max-width: 33.75rem;
  }
}

@media screen and (min-width: 80rem) {
  .hero.hero__home-furnishings .hero__heading {
    max-width: 35rem;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__home-furnishings .hero__subheading {
    max-width: 30rem;
  }
}

.hero.hero__home-improvement .hero__container {
  background-position: calc(50% + 250px) 40%;
}

@media screen and (min-width: 80rem) {
  .hero.hero__home-improvement .hero__container {
    background-size: 55%;
  }
}

@media screen and (max-width: 70.625rem) {
  .hero.hero__home-improvement .hero__container {
    background-position: calc(50% + 300px) 100%;
  }
}

@media screen and (max-width: 58.0625rem) {
  .hero.hero__home-improvement .hero__container {
    background-position: right bottom;
    background-size: 100%;
    padding-bottom: 72vw !important;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__home-improvement .hero__heading {
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 80rem) {
  .hero.hero__home-improvement .hero__heading {
    max-width: 32.5rem;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__home-improvement .hero__subheading {
    max-width: 27.5rem;
  }
}

.hero.hero__insights {
  padding-top: 5rem;
}

.hero.hero__insights .hero__container {
  background-position: calc(50% + 200px) 0;
}

@media screen and (max-width: 70.625rem) {
  .hero.hero__insights .hero__container {
    background-position: calc(50% + 300px) 100%;
  }
}

@media screen and (max-width: 58.0625rem) {
  .hero.hero__insights .hero__container {
    background: 0 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__insights .hero__heading {
    max-width: 33.75rem;
  }
}

@media screen and (min-width: 80rem) {
  .hero.hero__insights .hero__heading {
    max-width: 32.5rem;
  }
}

.hero.hero__insights .hero__subheading {
  margin-bottom: -1rem;
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__insights .hero__subheading {
    margin-bottom: 1.5rem;
    max-width: 27.5rem;
  }
}

.hero.hero__car-care-current-partner {
  padding-top: 5.25rem;
}

.hero.hero__car-care-current-partner .hero__container {
  background-position: calc(50% + 200px) 40%;
}

@media screen and (min-width: 80rem) {
  .hero.hero__car-care-current-partner .hero__container {
    background-size: 75%;
  }
}

@media screen and (min-width: 84.375rem) {
  .hero.hero__car-care-current-partner .hero__container {
    background-size: 60%;
  }
}

@media screen and (max-width: 70.625rem) {
  .hero.hero__car-care-current-partner .hero__container {
    background-position: calc(5% + 300px) 100%;
  }
}

@media screen and (max-width: 58.0625rem) {
  .hero.hero__car-care-current-partner .hero__container {
    background-position: right bottom;
    background-size: 100%;
    padding-bottom: 72vw !important;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__car-care-current-partner .hero__heading {
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 58.125rem) {
  .hero.hero__car-care-current-partner .hero__subheading {
    max-width: 27.5rem;
  }
}

.hero.hero__car-care-partner {
  padding-top: 4.625rem;
}

.hero.hero__car-care-partner .hero__container {
  background-position: calc(50% + 200px) 40%;
}

@media screen and (min-width: 80rem) {
  .hero.hero__car-care-partner .hero__container {
    background-size: 75%;
  }
}

@media screen and (min-width: 84.375rem) {
  .hero.hero__car-care-partner .hero__container {
    background-size: 62%;
  }
}

@media screen and (max-width: 70.625rem) {
  .hero.hero__car-care-partner .hero__container {
    background-position: calc(5% + 300px) 100%;
  }
}

@media screen and (max-width: 50.75rem) {
  .hero.hero__car-care-partner .hero__container {
    background-position: right bottom;
    background-size: 100%;
    padding-bottom: 72vw !important;
  }
}

@media screen and (min-width: 50.8125rem) {
  .hero.hero__car-care-partner .hero__heading {
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 50.8125rem) {
  .hero.hero__car-care-partner .hero__subheading {
    max-width: 27.5rem;
  }
}

.hero.hero__car-care-prospecting .hero__container {
  background-position: calc(60% + 200px) 40%;
}

@media screen and (min-width: 80rem) {
  .hero.hero__car-care-prospecting .hero__container {
    background-size: 48%;
  }
}

@media screen and (min-width: 84.375rem) {
  .hero.hero__car-care-prospecting .hero__container {
    background-size: 45%;
  }
}

@media screen and (max-width: 68.75rem) {
  .hero.hero__car-care-prospecting .hero__container {
    background-position: calc(40% + 300px) 100%;
  }
}

@media screen and (max-width: 58.0625rem) {
  .hero.hero__car-care-prospecting .hero__container {
    background-position: right bottom;
    background-size: 100%;
    padding-bottom: 72vw !important;
  }
}

.hero.hero__car-care-prospecting .hero__heading {
  margin-bottom: 0;
}

.hero.hero__car-care-prospecting .hero__subheading {
  max-width: 31.25rem;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}

.hero.hero__car-care-prospecting .hero__subheading::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  height: calc(100% + 0.5rem);
  background-color: #fbc600;
}

@media (min-width: 80.0625rem) {
  .hero.hero__car-care-prospecting .hero__subheading::before {
    width: 0.625rem;
  }
}

@media (max-width: 80rem) {
  .hero.hero__car-care-prospecting .hero__subheading::before {
    width: 0.375rem;
  }
}

.hero.hero__long_form_campaign {
  padding-top: 5.25rem;
  position: relative;
}

.hero.hero__long_form_campaign:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 0.375rem;
  width: 100%;
  background-color: #3b3c43;
}

@media screen and (max-width: 76.875rem) {
  .hero.hero__long_form_campaign .hero__container {
    background-size: contain;
  }
}

@media (max-width: 70.375rem) {
  .hero.hero__long_form_campaign .hero__container {
    background-size: 60%;
  }
}

@media (max-width: 48rem) {
  .hero.hero__long_form_campaign .hero__container {
    background-position: right bottom;
    background-size: 120%;
    padding-bottom: 100vw !important;
  }
}

@media (min-width: 52.875rem) {
  .hero.hero__long_form_campaign .hero .hero__heading {
    max-width: 40rem;
  }
}

.hero.hero__long_form_campaign .hero .hero__heading br {
  display: none;
}

@media (min-width: 52.875rem) {
  .hero.hero__long_form_campaign .hero .hero__heading br {
    display: block;
  }
}

.center-copy {
  padding: 3rem 0;
  background-color: #3b3c43;
  color: #fff;
  margin-top: 85px;
}

.center-copy__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 48.0625rem) {
  .center-copy__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .center-copy__inner {
    padding: 1.25rem 1.25rem;
  }
}

.center-copy__title {
  color: #3b3c43;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.center-copy__title-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .center-copy__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .center-copy__title {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}

.center-copy__title.-visible {
  opacity: 1;
}

.center-copy__text {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  max-width: 55rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.center-copy__text-bold {
  font-weight: 700;
}

@media (min-width: 480px) {
  .center-copy__text {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .center-copy__text {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .center-copy__text {
    font-size: 1.625rem;
  }
}

.center-copy__text:last-of-type {
  margin-bottom: 0;
}

.center-copy__text.-visible {
  opacity: 1;
}

.center-copy__text + .center-copy__button {
  display: block;
  max-width: 4.6875rem;
  margin: 1.5rem auto 0;
}

.center-copy__subtext {
  max-width: 42.5rem;
}

.center-copy__link {
  color: #fbc600;
  -webkit-text-decoration-color: #fbc600;
  text-decoration-color: #fbc600;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.center-copy__link > span,
.center-copy__link > strong {
  color: #fff;
}

.center-copy__link:active,
.center-copy__link:focus,
.center-copy__link:hover {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.center-copy__link:active,
.center-copy__link:focus {
  outline: 2px solid #3b3c43;
}

.center-copy__button {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out,
    color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1rem;
  border: 2px solid transparent;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.center-copy__button:hover {
  background-color: #3b3c43;
  color: #fff;
}

.center-copy__button:focus {
  outline-color: #3b3c43;
}

.center-copy__button.-disabled {
  cursor: not-allowed;
}

.center-copy__button.-disabled:hover {
  background-color: #fbc600;
  color: #3b3c43;
}

.center-copy__button.-disabled:focus {
  outline: 0;
}

.center-copy__button:focus {
  outline-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .center-copy__button:focus {
    outline: 2px solid #fff;
  }
}

@supports (-ms-ime-align: auto) {
  .center-copy__button:focus {
    outline: 2px solid #fff;
  }
}

.center-copy__button:hover {
  border-color: #fff;
}

.center-copy__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.5rem;
}

@media (min-width: 48rem) {
  .center-copy__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.center-copy__column {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.center-copy__column--copy {
  font-size: 1rem;
  line-height: 26px;
  color: #fff;
  max-width: 75%;
  margin: 0 auto;
  letter-spacing: -0.048em;
}

.center-copy__column--image {
  display: block;
  margin: 0 auto 1.5rem;
  width: 3.75rem;
}

@media (min-width: 48rem) {
  .center-copy__column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(33.33333% - 11px);
    margin-right: 16px;
  }
  .center-copy__column:nth-child(3n) {
    margin-right: 0;
  }
  .center-copy__column--copy {
    font-size: 1.0625rem;
  }
}

.center-copy.-bkg-transparent {
  background-color: transparent;
  color: #3b3c43;
}

.center-copy.-bkg-transparent .center-copy__text,
.center-copy.-bkg-transparent .center-copy__title {
  color: #3b3c43;
}

.center-copy.-bkg-transparent .center-copy__title {
  margin-top: 2rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.center-copy.-bkg-transparent .center-copy__title sup {
  top: -0.9rem;
  font-size: 50%;
}

.center-copy.-bkg-transparent .center-copy__text {
  max-width: 57rem;
}

/*! offset padding for CARDS */

.center-copy.-x8-bp {
  padding-bottom: 8rem;
}

/*! What fuels component - CARDS */

.center-cards {
  background-color: #fff;
}

.center-cards__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}

@media (min-width: 48.0625rem) {
  .center-cards__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .center-cards__inner {
    padding: 1.25rem 1.25rem;
  }
}

.center-cards__wrapper {
  margin: -7rem auto 0;
  max-width: 67rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 35.3125rem) {
  .center-cards__wrapper {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}

@media (min-width: 48rem) {
  .center-cards__wrapper {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }
}

.center-cards__card {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2),
    2px 2px 20px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2),
    2px 2px 20px 4px rgba(0, 0, 0, 0.05);
  max-width: 10.9375rem;
  min-width: 10.9375rem;
  padding: 2rem;
  margin: 0 0 1rem 0;
}

@media (min-width: 30rem) {
  .center-cards__card {
    margin: 0 1rem 2rem 0;
  }
}

@media (min-width: 48rem) {
  .center-cards__card {
    min-height: 8.375rem;
    margin: 0 2rem 2rem 0;
  }
}

.center-cards__title {
  letter-spacing: -1px;
  font-weight: 100;
  font-size: 3rem;
  line-height: 1;
  margin: 0;
}

@media (min-width: 48rem) {
  .center-cards__title {
    font-size: 3.25rem;
  }
}

@media (min-width: 64rem) {
  .center-cards__title {
    font-size: 4.25rem;
  }
}

.center-cards__title.-graphic-percent {
  position: relative;
  z-index: 9;
  margin-top: 2rem;
}

.center-cards__title.-graphic-percent::after {
  position: absolute;
  content: "%";
  z-index: -1;
  top: -2.5rem;
  left: 2.75rem;
  background-color: #fbc600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  width: 4.25rem;
  height: 4rem;
  padding-top: 0.25rem;
  font-weight: 100;
  font-size: 3rem;
}

@media (min-width: 30rem) {
  .center-cards__title.-graphic-percent::after {
    top: -2.25rem;
    left: 3rem;
  }
}

@media (min-width: 64rem) {
  .center-cards__title.-graphic-percent::after {
    left: 3.5rem;
  }
}

.center-cards__copy,
.center-cards__copy-small {
  color: #3b3c43;
  margin: -0.5rem 0 0;
  letter-spacing: -1px;
  font-size: 1.0625rem;
}

@media (min-width: 30rem) {
  .center-cards__copy,
  .center-cards__copy-small {
    font-size: 1.125rem;
  }
}

@media (min-width: 48rem) {
  .center-cards__copy,
  .center-cards__copy-small {
    font-size: 1.1875rem;
  }
}

.center-cards__copy-small.-graphic-bar,
.center-cards__copy.-graphic-bar {
  display: inline-block;
}

.center-cards__copy-small.-graphic-bar::after,
.center-cards__copy.-graphic-bar::after {
  content: "";
  display: inline-block;
  background-color: #fbc600;
  margin-left: 0.5rem;
  width: 7.5rem;
  height: 0.75rem;
}

.center-cards__copy-small {
  color: #3b3c43;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-size: 0.8125rem;
}

.center-partners {
  padding: 3rem 0;
  background-color: #fff;
  color: #3b3c43;
}

.center-partners__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 48.0625rem) {
  .center-partners__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .center-partners__inner {
    padding: 1.25rem 1.25rem;
  }
}

.center-partners__title {
  color: #3b3c43;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
}

.center-partners__title-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .center-partners__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .center-partners__title {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}

.center-partners__text {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 1.25rem;
  max-width: 50rem;
}

.center-partners__text-bold {
  font-weight: 700;
}

@media (min-width: 480px) {
  .center-partners__text {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .center-partners__text {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .center-partners__text {
    font-size: 1.625rem;
  }
}

.center-partners__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - 4rem);
  max-width: 64rem;
  -webkit-transform: translateX(1.25rem);
  transform: translateX(1.25rem);
}

.center-partners__logo {
  margin: 0 2.5rem 1.5rem 0;
  max-width: 12.5rem;
  text-decoration: none;
}

.center-penta {
  padding: 3rem 0;
  background-color: #f7f7f7;
}

.center-penta__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 48.0625rem) {
  .center-penta__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .center-penta__inner {
    padding: 1.25rem 1.25rem;
  }
}

.center-penta__title {
  color: #3b3c43;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
  color: #3b3c43;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.center-penta__title-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .center-penta__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .center-penta__title {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}

.center-penta__title.-hidden {
  opacity: 0;
}

.center-penta__subheading {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 1.25rem;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.center-penta__subheading-bold {
  font-weight: 700;
}

@media (min-width: 480px) {
  .center-penta__subheading {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .center-penta__subheading {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .center-penta__subheading {
    font-size: 1.625rem;
  }
}

.center-penta__subheading.-hidden {
  opacity: 0;
}

.center-penta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 56.25rem) {
  .center-penta__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.center-penta__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 3rem;
  margin-bottom: 1.5rem;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #d8d8d8;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.center-penta__item.-hidden {
  opacity: 0;
}

.center-penta__item:last-of-type {
  border: none;
}

@media (min-width: 25.875rem) {
  .center-penta__item {
    border-bottom: none;
  }
}

@media (min-width: 48rem) {
  .center-penta__item {
    border-color: #d8d8d8;
    border-bottom: none;
    margin-bottom: 0;
  }
  .center-penta__item:last-of-type {
    border: none;
  }
}

.center-penta__subtitle {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  color: #fbc600;
  -webkit-text-decoration-color: #fbc600;
  text-decoration-color: #fbc600;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.center-penta__subtitle-bold {
  font-weight: 700;
}

@media (min-width: 480px) {
  .center-penta__subtitle {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .center-penta__subtitle {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .center-penta__subtitle {
    font-size: 1.625rem;
  }
}

.center-penta__subtitle > span,
.center-penta__subtitle > strong {
  color: #3b3c43;
}

.center-penta__subtitle:active,
.center-penta__subtitle:focus,
.center-penta__subtitle:hover {
  color: #3b3c43;
  -webkit-text-decoration-color: #3b3c43;
  text-decoration-color: #3b3c43;
}

.center-penta__image {
  max-width: 6.25rem;
  margin-top: 3.5rem;
}

@media (min-width: 48rem) {
  .center-penta__image {
    margin-top: 5rem;
  }
}

.center-penta__img {
  max-height: 6.25rem;
}

.center-penta.-bkg-transparent {
  background-color: transparent;
}

@media (min-width: 67.5rem) {
  .center-penta.-syf-home {
    padding-bottom: 0;
  }
}

.center-penta.-syf-home .center-penta__title {
  max-width: 60rem;
}

.center-penta.-syf-home .center-penta__subheading {
  max-width: 50rem;
}

.columns-pair {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

@media (min-width: 48rem) {
  .columns-pair {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.columns-pair__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 48.0625rem) {
  .columns-pair__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .columns-pair__inner {
    padding: 1.25rem 1.25rem;
  }
}

.columns-pair__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .columns-pair__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .columns-pair__right {
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
  }
}

.columns-pair__title {
  color: #3b3c43;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
  color: #3b3c43;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.columns-pair__title-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .columns-pair__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .columns-pair__title {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}

.columns-pair__title.-hidden {
  opacity: 0;
}

.columns-pair__title > br {
  display: none;
}

@media (min-width: 30.0625rem) {
  .columns-pair__title > br {
    display: block;
  }
}

.columns-pair__copy {
  color: #3b3c43;
  margin: 0 auto 2rem;
  letter-spacing: -0.3px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1rem;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.columns-pair__copy.-hidden {
  opacity: 0;
}

.columns-pair__copy-bold {
  font-weight: 700;
}

@media (min-width: 480px) {
  .columns-pair__copy {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .columns-pair__copy {
    font-size: 1.25rem;
    margin: 0 0 2rem;
    max-width: 31.25rem;
  }
}

@media (min-width: 1280px) {
  .columns-pair__copy {
    font-size: 1.375rem;
  }
}

.columns-pair__image {
  max-height: 29.25rem;
}

@media all and (-ms-high-contrast: none) {
  .columns-pair__image {
    max-height: 18.75rem;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 80rem) {
  .columns-pair__image {
    max-height: 29.25rem;
  }
}

.columns-pair--dk,
.columns-pair-dk {
  background-color: #3b3c43;
}

.columns-pair--dk .columns-pair__copy,
.columns-pair--dk .columns-pair__title,
.columns-pair-dk .columns-pair__copy,
.columns-pair-dk .columns-pair__title {
  color: #f7f7f7;
}

@media (min-width: 48rem) {
  .columns-pair--dk .columns-pair__right,
  .columns-pair-dk .columns-pair__right {
    margin: 0;
  }
}

/*! This is where the GET STARTED component begins.
  If above the contact form, remember to include the bottom margin to account for the vertical offset.
*/

.get-started {
  padding: 3rem 0;
}

@media (min-width: 48rem) {
  .get-started {
    padding: 3rem 0 3rem;
  }
}

@media (min-width: 67.5rem) {
  .get-started {
    padding: 3rem 0 0;
  }
}

.get-started__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}

@media (min-width: 48.0625rem) {
  .get-started__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .get-started__inner {
    padding: 1.25rem 1.25rem;
  }
}

.get-started__title {
  color: #3b3c43;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
  color: #3b3c43;
  margin-bottom: 3rem;
  text-align: center;
}

.get-started__title-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .get-started__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .get-started__title {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}

.get-started__subtitle {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 1.25rem;
  color: #3b3c43;
  margin: 0;
}

.get-started__subtitle-bold {
  font-weight: 700;
}

@media (min-width: 480px) {
  .get-started__subtitle {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .get-started__subtitle {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .get-started__subtitle {
    font-size: 1.625rem;
  }
}

@media (min-width: 769px) {
  .get-started__subtitle br {
    display: none;
  }
}

.get-started__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .get-started__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 68.75rem;
  }
}

.get-started__left,
.get-started__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.get-started__left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 48rem) {
  .get-started__left {
    text-align: left;
    border-right: 1px solid #fbc600;
    max-width: 50%;
  }
}

.get-started__right {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 1.5rem;
  margin-left: 0;
}

@media (min-width: 48rem) {
  .get-started__right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 1rem;
    max-width: 50%;
  }
}

@media (min-width: 64rem) {
  .get-started__right {
    margin-left: 1.5rem;
  }
}

.get-started__right-col {
  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;
  max-width: 100%;
  padding: 0 0.5rem;
}

.get-started__right-col:first-of-type {
  border-right: 1px solid #fbc600;
}

@media (min-width: 30rem) {
  .get-started__right-col {
    padding: 0 1rem;
  }
  .get-started__right-col:first-of-type {
    padding: 0 1rem 0 0;
  }
  .get-started__right-col:last-of-type {
    padding: 0 0 0 1rem;
  }
}

@media (min-width: 64rem) {
  .get-started__right-col {
    max-width: 50%;
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .get-started__right-col:first-of-type {
    padding: 0 2.5rem 0 1rem;
  }
}

.get-started__right .get-started__subtitle {
  line-height: 1.6;
}

.get-started__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
  margin: 1.5rem 0;
}

.get-started__card {
  color: #3b3c43;
  text-decoration: none;
  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;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1rem 0 0;
  padding: 0.25rem 0.5rem;
  min-height: 4.35rem;
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2),
    2px 2px 20px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2),
    2px 2px 20px 4px rgba(0, 0, 0, 0.05);
  width: 130px;
  height: 100px;
}

.get-started__card:last-of-type {
  margin: 0;
}

@media (min-width: 48rem) {
  .get-started__card {
    height: 6rem;
  }
}

@media (min-width: 48.0625rem) {
  .get-started__card {
    max-width: 12.15rem;
    margin: 0 1rem 0 0;
    width: 100%;
  }
  .get-started__card:last-of-type {
    margin: 0 1rem 0 0;
  }
}

@media (min-width: 64rem) {
  .get-started__card {
    height: 100%;
  }
}

.get-started__card:active,
.get-started__card:hover,
.get-started__card:visited {
  color: #3b3c43;
}

.get-started__link {
  text-decoration: none;
  color: #3b3c43;
}

.get-started__link:active,
.get-started__link:hover {
  color: #3b3c43;
}

.get-started__copy,
.get-started__footer-copy {
  color: #3b3c43;
  margin: 0 auto;
  width: 100%;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.0625rem;
}

@media (min-width: 480px) {
  .get-started__copy,
  .get-started__footer-copy {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .get-started__copy,
  .get-started__footer-copy {
    font-size: 1.1875rem;
  }
}

.get-started__footer-copy {
  color: #3b3c43;
  font-weight: 400;
}

.bullet_content,
.columns-list__link {
  -webkit-text-decoration-color: #fbc600;
  text-decoration-color: #fbc600;
  color: #3b3c43;
  margin: 0 0 2rem;
  letter-spacing: -0.3px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1rem;
}

@media (min-width: 480px) {
  .bullet_content,
  .columns-list__link {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .bullet_content,
  .columns-list__link {
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .bullet_content,
  .columns-list__link {
    font-size: 1.375rem;
  }
}

.columns-list {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-x: hidden;
}

.columns-list__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}

@media (min-width: 48.0625rem) {
  .columns-list__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .columns-list__inner {
    padding: 1.25rem 1.25rem;
  }
}

.columns-list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .columns-list__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.columns-list__left {
  margin-right: 2rem;
}

.columns-list__right {
  margin-right: 0;
}

@media (min-width: 768px) {
  .columns-list__right {
    margin-right: -5rem;
  }
}

@media (min-width: 768px) and (max-aspect-ratio: 4 / 3) and (orientation: portrait) {
  .columns-list__right {
    margin-right: -1rem;
  }
}

.columns-list__image {
  max-height: 29.25rem;
}

.columns-list__image.-syf-home-card {
  max-height: 19rem;
}

.columns-list__title {
  color: #3b3c43;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
  color: #3b3c43;
  max-width: 37.5rem;
}

.columns-list__title-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .columns-list__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .columns-list__title {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}

.columns-list__title > br {
  display: none;
}

@media (min-width: 62rem) {
  .columns-list__title > br {
    display: block;
  }
}

.columns-list__copy {
  color: #3b3c43;
  margin: 0 0 2rem;
  letter-spacing: -0.3px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1rem;
}

.columns-list__copy-bold {
  font-weight: 700;
}

.columns-list__copy + .emphasis-path__route {
  margin-top: -1rem;
}

@media (min-width: 480px) {
  .columns-list__copy {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .columns-list__copy {
    font-size: 1.25rem;
    max-width: 31.25rem;
  }
}

@media (min-width: 1280px) {
  .columns-list__copy {
    font-size: 1.375rem;
  }
}

.columns-list__link {
  color: #fbc600;
  -webkit-text-decoration-color: #fbc600;
  text-decoration-color: #fbc600;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.columns-list__link > span,
.columns-list__link > strong {
  color: #3b3c43;
}

.columns-list__link:active,
.columns-list__link:focus,
.columns-list__link:hover {
  color: #3b3c43;
  -webkit-text-decoration-color: #3b3c43;
  text-decoration-color: #3b3c43;
}

.columns-list__container {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .columns-list__container {
    margin-top: 0;
  }
}

a.columns-list__title-bold,
a.columns-list__title-link {
  color: #fbc600;
  -webkit-text-decoration-color: #fbc600;
  text-decoration-color: #fbc600;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

a.columns-list__title-bold > span,
a.columns-list__title-bold > strong,
a.columns-list__title-link > span,
a.columns-list__title-link > strong {
  color: #3b3c43;
}

a.columns-list__title-bold:active,
a.columns-list__title-bold:focus,
a.columns-list__title-bold:hover,
a.columns-list__title-link:active,
a.columns-list__title-link:focus,
a.columns-list__title-link:hover {
  color: #3b3c43;
  -webkit-text-decoration-color: #3b3c43;
  text-decoration-color: #3b3c43;
}

.bullet_content {
  margin: 0;
  max-width: 60rem;
}

.columns-list .benefit_bullet {
  top: -9px;
}

@media (min-width: 480px) {
  .columns-list .benefit_bullet {
    top: -7px;
  }
}

@media (min-width: 1280px) {
  .columns-list .benefit_bullet {
    top: 0;
  }
}

@media (min-width: 1280px) {
  .columns-list .benefits_list li .benefit_progress_bar {
    top: 4px;
  }
}

.emphasis-list {
  max-width: 100%;
}

.emphasis-path {
  background-color: #3b3c43;
  color: #fff;
  max-width: 100%;
  padding-bottom: 3rem;
}

.emphasis-path__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}

@media (min-width: 48.0625rem) {
  .emphasis-path__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .emphasis-path__inner {
    padding: 1.25rem 1.25rem;
  }
}

@media (min-width: 768px) {
  .emphasis-path__inner {
    padding: 3.4375rem 1.875rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1025px) {
  .emphasis-path__inner {
    padding: 3.4375rem 6.25rem;
  }
}

.emphasis-path__route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1279px) {
  .emphasis-path__route {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.emphasis-path__copy {
  position: relative;
  padding-left: 1.5rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.emphasis-path__copy.-visible {
  opacity: 1;
}

.emphasis-path__copy::before {
  position: absolute;
  left: -0.3125rem;
  left: -1px;
  top: 0.125rem;
  content: "";
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-color: #fbc600;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.emphasis-path__copy::after {
  position: absolute;
  left: 0.25rem;
  top: -0.5rem;
  content: "";
  display: inline-block;
  height: 200%;
  width: 2px;
  background-color: #fbc600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.emphasis-path__copy:first-of-type::after {
  top: 0.25rem;
}

.emphasis-path__copy:last-of-type::after {
  height: 20%;
  top: -1.5rem;
}

.emphasis-path__copy:nth-last-of-type(2)::after {
  top: -1.5rem;
}

@media (max-width: 392px) {
  .emphasis-path__copy:nth-last-of-type(2)::after {
    height: 100%;
  }
}

@media (min-width: 1338px) {
  .emphasis-path__copy:nth-last-of-type(2)::after {
    height: 240%;
    top: -0.5rem;
  }
}

.emphasis-path__title {
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .emphasis-path__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .emphasis-path__title {
    font-size: 2.875rem;
  }
}

.emphasis-path__title-bold {
  font-weight: 700;
}

.emphasis-path__subtitle {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .emphasis-path__subtitle {
    font-size: 1.5rem;
  }
}

.emphasis-path__copy {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .emphasis-path__copy {
    font-size: 1.5rem;
  }
}

.emphasis-path__image {
  border: 0;
  padding: 0;
  margin: 1rem 0 0 1rem;
  text-align: center;
  display: inline-block;
  position: relative;
}

@media (max-width: 80rem) {
  .emphasis-path__image {
    margin: 1rem auto;
  }
}

@media (min-width: 1279px) {
  .emphasis-path__image {
    padding-left: 1rem;
  }
}

.emphasis-path__image > img {
  display: block;
  width: 100%;
  max-width: 21.875rem;
}

.emphasis-card {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  width: 100%;
  max-width: 1440px;
}

@media (min-width: 48.0625rem) {
  .emphasis-card {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .emphasis-card {
    padding: 1.25rem 1.25rem;
  }
}

.emphasis-card__inner {
  padding: 2rem;
  margin-top: -4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .emphasis-card__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .emphasis-card__inner {
    padding: 3rem 4rem;
  }
}

@media (min-width: 768px) {
  .emphasis-card__left {
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  .emphasis-card__right {
    max-width: 67%;
  }
}

.emphasis-card__title {
  font-weight: 100;
  font-size: 7rem;
  margin: 0;
  letter-spacing: -0.7px;
}

.emphasis-card__title-overline {
  font-weight: 400;
  font-size: 2rem;
  margin-left: 0.5rem;
  position: relative;
}

.emphasis-card__title-overline::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #fbc600;
  top: -1rem;
  left: 0;
}

.emphasis-card__small-space {
  font-size: 1rem;
}

.emphasis-card__subtitle {
  margin: -0.5rem 0 0;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .emphasis-card__subtitle {
    font-size: 1.25rem;
  }
}

.emphasis-card__heading {
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .emphasis-card__heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .emphasis-card__heading {
    font-size: 2.5rem;
  }
}

.emphasis-card__heading > span {
  font-weight: 700;
}

.emphasis-card__copy {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .emphasis-card__copy {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .emphasis-card__copy {
    font-size: 1.375rem;
  }
}

@-webkit-keyframes bullet_pulse {
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bullet_pulse {
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.benefits_list {
  list-style-type: none;
}

.benefits_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .benefits_list li {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  .benefits_list li {
    font-size: 21px;
    line-height: 28px;
  }
}

.benefits_list li.active .bullet_content {
  opacity: 1;
}

.benefits_list li.active .benefit_bullet {
  -webkit-animation: bullet_pulse 0.5s;
  animation: bullet_pulse 0.5s;
  opacity: 1;
}

.benefits_list li .bullet_content {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.benefits_list li .bullet_content_disclosure {
  font-size: 70%;
  line-height: 1.2;
  vertical-align: top;
}

.benefits_list li + li {
  margin-top: -25px;
}

.benefits_list li .benefit_progress_bar {
  position: absolute;
  top: 10px;
  left: -30px;
  height: 0;
  -webkit-transition: height 1.5s;
  transition: height 1.5s;
}

@media (min-width: 80.0625rem) and (max-width: 90rem) {
  .benefits_list li .benefit_progress_bar {
    top: 0;
  }
}

.benefits_list li:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.benefits_list li:not(:last-child) .benefit_progress_bar {
  width: 2px;
  background-color: #fbc600;
}

.benefits_list li:not(:last-child).active .benefit_progress_bar {
  height: 100%;
}

@media (min-width: 48.0625rem) and (max-width: 80rem) {
  .benefits_list {
    padding-bottom: 40px;
  }
}

.benefit_bullet {
  position: absolute;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  left: -9px;
  background-color: #fbc600;
  opacity: 0;
}

@media (min-width: 90.0625rem) {
  .benefit_bullet {
    top: -7px;
  }
}

@media (max-width: 80rem) {
  .benefit_bullet {
    top: -12px;
  }
}

.large-list {
  background-color: #f7f7f7;
  padding: 2rem 0 12rem;
}

@media (min-width: 768px) {
  .large-list {
    padding: 4rem 0 12rem;
  }
}

.large-list__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}

@media (min-width: 48.0625rem) {
  .large-list__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .large-list__inner {
    padding: 1.25rem 1.25rem;
  }
}

.large-list__title {
  color: #3b3c43;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
  color: #3b3c43;
  text-align: center;
}

.large-list__title-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .large-list__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .large-list__title {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}

.large-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .large-list__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.large-list__left,
.large-list__right {
  width: 100%;
}

@media (min-width: 768px) {
  .large-list__left,
  .large-list__right {
    width: 50%;
  }
}

.large-list__left {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .large-list__left {
    margin-right: 1.5rem;
  }
}

.large-list__item {
  counter-increment: my-counter;
  margin: 0 0 1rem;
  color: #3b3c43;
  letter-spacing: -0.7px;
  line-height: 1.3;
  font-size: 1rem;
}

@media (min-width: 480px) {
  .large-list__item {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .large-list__item {
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .large-list__item {
    font-size: 1.375rem;
  }
}

.large-list__item::before {
  content: counter(my-counter);
  white-space: nowrap;
  color: #fbc600;
  font-weight: 700;
  font-size: 3rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .large-list__item {
    margin: 0 0 2rem;
  }
}

.large-list__link {
  color: #3b3c43;
  -webkit-text-decoration-color: #fbc600;
  text-decoration-color: #fbc600;
}

.large-card {
  background-color: #fff;
}

@media (max-width: 48rem) {
  .large-card {
    margin-bottom: 2rem;
  }
}

.large-card__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}

@media (min-width: 48.0625rem) {
  .large-card__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .large-card__inner {
    padding: 1.25rem 1.25rem;
  }
}

.large-card__item {
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2),
    0 8px 50px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2),
    0 8px 50px 9px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-top: -11rem;
  padding: 2rem 1.5rem 1rem;
}

@media (min-width: 768px) {
  .large-card__item {
    padding: 4rem 3rem 2rem;
  }
}

.large-card__title {
  color: #3b3c43;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem;
  text-align: center;
}

.large-card__title-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .large-card__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .large-card__title {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}

.large-card__flex {
  text-align: left;
  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: 768px) {
  .large-card__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.large-card__content:first-of-type {
  margin-right: 0;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .large-card__content:first-of-type {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

.large-card__content--title {
  color: #3b3c43;
  margin: 0 0 0.25rem;
  letter-spacing: -0.7px;
  line-height: 1.3;
  font-size: 1rem;
}

@media (min-width: 480px) {
  .large-card__content--title {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .large-card__content--title {
    font-size: 1.25rem;
    max-width: 31.25rem;
  }
}

@media (min-width: 1280px) {
  .large-card__content--title {
    font-size: 1.375rem;
  }
}

.large-card__copy {
  color: #3b3c43;
  margin: 0;
  letter-spacing: -0.7px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1rem;
}

@media (min-width: 480px) {
  .large-card__copy {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .large-card__copy {
    font-size: 1.25rem;
    max-width: 31.25rem;
  }
}

@media (min-width: 1280px) {
  .large-card__copy {
    font-size: 1.375rem;
  }
}

.triptych {
  width: 100vw;
  max-width: 100%;
  padding-top: 4rem;
  background-color: #f7f7f7;
}

@media (min-width: 30.0625rem) {
  .triptych {
    padding-top: 5rem;
  }
}

.triptych.-bkg-transparent,
.triptych.-long-form {
  background-color: transparent;
}

.triptych.-long-form {
  background-color: transparent;
  padding-top: 0;
}

.triptych.-long-form .triptych__subheading {
  max-width: 68.75rem;
  width: 100%;
  margin-bottom: 3rem;
}

.triptych__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}

@media (min-width: 48.0625rem) {
  .triptych__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .triptych__inner {
    padding: 1.25rem 1.25rem;
  }
}

@media (min-width: 1401px) {
  .triptych__inner {
    padding: 0 11.5625rem 5rem;
  }
}

@media (max-width: 1400px) {
  .triptych__inner {
    padding: 0 2.5rem 3.75rem;
  }
}

@media (max-width: 767px) {
  .triptych__inner {
    padding: 0 3.125rem 1.25rem;
  }
}

@media (max-width: 30rem) {
  .triptych__inner {
    padding: 0 1.25rem 1.25rem;
  }
}

.triptych__header {
  color: #3b3c43;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 46px;
  line-height: 50px;
  margin: 0 0 2rem;
  max-width: 100%;
  font-weight: 400;
  text-align: center;
  color: #3b3c43;
  width: auto;
  margin: 0 auto 40px auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.triptych__subline.insight {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 40px;
}

.triptych .triptych__subline {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  max-width: 600px;
}

.triptych__header-bold {
  font-weight: 700;
}

.triptych__subheading {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 1.25rem;
  color: #3b3c43;
  text-align: center;
  margin: 2rem auto;
  width: 45rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.triptych__subheading-bold {
  font-weight: 700;
}

@media (min-width: 480px) {
  .triptych__subheading {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .triptych__subheading {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .triptych__subheading {
    font-size: 1.625rem;
  }
}

@media (max-width: 767px) {
  .triptych__subheading {
    width: 100%;
  }
}

.triptych__triptych {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .triptych__triptych {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 767px) {
  .triptych__triptych {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.triptych__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media (max-width: 767px) {
  .triptych__column {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
  }
}

.triptych__divider {
  height: 6.875rem;
  margin: auto 0;
  border-left: 2px solid #d8d8d8;
}

@media (max-width: 767px) {
  .triptych__divider {
    display: none;
  }
}

.triptych__triptych-header {
  text-align: center;
  letter-spacing: -0.3px;
  font-weight: 400;
  line-height: 1;
  color: #3b3c43;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .triptych__triptych-header {
    margin-bottom: 0;
  }
}

@media (min-width: 480px) {
  .triptych__triptych-header {
    font-size: 1.3125rem;
  }
}

@media (min-width: 768px) {
  .triptych__triptych-header {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}

@media (min-width: 1280px) {
  .triptych__triptych-header {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .triptych__break {
    content: " ";
    display: none;
  }
}

.triptych__percent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Have to make fixed height to account for variance in content */
}

@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .triptych__percent-container {
    height: 100px;
  }
}

@media screen and (min-width: 64rem) {
  .triptych__percent-container {
    height: 130px;
  }
}

.triptych__icon {
  width: 5.1875rem;
  height: 5.1875rem;
  margin: 0.625rem 0.9375rem 0 0;
  z-index: 9;
  overflow: visible;
}

@media (max-width: 1024px) {
  .triptych__icon {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0.625rem 0.625rem 0 0;
  }
}

.triptych__graph {
  width: 100%;
}

.triptych__percent {
  font-weight: 700;
  font-size: 6.875rem;
  color: #3b3c43;
  text-align: center;
}

@media (max-width: 1024px) {
  .triptych__percent {
    font-size: 5rem;
  }
}

.triptych__percent__true-number {
  display: block;
  width: 0;
  height: 0;
  max-width: 0;
  max-height: 0;
  visibility: hidden;
}

.triptych__percent1 {
  width: 7.875rem;
}

@media (max-width: 1024px) {
  .triptych__percent1 {
    width: 5.625rem;
  }
}

.triptych__percent2 {
  width: 7.875rem;
}

@media (max-width: 1024px) {
  .triptych__percent2 {
    width: 5.625rem;
  }
}

.triptych__percent3 {
  width: 7.875rem;
}

@media (max-width: 1024px) {
  .triptych__percent3 {
    width: 5.625rem;
  }
}

.triptych__dollar-symbol,
.triptych__percent-symbol {
  position: relative;
  line-height: 1;
  top: 0.8rem;
  right: -0.25rem;
  font-size: 2.6875rem;
  color: #3b3c43;
}

@media (max-width: 1024px) {
  .triptych__dollar-symbol,
  .triptych__percent-symbol {
    top: 0.7rem;
    font-size: 1.875rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .triptych__dollar-symbol,
  .triptych__percent-symbol {
    top: 0.25rem;
  }
}

.triptych__dollar-symbol {
  right: 0.25rem;
}

.triptych__times-symbol {
  position: relative;
  line-height: 1;
  top: unset;
  bottom: 1.5rem;
  right: -0.5rem;
  font-size: 2.6875rem;
  color: #3b3c43;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 1024px) {
  .triptych__times-symbol {
    top: unset;
    bottom: 1.125rem;
    right: -0.5rem;
    font-size: 1.875rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .triptych__times-symbol {
    top: auto;
    bottom: 1.75rem;
    right: -0.75rem;
  }
}

.triptych__text {
  margin: 0 0.9375rem 0 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #3b3c43;
}

@media (max-width: 1024px) {
  .triptych__text {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .triptych__text {
    width: 18.75rem;
    text-align: center;
    font-size: 1rem;
  }
}

.triptych__button-container {
  margin: 5rem 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .triptych__button-container {
    margin: 2.5rem 0;
  }
}

.triptych__button-container .footnote {
  font-size: 12px;
  line-height: 16px;
  color: #3b3c43;
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}

.triptych__button-container .footnote a,
.triptych__button-container .footnote a:active {
  color: #34657f;
  text-decoration: underline;
}

.triptych__button {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out,
    color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  display: inline-block;
  margin-bottom: 15px;
}

.triptych__button:hover {
  background-color: #3b3c43;
  color: #fff;
}

.triptych__button:focus {
  outline-color: #3b3c43;
}

.triptych__button.-disabled {
  cursor: not-allowed;
}

.triptych__button.-disabled:hover {
  background-color: #fbc600;
  color: #3b3c43;
}

.triptych__button.-disabled:focus {
  outline: 0;
}

@media (max-width: 767px) {
  .triptych__button {
    line-height: 1.2;
  }
}

.carousel {
  margin-top: -1rem;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .carousel {
    padding-bottom: 2rem;
    margin-top: -3rem;
  }
}

.carousel__wrap {
  width: 100%;
}

.carousel .slick-list {
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5rem 3.75rem;
  padding: 0 20% 0 0;
  overflow-x: hidden;
  overflow-y: visible;
}

.carousel .slick-list[style*="padding: 0px 60px"] {
  padding: 2.5rem 3.75rem !important;
}

.carousel .slick-center {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.carousel__controls {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6rem;
}

.carousel__controls > .slick-dots {
  text-align: center;
  position: relative;
  margin: 0;
  top: -2px;
  bottom: auto;
  width: 160px;
  left: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.carousel__controls > .slick-dots > li button:before {
  font-size: 30px;
}

.carousel__controls > .slick-dots > li button:active,
.carousel__controls > .slick-dots > li button:focus {
  outline: 2px solid #3b3c43;
}

.carousel__controls button {
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}

.carousel__controls button:active,
.carousel__controls button:focus {
  outline: 2px solid #3b3c43;
}

.carousel__controls button:last-of-type {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.carousel__card-container {
  margin: 0 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.carousel__card-container:focus {
  outline: 2px solid #3b3c43;
}

@media (min-width: 768px) {
  .carousel__card-container {
    margin: 0;
  }
  .carousel__card-container:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.carousel__card-container.slick-current {
  z-index: 6;
}

.carousel__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  min-height: 6.25rem;
  margin: 0 0 1rem 0;
  padding: 1.5rem 0.5rem;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.14),
    0 4px 25px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.14),
    0 4px 25px 3px rgba(0, 0, 0, 0.05);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.carousel__card.-hidden {
  opacity: 0;
}

@media (min-width: 480px) {
  .carousel__card {
    padding: 1.5rem 0;
  }
}

@media (min-width: 768px) {
  .carousel__card {
    margin: 0 0.5rem 0;
    padding: 1.5rem 0.5rem;
    min-height: 9rem;
    min-width: 12.5rem;
    max-width: 18.4375rem;
  }
}

@media (min-width: 64rem) {
  .carousel__card {
    margin: 0 auto;
    padding: 1.5rem 0.5rem;
    min-width: auto;
    max-width: auto;
  }
}

@media (min-width: 1280px) {
  .carousel__card {
    padding: 2rem 1rem;
    min-height: 10.5rem;
    min-width: 12.5rem;
    max-width: 18.4375rem;
  }
}

.carousel__card-text {
  color: #3b3c43;
  margin: 0 auto 1.5rem;
  letter-spacing: -0.3px;
  font-weight: 400;
  font-size: 1.0625rem;
}

@media (min-width: 480px) {
  .carousel__card-text {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .carousel__card-text {
    max-width: 90%;
  }
}

@media (min-width: 1280px) {
  .carousel__card-text {
    font-size: 1.375rem;
  }
}

@media (min-width: 1440px) {
  .carousel__card-text {
    max-width: calc(100% - 2rem);
  }
}

.carousel__link {
  margin: 0 auto;
  color: #3e8529;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.carousel__link:hover .carousel__arrow {
  -webkit-animation: arrowBounce 0.6s infinite ease-in-out;
  animation: arrowBounce 0.6s infinite ease-in-out;
}

.carousel__arrow {
  margin-left: 0.5rem;
}

.slide {
  width: 100vw;
  max-width: 100%;
}

.slide__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 48.0625rem) {
  .slide__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .slide__inner {
    padding: 1.25rem 1.25rem;
  }
}

@media screen and (min-width: 1401px) {
  .slide__inner {
    padding: 3.125rem 0 0 11.5625rem;
    margin-bottom: 25rem;
  }
}

@media screen and (max-width: 1400px) {
  .slide__inner {
    padding: 3.125rem 0 0 2.5rem;
    margin-bottom: 25rem;
  }
}

@media screen and (max-width: 67.4375rem) {
  .slide__inner {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 48rem) {
  .slide__inner {
    padding: 1.25rem 0;
  }
}

@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__inner {
    padding: 1.25rem 0;
  }
}

.slide__left {
  width: 50%;
}

@media (max-width: 48rem) {
  .slide__left {
    width: 100%;
  }
}

@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__left {
    width: 100%;
  }
}

.slide__image-container {
  width: 100%;
  height: 26.1875rem;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 48rem) {
  .slide__image-container {
    height: 18.75rem;
  }
}

@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__image-container {
    height: 18.75rem;
  }
}

@media (max-width: 30rem) {
  .slide__image-container {
    height: 15.625rem;
  }
}

.slide__header {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  color: #3b3c43;
  margin: 1.25rem 7.5rem 1.25rem 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 90rem) {
  .slide__header {
    margin-right: 2.5rem;
  }
}

@media (max-width: 48rem) {
  .slide__header {
    margin: 0 3.125rem 1.875rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__header {
    margin: 0 3.125rem 1.875rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

@media (max-width: 30rem) {
  .slide__header {
    margin: 0 1.25rem 1.875rem;
  }
}

@media (max-width: 48rem) {
  .slide__bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.slide__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 12.1875rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 48rem) {
  .slide__text-container {
    margin: 1.25rem 3.125rem 2.5rem;
    min-height: auto;
  }
}

@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__text-container {
    margin: 1.25rem 3.125rem 2.5rem;
    min-height: auto;
  }
}

@media (max-width: 30rem) {
  .slide__text-container {
    margin: 1.25rem;
  }
}

.slide__text-content {
  display: none;
}

.slide__gold-bar {
  min-width: 0.625rem;
  background-color: #fbc600;
}

.slide__text-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 8.125rem 0 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  overflow: hidden;
}

@media (max-width: 30rem) {
  .slide__text-inner-container {
    height: 20.625rem;
  }
}

@media (min-width: 30.0625rem) and (max-width: 48rem) {
  .slide__text-inner-container {
    height: 15rem;
  }
}

@media (min-width: 48.0625rem) {
  .slide__text-inner-container {
    height: 17.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .slide__text-inner-container {
    height: 14.375rem;
  }
}

@media (min-width: 90.0625rem) {
  .slide__text-inner-container {
    height: 15rem;
  }
}

@media (max-width: 90rem) {
  .slide__text-inner-container {
    margin: 0 2.5rem 0 0;
  }
}

.slide__text-expandable-container {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0.9375rem;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.slide__text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}

@media (max-width: 48rem) {
  .slide__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.slide__byline {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}

@media (max-width: 48rem) {
  .slide__byline {
    font-size: 1rem;
  }
}

@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__byline {
    font-size: 1rem;
  }
}

.slick-slider {
  position: static;
}

.slick-list {
  /*position: absolute;*/
  top: 3.125rem;
  right: 0;
  width: 39.25rem;
  max-width: 50%;
}

@media (max-width: 48rem) {
  .slick-list {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slick-list {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}

.slide-controls {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.75rem;
}

@media (min-width: 30.0625rem) {
  .slide-controls {
    margin-left: 2.75rem;
  }
}

@media screen and (min-width: 48rem) {
  .slide-controls {
    margin-left: -0.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-height: 425px) and (orientation: landscape) {
  .slide-controls {
    margin-left: 2.75rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 769px) and (max-height: 1024px) and (orientation: portrait) {
  .slide-controls {
    margin-left: 2.75rem;
  }
}

.slide-controls > .slick-dots {
  text-align: center;
  position: relative;
  margin: 0;
  top: -2px;
  bottom: auto;
  width: 160px;
  left: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.slide-controls > .slick-dots > li button:before {
  font-size: 30px;
}

.slide-controls > .slick-dots > li button:active,
.slide-controls > .slick-dots > li button:focus {
  outline: 2px solid #3b3c43;
}

.slide-controls button {
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}

.slide-controls button:active,
.slide-controls button:focus {
  outline: 2px solid #3b3c43;
}

.slide-controls button:last-of-type {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.stories-slide {
  background-color: #f7f7f7;
  padding: 3rem 0;
  overflow-x: hidden;
}

.stories-slide .triptych__subline {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 40px;
}

.stories-slide .footnote {
  font-size: 12px;
  line-height: 14px;
  color: #3b3c43;
  font-style: italic;
}

@media (min-width: 48rem) {
  .stories-slide {
    padding: 3rem 0;
  }
}

.stories-slide__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}

@media (min-width: 48.0625rem) {
  .stories-slide__inner {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .stories-slide__inner {
    padding: 1.25rem 1.25rem;
  }
}

.stories-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100vw;
  max-width: 100%;
  min-height: 23.4375rem;
}

@media (max-width: 1024px) {
  .stories-slide__wrapper {
    display: inline-block;
    min-height: auto;
  }
}

.stories-slide__wrapper > .slick-list {
  width: 100vw;
  max-width: 100%;
  min-width: 100%;
  overflow: visible;
}

.stories-slide__controls {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0 !important;
}

.stories-slide__controls > .slick-dots {
  text-align: center;
  position: relative;
  margin: 0;
  top: -2px;
  bottom: auto;
  left: auto;
  width: 70px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.stories-slide__controls > .slick-dots > li button:before {
  font-size: 30px;
}

.stories-slide__controls > .slick-dots > li button:active,
.stories-slide__controls > .slick-dots > li button:focus {
  outline: 2px solid #3b3c43;
}

@media all and (-ms-high-contrast: none) {
  .stories-slide__controls > .slick-dots > li button:active,
  .stories-slide__controls > .slick-dots > li button:focus {
    outline: 2px solid #3b3c43;
  }
}

@supports (-ms-ime-align: auto) {
  .stories-slide__controls > .slick-dots > li button:active,
  .stories-slide__controls > .slick-dots > li button:focus {
    outline: 2px solid #3b3c43;
  }
}

.stories-slide__controls button {
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}

.stories-slide__controls button:active,
.stories-slide__controls button:focus {
  outline: 2px solid #3b3c43;
}

@media all and (-ms-high-contrast: none) {
  .stories-slide__controls button:active,
  .stories-slide__controls button:focus {
    outline: 2px solid #3b3c43;
  }
}

@supports (-ms-ime-align: auto) {
  .stories-slide__controls button:active,
  .stories-slide__controls button:focus {
    outline: 2px solid #3b3c43;
  }
}

.stories-slide__controls button:last-of-type {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.stories-slide__controls._slides--3 > .slick-dots {
  width: 90px;
}

.stories-slide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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: 62rem) {
  .stories-slide__flex {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.stories-slide__left {
  position: relative;
  text-align: center;
  max-width: 40rem;
  margin-bottom: 3rem;
}

@media (min-width: 62rem) {
  .stories-slide__left {
    margin-right: 3rem;
    margin-bottom: 0;
    max-width: 23.4375rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .stories-slide__left--image {
    margin-top: -4.5rem;
  }
}

.stories-slide__left > .stories-slide__button {
  margin-bottom: 1.5rem;
}

.stories-slide__item:focus {
  outline: 2px solid #3b3c43;
}

@media all and (-ms-high-contrast: none) {
  .stories-slide__item:focus {
    outline: 2px solid #3b3c43;
  }
}

@supports (-ms-ime-align: auto) {
  .stories-slide__item:focus {
    outline: 2px solid #3b3c43;
  }
}

.stories-slide__item:last-of-type .stories-slide__copy.-mb3 {
  margin-bottom: 1.5rem;
}

.stories-slide__item:last-of-type .stories-slide__left {
  margin-bottom: 2rem;
}

@media (min-width: 62rem) {
  .stories-slide__item:last-of-type .stories-slide__copy.-mb3 {
    margin-bottom: 3rem;
  }
  .stories-slide__item:last-of-type .stories-slide__left {
    margin-bottom: 2rem;
  }
}

.stories-slide__title {
  color: #3b3c43;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-size: 46px;
  line-height: 50px;
  margin: 0 0 40px 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.stories-slide__title-bold {
  font-weight: 700;
}

.stories-slide__subheading {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 1.25rem;
  color: #3b3c43;
  text-align: center;
  margin-bottom: 0;
  max-width: 52rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.stories-slide__subheading-bold {
  font-weight: 700;
}

@media (min-width: 480px) {
  .stories-slide__subheading {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .stories-slide__subheading {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .stories-slide__subheading {
    font-size: 1.625rem;
  }
}

@media (min-width: 62rem) {
  .stories-slide__subheading {
    margin-bottom: 1.5rem;
  }
}

.stories-slide__subtitle {
  color: #3b3c43;
  text-align: center;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
  margin-top: 0;
}

.stories-slide__subtitle.-mb3 {
  margin-bottom: 3rem;
}

.stories-slide__subtitle-bold {
  font-weight: 700;
}

.stories-slide__subtitle + .stories-slide__copy {
  margin: -1rem 0 0;
}

.stories-slide__subtitle + .stories-slide__copy-image {
  margin: -2rem 0 0;
}

.stories-slide__caption {
  color: #3b3c43;
  text-align: center;
  font-weight: 400;
  margin-top: -1rem;
  font-size: 1rem;
  letter-spacing: -0.3px;
}

@media (min-width: 768px) {
  .stories-slide__caption {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1280px) {
  .stories-slide__caption {
    font-size: 1.125rem;
  }
}

.stories-slide__copy {
  color: #3b3c43;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: -0.3px;
  min-width: 14.0625rem;
}

@media (min-width: 768px) {
  .stories-slide__copy {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1280px) {
  .stories-slide__copy {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.stories-slide__copy.-mb3 {
  margin-bottom: 3rem;
}

.stories-slide__copy-image img {
  display: inline-block;
  max-height: 12.8125rem;
}

@media all and (-ms-high-contrast: none) {
  .stories-slide__copy-image {
    position: absolute;
    top: 9.5rem;
    left: 0;
    max-width: 23.4375rem;
  }
}

@media (min-width: 1280px) {
  .stories-slide__copy-image {
    max-height: unset;
  }
}

.stories-slide__container {
  position: relative;
  cursor: pointer;
}

@media (min-width: 769px) {
  .stories-slide__container {
    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;
    margin: 0 auto;
    max-width: 40.625rem;
    max-height: 22.8125rem;
    width: unset;
    height: unset;
  }
}

.stories-slide__container.stories-slide__embed-size {
  max-height: 22.8125rem;
}

.stories-slide__container.stories-slide__embed-size > img {
  max-height: 22.8125rem;
}

.stories-slide__image {
  border-radius: 8px;
  max-height: 19.6875rem;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2),
    0 8px 50px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2),
    0 8px 50px 9px rgba(0, 0, 0, 0.05);
}

@media all and (-ms-high-contrast: none) {
  .stories-slide__image {
    max-height: 18.75rem;
  }
}

.stories-slide__image.-syf-home {
  display: block;
}

@media (min-width: 992px) {
  .stories-slide__image.-syf-home {
    display: none;
  }
}

.stories-slide .video-embed__thumbnail,
.stories-slide__thumbnail {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2),
    0 8px 50px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2),
    0 8px 50px 9px rgba(0, 0, 0, 0.05);
}

.stories-slide__button {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out,
    color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.stories-slide__button:hover {
  background-color: #3b3c43;
  color: #fff;
}

.stories-slide__button:focus {
  outline-color: #3b3c43;
}

.stories-slide__button.-disabled {
  cursor: not-allowed;
}

.stories-slide__button.-disabled:hover {
  background-color: #fbc600;
  color: #3b3c43;
}

.stories-slide__button.-disabled:focus {
  outline: 0;
}

.stories-slide__syf-home {
  background-color: #fff;
  padding: 1rem 0.5rem;
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 19.6875rem;
  width: 35rem;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2),
    0 8px 50px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2),
    0 8px 50px 9px rgba(0, 0, 0, 0.05);
}

@media all and (-ms-high-contrast: none) {
  .stories-slide__syf-home {
    max-height: 18.75rem;
  }
}

@media (min-width: 992px) {
  .stories-slide__syf-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.stories-slide__syf-home__title {
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  text-align: center;
  color: #459ca5;
  color: #3b3c43;
  max-width: 18rem;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.stories-slide__syf-home article {
  background-color: #d6e3e5;
  color: #459ca5;
  border-radius: 6px;
  text-align: center;
  margin-right: 0.75rem;
  padding: 1rem 0.5rem;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  min-height: 8.125rem;
  position: relative;
  bottom: -6px;
}

.stories-slide__syf-home article h4 {
  font-size: 1.3125rem;
  margin: 0 0 0.75rem;
  line-height: 0.8;
}

.stories-slide__syf-home article h4 > span {
  font-size: 250%;
}

.stories-slide__syf-home article p {
  font-size: 0.625rem;
  margin: 0;
  color: #3b3c43;
}

.stories-slide__syf-home article:last-of-type {
  background-color: #fff;
  border: 2px solid #fbc600;
  margin-right: 0;
  padding-top: 1.5rem;
  bottom: auto;
}

.stories-slide__syf-home article:last-of-type > span {
  background-color: #fff;
  padding: 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  top: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.video-embed {
  position: relative;
  /* width: 35rem;
	height: 19.6875rem; */
  cursor: pointer;
}

.video-embed:focus {
  outline: 2px solid #3b3c43;
}

@media (max-width: 560px) {
  .video-embed {
    width: 100%;
    height: calc(100vw * 0.56);
  }
}

.video-embed__thumbnail {
  /* width: 100%; */
  width: 870px !important;
  height: 100% !important;
  margin: 0 auto;
}

.video-embed__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 7.5rem;
}

@media (max-width: 560px) {
  .video-embed__icon {
    width: 21vw;
    height: 21vw;
  }
}

.video-embed__video-iframe {
  width: 870px;
  height: 427px;
}

@media (max-width: 560px) {
  .video-embed__video-iframe {
    height: calc(100vw * 0.56);
  }
}

@media (min-width: 320px) and (max-width: 599px) {
  .video-embed__video-iframe {
    width: 300px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .video-embed__video-iframe {
    width: 570px;
  }
}

.video-embed__button {
  border: none;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  background-color: transparent;
  padding: 0;
}

.footnotes {
  background-color: #f7f7f7;
}

.footnotes__container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}

.footnotes .footnotes__container p {
  font-size: 14px;
  line-height: 16px;
  color: #3b3c43;
}

.footnotes .footnotes__container p a {
  color: #3b3c43;
  text-decoration: underline;
}

@media (min-width: 48.0625rem) {
  .footnotes__container {
    padding: 1.25rem 5rem;
  }
}

@media (max-width: 48rem) {
  .footnotes__container {
    padding: 1.25rem 1.25rem;
  }
}

@media (min-width: 48.0625rem) {
  .footnotes__container {
    padding: 0.3125rem 5rem 3.75rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 48rem) {
  .footnotes__container {
    font-size: 1rem;
  }
}

.footnotes__footnote-disclosure {
  font-size: 70%;
  line-height: 1.2;
  vertical-align: top;
}

.footnotes.-bkg-transparent {
  background-color: transparent;
}

.footnotes.-left-align {
  text-align: left;
}

.footnotes.-left-align .footnotes__footnote {
  text-align: left;
}

.footnotes__link {
  -webkit-text-decoration-color: #fbc600;
  text-decoration-color: #fbc600;
  color: #3b3c43;
}

.alert {
  top: 7.752rem;
}

.alert.-hidden {
  top: -7.752rem;
}

.alert.-open {
  top: 9rem;
  z-index: 10;
}

.hero::after {
  content: "";
  background-color: #fbc600;
  /* display: block; */
  display: none;
  position: absolute;
  right: 0;
  height: 0.5rem;
  width: 33.375rem;
  -webkit-animation: from-right 750ms ease-in forwards;
  animation: from-right 750ms ease-in forwards;
  margin-bottom: 35px;
}

@media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
  .hero::after {
    width: 14.375rem;
  }
}

@media screen and (min-width: 80rem) {
  .hero::after {
    width: calc(50vw - 410px);
  }
}
/* .hero.hero__music .hero__subheading,
.hero.hero__jewelry .hero__subheading,
.hero.hero__sewing-vacuum .hero__subheading {
	max-width: 18.5rem
} */

.footnote_left {
  text-align: left;
}

.aside-stack-row__shadow {
  box-shadow: none !important;
}
.aside-stack-row__video {
  max-width: 100%;
  height: auto;
}
