.pxp-header {
  background-color: #ffffff;
}
.pxp-header .pxp-logo > img.logo {
  display: inline !important;
}
.pxp-header .pxp-logo > img.logo-light {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .pxp-header.pxp-is-sticky .pxp-logo > img.logo {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .pxp-header.pxp-is-sticky .pxp-logo > img.logo-light {
    display: inline !important;
  }
}
@media screen and (max-width: 991px) {
  .pxp-header.pxp-is-sticky:not(.pxp-mobile) .pxp-logo > img.logo {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .pxp-header.pxp-is-sticky:not(.pxp-mobile) .pxp-logo > img.logo-light {
    display: inline !important;
  }
}
.pxp-header:not(.pxp-is-sticky) .pxp-nav > li > a:not(.nav-btn) {
  color: #0000ff;
}
.pxp-header:not(.pxp-is-sticky) .pxp-nav > li > a:not(.nav-btn):hover {
  color: #000051;
}
.pxp-header:not(.pxp-is-sticky) .pxp-header-nav-trigger {
  color: #000051 !important;
  border-color: #000051;
}

.pxp-content-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 575px) {
  .pxp-content-wrapper {
    margin-top: 24px;
  }
}
@media screen and (max-width: 479px) {
  .pxp-content-wrapper {
    margin-top: 12px;
  }
}

.pxp-page-header {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pxp-page-header {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 575px) {
  .pxp-page-header {
    margin-bottom: 24px;
  }
}

.faq-tabs-selectors {
  position: relative;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .faq-tabs-selectors {
    margin-top: 0;
    margin-left: -11px;
    margin-bottom: 24px;
  }
}
.faq-tabs-selector {
  position: relative;
  padding-left: 32px;
}
.faq-tabs-selector > a {
  display: inline-block;
  color: #8f8f8f;
  text-decoration: none;
  padding: 6px 0;
}
.faq-tabs-selector > a:hover {
  color: #000051;
}
.faq-tabs-selector.active:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 11px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000051;
  border-right: 1px solid #000051;
  transform: translateY(-50%) rotate(45deg);
}
.faq-tabs-selector.active > a {
  color: #000051;
  font-weight: 500;
}
.faq-tabs-container {
  display: none;
}
.faq-tabs-tab {
  border-top: 1px solid #000051;
  transition: padding-bottom 0.4s;
}
.faq-tabs-tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
}
.faq-tabs-tab-header span {
  font-size: 20px;
  color: #000051;
}
@media screen and (max-width: 575px) {
  .faq-tabs-tab-header span {
    font-size: 16px;
  }
}
.faq-tabs-tab-header i {
  font-size: 30px;
  color: #000051;
  transition: transform 0.4s;
}
.faq-tabs-tab-content {
  overflow: hidden;
  max-height: 0;
  padding: 0 24px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: max-height 0.4s, transform 0.4s, opacity 0.4s;
}
@media screen and (max-width: 575px) {
  .faq-tabs-tab-content {
    padding: 0 12px;
  }
}
.faq-tabs-tab-content p {
  color: #40407C;
}
@media screen and (max-width: 575px) {
  .faq-tabs-tab-content p {
    font-size: 15px;
  }
}
.faq-tabs-tab-content p:last-child {
  margin-bottom: 0;
}
.faq-tabs-tab.active {
  padding-bottom: 24px;
}
.faq-tabs-tab.active .faq-tabs-tab-header i {
  transform: rotate(180deg);
}
.faq-tabs-tab.active .faq-tabs-tab-content {
  max-height: 1000px;
  opacity: 1;
  transform: scaleY(1);
}

/*# sourceMappingURL=faqs.css.map */
