
/* cached asset-dump22a8555134d10ec9fddea2f3be957b63065aff4c: */
.f_clfVB .nav-items a:nth-child(2),.f_clfVB .nav-items a:nth-child(3){display:none}.f_clfVB .mobile-container .btn:not(.btn-sm){width:auto;padding:.5rem 2.5rem;font-size:.875rem;font-weight:700;line-height:1.625em}.f_clfVB .btns a.btn{padding:.25rem 1.5rem !important}

/* cached asset-dump70026606e73e2f0794d6ebce6b0d332b856008db: */
.f_clqFG main a:last-child{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235EA6DA' class='w-4 h-4'%3E%3Cpath fill-rule='evenodd' d='M1.5 4.5a3 3 0 013-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 01-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 006.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 011.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 01-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z' clip-rule='evenodd' /%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:left center;background-size:20px auto;padding-left:1.75rem}

/* cached asset-dump9938808a614ec2cfd70e705f6f0e8310fc397a1e: */
@media (min-width: 768px) {
  .f_cjIPB h1 br {
    display: none
  }
}


:root{
  --text-fluid-sm: clamp(0.95rem, 0.08vw + 0.93rem, 0.99rem);
  --text-fluid-base: clamp(1.13rem, 0.23vw + 1.07rem, 1.25rem);
  --text-fluid-lg: clamp(1.05rem, 0.4vw + 0.95rem, 1.28rem);
  --text-fluid-xl: clamp(1.11rem, 0.61vw + 0.96rem, 1.45rem);
  --text-fluid-2xl: clamp(1.17rem, 0.86vw + 0.96rem, 1.64rem);
  --text-fluid-3xl: clamp(1.24rem, 1.14vw + 0.95rem, 1.87rem);
  --text-fluid-4xl: clamp(1.31rem, 1.48vw + 0.94rem, 2.12rem);
  --text-fluid-5xl: clamp(1.38rem, 1.87vw + 0.91rem, 2.41rem);
  --text-fluid-6xl: clamp(1.45rem, 2.32vw + 0.88rem, 2.73rem);
  --text-fluid-7xl: clamp(1.53rem, 2.84vw + 0.82rem, 3.1rem);
  --text-fluid-8xl: clamp(1.62rem, 3.45vw + 0.76rem, 3.52rem);
}

ul{
  text-align: left !important;
}

.bg-brand-1 .prose,
.bg-brand-2 .prose,
.bg-brand-4 .prose{
  --tw-prose-body: white;
  --tw-prose-bold: white;
  --tw-prose-counters: white;
  --tw-prose-bullets: white;
}

p{
  font-size: var(--text-fluid-base);
}

.prose{
  font-size: var(--text-fluid-base);
  --tw-prose-body: #010B50;
  --tw-prose-bold: #010B50;
  --tw-prose-counters: #010B50;
  --tw-prose-bullets: #010B50;
  line-height: 1.5;
}

.prose ul > li,
    .prose ol > li{
    font-size: var(--text-fluid-base);
    line-height: 1.1em;
  }

.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-light{
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
  align-items: center;
  height: 50px;
}

.btn-outline-primary .m-btn--icon,.btn-outline-secondary .m-btn--icon,.btn-outline-light .m-btn--icon{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: border-radius 450ms, width 450ms cubic-bezier(0.65, 0, 0.076, 1);
    border-radius: 25px;
    width: 50px;
    height: 50px;
  }

.btn-outline-primary .m-btn--icon .svg-inline--fa,.btn-outline-secondary .m-btn--icon .svg-inline--fa,.btn-outline-light .m-btn--icon .svg-inline--fa{
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      margin-left: 1rem;
      font-size: 1.5rem;
    }

.btn-outline-primary .m-btn--text,.btn-outline-secondary .m-btn--text,.btn-outline-light .m-btn--text{
    font-size: var(--text-fluid-lg) !important;
    transition: all 450ms cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    z-index: 1;
    text-align: left;
    margin-left: 2rem;
  }

.btn-outline-primary:hover .m-btn--icon,.btn-outline-primary:active .m-btn--icon,.btn-outline-primary:focus .m-btn--icon,.btn-outline-primary.active .m-btn--icon,.btn-outline-secondary:hover .m-btn--icon,.btn-outline-secondary:active .m-btn--icon,.btn-outline-secondary:focus .m-btn--icon,.btn-outline-secondary.active .m-btn--icon,.btn-outline-light:hover .m-btn--icon,.btn-outline-light:active .m-btn--icon,.btn-outline-light:focus .m-btn--icon,.btn-outline-light.active .m-btn--icon{
      width: 100%;
    }

.btn-outline-primary .m-btn--icon{
    background-color: #1155E8;
  }

.btn-outline-primary .m-btn--icon .svg-inline--fa{
      color: white;
    }

.btn-outline-primary.text-white .m-btn--text{
    color: white !important;
  }

.btn-outline-primary .m-btn--text{
    color: #1155E8;
  }

.btn-outline-primary:hover .m-btn--text,.btn-outline-primary:active .m-btn--text,.btn-outline-primary:focus .m-btn--text,.btn-outline-primary.active .m-btn--text{
      color: white;
    }

.btn-outline-secondary .m-btn--icon{
    background-color: white;
  }

.btn-outline-secondary .m-btn--icon .svg-inline--fa{
      color: #1155E8;
    }

.btn-outline-secondary .m-btn--text{
    color: white;
  }

.btn-outline-secondary:hover .m-btn--icon,.btn-outline-secondary:active .m-btn--icon,.btn-outline-secondary:focus .m-btn--icon,.btn-outline-secondary.active .m-btn--icon{
      background-color: #1155E8;
    }

.btn-outline-secondary:hover .m-btn--icon .svg-inline--fa,.btn-outline-secondary:active .m-btn--icon .svg-inline--fa,.btn-outline-secondary:focus .m-btn--icon .svg-inline--fa,.btn-outline-secondary.active .m-btn--icon .svg-inline--fa{
        color: white;
      }

.btn-outline-secondary:hover .m-btn--text,.btn-outline-secondary:active .m-btn--text,.btn-outline-secondary:focus .m-btn--text,.btn-outline-secondary.active .m-btn--text{
      color: white;
    }

.btn-outline-light .m-btn--icon{
    background-color: white;
  }

.btn-outline-light .m-btn--icon .svg-inline--fa{
      color: #1155E8;
    }

.btn-outline-light .m-btn--text{
    color: white;
  }

.btn-outline-light:hover .m-btn--icon,.btn-outline-light:active .m-btn--icon,.btn-outline-light:focus .m-btn--icon,.btn-outline-light.active .m-btn--icon{
      background-color: white;
    }

.btn-outline-light:hover .m-btn--icon .svg-inline--fa,.btn-outline-light:active .m-btn--icon .svg-inline--fa,.btn-outline-light:focus .m-btn--icon .svg-inline--fa,.btn-outline-light.active .m-btn--icon .svg-inline--fa{
        color: #150783;
      }

.btn-outline-light:hover .m-btn--text,.btn-outline-light:active .m-btn--text,.btn-outline-light:focus .m-btn--text,.btn-outline-light.active .m-btn--text{
      color: #150783;
    }

.btn.btn-unstyled {
  padding: unset;
  color: unset;
  margin: unset;
  border: unset;
  box-shadow: unset;
  font-size: unset;
  line-height: unset;
}

.prose iframe {
    max-width: 100%;
  }

.prose{
  --tw-prose-links: #43a9df;
}

.prose blockquote {
    border-left: 8px solid #e2e8f0;
    padding: 1em;
    box-shadow: 0 2px 8px rgba(50, 50, 93, .2);
    border-radius: 5px;
    background-color: #fff;
    font-style: normal;
  }

.prose blockquote p:first-child {
      margin-top: 0;
    }

.prose blockquote p:last-child {
      margin-bottom: 0;
    }

.prose blockquote :before, .prose blockquote :after {
      content: none;
    }

.prose blockquote:not(:first-child) {
    margin-top:1.5em
  }

.prose blockquote:not(:last-child) {
    margin-bottom:1.5em
  }

/* Blog Styles*/

.prose .insight-content hr {
    margin-top: 0;
    margin-bottom: 2em;
  }

@media print, screen and (min-width: 768px) {
    .prose blockquote {
      padding:1.25em
    }

    .prose blockquote:not(:first-child) {
      margin-top:2em
    }

    .prose blockquote:not(:last-child) {
      margin-bottom:2em
    }
  }

@media screen and (min-width: 1024px) {
    .prose blockquote {
      padding:1.5em
    }
  }