/**
 * Hero block — ships as style.css. Browsers never load this file directly.
 *
 * From theme root (rsi-rcm): run `npm run dev` for live Sass rebuild on save,
 * or `npm run compile:blocks` once after edits.
 *
 * @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 */
/**
 * Hero block — ships as style.css. Browsers never load this file directly.
 *
 * From theme root (rsi-rcm): run `npm run dev` for live Sass rebuild on save,
 * or `npm run compile:blocks` once after edits.
 *
 * @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--hero {
  position: relative;
  min-height: 70vh;
  padding: 6.5rem 0 5.0625rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width:1199px) {
  section.section.section--hero {
    padding: 8.125rem 0 4.375rem;
  }
}
section.section.section--hero > .container {
  width: 100%;
}

@media screen and (min-width:1199px) {
  .rsi.hero-banner {
    padding-left: 0.5rem;
  }
}
.rsi.hero-banner .hero-banner__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: var(--dark-purple);
  background-image: linear-gradient(180deg, var(--dark-purple) 0%, var(--purple) 50%, var(--light-purple) 100%);
}
.rsi.hero-banner .hero-banner__media picture,
.rsi.hero-banner .hero-banner__media video,
.rsi.hero-banner .hero-banner__media iframe,
.rsi.hero-banner .hero-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rsi.hero-banner .hero-banner__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 1rem;
  color: var(--white);
  font-style: italic;
  text-align: center;
  text-wrap: balance;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.28) 45%, transparent 100%);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}
.rsi.hero-banner .hero-banner__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .rsi.hero-banner .hero-banner__content h1,
  .rsi.hero-banner .hero-banner__content h2,
  .rsi.hero-banner .hero-banner__content article {
    max-width: 26rem;
  }
}
.rsi.hero-banner .hero-banner__content h1,
.rsi.hero-banner .hero-banner__content h2 {
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
}
@media screen and (min-width:1199px) {
  .rsi.hero-banner .hero-banner__content h1,
  .rsi.hero-banner .hero-banner__content h2 {
    font-size: 3.8125rem;
    font-weight: 700;
    line-height: 1;
  }
}
.rsi.hero-banner .hero-banner__content h1:has(+ article),
.rsi.hero-banner .hero-banner__content h2:has(+ article) {
  margin-bottom: 1.25rem;
}
.rsi.hero-banner .hero-banner__content h1 code,
.rsi.hero-banner .hero-banner__content h2 code {
  display: inline-block;
  background: linear-gradient(90deg, var(--purple) 20%, var(--light-purple) 100%);
  box-shadow: 0 5.625rem 8.625rem color-mix(in srgb, var(--purple) 40%, transparent);
  padding: 1rem 1.25rem;
  border-radius: 0.3125rem;
  font-family: var(--font-family-sans);
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-bottom: -0.4375rem;
}
@media screen and (min-width:1199px) {
  .rsi.hero-banner .hero-banner__content h1 code,
  .rsi.hero-banner .hero-banner__content h2 code {
    padding: 1.4375rem 1.25rem;
    margin-bottom: 0.8125rem;
    margin-top: -0.1875rem;
  }
}
.rsi.hero-banner .hero-banner__content article:has(+ .l-btn) {
  margin-bottom: 0.6875rem;
}
@media screen and (min-width:1199px) {
  .rsi.hero-banner .hero-banner__content article:has(+ .l-btn) {
    margin-bottom: 1.75rem;
  }
}
.rsi.hero-banner .hero-banner__content article p {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
.rsi.hero-banner .hero-banner__content article a:hover {
  color: var(--white);
}
.rsi.hero-banner .hero-banner__social-proof {
  margin-top: 2.125rem;
}
@media screen and (min-width:1199px) {
  .rsi.hero-banner .hero-banner__social-proof {
    margin-top: 2.1875rem;
  }
}
.rsi.hero-banner .hero-banner__trust-text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
}
.rsi.hero-banner .hero-banner__trust-text:has(+ .hero-banner__badge-list) {
  margin-bottom: 1.3125rem;
}
@media screen and (min-width:1199px) {
  .rsi.hero-banner .hero-banner__trust-text:has(+ .hero-banner__badge-list) {
    margin-bottom: 4.5rem;
  }
}
.rsi.hero-banner .hero-banner__badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.8125rem;
  align-items: center;
  min-height: 4rem;
}
@media screen and (min-width:1199px) {
  .rsi.hero-banner .hero-banner__badge-list {
    justify-content: space-between;
    min-height: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .rsi.hero-banner .hero-banner__badge-list {
    justify-content: unset;
    gap: 6.5rem;
  }
}
.rsi.hero-banner .hero-banner__badge-list li {
  list-style: none;
}
.rsi.hero-banner .hero-banner__badge-list li img {
  max-width: 6.4375rem;
  max-height: 4rem;
  width: auto;
}
@media screen and (min-width:1199px) {
  .rsi.hero-banner .hero-banner__badge-list li img {
    max-width: 9.375rem;
    max-height: 5rem;
  }
}
.rsi.hero-banner--gradient .hero-banner__media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.rsi.hero-banner--gradient .hero-banner__media picture,
.rsi.hero-banner--gradient .hero-banner__media video,
.rsi.hero-banner--gradient .hero-banner__media iframe {
  position: relative;
  z-index: 0;
}

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