@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Variable.woff2") format("woff2");
  font-weight: 200 700;
  font-display: swap;
}
@font-face {
  font-family: Recia;
  src: url("../fonts/Recia-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
.help-center {
  --hc-green: #01614d;
  --hc-yellow: #f4b300;
  --hc-ink: #221e1e;
  --hc-muted: #5c667f;
  --hc-line: #e3e5ee;
  --hc-warm: #fbf7f3;
  --hc-mint: #e2f0ee;
  margin: 0;
  color: var(--hc-ink);
  background: #fdfdfe;
  font-family: "General Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.help-center *,
.help-center *::before,
.help-center *::after {
  box-sizing: border-box;
}
.help-center h1,
.help-center h2,
.help-center h3,
.help-center p {
  margin: 0;
}
.help-center a {
  color: inherit;
  text-decoration: none;
}
.help-center button,
.help-center input,
.help-center select {
  font: inherit;
}
.help-center button,
.help-center select {
  cursor: pointer;
}
.help-center button {
  border: 0;
}
.help-center svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 1.7;
}
.help-center :focus-visible {
  outline: 3px solid var(--hc-green);
  outline-offset: 5px;
}
.help-center a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hc-container {
  width: calc(100% - 160px);
  max-width: 1280px;
  margin-inline: auto;
}
.hc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hc-skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  padding: 12px 20px;
  color: white !important;
  background: var(--hc-green);
  z-index: 10;
}
.hc-skip-link:focus {
  top: 12px;
}
#main-content:focus {
  outline: none;
}
.hc-header {
  height: 86px;
  background: #fff;
  border-bottom: 1px solid #f2f3f8;
}
.hc-header-inner,
.hc-brand,
.hc-header-nav {
  display: flex;
  align-items: center;
}
.hc-header-inner {
  height: 100%;
  justify-content: space-between;
  gap: 28px;
}
.hc-brand {
  gap: 25px;
  flex-shrink: 0;
}
.hc-brand img {
  display: block;
  width: 148px;
  height: 38px;
  object-fit: contain;
}
.hc-brand span {
  border-left: 1px solid #ccd2dc;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 500;
}
.hc-header-nav {
  gap: 28px;
  font-size: 14px;
}
.hc-header-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hc-header-nav a + a {
  padding-left: 28px;
  border-left: 1px solid var(--hc-line);
}
.hc-hero {
  padding: 50px 0 30px;
  background: var(--hc-green);
  color: white;
  text-align: center;
}
.hc-eyebrow {
  color: var(--hc-green);
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 13px;
  font-weight: 650;
}
.hc-hero .hc-eyebrow {
  color: var(--hc-yellow);
  font-size: 14px;
  letter-spacing: 2.6px;
}
.hc-hero h1 {
  margin: 10px 0 4px;
  font-size: clamp(42px, 5.12vw, 72px);
  line-height: 1.16;
  font-weight: 650;
  letter-spacing: -1.7px;
}
.hc-hero-description {
  font-size: 28px;
  line-height: 1.45;
}
.hc-search-form {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 64px;
  border: 1px solid #bcc5d3;
  padding: 2px 2px 2px 23px;
  border-radius: 13px;
  background: white;
  color: var(--hc-ink);
}
.hc-search-form > svg {
  width: 23px;
  height: 23px;
}
.hc-search-form input {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  text-overflow: ellipsis;
  padding: 8px 0;
  background: transparent;
  border: 0;
  color: var(--hc-ink);
  font-size: 17px;
}
.hc-search-form input::placeholder {
  color: var(--hc-muted);
  opacity: 1;
}
.hc-search-form input:focus {
  outline: none;
}
.hc-search-form:focus-within {
  outline: 3px solid var(--hc-green);
  outline-offset: 4px;
}
.hc-search-form button {
  align-self: stretch;
  flex-shrink: 0;
  min-width: 128px;
  padding: 12px 24px;
  border-radius: 10px;
  color: white;
  background: var(--hc-green);
  font-size: 17px;
  font-weight: 600;
}
.hc-search-form button:hover {
  background: #014d3d;
}
.hc-hero .hc-search-form {
  max-width: 828px;
  margin: 29px auto 0;
  border: 2px solid white;
  box-shadow: 0 6px 18px #002b2326;
}
.hc-hero .hc-search-form:focus-within {
  outline-color: var(--hc-yellow);
}
.hc-hero .hc-search-form button {
  background: var(--hc-yellow);
  color: var(--hc-ink);
}
.hc-hero .hc-search-form button:hover {
  background: #ffca37;
}
.hc-hero a:focus-visible,
.hc-hero button:focus-visible {
  outline-color: white;
}
.hc-quick-links {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 19px;
}
.hc-quick-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 21px;
}
.hc-quick-links a + a {
  position: relative;
}
.hc-quick-links a + a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 1px;
  background: #ffffff80;
}
.hc-topics {
  padding-block: 40px 26px;
}
.hc-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 13px;
}
.hc-section-heading h2 {
  font-size: 34px;
  font-weight: 650;
  letter-spacing: -0.8px;
  line-height: 1.3;
}
.hc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--hc-green) !important;
  font-weight: 500;
}
.hc-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
}
.hc-topic {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding-block: 23px 29px;
  min-width: 0;
  border-radius: 4px;
}
.hc-topic:nth-child(n + 4) {
  border-top: 1px solid var(--hc-line);
  padding-top: 29px;
}
.hc-topic:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: var(--hc-line);
}
.hc-topic:hover {
  text-decoration: none !important;
}
.hc-topic:hover h3 {
  color: var(--hc-green);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hc-topic-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--hc-mint);
  color: var(--hc-green);
}
.hc-topic-icon svg {
  width: 35px;
  height: 35px;
  stroke-width: 1.65;
}
.hc-topic-copy {
  padding-top: 6px;
}
.hc-topic h3 {
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
  letter-spacing: -0.45px;
  padding-right: 25px;
}
.hc-topic-copy > span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: var(--hc-muted);
}
.hc-topic-arrow {
  position: absolute;
  top: 33px;
  right: 0;
  color: var(--hc-green);
  width: 18px !important;
}
.hc-audience-band {
  background: var(--hc-warm);
  padding-block: 37px;
}
.hc-audience-inner {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: space-between;
}
.hc-audience-inner > div {
  flex: 1;
}
.hc-audience-inner h2 {
  font-family: Recia, Georgia, serif;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -1px;
}
.hc-audience-inner p {
  font-size: 15px;
  color: var(--hc-muted);
  margin-top: 3px;
}
.hc-audience-inner nav {
  display: flex;
  align-items: center;
}
.hc-audience-inner nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--hc-green);
  font-weight: 500;
  min-height: 44px;
  padding-inline: 22px;
  white-space: nowrap;
}
.hc-audience-inner nav a + a {
  border-left: 1px solid #d1d7e1;
}
.hc-audience-inner nav a:last-child {
  padding-right: 0;
}
.hc-footer {
  padding-top: 21px;
}
.hc-support-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 16px 17px;
  border-top: 1px solid #d5dce5;
}
.hc-support-strip h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 650;
  letter-spacing: -0.75px;
}
.hc-support-strip p {
  color: var(--hc-muted);
}
.hc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  line-height: 1.4;
}
.hc-button:hover {
  text-decoration: none !important;
}
.hc-button-dark {
  color: white !important;
  background: var(--hc-ink);
  border-radius: 30px;
  box-shadow: 0 3px 7px #221e1e12;
}
.hc-button-dark:hover {
  background: #3a3535;
}
.hc-button-green {
  color: white !important;
  background: var(--hc-green);
}
.hc-button-green:hover {
  background: #014d3d;
}
.hc-button-outline {
  border: 1px solid #bdc8d5;
  background: white;
}
.hc-button-outline:hover {
  background: var(--hc-mint);
}
.hc-footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--hc-line);
  padding-block: 0 2px;
  color: var(--hc-muted);
  font-size: 13px;
}
.hc-footer-bottom a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.hc-subpage {
  padding-block: 28px 64px;
  min-height: 60vh;
}
.hc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: var(--hc-muted);
  font-size: 14px;
  margin-bottom: 24px;
}
.hc-breadcrumbs a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: var(--hc-green);
}
.hc-breadcrumbs svg {
  width: 14px;
  height: 14px;
}
.hc-subpage > .hc-search-form {
  max-width: 900px;
}
.hc-page-heading {
  margin-block: 42px 32px;
  max-width: 800px;
}
.hc-page-heading h1,
.hc-empty h1 {
  font-size: clamp(34px, 3.7vw, 50px);
  font-weight: 650;
  letter-spacing: -1.1px;
  line-height: 1.15;
  margin-block: 12px 16px;
}
.hc-page-heading > p:last-child {
  color: var(--hc-muted);
  font-size: 19px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.hc-article-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 960px;
}
.hc-article-list li {
  border-bottom: 1px solid var(--hc-line);
}
.hc-article-list li:first-child {
  border-top: 1px solid var(--hc-line);
}
.hc-article-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 25px 8px;
  border-radius: 4px;
}
.hc-article-list a:hover {
  background: #f4f8f6;
  text-decoration: none;
}
.hc-article-list h2 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 4px;
}
.hc-article-list p {
  color: var(--hc-muted);
}
.hc-article-list svg {
  color: var(--hc-green);
}
.hc-back-link {
  margin-top: 28px;
}
.hc-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 18px;
  padding-bottom: 28px;
}
.hc-filters > div {
  min-width: 210px;
}
.hc-filters label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}
.hc-filters select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 10px 38px 10px 14px;
  border: 1px solid #b9c5d4;
  border-radius: 7px;
  color: var(--hc-ink);
  background-color: white;
}
.hc-results-count {
  color: var(--hc-muted);
  font-size: 14px;
  padding-bottom: 14px;
}
.hc-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}
.hc-pagination span {
  color: var(--hc-muted);
}
.hc-empty {
  padding-block: 60px;
  max-width: 900px;
}
.hc-empty h2 {
  font-size: 28px;
  margin: 22px 0 10px;
}
.hc-empty > p {
  max-width: 620px;
  margin-block: 12px 24px;
  color: var(--hc-muted);
}
.hc-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 24px;
}
.hc-reading-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(220px, 1fr);
  gap: 70px;
  align-items: start;
}
.hc-article {
  min-width: 0;
}
.hc-article h1 {
  font-size: clamp(32px, 3.4vw, 46px);
}
.hc-article-intro {
  font-size: 18px;
  line-height: 1.8;
}
.hc-article > h2 {
  margin-block: 32px 18px;
  font-size: 24px;
}
.hc-steps {
  padding-left: 25px;
  line-height: 1.85;
  font-size: 17px;
}
.hc-steps li {
  padding-left: 10px;
  margin-bottom: 18px;
}
.hc-steps li::marker {
  color: var(--hc-green);
  font-weight: 650;
}
.hc-notice {
  background: var(--hc-mint);
  border-radius: 10px;
  padding: 24px;
  margin-block: 30px;
  line-height: 1.75;
}
.hc-notice h2 {
  font-size: 19px;
  margin-bottom: 8px;
}
.hc-notice a {
  color: var(--hc-green);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hc-error {
  background: #fff3ee;
  border-left: 3px solid #b42318;
}
.hc-article-action {
  margin-top: 4px;
}
.hc-action-hint {
  margin-top: 12px !important;
  font-size: 13px;
  line-height: 1.6;
  color: var(--hc-muted);
}
.hc-related {
  margin-top: 48px;
  border-left: 1px solid var(--hc-line);
  padding-left: 28px;
}
.hc-related h2 {
  font-size: 18px;
  font-weight: 600;
}
.hc-related ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.hc-related li + li {
  border-top: 1px solid var(--hc-line);
}
.hc-related li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 16px;
  color: var(--hc-green);
}
.hc-related-support {
  padding-top: 28px;
  margin-top: 16px;
  border-top: 1px solid var(--hc-line);
}
.hc-related-support p {
  color: var(--hc-muted);
  margin-block: 8px;
}
.hc-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1060px;
  gap: 60px;
  margin-block: 42px;
}
.hc-contact-grid section + section {
  padding-left: 60px;
  border-left: 1px solid var(--hc-line);
}
.hc-contact-grid h2 {
  font-size: 26px;
  line-height: 1.3;
  margin: 22px 0 12px;
  font-weight: 600;
}
.hc-contact-grid section > p {
  color: var(--hc-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}
.hc-email-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 12px;
  color: var(--hc-green) !important;
  text-decoration: underline !important;
  text-underline-offset: 5px;
  font-size: 21px;
}
.hc-contact-details {
  border-top: 1px solid var(--hc-line);
  padding-top: 30px;
  max-width: 900px;
}
.hc-contact-details h2 {
  font-size: 24px;
}
.hc-contact-details ul {
  padding-left: 22px;
  line-height: 1.9;
  margin-block: 18px;
}
.hc-contact-details > p {
  color: var(--hc-muted);
  max-width: 680px;
  line-height: 1.7;
}
@media (min-width: 1500px) {
  .hc-container {
    max-width: 1280px;
  }
}
@media (max-width: 1200px) {
  .hc-container {
    width: calc(100% - 80px);
  }
  .hc-topic-grid {
    column-gap: 30px;
  }
  .hc-topic {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
  }
  .hc-topic-icon {
    width: 58px;
    height: 58px;
  }
  .hc-topic-icon svg {
    width: 30px;
    height: 30px;
  }
  .hc-topic:not(:nth-child(3n))::after {
    right: -15px;
  }
  .hc-audience-inner {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .hc-audience-inner nav {
    width: 100%;
    justify-content: space-between;
  }
  .hc-audience-inner nav a:first-child {
    padding-left: 0;
  }
  .hc-audience-inner h2 {
    font-size: 32px;
  }
  .hc-reading-layout {
    gap: 40px;
  }
}
@media (max-width: 850px) {
  .hc-header-nav {
    gap: 18px;
  }
  .hc-header-nav a + a {
    padding-left: 0;
    border: 0;
  }
  .hc-header-nav a:first-child {
    display: none;
  }
  .hc-brand {
    gap: 18px;
  }
  .hc-brand span {
    padding-left: 18px;
    font-size: 18px;
  }
  .hc-brand img {
    width: 130px;
  }
  .hc-hero h1 {
    font-size: 52px;
  }
  .hc-hero-description {
    font-size: 23px;
  }
  .hc-section-heading h2 {
    font-size: 30px;
  }
  .hc-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hc-topic {
    border-bottom: 1px solid var(--hc-line);
    padding-block: 24px;
  }
  .hc-topic:nth-child(n + 4) {
    padding-top: 24px;
    border-top: 0;
  }
  .hc-topic:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .hc-topic::after {
    display: none;
  }
  .hc-reading-layout {
    display: block;
  }
  .hc-related {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--hc-line);
    padding-top: 28px;
  }
  .hc-related-support {
    max-width: 500px;
  }
  .hc-contact-grid {
    gap: 32px;
  }
  .hc-contact-grid section + section {
    padding-left: 32px;
  }
}
@media (max-width: 600px) {
  .hc-container {
    width: calc(100% - 40px);
  }
  .hc-header {
    height: 80px;
  }
  .hc-header-inner {
    gap: 10px;
  }
  .hc-brand {
    gap: 12px;
  }
  .hc-brand img {
    width: 105px;
    height: 30px;
  }
  .hc-brand span {
    padding-left: 12px;
    font-size: 15px;
  }
  .hc-header-nav {
    font-size: 12px;
  }
  .hc-header-nav a {
    gap: 2px;
    max-width: 82px;
    line-height: 1.3;
  }
  .hc-header-nav svg {
    width: 15px;
    height: 15px;
  }
  .hc-hero {
    padding: 38px 0 25px;
  }
  .hc-hero h1 {
    font-size: 42px;
    line-height: 1.13;
    letter-spacing: -1.1px;
    margin-top: 18px;
  }
  .hc-hero .hc-eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .hc-hero-description {
    font-size: 19px;
    line-height: 1.55;
    max-width: 300px;
    margin: 12px auto 0 !important;
  }
  .hc-search-form {
    gap: 10px;
    min-height: 58px;
    border-radius: 11px;
    padding-left: 12px;
  }
  .hc-search-form > svg {
    width: 19px;
    height: 19px;
  }
  .hc-search-form input {
    font-size: 16px;
    min-height: 50px;
  }
  .hc-search-form button {
    min-width: 75px;
    padding: 12px;
    font-size: 15px;
    border-radius: 8px;
  }
  .hc-hero .hc-search-form {
    margin-top: 25px;
  }
  .hc-quick-links {
    margin-top: 13px;
    font-size: 14px;
  }
  .hc-quick-links a {
    padding-inline: 16px;
  }
  .hc-topics {
    padding-block: 30px 20px;
  }
  .hc-section-heading {
    margin-bottom: 8px;
    align-items: start;
    gap: 10px;
  }
  .hc-section-heading h2 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: -0.6px;
    max-width: 190px;
    padding-top: 5px;
  }
  .hc-section-heading > a {
    font-size: 13px;
    white-space: nowrap;
    gap: 5px;
  }
  .hc-section-heading > a svg {
    width: 16px;
  }
  .hc-topic-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hc-topic {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    padding-block: 22px;
  }
  .hc-topic:nth-child(n + 4) {
    padding-top: 22px;
  }
  .hc-topic:nth-last-child(2) {
    border-bottom: 1px solid var(--hc-line);
  }
  .hc-topic h3 {
    font-size: 18px;
    letter-spacing: -0.35px;
  }
  .hc-topic-copy {
    padding-top: 0;
  }
  .hc-topic-copy > span {
    font-size: 14px;
  }
  .hc-topic-icon {
    width: 56px;
    height: 56px;
  }
  .hc-topic-icon svg {
    width: 29px;
    height: 29px;
  }
  .hc-audience-band {
    padding-block: 28px;
  }
  .hc-audience-inner {
    gap: 18px;
  }
  .hc-audience-inner h2 {
    font-size: 30px;
  }
  .hc-audience-inner p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .hc-audience-inner nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 8px;
  }
  .hc-audience-inner nav a {
    padding: 0;
    justify-content: space-between;
    font-size: 14px;
    gap: 4px;
  }
  .hc-audience-inner nav a + a {
    border: 0;
  }
  .hc-footer {
    padding-top: 20px;
  }
  .hc-support-strip {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding-block: 20px;
  }
  .hc-support-strip h2 {
    font-size: 28px;
  }
  .hc-support-strip p {
    font-size: 15px;
    margin-top: 5px;
  }
  .hc-support-strip .hc-button {
    width: 100%;
  }
  .hc-subpage {
    padding-block: 22px 40px;
  }
  .hc-breadcrumbs {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .hc-page-heading {
    margin-block: 32px 26px;
  }
  .hc-page-heading h1,
  .hc-empty h1 {
    font-size: 34px;
  }
  .hc-page-heading > p:last-child {
    font-size: 17px;
  }
  .hc-article-list a {
    padding: 22px 0;
    gap: 18px;
  }
  .hc-article-list h2 {
    font-size: 19px;
  }
  .hc-article-list p {
    font-size: 15px;
    line-height: 1.6;
  }
  .hc-filters {
    gap: 16px;
  }
  .hc-filters > div {
    width: 100%;
    min-width: 0;
  }
  .hc-filters .hc-button {
    width: 100%;
  }
  .hc-article-intro,
  .hc-steps {
    font-size: 16px;
  }
  .hc-steps li {
    padding-left: 4px;
  }
  .hc-notice {
    padding: 20px;
    font-size: 15px;
  }
  .hc-article-action {
    width: 100%;
  }
  .hc-contact-grid {
    display: block;
    margin-top: 30px;
  }
  .hc-contact-grid section + section {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid var(--hc-line);
    margin-top: 28px;
  }
  .hc-contact-grid h2 {
    font-size: 24px;
  }
  .hc-contact-details h2 {
    font-size: 22px;
  }
  .hc-email-link {
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hc-button,
  .hc-topic h3,
  .hc-search-form button {
    transition:
      background-color 0.15s,
      color 0.15s;
  }
}
@media print {
  .hc-header-nav,
  .hc-search-form,
  .hc-related,
  .hc-footer,
  .hc-article-action,
  .hc-action-hint {
    display: none;
  }
  .hc-container {
    width: 100%;
    max-width: none;
  }
  .hc-reading-layout {
    display: block;
  }
  .hc-article {
    max-width: none;
  }
  .help-center {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }
  .hc-header {
    border: 0;
  }
  .hc-subpage {
    padding-top: 0;
  }
}

.hc-access-note {
  overflow-wrap: anywhere;
  margin-bottom: 24px !important;
  color: var(--hc-green);
  font-size: 14px;
  font-weight: 500;
}
.hc-download-box {
  margin-top: 32px;
  border-top: 1px solid var(--hc-line);
  padding-top: 24px;
}
.hc-download-box h2 {
  font-size: 20px;
}
.hc-download-box p {
  color: var(--hc-muted);
  margin: 10px 0 18px;
  line-height: 1.65;
}
