/**
 * Text with Media — 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 */
/**
 * Text with Media — 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.section.section--text-with-media {
  padding: 5.4375rem 0 5rem;
  background: var(--white);
  overflow: hidden;
}
@media screen and (min-width:1199px) {
  section.section.section--text-with-media {
    padding: 8.4375rem 0 4.5625rem;
  }
}
section.section.section--text-with-media .rsi.text-with-media {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
@media screen and (min-width:1199px) {
  section.section.section--text-with-media .rsi.text-with-media {
    gap: 2.1875rem;
  }
}
section.section.section--text-with-media .text-with-media__header {
  text-align: center;
}
section.section.section--text-with-media .text-with-media__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  margin: 0;
  max-width: 65.5rem;
  margin-inline: auto;
}
@media screen and (min-width:1199px) {
  section.section.section--text-with-media .text-with-media__heading {
    gap: 1.25rem;
  }
}
section.section.section--text-with-media .text-with-media__headline-primary {
  display: block;
  color: var(--dark-purple);
  text-align: center;
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  section.section.section--text-with-media .text-with-media__headline-primary {
    font-size: 3.8125rem;
    font-weight: 400;
    line-height: 1;
  }
}
section.section.section--text-with-media .text-with-media__headline-secondary {
  display: block;
  text-align: center;
  font-weight: 500;
  background: linear-gradient(177deg, var(--light-purple) 0%, var(--purple) 52%, var(--dark-purple) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  section.section.section--text-with-media .text-with-media__headline-secondary {
    font-size: 3.8125rem;
    font-weight: 500;
    line-height: 1;
    line-height: 1.1;
  }
}
section.section.section--text-with-media .text-with-media__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.25rem;
}
@media screen and (min-width:1199px) {
  section.section.section--text-with-media .text-with-media__layout {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}
section.section.section--text-with-media .text-with-media__content {
  width: 100%;
}
@media screen and (min-width:1199px) {
  section.section.section--text-with-media .text-with-media__content {
    flex: 1 1 auto;
    max-width: 33.8125rem;
  }
}
section.section.section--text-with-media .text-with-media__description {
  color: #4c4c4c;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
section.section.section--text-with-media .text-with-media__description p {
  margin: 0 0 1rem;
}
section.section.section--text-with-media .text-with-media__description p:last-child {
  margin-bottom: 0;
}
section.section.section--text-with-media .text-with-media__description a {
  color: inherit;
  text-decoration: underline;
}
section.section.section--text-with-media .text-with-media__description a:hover {
  opacity: 0.85;
}
section.section.section--text-with-media .text-with-media__media {
  margin: 0;
  width: 100%;
  max-width: 27.8125rem;
  flex-shrink: 0;
}
@media screen and (min-width:1199px) {
  section.section.section--text-with-media .text-with-media__media {
    max-width: 27.8125rem;
  }
}
section.section.section--text-with-media .text-with-media__media--scaled .text-with-media__image {
  transform: scale(1.65);
}
@media screen and (min-width:1199px) {
  section.section.section--text-with-media .text-with-media__media--scaled .text-with-media__image {
    transform: scale(1.55) translate(9px, -3px);
  }
}
section.section.section--text-with-media .text-with-media__image {
  display: block;
  width: 100%;
  height: auto;
}

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