/**
 * Stats — ships as style.css.
 *
 * From theme root (rsi-rcm): `npm run compile:blocks`.
 *
 * @package Rsi_Rcm
 */
/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/**
 * Stats — ships as style.css.
 *
 * From theme root (rsi-rcm): `npm run compile:blocks`.
 *
 * @package Rsi_Rcm
 */
.l-h1-v1 {
  font-size: 3.8125rem;
  font-weight: 700;
  line-height: 1;
}

.l-h1-v2 {
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width:1199px) {
  .l-h1-v2 {
    font-size: 8.4375rem;
    font-weight: 700;
    line-height: 1;
  }
}
.l-h2-v1 {
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v1 {
    font-size: 3.8125rem;
    font-weight: 400;
    line-height: 1;
  }
}
.l-h2-v2 {
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v2 {
    font-size: 3.8125rem;
    font-weight: 500;
    line-height: 1;
  }
}
.l-h2-v3 {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v3 {
    font-size: 3.0625rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.l-h3 {
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
}

.l-h4 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h4 {
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.l-body-lg {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.l-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.l-body-sm {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}

.l-button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03rem;
}

.l-eyebrow {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.2;
}

.section--stats {
  background: var(--white);
  position: relative;
  padding-top: 8.25rem;
  overflow: hidden;
}
.section--stats:has(.stats--has-media) {
  overflow: visible;
}
@media screen and (min-width:1199px) {
  .section--stats {
    background: linear-gradient(to bottom, var(--dark-purple) 53.4%, var(--white) 30%);
    padding-top: 9.875rem;
  }
}
.section--stats.bg-is-downwards {
  background: linear-gradient(to top, var(--dark-purple) 49.7%, var(--white) 0);
  padding-top: 0;
  padding-bottom: 0;
}
.section + .section--testimonial {
  padding-top: 0.3125rem;
}
@media screen and (min-width:1199px) {
  .section + .section--testimonial {
    padding-top: 0.25rem;
  }
}

.rsi.stats {
  overflow: hidden;
  padding: 3.8125rem 2.5rem 2.3125rem;
  background: linear-gradient(180deg, var(--light-purple) 29%, var(--purple) 129%, var(--dark-purple) 100%);
  border-radius: 1.875rem;
}
@media screen and (min-width:1199px) {
  .rsi.stats {
    padding: 6.0625rem 6.25rem 3.4375rem;
    position: relative;
  }
}
@media screen and (min-width:1400px) {
  .rsi.stats {
    padding: 6.0625rem 9.25rem 3.4375rem 11rem;
  }
}
.bg-is-downwards .rsi.stats {
  padding-bottom: 7.5625rem;
}
@media screen and (min-width:1199px) {
  .bg-is-downwards .rsi.stats {
    padding-bottom: 5.1875rem;
  }
}
.rsi.stats.stats--has-media {
  overflow: visible;
}
.rsi.stats .stats__media {
  position: absolute;
  top: 0;
  left: 1.9375rem;
  aspect-ratio: 298/300;
  max-width: 18.625rem;
  max-height: 18.75rem;
  isolation: isolate;
}
@media screen and (min-width:1199px) {
  .rsi.stats .stats__media {
    aspect-ratio: 515/520;
    max-width: 32.1875rem;
    max-height: 32.5rem;
    top: -68%;
    left: 0;
  }
}
@media screen and (max-width:1198px) {
  .rsi.stats .stats__media {
    overflow: hidden;
  }
}
.rsi.stats .stats__media::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 50% 50% at 44% 50%, rgba(209, 0, 119, 0.3) 0%, rgba(209, 0, 119, 0.15) 32%, rgba(209, 0, 119, 0.055) 54%, rgba(209, 0, 119, 0.022) 70%, rgba(209, 0, 119, 0.008) 82%, rgba(209, 0, 119, 0.002) 91%, rgba(209, 0, 119, 0) 98%), radial-gradient(ellipse 16% 17% at 62% 34%, rgba(209, 0, 119, 0.3) 0%, rgba(209, 0, 119, 0.15) 0%, rgba(209, 0, 119, 0.055) -1%, rgba(209, 0, 119, 0.022) 57%, rgba(209, 0, 119, 0.008) 28%, rgba(209, 0, 119, 0.002) 123%, rgba(209, 0, 119, 0) 98%), radial-gradient(ellipse 26% 23% at 60% 48%, rgba(209, 0, 119, 0.3) 0%, rgba(209, 0, 119, 0.15) 32%, rgba(209, 0, 119, 0.055) 54%, rgba(209, 0, 119, 0.022) 70%, rgba(209, 0, 119, 0.008) 82%, rgba(209, 0, 119, 0.002) 91%, rgba(209, 0, 119, 0) 98%), radial-gradient(ellipse 46% 31% at 58% 48%, rgba(209, 0, 119, 0.3) 0%, rgba(209, 0, 119, 0.15) 32%, rgba(209, 0, 119, 0.055) 54%, rgba(209, 0, 119, 0.022) 70%, rgba(209, 0, 119, 0.008) 82%, rgba(209, 0, 119, 0.002) 91%, rgba(209, 0, 119, 0) 98%);
}
.rsi.stats .stats__media picture,
.rsi.stats .stats__media > img {
  position: relative;
  z-index: 1;
}
.rsi.stats .stats__media picture {
  display: block;
}
.rsi.stats .stats__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}
.rsi.stats .stats__content {
  position: relative;
  z-index: 10;
}
.rsi.stats .stats__grid {
  list-style: none;
}
@media screen and (min-width:1199px) {
  .rsi.stats .stats__grid {
    --desktop-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--desktop-gap);
    justify-content: space-between;
  }
}
@media screen and (min-width:1400px) {
  .rsi.stats .stats__grid {
    justify-content: unset;
  }
}
.rsi.stats .stats__item:not(:last-child) {
  margin-bottom: 2.3125rem;
}
@media screen and (min-width:1199px) {
  .rsi.stats .stats__item {
    flex-shrink: 0;
  }
}
@media screen and (min-width:1199px) {
  .rsi.stats .stats__item:nth-child(3n+1) {
    width: calc(30% - var(--desktop-gap) * 2 / 3);
  }
}
@media screen and (min-width:1199px) {
  .rsi.stats .stats__item:nth-child(3n+2) {
    width: calc(30% - var(--desktop-gap) * 2 / 3);
  }
}
@media screen and (min-width:1199px) {
  .rsi.stats .stats__item:nth-child(3n+3) {
    width: calc(40% - var(--desktop-gap) * 2 / 3);
  }
}
@media screen and (min-width:1400px) {
  .rsi.stats .stats__item:nth-child(3n+3) {
    max-width: 24.8125rem;
  }
}
.rsi.stats .stats__value {
  padding: 1.1875rem 1.25rem;
  border-radius: 0.3125rem;
  background: linear-gradient(135deg, #4b25b0, #975fe4);
  color: var(--white);
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  width: fit-content;
  margin-right: 1.25rem;
  max-width: 24.8125rem;
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  .rsi.stats .stats__value {
    margin-right: 0;
  }
}
.rsi.stats .stats__value:has(+ .stats__description) {
  margin-bottom: 1.1875rem;
}
.rsi.stats .stats__description {
  margin: 0;
  color: var(--white);
  padding-left: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

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