.rwru-page {
  --rwru-ink: #102431;
  --rwru-muted: #5d707c;
  --rwru-line: #c8d3da;
  --rwru-paper: #f2f5f6;
  --rwru-white: #fff;
  --rwru-blue: #245f7e;
  --rwru-blue-dark: #102b3c;
  --rwru-night: #07131d;
  --rwru-orange: #c63228;
  --rwru-orange-dark: #90231d;
  background: var(--rwru-paper);
  color: var(--rwru-ink);
}

.rwru-page main {
  min-width: 0;
  overflow: clip;
}

.rwru-page a {
  text-underline-offset: .18em;
}

.rwru-skip {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  min-height: 44px;
  padding: 11px 16px;
  border: 2px solid var(--rwru-white);
  background: var(--rwru-orange);
  color: var(--rwru-white);
  font-weight: 800;
  transform: translateY(-180%);
}

.rwru-skip:focus {
  transform: translateY(0);
}

.rwru-shell {
  width: min(calc(100% - 64px), 1240px);
  margin-inline: auto;
}

.rwru-hero {
  padding-block: clamp(42px, 6vw, 78px) 0;
  background:
    linear-gradient(rgba(112, 155, 178, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 155, 178, .09) 1px, transparent 1px),
    var(--rwru-night);
  background-size: 44px 44px;
  color: var(--rwru-white);
}

.rwru-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(36px, 5vw, 74px);
  align-items: center;
}

.rwru-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
  color: #b7c8d2;
  font-size: .78rem;
}

.rwru-breadcrumb a {
  color: #e3edf2;
}

.rwru-kicker,
.rwru-eyebrow,
.rwru-card-label {
  margin: 0 0 14px;
  color: #8fc9e1;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rwru-hero h1 {
  max-width: 790px;
  margin: 0;
  color: var(--rwru-white);
  font-size: clamp(2.75rem, 5vw, 5rem);
  letter-spacing: -.055em;
  line-height: .96;
  text-wrap: balance;
}

.rwru-hero-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #c4d2da;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
}

.rwru-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rwru-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-decoration: none;
}

.rwru-button.is-primary {
  background: var(--rwru-orange);
  color: var(--rwru-white);
}

.rwru-button.is-primary:hover,
.rwru-button.is-primary:focus-visible {
  background: var(--rwru-orange-dark);
}

.rwru-button.is-ghost {
  border-color: #557285;
  background: rgba(255, 255, 255, .03);
  color: var(--rwru-white);
}

.rwru-button.is-ghost:hover,
.rwru-button.is-ghost:focus-visible {
  border-color: #91bed3;
  background: rgba(255, 255, 255, .09);
}

.rwru-button.is-light {
  border-color: #d6e0e5;
  background: var(--rwru-white);
  color: var(--rwru-night);
}

.rwru-hero-objective {
  display: grid;
  max-width: 720px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px 18px;
  align-items: start;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #355061;
}

.rwru-hero-objective span {
  color: #8fc9e1;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rwru-hero-objective strong {
  color: #f4f8fa;
  font-size: .96rem;
  line-height: 1.45;
}

.rwru-hero-media {
  margin: 0;
  border: 1px solid #496272;
  background: var(--rwru-white);
  box-shadow: 14px 14px 0 rgba(198, 50, 40, .24);
}

.rwru-hero-media img,
.rwru-family-card figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.rwru-hero-media figcaption {
  padding: 13px 16px 15px;
  border-top: 1px solid #d7e0e5;
  color: #435b69;
  font-size: .78rem;
  line-height: 1.45;
}

.rwru-hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(40px, 5vw, 64px);
  border-top: 1px solid #385262;
  border-inline: 1px solid #385262;
}

.rwru-hero-facts div {
  min-width: 0;
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid #385262;
  background: rgba(255, 255, 255, .025);
}

.rwru-hero-facts div:last-child {
  border-right: 0;
}

.rwru-hero-facts dt {
  color: #8fc9e1;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rwru-hero-facts dd {
  margin: 8px 0 0;
  color: var(--rwru-white);
  font-size: clamp(.94rem, 1.25vw, 1.08rem);
  font-weight: 750;
  overflow-wrap: anywhere;
}

.rwru-section-nav {
  position: sticky;
  z-index: 20;
  top: 78px;
  border-block: 1px solid #aebec7;
  background: rgba(246, 248, 249, .96);
  backdrop-filter: blur(14px);
}

