    html { color-scheme: light; }    body { margin: 0; background: #f3f4ed; }    main { min-width: 0; }    .rp-help,.rp-help *,.rp-help *::before,.rp-help *::after { box-sizing: border-box; }.rp-help {  position: relative;  isolation: isolate;  --rp-ink: #173a30;  --rp-muted: #53665f;  --rp-emerald-900: #06483a;  --rp-emerald-700: #08614b;  --rp-emerald-600: #0b7056;  --rp-gold-100: #fff1c8;  --rp-gold-400: #e3b552;  --rp-gold-700: #d8aa49;  --rp-line: #d2ddd6;  --rp-paper: #f3f4ed;  --rp-surface: #fffdf7;  --rp-gutter: clamp(20px, 4vw, 48px);  --rp-component-placeholder: 3400px;  width: 100%;  max-width: 100%;  min-width: 0;  margin: 0;  color: var(--rp-ink);  background: var(--rp-paper);  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;  font-size: 1rem;  line-height: 1.65;  text-align: left;  overflow-wrap: anywhere;  color-scheme: light;  -webkit-text-size-adjust: 100%;}.rp-help :where(h1, h2, h3, p, ul, ol, li, details, summary, nav, section, header, footer) {  margin: 0;  padding: 0;}.rp-help :where(h1, h2, h3) { font-family: inherit; text-transform: none; }.rp-help a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }.rp-help a:hover { text-decoration-thickness: 2px; }.rp-help :where(a, summary):focus-visible { outline: 3px solid #8a5a0a; outline-offset: 5px; border-radius: 3px; }.rp-help :where(.rp-help__masthead a, .rp-help__masthead summary):focus-visible { outline-color: var(--rp-gold-100); }.rp-help__wrap { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: var(--rp-gutter); }.rp-help__skip {  position: absolute;  top: 8px;  left: 8px;  z-index: 50;  width: 1px;  height: 1px;  padding: 0;  overflow: hidden;  clip-path: inset(50%);  white-space: nowrap;  color: var(--rp-ink) !important;  background: var(--rp-surface);  font-weight: 700;}.rp-help__skip:focus { width: auto; height: auto; padding: 12px 18px; overflow: visible; clip-path: none; white-space: normal; }.rp-help__masthead {  color: #fff;  border-top: 3px solid var(--rp-gold-400);  background: linear-gradient(135deg, var(--rp-emerald-900) 0%, var(--rp-emerald-700) 52%, var(--rp-emerald-600) 100%);}.rp-help__topbar { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 91px; border-bottom: 1px solid #4d8e78; }.rp-help__brand { display: inline-flex; flex-direction: column; justify-content: center; min-height: 48px; min-width: 0; text-decoration: none; }.rp-help__brand-name { font-size: 1.2rem; font-weight: 750; line-height: 1.35; letter-spacing: -.035em; }.rp-help__brand-name span { color: var(--rp-gold-100); }.rp-help__brand-caption { margin-top: 4px; color: #d8eee6; font-size: .75rem; letter-spacing: .1em; line-height: 1.5; }.rp-help__tools { display: flex; align-items: center; gap: 20px; min-width: 0; }.rp-help__ticket-link { display: inline-flex; align-items: center; min-height: 44px; color: #f7fff9 !important; font-size: .875rem; font-weight: 600; }.rp-help__menu {  position: relative;}.rp-help__menu::after {  content: "";  position: absolute;  z-index: 19;  top: 100%;  right: 0;  display: none;  width: 350px;  height: 14px;  background: transparent;}.rp-help__menu[open]::after,.rp-help__menu:hover::after,.rp-help__menu:focus-within::after { display: block; }.rp-help__menu > summary {  display: flex;  align-items: center;  justify-content: center;  gap: 10px;  min-height: 46px;  padding: 8px 15px;  border: 1px solid #c9e2d7;  border-radius: 6px;  color: #fff;  font-size: .875rem;  font-weight: 600;  cursor: pointer;  list-style: none;}.rp-help summary::-webkit-details-marker { display: none; }.rp-help summary::marker { content: ""; }.rp-help__hamburger { position: relative; display: block; flex: 0 0 18px; width: 18px; height: 12px; border-block: 1.5px solid currentColor; }.rp-help__hamburger::after { content: ""; position: absolute; top: 4px; left: 0; width: 18px; border-top: 1.5px solid currentColor; }.rp-help__menu[open] > summary {  color: var(--rp-emerald-900);  border-color: var(--rp-gold-400);  background: linear-gradient(135deg, var(--rp-gold-100) 0%, var(--rp-gold-400) 58%, var(--rp-gold-700) 100%);}.rp-help__menu-panel {  position: absolute;  z-index: 20;  top: calc(100% + 12px);  right: 0;  width: 350px;  max-width: none;  padding: 12px;  border: 1px solid var(--rp-line);  border-radius: 10px;  background: var(--rp-surface);  color: var(--rp-ink);  box-shadow: 0 18px 40px #052f2526;}.rp-help__menu-panel a { display: flex; align-items: center; gap: 14px; min-height: 46px; padding: 10px 14px; border-radius: 4px; font-size: .9375rem; text-decoration: none; }.rp-help__menu-panel a:hover { background: #edf4ec; }.rp-help .rp-help__menu-panel a:focus-visible { outline-color: #8a5a0a; }.rp-help__menu-panel a span { color: var(--rp-muted); font-size: .75rem; font-variant-numeric: tabular-nums; }.rp-help__menu-home { border-top: 1px solid var(--rp-line); margin-top: 8px; }.rp-help__hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px; padding-block: 43px 48px; }.rp-help__breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; color: #d8eee6; font-size: .8125rem; margin-bottom: 19px !important; }.rp-help__breadcrumb a { display: inline-flex; align-items: center; min-height: 26px; }.rp-help .rp-help__title { margin: 0; color: #fff; font-size: clamp(2.25rem, 5vw, 3.6rem); font-weight: 600; line-height: 1.12; letter-spacing: -.045em; }.rp-help__lead { max-width: 610px; margin-top: 18px !important; color: #e3f3ed; font-size: 1.0625rem; line-height: 1.7; }.rp-help__edition { padding-block: 5px; padding-left: 25px; border-left: 1px solid #6ca08e; color: var(--rp-gold-100); }.rp-help__edition strong { display: block; color: #fff; font-size: 1.1875rem; font-weight: 600; }.rp-help__edition span { display: block; margin-top: 4px; font-size: .8125rem; }.rp-help__layout { display: grid; grid-template-columns: 228px minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); padding-top: 46px; padding-bottom: 64px; }.rp-help__aside { min-width: 0; }.rp-help__aside-inner { position: sticky; top: 28px; }.rp-help__eyebrow { color: var(--rp-muted); font-size: .75rem; font-weight: 700; letter-spacing: .11em; line-height: 1.5; text-transform: uppercase; }.rp-help__topics { display: grid; gap: 3px; margin-top: 16px !important; list-style: none; }.rp-help__topics a { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 11px; align-items: center; min-height: 48px; padding: 10px 0; border-bottom: 1px solid var(--rp-line); color: #294c40; font-size: .875rem; line-height: 1.5; text-decoration: none; }.rp-help__topics a:hover { color: #075e47; }.rp-help__topics a span { color: var(--rp-muted); font-size: .75rem; font-variant-numeric: tabular-nums; }.rp-help__aside-note { margin-top: 28px !important; padding-left: 15px !important; border-left: 2px solid #b27c20; color: var(--rp-muted); font-size: .8125rem; line-height: 1.8; }.rp-help__aside-note strong { color: var(--rp-ink); font-weight: 650; }.rp-help__content { min-width: 0; }.rp-help__group { --rp-placeholder: 400px; margin-bottom: 40px !important; scroll-margin-top: 24px; }.rp-help__group:last-child { margin-bottom: 0 !important; }.rp-help__group-heading { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; margin-bottom: 18px !important; }.rp-help__group-number {  display: grid;  place-items: center;  width: 36px;  height: 36px;  border: 1px solid #d4b45f;  border-radius: 50%;  color: var(--rp-emerald-900);  background: linear-gradient(135deg, #fff5da 0%, #f1d48d 58%, #dfb65c 100%);  font-size: .8125rem;  font-variant-numeric: tabular-nums;}.rp-help .rp-help__group-title { color: var(--rp-ink); font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 650; line-height: 1.4; letter-spacing: -.025em; }.rp-help__count { color: var(--rp-muted); font-size: .75rem; }.rp-help__list { border: 1px solid var(--rp-line); border-radius: 10px; background: var(--rp-surface); }.rp-help__question { min-width: 0; border-top: 1px solid var(--rp-line); }.rp-help__question:first-child { border-top: 0; }.rp-help__question > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; padding: 21px 25px; color: var(--rp-ink); font-size: 1rem; font-weight: 600; line-height: 1.55; cursor: pointer; list-style: none; }.rp-help__question > summary > span:first-child { min-width: 0; }.rp-help__question > summary:hover { color: #075e47; }.rp-help__question > summary:focus-visible { outline-offset: -5px; }.rp-help__question[open] > summary { color: #075e47; }.rp-help__plus { position: relative; display: block; flex: 0 0 22px; width: 22px; height: 22px; color: #526d63; }.rp-help__plus::before, .rp-help__plus::after { position: absolute; content: ""; background: currentColor; }.rp-help__plus::before { width: 12px; height: 1.5px; top: 10px; left: 5px; }.rp-help__plus::after { width: 1.5px; height: 12px; top: 5px; left: 10px; }.rp-help__question[open] .rp-help__plus::after { display: none; }.rp-help__answer { max-width: 76ch; padding: 0 67px 24px 25px; color: var(--rp-muted); font-size: 1rem; line-height: 1.8; }.rp-help__answer p + p { margin-top: 12px; }.rp-help__answer strong { color: #213d34; font-weight: 650; }.rp-help__answer a { color: #075c46; font-weight: 600; }.rp-help__closing { margin-top: 30px !important; padding-top: 21px !important; border-top: 1px solid var(--rp-line); color: var(--rp-muted); font-size: .8125rem; line-height: 1.75; }.rp-help__footer { border-top: 1px solid var(--rp-line); }.rp-help__footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-block: 24px; }.rp-help__footer p { max-width: 650px; color: var(--rp-muted); font-size: .75rem; }.rp-help__footer a { display: inline-flex; align-items: center; min-height: 44px; flex-shrink: 0; font-size: .8125rem; }@supports (content-visibility: auto) and (contain-intrinsic-block-size: auto 400px) {  .rp-help--embedded { content-visibility: auto; contain-intrinsic-block-size: auto var(--rp-component-placeholder); }  .rp-help__group + .rp-help__group { content-visibility: auto; contain-intrinsic-block-size: auto var(--rp-placeholder); }}@media (hover: hover) and (pointer: fine) {  .rp-help__menu:hover > summary {    color: var(--rp-emerald-900);    border-color: var(--rp-gold-400);    background: linear-gradient(135deg, var(--rp-gold-100) 0%, var(--rp-gold-400) 58%, var(--rp-gold-700) 100%);  }  .rp-help__menu:hover > .rp-help__menu-panel { display: block; }}@media (max-width: 940px) {  .rp-help__layout { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-top: 28px; }  .rp-help__aside-inner { position: static; }  .rp-help__topics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 16px; margin-top: 10px !important; }  .rp-help__aside-note { display: none; }}@media (max-width: 600px) {  .rp-help { --rp-gutter: 20px; --rp-component-placeholder: 4600px; }  .rp-help__topbar { min-height: 80px; gap: 12px; }  .rp-help__brand-name { font-size: 1.0625rem; }  .rp-help__brand-caption { font-size: .75rem; letter-spacing: .02em; }  .rp-help__tools { gap: 0; }  .rp-help__ticket-link { display: none; }  .rp-help__menu { position: static; }  .rp-help__menu::after { display: none !important; }  .rp-help__menu > summary { padding-inline: 12px; gap: 8px; }  .rp-help__menu-panel { top: 100%; left: 0; right: 0; width: auto; }  .rp-help__hero { grid-template-columns: minmax(0, 1fr); gap: 23px; padding-block: 25px 31px; }  .rp-help__breadcrumb { margin-bottom: 14px !important; }  .rp-help__lead { margin-top: 13px !important; font-size: 1rem; }  .rp-help__edition { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; padding-block: 0; padding-left: 12px; }  .rp-help__edition strong { font-size: .875rem; }  .rp-help__edition span { margin-top: 0; font-size: .8125rem; }  .rp-help__topics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 14px; }  .rp-help__topics a { grid-template-columns: 18px minmax(0, 1fr); gap: 6px; font-size: .8125rem; }  .rp-help__layout { gap: 31px; padding-bottom: 38px; }  .rp-help__group { margin-bottom: 32px !important; }  .rp-help__group-heading { gap: 10px; margin-bottom: 14px !important; }  .rp-help__group-number { width: 30px; height: 30px; font-size: .75rem; }  .rp-help__count { font-size: .75rem; }  .rp-help__question > summary { gap: 12px; min-height: 78px; padding: 20px 17px; font-size: .9375rem; }  .rp-help__answer { padding: 0 17px 22px; font-size: 1rem; }  .rp-help__footer-inner { align-items: flex-start; }}@media (max-width: 360px) {  .rp-help { --rp-gutter: 16px; }  .rp-help__brand-caption { letter-spacing: 0; }  .rp-help__menu > summary { padding-inline: 10px; }  .rp-help__group-heading { grid-template-columns: auto minmax(0, 1fr); }  .rp-help__count { grid-column: 2; margin-top: -7px; }  .rp-help__footer-inner { flex-direction: column; gap: 3px; }}@media print {  .rp-help { background: #fff; }  .rp-help--embedded { content-visibility: visible; contain-intrinsic-block-size: none; }  .rp-help__menu, .rp-help__tools, .rp-help__aside, .rp-help__skip, .rp-help__footer { display: none; }  .rp-help__masthead { background: #fff; color: #000; }  .rp-help__masthead :where(a, span, strong, p, h1, h2) { color: #000 !important; }  .rp-help__hero, .rp-help__layout { display: block; padding-block: 20px; }  .rp-help__edition { display: none; }  .rp-help__group + .rp-help__group { content-visibility: visible; contain-intrinsic-block-size: none; }  .rp-help__question { break-inside: avoid; }  .rp-help__question::details-content { content-visibility: visible; }  .rp-help__question > .rp-help__answer { display: block; }}