.chps-h1,
.chps-h2,
.chps-h3,
.chps-h4,
.chps-h5,
.chps-h6,
.chps-p,
.chps-a {
  color: currentColor;
  font-weight: normal;
  padding: 0;
  margin: 0 auto;
}

.chps-a {
  overflow: visible;
}

@media (min-width: 768px) {
  #rl-content {
    max-width: 100%;
  }
}

.chps-fullbleed {
  font-size: 1.250977vw;
}

@media screen and (min-width: 1280px) {
  .chps-fullbleed {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .chps-fullbleed {
    font-size: 2.5vw;
  }
}

.chps-fullbleed {
  position: relative;
}

.chps-image {
  width: 100%;
}

.chps-fullbleed {
  color: #0b1a31;
}

.chps-wrapper_cta {
  margin-top: 1.666667em;
  padding-bottom: 0.2em;
}

.chps-cta {
  position: relative;
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 0.1em;
}

.chps-cta:hover {
  text-decoration: none;
}

.chps-cta:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -0.1em;
  width: calc(100% - 2px);
  border-bottom: 2px solid currentColor;
  left: 1px;
}

.chps-cta.chps-chevron:after {
  content: ">";
  left: auto;
  top: 0;
  right: -1.5em;
  width: 1em;
  height: 1em;
  border: none;
  transition: right 300ms ease-in-out;
}

.chps-hero .chps-title {
  font-family: 'HCo Gotham Light', Arial, Helvetica, sans-serif;
  font-size: 5.875em;
  line-height: 1.117em;
  letter-spacing: 0;
  font-style: italic;
}

.chps-hero .chps-title.chps-title_underline {
  position: relative;
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-size: 2.5625em;
  letter-spacing: 0.05em;
  font-style: normal;
}

.chps-hero .chps-title.chps-title_underline:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -0.439em;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2px solid currentColor;
  width: 3em;
}

.chps-hero .chps-subtitle {
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 1.166667em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 1.25em auto 1.25em;
}

.chps-hero .chps-dek {
  font-family: 'HCo Gotham Light', Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.555556em;
  letter-spacing: 0.03em;
  width: 32em;
}

.chps-hero .chps-copyblock {
  padding: 5.25em 1em 4.333333em;
}

.chps-duo .chps-title {
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 1.166667em;
  letter-spacing: 0.03em;
  font-style: italic;
}

.chps-duo .chps-dek {
  font-family: 'HCo Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.555556em;
  letter-spacing: 0.03em;
  margin: 0;
}

.chps-block_spacer {
  margin-bottom: 3.125em;
}

