@charset "UTF-8";

.nf-feature-content-wrapper *,
.nf-feature-content-wrapper *::before,
.nf-feature-content-wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nf-feature-content-wrapper h2 {
  font-size: 28px;
  line-height: 1.35;
  font-weight: 400;
  margin: 32px 0 16px;
  letter-spacing: -0.25px;
}

.nf-feature-content-wrapper h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.25px;
}

.nf-feature-content-wrapper h4 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 500;
  letter-spacing: -0.15px;
}

.nf-feature-content-wrapper h5 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 500;
}

.nf-feature-content-wrapper p {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

.nf-feature-content-wrapper a {
  color: #006DEB;
}

.nf-feature-content-wrapper .nf-btn-primary {
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  text-decoration: none;
  background: #E80E19;
  color: #ffffff;
}

.nf-feature-content-wrapper .nf-btn-primary:hover {
  text-decoration: none;
}

.nf-feature-content-wrapper .nf-btn-primary.nf-btn-icon {
  padding: 8px 12px 8px 16px;
}

.nf-feature-content-wrapper .nf-btn-primary.nf-btn-icon>span:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.nf-feature-content-wrapper .feature-sec-list li h5 {
  margin-bottom: 4px;
}

.nf-feature-content-wrapper .feature-sec-list.decimal {
  list-style-type: decimal !important;
  padding-left: 24px !important;
}

.nf-feature-content-wrapper .featuer-sec-grp-img {
  text-align: center;
  margin: 32px 0;
}

.nf-feature-content-wrapper .featuer-sec-grp-img img {
  max-width: 800px !important;
  width: 100%;
  margin: auto;
}

.nf-feature-content-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  padding-top: 0;
  padding-bottom: 0;
}

.nf-feature-content-wrapper .row>* {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
}

.nf-feature-content-wrapper .row.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.nf-feature-content-wrapper .row.g-0>* {
  padding-left: 0;
  padding-right: 0;
}

.nf-feature-content-wrapper .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .nf-feature-content-wrapper .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .nf-feature-content-wrapper .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .nf-feature-content-wrapper .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media only screen and (min-width: 992px) {
  .nf-feature-content-wrapper .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .nf-feature-content-wrapper .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .nf-feature-content-wrapper .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media only screen and (min-width: 1199px) {
  .nf-feature-content-wrapper .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333333333%;
  }

  .nf-feature-content-wrapper .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .nf-feature-content-wrapper .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .nf-feature-content-wrapper .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .nf-feature-content-wrapper .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.feature-sec-content {
  margin: 32px 0 0;
}

.feature-sec-content .feature-content-image {
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  margin: 16px 0 24px;
  border: 0 !important;
}

.feature-sec-content .feature-sec-content-item {
  margin: 32px 0 0;
}

.feature-sec-content ul:not(.resource-link-list),
.feature-sec-content ol {
  margin-top: 24px;
  padding: 0 0 0 16px !important;
}

.feature-sec-content ul:not(.resource-link-list) li,
.feature-sec-content ol li {
  font-size: 16px;
  margin-bottom: 4px;
  padding-left: 0;
}

.feature-sec-content ol li {
  margin-bottom: 12px;
}

.feature-sec-content strong {
  font-weight: 600;
}

.features-capabilities-card {
  margin: 0 0 24px;
  border-radius: 6px;
  padding: 20px;
  background-color: #f9fafb;
  border: 1px solid #f1f1f1;
}

.features-capabilities-card h4 {
  margin-bottom: 4px;
}

.features-capabilities-card p {
  margin-bottom: 8px;
}

.features-capabilities-card a {
  font-size: 15px;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-bottom-cta-card {
  padding: 32px;
  background: linear-gradient(340deg, #ffefbd, #ffe287);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 40px;
}

.feature-bottom-cta-card .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 575.98px) {
  .feature-bottom-cta-card .row {
    gap: 32px;
  }
}

.feature-bottom-cta-card .feature-bottom-cta-content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  color: initial;
}

.feature-bottom-cta-card .feature-bottom-cta-image {
  text-align: right;
}

.feature-bottom-cta-card .feature-bottom-cta-image img {
  max-width: 280px !important;
  width: 100%;
  margin: 0 -12px -32px 0;
}

.feature-content-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  background: #f6f6f6;
  padding: 20px 32px;
  margin-bottom: 24px;
  position: sticky;
  top: 100px;
  z-index: 3;
}