.rwru-section-nav .rwru-shell {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.rwru-section-nav .rwru-shell::-webkit-scrollbar {
  display: none;
}

.rwru-section-nav a {
  display: inline-flex;
  min-height: 50px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 16px;
  border-right: 1px solid #d3dce1;
  color: #344b58;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
}

.rwru-section-nav a:hover,
.rwru-section-nav a:focus-visible {
  background: var(--rwru-blue-dark);
  color: var(--rwru-white);
}

.rwru-section {
  padding-block: clamp(72px, 8vw, 112px);
  scroll-margin-top: 144px;
}

.rwru-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 56px);
}

.rwru-section-head h2,
.rwru-related h2,
.rwru-faq h2,
.rwru-quote h2 {
  margin: 0;
  color: var(--rwru-ink);
  font-size: clamp(2rem, 3.65vw, 3.85rem);
  letter-spacing: -.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.rwru-section-head > p,
.rwru-faq header > p,
.rwru-related p,
.rwru-quote-copy > p {
  margin: 0;
  color: var(--rwru-muted);
  font-size: 1rem;
}

.rwru-decision {
  background: var(--rwru-white);
}

.rwru-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--rwru-line);
}

.rwru-decision-grid article {
  min-width: 0;
  min-height: 245px;
  padding: clamp(26px, 3vw, 38px);
  border-right: 1px solid var(--rwru-line);
}

.rwru-decision-grid article:last-child {
  border-right: 0;
}

.rwru-decision-grid span,
.rwru-route-grid span,
.rwru-input-grid span,
.rwru-quote-list span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #91a8b6;
  color: var(--rwru-blue);
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 800;
}

.rwru-decision-grid h3,
.rwru-route-grid h3,
.rwru-boundary-grid h3 {
  margin: 26px 0 12px;
  color: var(--rwru-ink);
  font-size: 1.35rem;
  line-height: 1.15;
}

.rwru-decision-grid p,
.rwru-route-grid p,
.rwru-boundary-grid p,
.rwru-input-grid p {
  margin: 0;
  color: var(--rwru-muted);
}

.rwru-families {
  background: #e7edf0;
}

.rwru-family-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rwru-family-card {
  min-width: 0;
  border: 1px solid #acbdc7;
  background: var(--rwru-white);
  box-shadow: 0 18px 44px rgba(7, 28, 40, .07);
}

.rwru-family-card figure {
  position: relative;
  display: grid;
  min-height: 0;
  margin: 0;
  place-items: center;
  padding: clamp(20px, 3vw, 34px);
  border-bottom: 1px solid #bdcbd2;
  background:
    linear-gradient(rgba(35, 95, 126, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 95, 126, .055) 1px, transparent 1px),
    #f8fafb;
  background-size: 28px 28px;
}

.rwru-family-card figure > span {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  background: var(--rwru-blue-dark);
  color: var(--rwru-white);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.rwru-family-body {
  padding: clamp(26px, 3.5vw, 42px);
}

.rwru-card-label {
  color: var(--rwru-orange);
}

.rwru-family-body h3 {
  margin: 0;
  color: var(--rwru-ink);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  letter-spacing: -.035em;
  line-height: 1;
}

.rwru-card-lead {
  margin: 18px 0 26px;
  color: var(--rwru-muted);
}

.rwru-family-body dl {
  margin: 0;
  border-top: 1px solid var(--rwru-line);
}

.rwru-family-body dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding-block: 16px;
  border-bottom: 1px solid var(--rwru-line);
}

.rwru-family-body dt {
  color: #35505f;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.rwru-family-body dd {
  margin: 0;
  color: #415967;
}

.rwru-family-cta {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 13px 16px;
  background: var(--rwru-orange);
  color: var(--rwru-white);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
}

.rwru-family-cta:hover,
.rwru-family-cta:focus-visible {
  background: var(--rwru-orange-dark);
}

.rwru-family-cta b {
  font-size: 1.25rem;
}

.rwru-route {
  background: var(--rwru-night);
  color: var(--rwru-white);
}

.rwru-section-head-dark h2,
.rwru-route-grid h3 {
  color: var(--rwru-white);
}

.rwru-section-head-dark > p,
.rwru-route-grid p {
  color: #b8c8d1;
}

.rwru-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #375161;
}

.rwru-route-grid article {
  min-width: 0;
  min-height: 270px;
  padding: clamp(24px, 2.8vw, 34px);
  border-right: 1px solid #375161;
  background: rgba(255, 255, 255, .025);
}

