/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.faq-hero {
  box-sizing: border-box;
  padding: 60px 42px;
  text-align: center;
  color: #3b3d49; }
  @media (max-width: 1439px) {
    .faq-hero {
      padding: 48px 42px; } }
  @media (max-width: 767px) {
    .faq-hero {
      padding: 40px 16px; } }
  .faq-hero h1 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 64px; }
    @media (max-width: 1439px) {
      .faq-hero h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .faq-hero h1 {
        font-size: 40px; } }
  .faq-hero p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    max-width: 1124px;
    margin: auto; }
    @media (max-width: 767px) {
      .faq-hero p {
        font-size: 16px;
        line-height: 24px; } }

.topic-tabs {
  max-width: 1124px;
  margin: 0 auto;
  display: flex;
  padding: 0 42px; }
  @media (max-width: 1439px) {
    .topic-tabs {
      padding: 0 24px; } }
  @media (max-width: 767px) {
    .topic-tabs {
      padding: 0 16px; } }

.tab-content {
  display: flex;
  gap: 24px;
  box-sizing: border-box;
  padding: 35px 44px 0px 44px;
  width: 100%; }
  @media (max-width: 1439px) {
    .tab-content {
      padding: 35px 24px 0px 24px; } }
  @media (max-width: 991px) {
    .tab-content {
      flex-direction: column;
      padding: 0px 24px 24px; } }
  @media (max-width: 767px) {
    .tab-content {
      padding: 0px 16px 16px; } }
  .tab-content .faq-section-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 52px; }
    @media (max-width: 991px) {
      .tab-content .faq-section-title {
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 38px; } }
  .tab-content.is-hidden {
    display: none !important; }
  .tab-content p {
    margin: 0; }

.sections-list {
  position: sticky;
  z-index: 1; }

.sections-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #3b3d49; }
  @media (max-width: 991px) {
    .sections-content {
      gap: 24px; } }
  .sections-content details {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #b7bdc9; }
    .sections-content details summary {
      outline-offset: -1px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .sections-content details summary {
          font-size: 16px; } }
    .sections-content details .answer {
      color: #727377; }
      @media (max-width: 767px) {
        .sections-content details .answer {
          font-size: 16px; } }
      .sections-content details .answer .footnote {
        font-size: 14px;
        line-height: normal; }
      .sections-content details .answer p {
        line-height: 22px; }
      .sections-content details .answer ul,
      .sections-content details .answer ol {
        line-height: 22px; }
      .sections-content details .answer th {
        text-align: left; }
      .sections-content details .answer a {
        font-weight: 400;
        color: inherit; 
        width: fit-content;}
  .sections-content .answer .sup {
    font-size: 10px;
    margin: 0 2px;
    vertical-align: super; }
  .sections-content table {
    border-spacing: 8px; }
  .sections-content .section-disclaimer {
    margin-top: 32px; }
    .sections-content .section-disclaimer p {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      padding: 0; }
      .sections-content .section-disclaimer p a {
        color: #3f647c;
        font-weight: 500; }

[role="tablist"] [role="tab"] {
  flex: 1;
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  margin: 0;
  height: 66px;
  border: 1px solid #62657b;
  font-size: 18px;
  font-weight: 500;
  color: black;
  cursor: pointer; }
  @media (max-width: 767px) {
    [role="tablist"] [role="tab"] {
      font-size: 14px; } }
  [role="tablist"] [role="tab"]:focus {
    outline: 2px solid #3b3d49; }
  [role="tablist"] [role="tab"]:focus-visible {
    border-radius: unset; }
  [role="tablist"] [role="tab"]:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  [role="tablist"] [role="tab"]:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
  [role="tablist"] [role="tab"][aria-selected="true"] {
    background-color: #b7bdc9; }
  [role="tablist"] [role="tab"][aria-selected="false"] {
    background-color: white; }

.active-indicator {
  border-radius: 8px;
  background-color: #f3f6f6;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
  transform-origin: top;
  opacity: 0;
  z-index: -1;
  transition: opacity 1s ease, transform 0.5s cubic-bezier(0.2, 0, 0, 1); }

.sections-desktop {
  width: 300px;
  position: sticky;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  /* Scrollbar styles */ }
  .sections-desktop::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    cursor: pointer; }
  .sections-desktop::-webkit-scrollbar-track {
    background: #e8e9ec;
    opacity: 0.7;
    border-radius: 12px; }
  .sections-desktop::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #62657b; }
  .sections-desktop::-webkit-scrollbar-thumb:hover {
    background: #62657b; }
  .sections-desktop a {
    color: #3b3d49;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    outline-offset: -2px;
    border-radius: 8px;
    line-height: 1.25;
    transition: all 0.2s ease-in-out; }
    .sections-desktop a:hover {
      background-color: #f3f6f6; }
    .sections-desktop a.active {
      font-weight: 500; }
  @media (max-width: 991px) {
    .sections-desktop {
      display: none; } }

.section-dropdown {
  align-items: center;
  padding: 0px 80px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto;
  z-index: 1000;
  /* Custom arrow rotation on button when expanded */ }
  @media (min-width: 992px) {
    .section-dropdown {
      display: none; } }
  @media (max-width: 991px) {
    .section-dropdown {
      margin: 0 auto;
      padding: 0; } }
  .section-dropdown__wrapper {
    width: 100%;
    padding: 24px 0;
    background-color: white; }
  .section-dropdown__toggle {
    font-family: inherit;
    height: 52px;
    background-color: white;
    color: #3b3d49;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 26px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .section-dropdown__toggle[aria-expanded="true"] {
      border: 2px solid #3b3d49;
      border-bottom: none;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  .section-dropdown .section-dropdown__toggle[aria-expanded="true"] .section-dropdown__icon {
    transform: rotate(180deg); }
  .section-dropdown__menu {
    position: absolute;
    top: calc(100% - 24px);
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 2px solid #3b3d49;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: auto;
    max-height: calc(100vh - 300px);
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    /* Start collapsed */
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease; }
    .section-dropdown__menu.open {
      transform: scaleY(1);
      opacity: 1;
      pointer-events: auto; }
    .section-dropdown__menu li {
      border-bottom: 2px solid #f3f6f6; }
      .section-dropdown__menu li a {
        display: block;
        padding: 12px 24px;
        width: 100%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        text-decoration: none;
        color: inherit;
        transition: background-color 0.2s ease-in-out;
        outline-offset: -2px; }
        .section-dropdown__menu li a.active {
          border-radius: 8px;
          font-weight: 500; }
        .section-dropdown__menu li a.active, .section-dropdown__menu li a:hover, .section-dropdown__menu li a:focus {
          background-color: #f3f6f6; }
  .section-dropdown__icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease; }

.disclaimers {
  box-sizing: border-box;
  padding: 44px;
  font-size: 14px;
  color: #3b3d49;
  background-color: #f3f6f6; }
  @media (max-width: 1439px) {
    .disclaimers {
      padding: 24px; } }
  @media (max-width: 767px) {
    .disclaimers {
      padding: 16px; } }
  .disclaimers a {
    color: inherit; }
