.frequently-asked-questions-view {
  display: flex;
  flex-direction: column;
  margin-top: 96px;
  overflow: hidden;
}

.need-assistance-container {
  padding: 32px 16px;
  background: var(--primary-white, #fff);
  align-self: center;
}

.faq-question-list-container-bg {
  background: linear-gradient(
      0deg,
      var(--Background-input-primary-disabled, #f2f2f2) 0%,
      var(--Background-input-primary-disabled, #f2f2f2) 100%
    ),
    #fff;
}

.faq-question-list-container {
  padding: 32px 16px;

  margin: 0 auto;
}

.faq-question-heading {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: center;
}

.faq-question-heading__header {
  color: var(--web-black, rgba(0, 0, 0, 0.9));
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.faq-question-heading__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.faq-question-heading__text {
  color: var(--web-black, rgba(0, 0, 0, 0.9));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 1024px) {
  .need-assistance-container {
    padding: 56px 0;
    width: 1000px;
  }

  .faq-question-list-container {
    padding: 56px 0;
    width: 1000px;
  }

  .faq-question-heading {
    padding: 40px 0px;
    gap: 8px;
    width: 1000px;
  }

  .faq-question-heading__header {
    color: var(--Web-Black, #1a1a1a);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
  }

  .faq-question-heading__content {
  }

  .faq-question-heading__text {
    color: var(--web-black, rgba(0, 0, 0, 0.9));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

/*/////////////// faq list */

.faq-question__title {
  color: var(--Neutral-Black, #000);

  font-family: Delivery;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq-question__details {
}

.faq-question__details--text {
  color: var(--Neutral-Black, #000);

  font-family: Delivery;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  margin-bottom: 16px;
  margin-right: 24px;
}

.faq-question__details--text a {
  color: var(--Neutral-Black, #000);

  font-family: Delivery;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.faq-question__details--text a.faq-external-link {
  font-style: italic;
  text-decoration: underline;
}

.faq-question__details--content {
  margin-bottom: 16px;
  margin-right: 24px;
}

.faq-question__details--content-text {
  color: var(--Neutral-Black, #000);
  font-family: Delivery;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faq-question__details--content-list {
  padding-left: 16px;
}
.faq-question__details--content-item {
  margin-left: 19px;
  color: var(--Neutral-Black, #000);
  font-family: Delivery;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faq-question__details--content-item a {
  color: var(--Neutral-Black, #000);
  font-family: Delivery;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.faq-question-container__view-all-questions-link {
  align-self: center;
}

@media (min-width: 1024px) {
  .faq-question-container {
    align-self: center;

    width: 796px;
    margin-bottom: 32px;
  }

  .faq-question-container__header {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
  }

  .faq-question__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
  }

  .faq-question__details--text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    margin-right: 32px;
    margin-bottom: 24px;
  }

  .faq-question__details--text a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    text-decoration: none;
  }

  .faq-question__details--content {
    margin-right: 32px;
    margin-bottom: 24px;
  }

  .faq-question__details--content-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
  }

  .faq-question__details--content-item {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
  }

  .faq-question__details--content-item a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    text-decoration: none;
  }
}

/* ////// Need Assistance */
.need-assistance {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.need-assistance__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.need-assistance__header--title {
  color: var(--Web-Black, #1a1a1a);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.need-assistance__header--text {
  color: var(--Web-Black, #1a1a1a);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.support {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support__title {
  color: var(--web-black, rgba(0, 0, 0, 0.9));
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.support__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info {
  display: flex;
  gap: 16px;
  align-items: center;
}

.contact-info__image {
  box-sizing: content-box;
  width: 16px;
  height: 16px;

  border-radius: 50%;
  padding: 8px;
  background-color: var(--gray-10, #e5e5e5);
}

.contact-info__information {
  color: var(--web-black, rgba(0, 0, 0, 0.9));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.contact-info__information--text {
  color: var(--web-black, rgba(0, 0, 0, 0.9));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-info__information--phone {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .need-assistance {
    gap: 40px;
  }

  .need-assistance__header {
    gap: 8px;
  }

  .need-assistance__header--title {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; /* 100% */
  }

  .need-assistance__header--text {
    color: var(--web-black, rgba(0, 0, 0, 0.9));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .support {
    gap: 16px;
  }

  .support__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 100% */
  }

  .contact-info-group {
    flex-direction: row;
    gap: 64px;
  }

  .support__contact {
    gap: 24px;
  }

  .contact-info {
  }

  .contact-info__image {
    width: 24px;
    height: 24px;

    border-radius: 50%;
    padding: 12px;
  }

  .contact-info__information {
    /* Body/Body L Reg */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .contact-info__information--text {
    color: var(--Text-text-subdued, #333);

    font-family: Delivery;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
/*
 * JavaScript browser settings style
 */
.main-js {
    margin: 64px auto 0;
}