
.yellow-gradient-bg {
  background: linear-gradient(180deg, #FFAC00 0%, #DE9600 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.lightgray-bg {
  background-color: #e9e9e9;
}

.rg-2 {
  row-gap: 20px;
}

.rg-4 {
  row-gap: 40px;
}

.pillar-page .content-page-wrapper .umb-block-grid__area-container {
  max-width: 100%;
  padding: 0;
}

.pillar-page .content-page-wrapper .umb-block-grid__layout-container {
  row-gap: 40px;
}

.pillar-header {
  margin-top: 72px;
  padding: 23px 0;
}

.pillar-page .bread_crumb_ ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
}

.pillar-page .bread_crumb_ li {
  padding-right: 5px;
}

.pillar-page .bread_crumb_ li:last-child,
.pillar-page .bread_crumb_ li:last-child a {
  pointer-events: none;
  font-weight: 700;
}

.pillar-page .bread_crumb_ li:last-child {
  opacity: 0.7;
}

.pillar-page .bread_crumb_ li:not(:last-child),
.pillar-page .bread_crumb_ li:not(:last-child) a {
  text-wrap-mode: nowrap;
}

.pillar-page .bread_crumb_ li,
.pillar-page .bread_crumb_ a {
  color: #FFF;
  font-family: "Aktiv Grotesk Ex";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.pillar-page .btn {
  font-family: "Aktiv Grotesk Ex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  width: 100%;
  max-width: 180px;
  height: 44px;
  padding: 10px 12px;
}

.pillar-page .btn span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.pillar-page .btn span i {
  line-height: 1;
  font-size: 20px;
  color: inherit;
}

.pillar-page .btn span.login-screen-btn {
  padding: 0;
  height: auto;
  font-size: inherit;
}

.pillar-page .btn span.login-screen-btn i {
  right: auto;
  position: inherit;
}

.pillar-page .btn span.login-screen-btn .svg-inline--fa {
  vertical-align: unset;
}

.pillar-page .yuni-forms.login-form > form .form-outline .form-control {
  border-radius: 10px;
  font-size: 12px;
  background-color: #F0F0F0;
}

.pillar-page .yuni-forms.login-form > form .form-outline .form-control {
  border-radius: 10px;
  font-size: 12px;
  background-color: #F0F0F0;
  padding: 17px 21px;
  color: #9A9A9A;
}

.pillar-page .btn.btn-dark-blue {
  background: #201E80;
  color: #fff;
}

.pillar-page h1 {
  color: #201E80;
  font-family: 'Antique Olive Nord D Regular';
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}

.pillar-page p,
.pillar-page li {
  color: #6A6A6A;
  font-family: "Aktiv Grotesk Ex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.pillar-page p {
  margin-bottom: 18px;
}

.pillar-page .content-page-wrapper li {
  margin-bottom: 4px;
}

.pillar-page .sub-title {
  color: #FFF;
  font-family: "Aktiv Grotesk Ex";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.pillar-page .pre-lead {
  color: #201E80;
  font-family: "Aktiv Grotesk Ex";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}

.pillar-page .lead,
.pillar-page h2 {
  color: #D03C08;
  font-family: "Aktiv Grotesk Ex";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.pillar-page .lead-cta {
  border-radius: 15px;
  padding: 20px 15px;
}
.pillar-page .lead-cta.bg-green-gradient {
  background: linear-gradient(180deg, #03704B 0%, #00573F 100%);
}

.pillar-page .lead-cta p,
.pillar-page .lead-cta li {
  color: #FFAC00;
  font-family: "Aktiv Grotesk Ex";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.pillar-page .lead-cta p:last-of-type,
.pillar-page .lead-cta ul:last-of-type,
.pillar-page .aside-card p:last-of-type,
.pillar-page .aside-card ul:last-of-type {
  margin-bottom: 0;
}

.pillar-page .lead-cta p a {
  color: #FFAC00;
  font-family: "Aktiv Grotesk Ex";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
}

.pillar-page .aside-card {
  height: auto;
  border-radius: 20px;
}

.pillar-page .aside-card .card-body {
  padding: 23px 11px;
}

.pillar-page .aside-card h4 {
  text-align: center;
  font-family: 'Antique Olive Nord D Regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.pillar-page .aside-card p,
.pillar-page .aside-card li {
  color: #6A6A6A;
  font-family: "Aktiv Grotesk Ex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pillar-page .aside-card .text-danger li {
  color: inherit;
}

.pillar-page .aside-card .validation-summary-errors ul {
  margin-top: 10px;
}

.pillar-page .yuni-forms.login-form > form {
  padding: 0;
  text-align: center;
}

.pillar-page .yuni-forms.login-form > form .container {
  display: none;
}

.pillar-page .yuni-forms.login-form > form .form-check-input {
  margin-top: 2px;
  margin-left: 24px;
}

.pillar-page .yuni-forms.login-form > form .form-outline {
  text-align: left;
}

.pillar-page .yuni-forms.login-form > form .forgot-pass p {
  padding: 10px 0 0 0;
  font-size: 10px;
  width: 100%;
  max-width: 160px;
  display: inline-block;
}

.pillar-page .yuni-forms.login-form > form .forgot-pass a {
  font-size: inherit;
}

.btn.btn-dark-blue:hover span {
  background: inherit;
  color: inherit !important;
}

.color-blue {
  color: #201E80;
}

.color-red {
  color: #D03C08;
}

.faqs-block .accordion-item {
  border-radius: 20px 0 20px 20px;
  background: #FFF;
  border: 0;
  overflow: hidden;
}

.faqs-block .accordion-item .accordion-header .accordion-button {
  color: #FFF;
  background-color: #201E80;
  font-family: "Aktiv Grotesk Ex";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  outline: none !important;
  border: none !important;
}

.faqs-block .accordion-item .accordion-body p,
.faqs-block .accordion-item .accordion-body li {
  color: #201E80;
  background-color: #FFF;
  font-family: "Aktiv Grotesk Ex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.faqs-block .accordion-item .accordion-body p:last-of-type,
.faqs-block .accordion-item .accordion-body ul:last-of-type {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed)::after {
  background: none;
  transform: rotate(45deg);
}

.accordion-button::after {
  content: "+";
  background: none;
  font-size: 20px;
}

.pillar-page .three-image-aspect {
  width: 100%;
  aspect-ratio: 59 / 55;
}

.pillar-page .three-image-aspect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pillar-page .img-rounded {
  overflow: hidden;
  border-radius: 20px;
}

.pillar-page .noResults h3 {
  color: #201E80;
  font-family: "Aktiv Grotesk Ex";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.pillar-listing .listing-image-aspect {
  width: 100%;
  aspect-ratio: 314/177;
}

.pillar-listing .listing-image-aspect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pillar-listing .pillar-pages-card {
  display: block;
  text-decoration: none;
}

.pillar-listing .listing-image-aspect {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #e9e9e9;
}

.pillar-listing .listing-image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(32, 30, 128, 0.55);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.pillar-listing .pillar-pages-card:hover .listing-image-overlay,
.pillar-listing .pillar-pages-card:focus-visible .listing-image-overlay {
  opacity: 1;
}

.pillar-listing .listing-read-more {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #201E80;
  color: #FFF;
  font-family: "Aktiv Grotesk Ex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pillar-listing .listing-read-more i {
  font-size: 16px;
  line-height: 1;
  color: inherit;
}

.pillar-listing .pillar-pages-card h3 {
  margin: 16px 0 0;
  color: #201E80;
  font-family: "Aktiv Grotesk Ex";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
/* Pillar pages pager */
.pillar-pages-pager {
  margin-top: 40px;
}

.pillar-pager-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Aktiv Grotesk Ex";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.pillar-pager-list li[hidden] {
  display: none;
}

.pillar-pager-link,
.pillar-pager-ellipsis,
.pillar-pager-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  text-decoration: none;
}

.pillar-pager-link,
.pillar-pager-ellipsis {
  min-width: 30px;
  padding: 0 4px;
  color: #B5B5B5;
  font-weight: 400;
}

.pillar-pager-link:hover,
.pillar-pager-link:focus-visible {
  color: #201E80;
}

.pillar-pager-link.is-active {
  color: #201E80;
  font-weight: 700;
}

.pillar-pager-nav {
  gap: 10px;
  padding: 0 12px;
  color: #6A6A6A;
  font-weight: 400;
  white-space: nowrap;
}

.pillar-pager-nav:hover,
.pillar-pager-nav:focus-visible {
  color: #201E80;
}

.pillar-pager-nav i {
  font-size: 18px;
  line-height: 1;
  color: inherit;
}

.pillar-pager-nav.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

@media all and (min-width: 768px) {

  .pillar-header {
    margin-top: 114px;
    padding: 24px 0 33px;
  }
}

@media all and (min-width: 992px) {
  .pillar-page .btn {
    max-width: 196px;
    padding: 10px 20px;
  }

  .pillar-page .bread_crumb_ li,
  .pillar-page .bread_crumb_ a {
    font-size: 12px;
  }

  .pillar-page h1 {
    font-size: 55px;
    line-height: normal;
    margin-top: 31px;
    margin-bottom: 19px;
  }

  .pillar-page p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .pillar-page .content-page-wrapper li {
    margin-bottom: 6px;
  }

  .pillar-page .sub-title {
    font-size: 18px;
  }

  .pillar-page .pre-lead {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .pillar-page .lead,
  .pillar-page h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .pillar-page .lead-cta {
    border-radius: 20px;
    padding: 27px 27px 26px 27px;
  }

  .pillar-page .lead-cta p {
    font-size: 18px;
  }

  .pillar-page .lead-cta p a {
    font-size: 18px;
  }

  .pillar-page .aside-card .card-body {
    padding: 31px 38px 36px 38px;
  }

  .pillar-page .aside-card h4 {
    font-size: 21px;
  }

  .pillar-page .aside-card p {
    font-size: 16px;
  }

  .pillar-page .yuni-forms.login-form > form .form-check-input {
    margin-left: 27px;
  }

  .pillar-page .yuni-forms.login-form > form .form-outline .form-control {
    font-size: 14px;
    padding: 15px 24px;
  }

  .pillar-page .yuni-forms.login-form > form .forgot-pass p {
    font-size: 14px;
    max-width: 210px;
  }

  .pillar-page .three-image-aspect {
    width: 100%;
    aspect-ratio: 230 / 213;
  }

  .pillar-page .three-image-aspect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .pillar-page .img-rounded {
    border-radius: 30px;
  }

  .pillar-listing .listing-image-aspect {
    aspect-ratio: 314/177;
  }

  .pillar-pages-pager {
    margin-top: 55px;
  }

  .pillar-pager-list {
    gap: 4px;
  }

  .pillar-pager-link,
  .pillar-pager-ellipsis {
    min-width: 34px;
  }

  .pillar-pager-nav {
    padding: 0 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pillar-listing .listing-image-overlay {
    transition: none;
  }
}