@media screen and (min-width: 768px) {
  .chps-fullbleed {
    min-height: 50em;
  }
  .chps-duo .chps-copyblock {
    position: absolute;
    top: auto;
    bottom: 0;
    text-align: left;
    width: 34em;
    height: 13em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .chps-duo .chps-title {
    margin-left: 0;
  }
  .chps-duo .chps-wrapper_cta {
    width: 38em;
  }
  .chps-duo .chps-wrapper_cta {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .chps-duo_right .chps-copyblock {
    left: calc(50% + 0.9em);
    width: 30em;
  }
  .chps-duo_left .chps-copyblock {
    left: 5.25em;
  }
  .chps-duo_left .chps-wrapper_cta {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .chps-fullbleed {
    min-height: 22em;
  }
  .chps-hero .chps-title {
    font-size: 4em;
  }
  .chps-duo .chps-copyblock {
    margin-top: 2.666667em;
  }
  .chps-duo .chps-dek {
    margin: 0.33em auto 0;
  }
  .chps-duo .chps-dek {
    width: 30em;
  }
  .chps-duo_right .chps-dek {
    width: 26em;
  }
}

.chps-content_footer {
  padding: 0 3em;
}

.chps-where_buy {
  background: #0a2240;
  color: #fff;
  padding: 4em 1em 4em;
}

.chps-where_buy .chps-title {
  font-size: 1.776875em;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chps-where_buy .chps-wrapper_cta {
  width: 55em;
  margin: 2.5em auto 0;
  display: flex;
  justify-content: center;
}

.chps-where_buy .chps-cta:after {
  content: ">";
  left: auto;
  top: 0;
  right: -1.5em;
  width: 1em;
  height: 1em;
  border: none;
  transition: right 300ms ease-in-out;
}

.chps-where_buy .chps-cta:hover {
  color: currentColor;
}

.chps-where_buy .chps-cta:hover:after {
  right: -1em;
}

.is-ie .chps-where_buy .chps-wrapper_cta {
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .chps-where_buy {
    margin-bottom: 3em;
  }
  .chps-where_buy .chps-wrapper_cta {
    width: 100%;
    flex-wrap: wrap;
  }
  .chps-where_buy .chps-cta {
    margin: 0 2.5em 1em 1em;
  }
}

.chps-instagram .chps-social_header {
  padding: 6.375em 1em 3.5em;
}

.chps-instagram .chps-title {
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-size: 1.776875em;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chps-instagram .chps-wrapper_cta {
  margin-top: 1.5em;
}

.chps-instagram .chps-cta {
  font-family: inherit;
}

.chps-instagram .chps-cta:after {
  content: none;
}

.chps-wrapper_social {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0.78125em;
}

.chps-social_item {
  position: relative;
  width: 33.333333%;
  margin-bottom: 0.5625em;
}

.chps-social_item:nth-of-type(3n + 1) {
  padding-right: 0.1875em;
}

.chps-social_item:nth-of-type(3n + 2) {
  padding: 0 0.375em 0;
}

.chps-social_item:nth-of-type(3n + 3) {
  padding-left: 0.1875em;
}

.chps-instagram .chps-social_item .chps-link {
  display: block;
  position: relative;
}

.chps-instagram .chps-social_item .chps-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/social.instagram.svg) center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 23.36% auto;
  opacity: 0;
  transition: opacity 300ms linear;
}

.chps-instagram .chps-social_item .chps-link:hover:after {
  opacity: 1;
}

.chps-terms .chps-strong {
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.chps-terms .chps-hero {
  min-height: 1em;
}

/* TERMS DEK */
.chps-terms .chps-terms-dek {
  text-align: left;
  padding: 0 1em;
}

.chps-terms .chps-terms-dek .chps-h2 {
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  margin: 1.5em auto 0;
  font-size: 1.28em;
  line-height: 1.4em;
}

.chps-terms .chps-terms-dek .chps-h2:first-of-type {
  margin-top: 0;
}

.chps-terms .chps-terms-dek .chps-p {
  font-size: 1.28em;
  margin: 0 auto 1em;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  .chps-terms .chps-terms-dek {
    padding: 0 10%;
  }
}

.chps-where-to-buy .chps-fullbleed {
  min-height: 1em;
}

.chps-where-to-buy .chps-hero .chps-title {
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 2.393125em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.chps-where-to-buy .chps-hero .chps-dek {
  margin-top: 1.333333em;
}

.chps-where-to-buy .chps-grid_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 60em;
  margin: 0 auto;
}

.chps-where-to-buy .chps-grid_list-wrapper {
  width: 19.75em;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3em;
}

.chps-where-to-buy .chps-grid_list .chps-ul {
  list-style: none;
  /* width: 18.75em; */
  margin: 0;
  padding: 0;
}

.chps-where-to-buy .chps-grid_list .chps-li {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1em;
  min-height: 3.75em;
}

.chps-where-to-buy .chps-grid_list .chps-li.chps-title {
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.375em;
}

.chps-where-to-buy .chps-grid_list .chps-li.chps-title_2 {
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 1em;
  padding-left: 2.5em;
  min-height: 1em;
}

.chps-where-to-buy .chps-grid_list .chps-li.chps-margin_top {
  margin-top: 3em;
}

.chps-where-to-buy .chps-grid_list .chps-cta,
.chps-where-to-buy .chps-grid_list .chps-title {
  position: relative;
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 0.1em;
}

.chps-where-to-buy .chps-grid_list .chps-title {
  margin-bottom: 0.5em;
}

.chps-where-to-buy .chps-grid_list .chps-dek {
  color: #666666;
  font-size: 0.875em;
  line-height: 1.2857em;
  padding-right: 1em;
}

@media screen and (min-width: 768px) {
  .chps-where-to-buy .chps-hero .chps-dek {
    width: 59em;
  }
  .chps-where-to-buy.chps-lang_fr .chps-hero .chps-dek {
    width: 65em;
  }
}

@media screen and (max-width: 767px) {
  .chps-hero .chps-dek {
    width: 23em;
  }
  .chps-where-to-buy .chps-grid_list-wrapper {
    padding: 0 1em;
  }
}

.chps-contact .chps-strong {
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.chps-contact .chps-fullbleed {
  min-height: 1em;
}

.chps-contact .chps-a {
  text-decoration: underline;
}

/* CONTACT US DEK */
.chps-contact .chps-contact-dek {
  text-align: center;
  padding: 0 1em;
}

.chps-contact .chps-contact-dek .chps-h2 {
  font-family: 'HCo Gotham Bold', Arial, Helvetica, sans-serif;
  margin: 2em auto 0;
  font-size: 1.28em;
  line-height: 1.4em;
}

.chps-contact .chps-contact-dek .chps-p {
  font-size: 1.28em;
  margin: 0 auto 1em;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  .chps-contact .chps-contact-dek {
    padding: 0 10%;
  }
}
