/* FAQ module */
/* .faq_module{
  padding: 56px 24px;
}
.faq_module h2{
  text-align: center;
  margin-bottom: 24px;
}
.faq_module__list{
  max-width: 840px;
  margin: 0 auto;
}
.faq_module__item{
  border: 1px solid #e3e6ee;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq_module__question{
  padding: 14px 18px;
  font-weight: 700;
  cursor: pointer;
  background: #f9fafb;
}
.faq_module__answer{
  padding: 0 18px 16px;
  display: none;
}
.faq_module__item.is-open .faq_module__answer{
  display: block;
} */

.row.faq_module {
  background-position: center !important;
  background-repeat: no-repeat;
  margin: 0 auto !important;
  width: 100%;
  position: relative;
  display: flex;
  max-width: 100vw;
}
.row.faq_module.bg-grad-navy,
.row.faq_module .ang-bg-grad-navy {
background: linear-gradient(90deg,rgba(25, 29, 56, 1) 38%, rgba(44, 58, 116, 1) 100%);
}
.row.faq_module.bg-grad-green,
.row.faq_module .ang-bg-grad-green {
  background: linear-gradient(
    90deg,
    rgba(25, 29, 56, 1) 0%,
    rgba(6, 151, 130, 1) 48%
  );
}
.row.faq_module .accordion-header {
  position: relative;
  padding: 25px 0;
  display: flex;
  cursor: pointer;
  margin: 0;
}

/* .row.faq_module.dark-bg > .content > h2 {
  color: white;
}
.row.faq_module.dark-bg > .content button.accordion-button {
  color: white;
}
.row.faq_module.dark-bg > .content .accordion-body p,
.row.faq_module.dark-bg > .content .accordion-body h1,
.row.faq_module.dark-bg > .content .accordion-body h2,
.row.faq_module.dark-bg > .content .accordion-body h3,
.row.faq_module.dark-bg > .content .accordion-body h4,
.row.faq_module.dark-bg > .content .accordion-body h5,
.row.faq_module.dark-bg > .content .accordion-body h6,
.row.faq_module.dark-bg > .content .accordion-body ul,
.row.faq_module.dark-bg > .content .accordion-body ol {
  color: white !important;
}
.row.faq_module.light-bg button.accordion-button {
  color: #111636;
}
.row.faq_module.light-bg .accordion-body h1,
.row.faq_module.light-bg .accordion-body h2,
.row.faq_module.light-bg .accordion-body h3,
.row.faq_module.light-bg .accordion-body h4,
.row.faq_module.light-bg .accordion-body h5,
.row.faq_module.light-bg .accordion-body h6,
.row.faq_module.light-bg .accordion-body ul,
.row.faq_module.light-bg .accordion-body ol {
  color: #111636 !important;
}
.row.faq_module.light-bg .accordion-body p {
  color: black;
} */

.row.faq_module > .content > h2 {
  color: var(--heading-color);
  position: relative;
  text-align: center;
}

.row.faq_module > .content .accordion-body p,
.row.faq_module > .content .accordion-body ul,
.row.faq_module > .content .accordion-body ol,
.ib-accordion .accordion-body {
  color: var(--text-color);
}

.row.faq_module > .content .accordion-body h1,
.row.faq_module > .content .accordion-body h2,
.row.faq_module > .content .accordion-body h3,
.row.faq_module > .content .accordion-body h4,
.row.faq_module > .content .accordion-body h5,
.row.faq_module > .content .accordion-body h6,
.row.faq_module > .content button.accordion-button {
  color: var(--heading-color);
}
.ib-accordion .accordion-button {
  cursor: pointer;
}
.ib-accordion .accordion-button::after {
  content: "+";
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 200;
  position: absolute;
  background-image: none !important;
  right: 15px;
  top: 20px;
  color: var(--decor-color);
}

.row.faq_module > .content {
  width: 60%;
  margin: 0 auto;
  max-width: 100%;
}

.collapse {
  display: none;
}
.accordion-collapse {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .row.faq_module > .content {
    width: 75%;
  }
}
@media only screen and (max-width: 900px) {
  .row.faq_module > .content {
    width: 75%;
  }
}
@media only screen and (max-width: 540px) {
  .row.faq_module > .content {
    width: 85%;
  }
}

.row.faq_module > .content .acc-wrapper {
  display: flex;
  align-items: center;
}
.row.faq_module > .content .accordion {
  width: 100%;
  padding: 0px;
}
.row.faq_module > .content .accordion .accordion-item {
  border-color: var(--decor-color) !important;
  border-left: none;
  border-right: none;
  position: relative;
}

.row.faq_module > .content .accordion .accordion-item button.accordion-button {
  text-transform: none !important;
  font-size: 24px;
  padding-left: 30px;
  padding-right: 40px;
  text-align: left;

  /* color: #111636; */
}

.row.faq_module
  > .content
  .accordion
  .accordion-item
  button.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.row.faq_module > .content .accordion .accordion-item .accordion-body {
  padding-left: 30px;
  margin-bottom: 25px;
}

.ib-accordion {
  margin: 3rem 0 2rem;
}
.ib-accordion b {
  font-weight: 500 !important;
  font-size: 22px;
  color: #031040;
}
.ib-accordion .accordion-item {
  background-color: transparent !important;
  border-top: 2px solid !important;
  border-color: #999 transparent !important;
  margin-top: -1px !important;
}
.ib-accordion .accordion-button {
  text-transform: uppercase !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  font-size: 23px;

  padding-left: 0;
  border: 0 !important;
}

.ib-accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border: 0 !important;
}
.ib-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none !important;
  font-size: 3rem;
}
.ib-accordion .accordion-body {
  padding-left: 0;
  border: 0 !important;
  font-weight: 300;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .row.faq_module
    > .content
    .accordion
    .accordion-item
    button.accordion-button {
    text-transform: none !important;
    font-size: 21px;
  }
  .row.faq_module .accordion-header {
    padding: 20px 0;
  }
  .ib-accordion .accordion-button::after {
    font-size: 2rem;
}
}

@media only screen and (max-width: 640px) {
    .row.faq_module > .content {
        width: 85%;
    }
}