.feature-content-navbar .nav-item {
  background: #ffffff;
  color: #000000;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.feature-content-navbar .nav-item:hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}

.feature-banner-wrapper .banner-card {
  background: #ffd242;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.feature-banner-wrapper .banner-video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media screen and (max-width: 1199px) {
  .feature-banner-wrapper .banner-video-wrapper {
    margin-top: 32px;
  }

  .feature-banner-wrapper .banner-video-wrapper .banner-video {
    min-height: 200px;
  }
}

.feature-banner-wrapper .banner-video-wrapper .banner-video {
  width: 100%;
}

.feature-banner-wrapper .banner-video-wrapper .banner-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.feature-banner-wrapper h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.75px;
  margin-bottom: 8px;
  color: #000000;
}

.feature-banner-wrapper p {
  font-size: 17px !important;
  line-height: 1.6 !important;
  margin-bottom: 20px;
}

.feature-banner-wrapper .banner-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-banner-wrapper .nf-btn-secondary {
  background-color: #000000;
  color: #ffffff;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  text-decoration: none;
  border: 1px solid #000000;
}

.feature-banner-wrapper .nf-btn-secondary:hover {
  text-decoration: none;
}

.feature-banner-wrapper .nf-btn-secondary.nf-btn-icon {
  padding: 8px 12px 8px 16px;
}

.feature-banner-wrapper .nf-btn-secondary.nf-btn-icon>span:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.feature-banner-wrapper .nf-btn-secondary:hover {
  background-color: #444;
}

.feature-banner-wrapper .nf-btn {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  text-decoration: none;
}

.feature-banner-wrapper .nf-btn:hover {
  text-decoration: none;
}

.feature-banner-wrapper .nf-btn.nf-btn-icon {
  padding: 8px 12px 8px 16px;
}

.feature-banner-wrapper .nf-btn.nf-btn-icon>span:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.feature-banner-wrapper .nf-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.accordion-container {
  width: 100%;
}

.accordion-container .accordion-item {
  border-bottom: 1px solid #ebeae7;
  cursor: pointer;
  padding: 20px 0;
}

.accordion-container .accordion-item h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.35px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 16px;
}

.accordion-container .accordion-item .accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-container .accordion-item .accordion-head.active .plusminus::before {
  content: "−";
}

.accordion-container .accordion-item .accordion-body {
  padding-top: 16px;
  max-width: 90%;
}

.accordion-container .accordion-item .plusminus {
  font-size: 24px;
  font-weight: 200;
  border: 1px solid #444444;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  color: #444444;
  position: relative;
  top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 16px;
}

.accordion-container .accordion-item .plusminus::before {
  position: absolute;
  content: "+";
}

.accordion-container .accordion-body {
  display: none;
}

.resource-other-wrapper .resource-other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
  margin: 12px 0 24px;
}

.resource-other-wrapper .resource-other-item:hover {
  text-decoration: none;
}

.resource-other-wrapper .resource-other-item .h5 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 500;
}

.resource-other-wrapper .resource-other-item .p {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 300;
  line-height: 1.75;
}

.resource-other-wrapper .resource-other-item .resource-other-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.resource-other-wrapper .resource-other-item .anchor-text {
  color: #006DEB;
}

.resource-other-wrapper .resource-other-item .resource-other-icon {
  margin-right: 20px;
}

.resource-other-wrapper .resource-other-item .resource-other-icon svg {
  width: 32px;
  height: 38px;
}

.resource-other-wrapper .resource-other-item a {
  font-size: 1rem;
}

.anchor-text {
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.anchor-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resource-link-list {
  list-style-type: none !important;
  padding: 0 !important;
  margin-top: 4px !important;
}

.resource-link-list li {
  padding-left: 0;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 1.75;
}

.resource-link-list li:last-child {
  margin-bottom: 0;
}

.resource-link-list li a {
  color: inherit;
}

.resource-link-list li a svg {
  width: 18px;
  height: 18px;
  vertical-align: sub;
}

.resource-other-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
}