/**
 * Timeline — 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 */
/**
 * Timeline — 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--timeline {
  background-color: var(--dark-purple);
  padding: 5rem 0 4.6875rem;
  overflow: hidden;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline {
    padding: 7.5rem 0 8.75rem;
  }
}
section.section.section--timeline .rsi.timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
  max-width: 65.5rem;
  margin-inline: auto;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .rsi.timeline {
    gap: 5.25rem;
  }
}
section.section.section--timeline .timeline__header {
  gap: 2.5rem;
  width: 100%;
  text-align: center;
}
section.section.section--timeline .timeline__heading {
  gap: 1rem;
  color: var(--white);
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 2.75rem;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__heading {
    font-size: 3.8125rem;
    font-weight: 700;
    line-height: 1;
    font-weight: 400;
  }
}
section.section.section--timeline .timeline__heading code {
  display: inline-block;
  font-family: var(--primary-font);
  background: linear-gradient(92deg, #4b25b0 0.77%, #975fe4 99.5%);
  box-shadow: 0 4.125rem 3.125rem 0 color-mix(in srgb, var(--purple) 40%, transparent);
  padding: 1.125rem 0.9375rem;
  margin-left: 0.3125rem;
  border-radius: 0.25rem;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__heading code {
    min-height: 5.5rem;
    padding: 1.5rem 1.25rem 1.3125rem;
    border-radius: 0.34375rem;
    line-height: 1;
  }
}
section.section.section--timeline .timeline__intro {
  width: 100%;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__intro {
    max-width: 55rem;
    text-align: center;
    margin: 0 auto;
  }
}
section.section.section--timeline .timeline__intro p {
  margin: 0 0 1.25rem;
}
section.section.section--timeline .timeline__intro p:last-child {
  margin-bottom: 0;
}
section.section.section--timeline .timeline__track-wrap {
  position: relative;
  width: 100%;
}
section.section.section--timeline .timeline__track-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(-50%);
  pointer-events: none;
  display: none;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__track-wrap::before {
    display: block;
  }
}
section.section.section--timeline .timeline__track {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__track {
    gap: 0;
  }
}
section.section.section--timeline .timeline__milestone {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
section.section.section--timeline .timeline__milestone::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Ccircle cx='10.5' cy='10.5' r='9' fill='%23975FE4' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 1.3125rem;
  height: 1.3125rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__milestone::after {
    display: block;
  }
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__milestone {
    display: grid;
    grid-template-columns: 1fr 8rem 1fr;
    align-items: center;
    gap: 0;
  }
}
section.section.section--timeline .timeline__year {
  margin: 0;
  color: var(--white);
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__year {
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.2;
    min-height: 11rem;
    display: flex;
    align-items: center;
    margin-bottom: -0.625rem;
  }
}
section.section.section--timeline .timeline__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 2.25rem 1.4375rem 1.6875rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition: all 0.125s ease;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__card {
    width: 21rem;
    max-width: 100%;
  }
}
section.section.section--timeline .timeline__card:hover {
  border-color: transparent;
}
section.section.section--timeline .timeline__card-title {
  margin: 0;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  line-height: 1.4;
}
section.section.section--timeline .timeline__card-body {
  margin: 0;
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__milestone--year-left .timeline__year {
    grid-column: 1;
    justify-self: end;
    text-align: right;
  }
  section.section.section--timeline .timeline__milestone--year-left .timeline__card {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
  }
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__milestone--year-right .timeline__year {
    grid-column: 3;
    justify-self: start;
    text-align: left;
  }
  section.section.section--timeline .timeline__milestone--year-right .timeline__card {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    text-align: right;
  }
  section.section.section--timeline .timeline__milestone--year-right .timeline__card-title,
  section.section.section--timeline .timeline__milestone--year-right .timeline__card-body {
    text-align: right;
  }
}
section.section.section--timeline .timeline__footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 55.5rem;
  color: var(--white);
  margin-top: 0.5rem;
}
@media screen and (min-width:1199px) {
  section.section.section--timeline .timeline__footer {
    text-align: center;
  }
}
section.section.section--timeline .timeline__footer-heading {
  margin: 0;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
}
section.section.section--timeline .timeline__footer-text {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  line-height: 1.4;
}

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