/**
 * Callout — ships as style.css.
 *
 * From theme root (rsi-rcm): `npm run compile:blocks`.
 *
 * @package Rsi_Rcm
 */
/* ===================================
   Brand Palette
=================================== */
:root {
  --black: #000000;
  --white: #ffffff;
  --dark-purple: #20104a;
  --purple: #4b25b0;
  --medium-purple: #350f9a;
  --light-purple: #975fe4;
  --grey-slate: #4a5565;
  --grey-dark: #1e2939;
  --grey-darker: #101828;
  --grey: #364153;
  --light-grey: #9b9b9b;
  --grey-lighter: #d1d5dc;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-30: rgba(255, 255, 255, 0.3);
  --black-10: rgba(0, 0, 0, 0.1);
  --primary-200: #dcdcde;
  --primary-dark: #1e2939;
  --primary-dark-100: #f0f0f1;
}

/* 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 */
.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--callout {
  padding-top: 5.625rem;
  background: linear-gradient(156deg, #975FE4 32.28%, #4B25B0 83.48%, #20104A 111.37%);
}
@media screen and (min-width:1199px) {
  section.section--callout {
    padding-top: 10.5rem;
  }
}
@media screen and (max-width:1198px) {
  section.section--callout {
    padding-bottom: 5.4375rem;
  }
}

.rsi.callout .callout__heading {
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1;
  color: var(--medium-purple);
  text-align: center;
  margin-bottom: 1.625rem;
}
@media screen and (min-width:1199px) {
  .rsi.callout .callout__heading {
    margin-bottom: 5.0625rem;
  }
}
@media screen and (min-width:1199px) {
  .rsi.callout .callout__heading {
    font-size: 8.4375rem;
    font-weight: 700;
    line-height: 1;
    font-size: 6.5625rem;
  }
}
.rsi.callout .callout__heading--desktop {
  display: none;
}
@media screen and (min-width:1199px) {
  .rsi.callout .callout__heading--desktop {
    display: block;
  }
}
.rsi.callout .callout__heading--mobile {
  display: block;
}
@media screen and (min-width:1199px) {
  .rsi.callout .callout__heading--mobile {
    display: none;
  }
}
.rsi.callout .callout__heading .highlight-rect {
  position: relative;
  z-index: 1;
  padding-right: 7.5rem;
}
@media screen and (max-width:374px) {
  .rsi.callout .callout__heading .highlight-rect {
    padding-right: 0;
  }
}
@media screen and (min-width:1199px) {
  .rsi.callout .callout__heading .highlight-rect {
    padding-right: 7.875rem;
  }
}
.rsi.callout .callout__heading .highlight-rect::after {
  content: "";
  display: block;
  width: 3.9375rem;
  height: 1.875rem;
  border-radius: 0.1875rem;
  background: linear-gradient(to right, #4b25b0 50%, #975fe4 134%);
  box-shadow: 0 1.5rem 3.75rem rgba(75, 37, 176, 0.45);
  position: absolute;
  top: 0.5625rem;
  right: 2.375rem;
}
@media screen and (max-width:374px) {
  .rsi.callout .callout__heading .highlight-rect::after {
    display: none;
  }
}
@media screen and (min-width:1199px) {
  .rsi.callout .callout__heading .highlight-rect::after {
    width: 10.0625rem;
    height: 4.75rem;
    border-radius: 0.375rem;
    top: 1.125rem;
    right: -6.5rem;
  }
}
.rsi.callout .callout__heading code {
  font-family: inherit;
  display: inline-block;
  color: var(--white);
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  background: linear-gradient(to right, #4B25B0 34%, #975FE4 100%);
  box-shadow: 0 5.625rem 8.625rem 0 #4B25B0;
  padding: 1rem 0.5625rem;
  border-radius: 0.375rem;
}
@media screen and (min-width:1199px) {
  .rsi.callout .callout__heading code {
    padding: 2.25rem 2rem;
    border-radius: 0.9375rem;
  }
}
.rsi.callout .callout__content {
  max-width: 48rem;
  margin: 0 auto;
}
.rsi.callout .callout__content:has(+ .callout__actions) {
  margin-bottom: 2.125rem;
}
.rsi.callout .callout__content p, .rsi.callout .callout__content a {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  text-align: center;
}
@media screen and (min-width:1199px) {
  .rsi.callout .callout__content p, .rsi.callout .callout__content a {
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.rsi.callout .callout__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8125rem;
}
.rsi.callout .callout__actions--solids {
  flex-direction: column;
  gap: 1.5625rem;
}
@media screen and (min-width:1199px) {
  .rsi.callout .callout__actions--solids {
    flex-direction: row;
    gap: 1.8125rem;
  }
}
.rsi.callout .callout__action {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03rem;
  color: var(--white);
  text-decoration: none;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.rsi.callout .callout__action:hover {
  text-decoration: underline;
}

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