@charset "UTF-8";
.crp-liga {
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: "liga", "clig";
  font-feature-settings: "liga", "clig";
}

.crp-calt {
  -webkit-font-variant-ligatures: contextual;
          font-variant-ligatures: contextual;
  -webkit-font-feature-settings: "calt";
  font-feature-settings: "calt";
}

.crp-dlig {
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -webkit-font-feature-settings: "dlig";
  font-feature-settings: "dlig";
}

.crp-smcp {
  font-variant-caps: small-caps;
  -webkit-font-feature-settings: "smcp";
  font-feature-settings: "smcp";
}

.crp-c2sc {
  font-variant-caps: all-small-caps;
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

.crp-swsh {
  -webkit-font-feature-settings: "swsh";
  font-feature-settings: "swsh";
}

.crp-salt {
  -webkit-font-feature-settings: "salt";
  font-feature-settings: "salt";
}

.crp-salt1 {
  -webkit-font-feature-settings: "salt" 1;
  font-feature-settings: "salt" 1;
}

.crp-salt2 {
  -webkit-font-feature-settings: "salt" 2;
  font-feature-settings: "salt" 2;
}

.crp-lnum {
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

.crp-onum {
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
}

.crp-pnum {
  font-variant-numeric: proportional-nums;
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum";
}

.crp-tnum {
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.crp-frac {
  font-variant-numeric: diagonal-fractions;
  -webkit-font-feature-settings: "frac";
  font-feature-settings: "frac";
}

.crp-ordn {
  font-variant-numeric: ordinal;
  -webkit-font-feature-settings: "ordn";
  font-feature-settings: "ordn";
}

.crp-ss01 {
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}

.crp-ss02 {
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}

.crp-kern {
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
}

.crp-sups {
  font-variant-position: super;
  -webkit-font-feature-settings: "sups";
  font-feature-settings: "sups";
}

.crp-subs {
  font-variant-position: sub;
  -webkit-font-feature-settings: "subs";
  font-feature-settings: "subs";
}

#wrapper #main {
  max-width: 1244px;
  padding: 0;
}

.full-width .primary-content {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}

@media screen and (min-width: 375px) {
  .full-width .primary-content {
    max-width: 375px;
  }
}

@media screen and (min-width: 480px) {
  .full-width .primary-content {
    max-width: 480px;
  }
}

@media screen and (min-width: 768px) {
  .full-width .primary-content {
    max-width: 768px;
  }
}

@media screen and (min-width: 1024px) {
  .full-width .primary-content {
    max-width: 1024px;
  }
}

@media screen and (min-width: 1440px) {
  .full-width .primary-content {
    max-width: 1244px;
  }
}

.crp-wrapper {
  font-family: "TradeGothicLTW05-Roman", Arial, sans-serif;
  min-width: 320px;
}

.crp-wrapper h1,
.crp-wrapper h2,
.crp-wrapper h3,
.crp-wrapper h4 {
  color: #333;
  font-family: "TrendSansW05-One", Arial, sans-serif;
}

.crp-wrapper h1 {
  font-size: 20.83px;
  font-size: 1.301875rem;
  letter-spacing: -0.1em;
  border: none;
  color: #0f9fb8;
  font-weight: normal;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 374px) {
  .crp-wrapper h1 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 480px) {
  .crp-wrapper h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .crp-wrapper h1 {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 1440px) {
  .crp-wrapper h1 {
    font-size: 61.65px;
    font-size: 3.853125rem;
  }
}

.crp-wrapper h1 .crp-cursive {
  font-size: 50.6px;
  font-size: 3.1625rem;
  color: #005699;
  display: block;
  line-height: 0.8;
  margin-bottom: 2px;
  margin-top: 6px;
  text-transform: none;
  word-spacing: 0.075em;
}

@media screen and (max-width: 374px) {
  .crp-wrapper h1 .crp-cursive {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.7;
    margin-top: 10px;
  }
}

@media screen and (min-width: 480px) {
  .crp-wrapper h1 .crp-cursive {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .crp-wrapper h1 .crp-cursive {
    font-size: 78px;
    font-size: 4.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper h1 .crp-cursive {
    font-size: 105px;
    font-size: 6.5625rem;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .crp-wrapper h1 .crp-cursive {
    font-size: 132.55px;
    font-size: 8.284375rem;
  }
}

.crp-wrapper h2,
.crp-wrapper .subhead-h3,
.crp-wrapper section section h3 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.06em;
  color: #005699;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 3px;
  margin-top: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper h2,
.crp-wrapper .subhead-h3,
.crp-wrapper section section h3 {
    font-size: 49px;
    font-size: 3.0625rem;
  }
}

.crp-wrapper h2 .crp-cursive,
.crp-wrapper .subhead-h3 .crp-cursive,
.crp-wrapper section section h3 .crp-cursive {
  font-size: 44.5px;
  font-size: 2.78125rem;
  display: block;
  line-height: 0.65;
  margin-top: 12px;
  text-transform: capitalize;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper h2 .crp-cursive,
.crp-wrapper .subhead-h3 .crp-cursive,
.crp-wrapper section section h3 .crp-cursive {
    font-size: 97px;
    font-size: 6.0625rem;
    margin-top: 0;
  }
}

.crp-wrapper section .crp-subhead h2 {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: -0.08em;
  line-height: 1;
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper section .crp-subhead h2 {
    font-size: 49px;
    font-size: 3.0625rem;
    margin-bottom: 0.5rem;
  }
}

.crp-wrapper section .crp-subhead h2.crp-cursive {
  letter-spacing: 0em;
  text-transform: none;
}

.crp-wrapper section section h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: -0.12em;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper section section h3 {
    font-size: 27.5px;
    font-size: 1.71875rem;
  }
}

.crp-wrapper p,
.crp-wrapper p a,
.crp-wrapper ul,
.crp-wrapper ol,
.crp-wrapper li {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  font-family: "TradeGothicLTW05-Roman", Arial, sans-serif;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper p,
.crp-wrapper p a,
.crp-wrapper ul,
.crp-wrapper ol,
.crp-wrapper li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.crp-wrapper section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .crp-wrapper section {
    margin-bottom: 80px;
  }
}

.crp-wrapper picture {
  display: block;
}

.crp-wrapper picture img {
  height: auto;
  max-width: 100%;
}

.crp-wrapper .crp-button {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  border: 1px solid #8bdff3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #005699;
  display: inline-block;
  font-family: "TrendSansW05-One", Arial, sans-serif;
  line-height: 2.35;
  margin: 10px auto 0;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 300px;
}

@media screen and (min-width: 768px) {
  .crp-wrapper .crp-button {
    font-size: 16px;
    font-size: 1rem;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-button {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 70px;
  }
}

.crp-wrapper .crp-button:hover {
  background-color: #000 !important;
  border-color: #000;
  color: #fff;
}

.crp-wrapper .crp-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.crp-wrapper .crp-subhead,
.crp-wrapper .crp-item {
  margin: 15px 0;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-subhead,
.crp-wrapper .crp-item {
    margin: 30px 0;
  }
}

.crp-wrapper .crp-subhead {
  margin-bottom: 0;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-subhead {
    margin-top: 0;
  }
}

.crp-wrapper .crp-subhead p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0 auto;
  width: 83%;
}

@media screen and (min-width: 768px) {
  .crp-wrapper .crp-subhead p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-subhead p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.305555556;
    width: 94%;
  }
}

.crp-wrapper .crp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 20px 0 25px;
  position: relative;
}

@media screen and (max-width: 479px) {
  .crp-wrapper .crp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 480px) {
  .crp-wrapper .crp-item {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 60px 0;
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-item {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 480px) {
  .crp-wrapper .crp-item.crp-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 480px) {
  .crp-wrapper .crp-item.crp-cols50 > div {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
}

.crp-wrapper .crp-item.crp-full-width {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-item.crp-full-width {
    margin-bottom: 100px;
  }
}

.crp-wrapper .crp-item.crp-full-width > div {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.crp-wrapper .crp-item.crp-full-width > div.crp-description {
  margin-top: 15px;
}

@media screen and (min-width: 480px) {
  .crp-wrapper .crp-item.crp-full-width > div.crp-description {
    text-align: left;
  }
}

@media screen and (min-width: 480px) {
  .crp-wrapper .crp-item.crp-full-width > div.crp-description > div {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .crp-wrapper .crp-item.crp-full-width > div.crp-description > div {
    width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  .crp-wrapper .crp-item.crp-full-width > div.crp-description > div {
    width: 80%;
  }
}

.crp-wrapper .crp-item.crp-full-width > div.crp-description > div + div {
  margin-top: 15px;
}

.crp-wrapper .crp-item > div {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-item > div {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }
}

.crp-wrapper .crp-item .crp-description,
.crp-wrapper .crp-item .crp-img {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-item .crp-description,
.crp-wrapper .crp-item .crp-img {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.crp-wrapper .crp-item .crp-description + div,
.crp-wrapper .crp-item .crp-img + div {
  margin-left: 0;
}

.crp-wrapper .crp-item .crp-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px 15px 0;
}

@media screen and (min-width: 768px) {
  .crp-wrapper .crp-item .crp-description {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .crp-wrapper .crp-item .crp-description > div {
    margin: auto;
    width: 80%;
  }
}

.crp-wrapper .crp-item .crp-description h3 {
  margin-bottom: 5px;
}

.crp-wrapper .crp-item .crp-description p strong {
  font-family: "TradeGothicLTW05-BoldNo.2", Arial, sans-serif;
  font-weight: normal;
}

.crp-wrapper .crp-item .crp-img {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-item .crp-img {
    margin: 0 !important;
  }
}

.crp-wrapper .crp-description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}

@media screen and (min-width: 405px) {
  .crp-wrapper .crp-description {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-description {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .crp-wrapper .crp-description > div {
    margin: auto;
    width: 80%;
  }
}

.crp-wrapper .crp-description h2 {
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}

.crp-wrapper .crp-description p,
.crp-wrapper .crp-description li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .crp-wrapper .crp-description p,
.crp-wrapper .crp-description li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-description p,
.crp-wrapper .crp-description li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.542857143;
  }
}

.crp-wrapper .crp-description li {
  margin-bottom: 5px;
}

.crp-wrapper .crp-description p + p,
.crp-wrapper .crp-description ul,
.crp-wrapper .crp-description ol {
  margin-bottom: 15px;
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-description p + p,
.crp-wrapper .crp-description ul,
.crp-wrapper .crp-description ol {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.crp-wrapper .crp-description a.crp-shop-link {
  font-family: "TrendSansW05-One", Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-description a.crp-shop-link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.crp-wrapper .crp-features {
  border: 2px solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 5px 5px 15px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-features {
    padding: 10px 10px 10px 15px;
  }
}

.crp-wrapper .crp-features > div {
  margin: 0;
  width: 80%;
}

.crp-wrapper .crp-features p {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Just Lovely", cursive;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}

.crp-wrapper .crp-features ul {
  text-align: left;
}

.crp-wrapper .crp-cursive {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0em;
  font-family: "Just Lovely", cursive;
  font-weight: normal;
}

.crp-wrapper .crp-caps {
  text-transform: uppercase;
}

.crp-wrapper .crp-nowrap {
  white-space: nowrap;
}

.crp-wrapper .crp-letter {
  margin-right: 2px;
}

.crp-wrapper .crp-shop-button {
  margin-bottom: 35px;
  text-align: center;
}

.crp-wrapper .crp-shop-button .crp-button {
  margin-top: 0;
}

.crp-wrapper .crp-intro {
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-intro {
    margin-bottom: 60px;
    padding: 0;
  }
}

.crp-wrapper .crp-intro .crp-head {
  height: auto;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .crp-wrapper .crp-intro .crp-head {
    margin-bottom: 10px;
  }
}

.crp-wrapper .crp-intro .crp-head + p {
  letter-spacing: 0em;
  line-height: 1.28125;
  margin: 0 auto;
  width: 92%;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-intro .crp-head + p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    width: 70%;
  }
}

.crp-wrapper .crp-intro h1 {
  line-height: 1;
  margin: 0 auto;
  padding: 15px 6px 0 6px;
}

@media screen and (min-width: 768px) {
  .crp-wrapper .crp-intro h1 {
    line-height: 0.9;
    padding: 30px 30px 0;
  }
}

.crp-wrapper .crp-testimonial {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -20px auto 30px;
  position: relative;
  text-align: center;
  width: 75%;
}

.crp-wrapper .crp-testimonial blockquote {
  line-height: 1.06;
  margin: 0;
}

.crp-wrapper .crp-testimonial blockquote p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: #333;
  line-height: 1.291666667;
  margin: 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-testimonial blockquote p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.26;
  }
}

.crp-wrapper .crp-testimonial blockquote p:before, .crp-wrapper .crp-testimonial blockquote p:after {
  font-size: 34.545px;
  font-size: 2.1590625rem;
  font-family: Times, Baskerville, Georgia, serif;
  font-weight: bold;
  line-height: 0.25 !important;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-testimonial blockquote p:before, .crp-wrapper .crp-testimonial blockquote p:after {
    font-size: 62.145px;
    font-size: 3.8840625rem;
  }
}

.crp-wrapper .crp-testimonial blockquote p:before {
  content: '\201C';
  display: block;
  left: -18px;
  position: absolute;
  top: 12px;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-testimonial blockquote p:before {
    left: -37px;
    top: 18px;
  }
}

.crp-wrapper .crp-testimonial blockquote p:after {
  content: '\201D';
  position: relative;
  padding-left: 4px;
  top: 12px;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-testimonial blockquote p:after {
    right: -37px;
    top: 20px;
  }
}

.crp-wrapper .crp-testimonial cite {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  display: block;
  font-family: "TradeGothicLTW05-Bold", Arial, sans-serif;
  font-style: normal;
  line-height: 1.154929577;
  margin-top: 5px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-testimonial cite {
    font-size: 23.5px;
    font-size: 1.46875rem;
    margin-top: 10px;
  }
}

.crp-wrapper .crp-testimonial cite:before {
  content: '– ';
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-testimonial cite:before {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.crp-wrapper aside.crp-testimonial {
  margin-bottom: 30px;
  margin-top: -23px;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper aside.crp-testimonial {
    margin: auto;
    width: 70%;
  }
}

.crp-wrapper .crp-item .crp-description .crp-testimonial {
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-item .crp-description .crp-testimonial {
    margin: 20px auto 0;
    width: 80%;
  }
}

.crp-wrapper .crp-item .crp-description .crp-testimonial blockquote p {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-item .crp-description .crp-testimonial blockquote p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-item .crp-description .crp-testimonial blockquote p:before, .crp-wrapper .crp-item .crp-description .crp-testimonial blockquote p:after {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-item .crp-description .crp-testimonial blockquote p:before {
    left: -40px;
    top: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-item .crp-description .crp-testimonial cite {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.crp-wrapper .crp-closing {
  text-align: center;
}

.crp-wrapper .crp-closing .crp-container {
  padding: 0 15px 30px;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-closing .crp-container {
    padding: 0;
  }
}

.crp-wrapper .crp-closing p {
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-closing p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 35px;
  }
}

.crp-wrapper .crp-closing p:first-child {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-closing p:first-child {
    width: 90%;
  }
}

.crp-wrapper .crp-closing p strong {
  font-size: 35.5px;
  font-size: 2.21875rem;
  color: #005699;
  line-height: 0.75;
}

@media screen and (max-width: 374px) {
  .crp-wrapper .crp-closing p strong {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-closing p strong {
    font-size: 84px;
    font-size: 5.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-closing p strong span {
    display: block;
  }
}

.crp-wrapper .crp-closing p + p {
  margin-bottom: 5px;
  margin-top: 6px;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-closing p + p {
    line-height: 1.375;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}

.crp-wrapper .crp-closing .crp-button {
  margin-top: 10px;
  width: 274px;
}

@media screen and (min-width: 768px) {
  .crp-wrapper .crp-closing .crp-button {
    width: 160px;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-closing .crp-button {
    display: block;
    margin-bottom: 25px;
    padding: 0;
    width: 480px;
  }
}

.crp-wrapper .crp-subhead {
  overflow-x: hidden;
}

.crp-wrapper .crp-subhead > div {
  border: #8bdff3 1px solid;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: inset 0 0 12px #d9f6fc;
          box-shadow: inset 0 0 12px #d9f6fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  margin-left: -10%;
  margin-right: -10%;
  padding: 15px 32px;
  width: 120%;
}

@media screen and (min-width: 376px) {
  .crp-wrapper .crp-subhead > div {
    border-left: #8bdff3 1px solid;
    border-right: #8bdff3 1px solid;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 32px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-subhead > div {
    border-left: #8bdff3 1px solid;
    border-right: #8bdff3 1px solid;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-air-freshener-plug-in-accessories .crp-wrapper .crp-item .crp-description h3 {
    width: 100%;
  }
}

.crp-wrapper .crp-air-freshener-scent-control .crp-description h3 {
  width: 90%;
}

.crp-wrapper .crp-the-wallflower-scents .crp-subhead p {
  width: 85%;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-the-wallflower-scents .crp-subhead p {
    width: 78%;
  }
}

.crp-wrapper .crp-the-wallflowers-plugs .crp-subhead p {
  width: 81%;
}

@media screen and (min-width: 1024px) {
  .crp-wrapper .crp-the-wallflowers-plugs .crp-subhead p {
    width: 74%;
  }
}
/*# sourceMappingURL=wallflowers-2021.css.map */