.rwru-route-grid article:last-child {
  border-right: 0;
}

.rwru-route-grid span {
  border-color: #527487;
  color: #9bd0e6;
}

.rwru-related {
  padding-block: clamp(54px, 6vw, 78px);
  background: var(--rwru-blue);
  color: var(--rwru-white);
}

.rwru-related-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: 54px;
  align-items: center;
}

.rwru-related h2 {
  color: var(--rwru-white);
}

.rwru-related p {
  max-width: 780px;
  margin-top: 20px;
  color: #d5e4eb;
}

.rwru-related-action {
  padding: 24px;
  border: 1px solid #77a2b8;
  background: rgba(7, 19, 29, .22);
}

.rwru-related-action > span {
  display: block;
  margin-bottom: 12px;
  color: #b7deee;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rwru-related-action a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  color: var(--rwru-white);
  font-weight: 800;
  text-decoration: none;
}

.rwru-boundaries {
  background: var(--rwru-white);
}

.rwru-boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rwru-boundary-grid article {
  min-width: 0;
  padding: clamp(25px, 3vw, 36px);
  border: 1px solid var(--rwru-line);
  background: #f8fafb;
}

.rwru-boundary-grid article > span {
  color: var(--rwru-orange);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rwru-boundary-grid article a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-top: 24px;
  color: var(--rwru-blue);
  font-weight: 800;
}

.rwru-inputs {
  background: #e7edf0;
}

.rwru-input-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: #b8c6ce;
  list-style: none;
}

.rwru-input-grid li {
  min-width: 0;
  min-height: 238px;
  padding: clamp(22px, 2.6vw, 32px);
  background: var(--rwru-white);
}

.rwru-input-grid strong {
  display: block;
  margin: 24px 0 10px;
  color: var(--rwru-ink);
  font-size: 1.08rem;
}

.rwru-faq {
  background: var(--rwru-white);
}

.rwru-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: start;
}

.rwru-faq header {
  position: sticky;
  top: 146px;
}

.rwru-faq header > p {
  margin-top: 22px;
}

.rwru-faq-list {
  border-top: 1px solid #9db0bb;
}

.rwru-faq-list details {
  border-bottom: 1px solid #b8c6ce;
}

.rwru-faq-list summary {
  display: grid;
  min-height: 76px;
  grid-template-columns: 48px minmax(0, 1fr) 32px;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  color: var(--rwru-ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.rwru-faq-list summary::-webkit-details-marker {
  display: none;
}

.rwru-faq-list summary span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #9fb1bb;
  color: var(--rwru-blue);
  font-family: var(--mono);
  font-size: .7rem;
}

.rwru-faq-list summary::after {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #9fb1bb;
  color: var(--rwru-blue);
  content: "+";
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.rwru-faq-list details[open] summary::after {
  content: "−";
}

.rwru-faq-list details[open] summary {
  color: var(--rwru-orange);
}

.rwru-faq-list details > p {
  margin: 0;
  padding: 0 0 24px 66px;
  color: var(--rwru-muted);
}

.rwru-quote {
  background:
    linear-gradient(135deg, rgba(198, 50, 40, .16), transparent 45%),
    var(--rwru-night);
  color: var(--rwru-white);
}

.rwru-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: start;
}

.rwru-quote h2 {
  color: var(--rwru-white);
}

.rwru-quote-copy > p {
  max-width: 720px;
  margin-top: 22px;
  color: #bdcdd5;
}

.rwru-selected {
  padding: 12px 15px;
  border-left: 3px solid #8fc9e1;
  background: rgba(143, 201, 225, .1);
  color: var(--rwru-white) !important;
  font-weight: 800;
}

.rwru-quote-actions {
  margin-top: 28px;
}

.rwru-form-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 18px;
  color: #a8d9ed;
  font-weight: 800;
}

.rwru-contact-line {
  overflow-wrap: anywhere;
}

.rwru-quote-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #3b5565;
  list-style: none;
}

.rwru-quote-list li {
  display: grid;
  min-height: 74px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #3b5565;
}

.rwru-quote-list span {
  border-color: #4e6d7f;
  color: #9bd0e6;
}

.rwru-quote-list strong {
  color: #edf4f7;
  font-size: .9rem;
}

@media (max-width: 1180px) {
  .rwru-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 36px;
  }

  .rwru-hero h1 {
    font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  }

  .rwru-route-grid,
  .rwru-input-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rwru-route-grid article:nth-child(2) {
    border-right: 0;
  }

  .rwru-route-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #375161;
  }
}

