/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/org_marykay/cartridge/client/default/scss/experience/components/commerce_assets/pxpTextWithPullQuote.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable no-duplicate-selectors, no-descending-specificity, selector-class-pattern */
/* *** MIXINS *** */
/* ******** Set Line Clamp ******** */
.clamp {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp--1 {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp--2 {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp--3 {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp--4 {
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp--5 {
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp--9 {
  -webkit-line-clamp: 9;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/**
  @mixin aspect-ratio
  Use CSS aspect-ratio rule where possible, but fall back to
  padding-top hack iff needed (i.e. iOS 14)
*/
.pxp-text-with-pull-quote {
  width: 100%;
  background: #FFF;
}
.pxp-text-with-pull-quote__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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 48px 24px;
  gap: 48px;
}
@media (max-width: 767.98px) {
  .pxp-text-with-pull-quote__container {
    padding: 48px 16px;
  }
}
.pxp-text-with-pull-quote__section-title {
  width: 100%;
  padding-bottom: 15px;
}
.pxp-text-with-pull-quote__section-title-text {
  margin: 0;
  font-family: "Noto Sans", var(--skin-header-font), sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 56px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.03em;
  color: #000;
}
@media (max-width: 767.98px) {
  .pxp-text-with-pull-quote__section-title-text {
    font-size: 34.1px;
  }
}
.pxp-text-with-pull-quote__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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  gap: 48px;
  width: 100%;
}
.pxp-text-with-pull-quote__pull-quote {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1440px;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .pxp-text-with-pull-quote__pull-quote {
    padding: 16px 0;
  }
}
.pxp-text-with-pull-quote__pull-quote-text {
  margin: 0;
  font-family: "Noto Sans", var(--skin-header-font), sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #101820;
  z-index: 2;
  position: relative;
  padding: 0 6rem;
  min-width: 315px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 96px;
}
@media (max-width: 767.98px) {
  .pxp-text-with-pull-quote__pull-quote-text {
    font-size: 27.9px;
    padding: 0 3.429rem;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .pxp-text-with-pull-quote__pull-quote-text {
    min-width: 342px;
  }
}
.pxp-text-with-pull-quote__pull-quote-text::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 2px;
  left: 0;
  top: 68px;
  background-color: #ffa4b4;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .pxp-text-with-pull-quote__pull-quote-text::before {
    width: 64px;
    left: 0;
    top: 45px;
  }
}
.pxp-text-with-pull-quote__pull-quote-text::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 2px;
  right: 0;
  bottom: 67px;
  background-color: #a192b2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .pxp-text-with-pull-quote__pull-quote-text::after {
    width: 64px;
    right: 0;
    bottom: 45px;
  }
}
.pxp-text-with-pull-quote__messaging {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  gap: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .pxp-text-with-pull-quote__messaging {
    width: 684px;
  }
}
.pxp-text-with-pull-quote__claim-headline {
  width: 100%;
}
.pxp-text-with-pull-quote__claim-headline-text {
  margin: 0;
  font-family: "Noto Sans", var(--skin-header-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #000;
  text-align: left;
}
@media (max-width: 767.98px) {
  .pxp-text-with-pull-quote__claim-headline-text {
    font-size: 23.1px;
  }
}
.pxp-text-with-pull-quote__body {
  width: 100%;
}
.pxp-text-with-pull-quote__body-content {
  margin: 0;
  font-family: "Noto Sans", var(--skin-body-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #000;
}
.pxp-text-with-pull-quote__disclaimer {
  width: 100%;
}
.pxp-text-with-pull-quote__disclaimer-content {
  margin: 0;
  font-family: "Noto Sans", var(--skin-body-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #545859;
  text-align: left;
}
@media (min-width: 768px) {
  .pxp-text-with-pull-quote__disclaimer-content {
    width: 684px;
  }
}

.pxp-text-with-pull-quote__body-content p {
  margin: 0 0 24px;
  font-family: "Noto Sans", var(--skin-body-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #000;
}
.pxp-text-with-pull-quote__body-content p:last-child {
  margin-bottom: 0;
}
.pxp-text-with-pull-quote__body-content ul, .pxp-text-with-pull-quote__body-content ol {
  margin: 0 0 24px;
  padding-left: 24px;
  font-family: "Noto Sans", var(--skin-body-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #000;
}
.pxp-text-with-pull-quote__body-content ul:last-child, .pxp-text-with-pull-quote__body-content ol:last-child {
  margin-bottom: 0;
}
.pxp-text-with-pull-quote__body-content li {
  margin-bottom: 8px;
}
.pxp-text-with-pull-quote__body-content li:last-child {
  margin-bottom: 0;
}
.pxp-text-with-pull-quote__body-content strong {
  font-weight: 600;
}
.pxp-text-with-pull-quote__body-content em {
  font-style: italic;
}
.pxp-text-with-pull-quote__body-content u {
  text-decoration: underline;
}

.pxp-text-with-pull-quote__disclaimer-content p {
  margin: 0 0 12px;
  font-family: "Noto Sans", var(--skin-body-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #545859;
  text-align: left;
}
.pxp-text-with-pull-quote__disclaimer-content p:last-child {
  margin-bottom: 0;
}
.pxp-text-with-pull-quote__disclaimer-content ul, .pxp-text-with-pull-quote__disclaimer-content ol {
  margin: 0 0 12px;
  padding-left: 16px;
  font-family: "Noto Sans", var(--skin-body-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #545859;
  text-align: left;
}
.pxp-text-with-pull-quote__disclaimer-content ul:last-child, .pxp-text-with-pull-quote__disclaimer-content ol:last-child {
  margin-bottom: 0;
}
.pxp-text-with-pull-quote__disclaimer-content li {
  margin-bottom: 4px;
}
.pxp-text-with-pull-quote__disclaimer-content li:last-child {
  margin-bottom: 0;
}
.pxp-text-with-pull-quote__disclaimer-content strong {
  font-weight: 600;
}
.pxp-text-with-pull-quote__disclaimer-content em {
  font-style: italic;
}

div.region:has(div[class*=pxpTextWithPullQuote]) {
  padding: 0;
  margin-bottom: 0;
}

/*# sourceMappingURL=pxpTextWithPullQuote.css.map*/