@media (max-width: 900px) {
  .rwru-section-nav {
    top: 70px;
  }

  .rwru-section {
    scroll-margin-top: 136px;
  }

  .rwru-shell {
    width: min(calc(100% - 44px), 760px);
  }

  .rwru-hero-grid,
  .rwru-section-head,
  .rwru-family-grid,
  .rwru-related-grid,
  .rwru-faq-grid,
  .rwru-quote-grid {
    grid-template-columns: 1fr;
  }

  .rwru-hero-media {
    max-width: 720px;
  }

  .rwru-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rwru-hero-facts div:nth-child(2) {
    border-right: 0;
  }

  .rwru-hero-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid #385262;
  }

  .rwru-decision-grid,
  .rwru-boundary-grid {
    grid-template-columns: 1fr;
  }

  .rwru-decision-grid article,
  .rwru-decision-grid article:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--rwru-line);
  }

  .rwru-decision-grid article:last-child {
    border-bottom: 0;
  }

  .rwru-family-body dl div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .rwru-boundary-grid {
    gap: 12px;
  }

  .rwru-faq header {
    position: static;
  }
}

@media (max-width: 620px) {
  .rwru-shell {
    width: min(calc(100% - 32px), 560px);
  }

  .rwru-hero {
    padding-top: 38px;
  }

  .rwru-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
    letter-spacing: -.05em;
  }

  .rwru-hero-objective {
    grid-template-columns: 1fr;
  }

  .rwru-hero-facts,
  .rwru-route-grid,
  .rwru-input-grid {
    grid-template-columns: 1fr;
  }

  .rwru-hero-facts div,
  .rwru-hero-facts div:nth-child(2) {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid #385262;
  }

  .rwru-hero-facts div:last-child {
    border-bottom: 0;
  }

  .rwru-section-nav .rwru-shell {
    width: 100%;
    padding-inline: 10px;
  }

  .rwru-section {
    padding-block: 68px;
  }

  .rwru-route-grid article,
  .rwru-route-grid article:nth-child(2),
  .rwru-route-grid article:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #375161;
  }

  .rwru-route-grid article:last-child {
    border-bottom: 0;
  }

  .rwru-input-grid li {
    min-height: auto;
  }

  .rwru-actions {
    flex-direction: column;
  }

  .rwru-button {
    width: 100%;
  }

  .rwru-family-body,
  .rwru-related-action,
  .rwru-boundary-grid article {
    padding: 24px;
  }

  .rwru-faq-list details > p {
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .rwru-section-nav {
    top: 64px;
  }

  .rwru-section {
    scroll-margin-top: 130px;
  }
}

@media (max-width: 420px) {
  .rwru-shell {
    width: min(calc(100% - 28px), 390px);
  }

  .rwru-breadcrumb {
    font-size: .7rem;
  }

  .rwru-hero h1 {
    font-size: clamp(2.05rem, 10.7vw, 2.8rem);
  }

  .rwru-section-head h2,
  .rwru-related h2,
  .rwru-faq h2,
  .rwru-quote h2 {
    font-size: clamp(1.8rem, 9.5vw, 2.5rem);
  }

  .rwru-family-card figure {
    padding: 18px;
  }

  .rwru-family-card figure > span {
    top: 10px;
    left: 10px;
  }

  .rwru-family-body,
  .rwru-related-action,
  .rwru-boundary-grid article {
    padding: 20px;
  }

  .rwru-faq-list summary {
    grid-template-columns: 44px minmax(0, 1fr) 32px;
    gap: 12px;
  }
}

@media (max-width: 760px) {
  .rwru-page .odx-brand,
  .rwru-page .odx-menu summary,
  .rwru-page .odx-menu-panel a,
  .rwru-page .rwru-breadcrumb a,
  .rwru-page .odx-footer-column a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
  }

  .rwru-button,
  .rwru-family-cta,
  .rwru-section-nav a,
  .rwru-related-action a,
  .rwru-boundary-grid article a,
  .rwru-form-link,
  .rwru-faq-list summary {
    min-height: 44px;
  }
}

@media (max-width: 900px) and (orientation: landscape) and (max-height: 500px) {
  .rwru-section-nav {
    position: relative;
    top: auto;
  }

  .rwru-section {
    scroll-margin-top: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rwru-page *,
  .rwru-page *::before,
  .rwru-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
