<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*local*/

section.fis-footer-wrapper {
  position: relative;
  z-index: 2;
}


/* Hero Section */

.fintechHero {
  background-size: cover !important;
  min-height: 610rem;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}

.hero-copy h1 {
  color: #FFF;
}

.video-background-container {
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  max-height: 610rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.video-background-container {
  height: 100%;
  position: fixed;
  overflow: hidden;
  width: 100%;
  max-height: 610rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

video#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 610rem;
  min-width: 100%;
  object-fit: cover;
}


.hero-copy {
  z-index: 1;
  position: relative;
  left: -100%;
  opacity: 0;
  display: none;
  transition: all 1.5s ease-in-out;
}

.hero-copy.fade-in-animate {
  opacity: 1;
  display: block !important;
  left: 0;
}

.fintechHero span.group span.animate-contain {
  display: none;
  line-height: .95;
  opacity: 0;
  left: -100%;
  position: relative;
  transition: all 1.5s ease-in-out;
}

h2 span.group {
  position: relative;
  
}
span.inline-block.fade-in-animate {
  white-space: nowrap;
  /* display: inline-block; */
  float: left;
}

.fintechHero span.group span span.green-accent {
  white-space: nowrap;
}


.fintechHero span.group span.animate-contain.fade-in-animate {
  left: 0;
  display: block !important;
  opacity: 1;
}

.fintechHero span.group span span.green-accent {
  color: #4BCD3E;
  display: inline-block !important;
}


.fintechHero .content-width {
  width: 100%;
  max-width: 100%;
  padding: 100rem 60rem;
  position: absolute;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

/*section.fintechHero::after {
  background-attachment: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530rem;
  top: 0;
  position: fixed;
  left: 0;
  content: "";
  height: 610rem;
  min-width: 100%;
  z-index: 1;
  perspective: 2px;
  max-height: 610rem;
}*/

.parallax-bg {
  background-attachment: initial !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 530rem;
  top: 0;
  position: fixed;
  left: 0;
  content: "";
  height: 610rem;
  min-width: 100%;
  z-index: 1;
  perspective: 2px;
  max-height: 610rem;
}

.shift-down .parallax-bg {
  margin-top: 120px;
  transition: all .3s ease-in-out;
}

.small-shift .parallax-bg {
  margin-top: 60px;
      transition: all .3s ease-in-out;
}

.fintechHero.topactive.light-bg.article-hero {
  color: #012834;
}

.fintechHero.dark-bg .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgb(1,40,52);
  background: linear-gradient( 
90deg
, rgba(1,40,52,1) 15%, rgba(1,40,52,0) 100%);
  opacity: .8;
}

.fintechHero.light-bg .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  opacity: .8;
}



@media(max-width:576px){

  .shift-down .parallax-bg {
    margin-top: 150px;
  }

  .small-shift .parallax-bg {
    margin-top: 130px;
}
}

/*Article Hero*/
.article-hero-wrap ul.fis-social li {
  display: inline-block;
}

.article-hero-wrap svg.fis-icon {
  position: absolute;
}

.light-bg .article-hero-wrap .fis-social-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  font-size: 18rem;
  color: #012834;
  pointer-events: auto;
  border: 2rem solid #012834;
  background-color: transparent;
  background-clip: padding-box;
  transition: all .3s ease-in-out;
}

.dark-bg .article-hero-wrap .fis-social-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  font-size: 18rem;
  color: #FFF;
  pointer-events: auto;
  border: 2rem solid #FFF;
  background-color: transparent;
  background-clip: padding-box;
  transition: all .3s ease-in-out;
}

span.share-title {
  display: block;
  font-size: 18px;
  font-family: 'source_sans_proregular', sans-serif;
}

.article-hero-wrap li.fis-social-link a:hover {
  color: #4bcd3e;
  border: 2rem solid #4bcd3e;
}

.article-hero-wrap h1 {
  font-size: 50px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25rem;
}


.article-hero h2 {
    font-size: 50px;
    line-height: 1;
}

.article-hero-wrap {
    max-width: 50%;
    opacity: 0;
    position: relative;
    transform: translate(-100px, 0);
}

.fis-main-nav.darkLight .nav-container .primary-nav &gt; a, .fis-main-nav.darkLight .nav-container .secondary-nav &gt; a {
    color: #000000 !important;
}

.article-details {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 25rem;
}

.article-full-content .article-details.author-details.no-date.no-contact::after {
  content: "";
}

.article-full-content .article-details.reading-time-estimate.read-time {
  display: none;
}

.article-details::after {
  content: "|";
  display: inline-block;
  margin-left: 11px;
  margin-right: 7px;
}

.article-details.reading-time-estimate.read-time::after {
  content: "";
}

.article-detials-and-social-container .fis-social li {
  display: inline-block;
}

.article-full-content .article-detials-and-social-container .fis-social .fis-social-link a {
  color: #3ACFF0;
  border: 2rem solid #3ACFF0;
  background-color: transparent;
}

span.author-highlight {
  font-family: 'source_sans_probold', sans-serif;
}

span.author-highlight a {
  color: #FFF;
  text-decoration: underline;
  font-size: 18px;
}

span.author-highlight a:hover {
  color: #00a4b6;
}

.light-bg span.author-highlight a {
  color: #012834;
}

.light-bg span.author-highlight a:hover {
  color: #00a4b6;
}

.article-full-content span.author-highlight a {
  color: #285bc5;
}

.article-full-content span.author-highlight a:hover {
  color: #00a4b6;
}

@media(max-width:1112px){
  .article-hero-wrap {
    max-width: 100%;
}
}

@media(max-width:991px){
  .top-area h2 {
    margin-top: 60rem;
    margin-bottom: 50rem;
}

.top-area h2 {
  font-size: 36px;
}

.article-hero-wrap h1 {
  line-height: 1;
}

}
/*End Article Hero*/


/*Article Body Copy*/
.article-full-content h3 {
  font-size: 20px !important;
  font-family: 'source_sans_semibold', sans-serif !important;
  margin-bottom: 25rem;
}

.article-full-content a {
  font-size: 18px;
}

.pull-quote-stat-container {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-bottom: 25rem;
  padding: 75rem 60rem;
  opacity: .2;
}

.quote-right-img-left {
  background-size:cover !important;
  background-repeat: no-repeat !important;
}

.pull-quote-stat-container.dark-bg {
  color: #FFF;
}

.pull-quote-stat-container .col-left, .pull-quote-stat-container .col-right {
  width: 50%;
}

.two-col.stat-container {
  display: flex;
  align-items: center;
}

.pull-quote-stat-container.quote-right-img-left {
  padding: 25rem 0;
}

.pull-quote-stat-container.quote-right-img-left .two-col.stat-container {
  position: relative;
}

.col-right p {
  font-size: 36rem  !important;
  font-family: 'Titillium Web', sans-serif;
  line-height: 1 !important;
}

h4.pull-quote {
  font-size: 36px;
  line-height: 1.1;
}

.pull-quote-stat-container.quote-right-img-left .col-right {
  padding-left: 20rem;
}

.col-right p.quote-attribution {
  font-size: 18rem !important;
  line-height: 22rem;
  font-family: 'source_sans_proregular', sans-serif;
}

.second.circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


.circle-graph .circle canvas {
  transform: rotate( 
90deg
);
  max-width: 100%;
  height: auto !important;
  width: 100%;
  position: relative;
  z-index: 2;
}

.circle-graph {
  position: relative;
}

.second.circle canvas:nth-of-type(2) {
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px) !important;
  border-radius: 50%;
  box-shadow: inset rgb(255 255 255 / 50%) 0 0 0 12px;
  z-index: 1;
}

.stat-detail.full-width.with-circle-graph {
  padding: 40rem;
}

.circle-graph .count-up-stat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 59px;
  font-family: 'source_sans_probold', sans-serif;
}

.stat-container .col-left {
  padding-right: 40rem;
}

.col-left img {
  max-width: 100%;
  width: 100%;
}

p.quote-attribution span strong {
  display: block;
  margin-bottom: 5rem;
  font-style: normal;
}

@media(max-width: 1920px){
  .dark-bg .second.circle::before {
    border: 9px solid rgba(255,255,255, .5);
  }
}

@media(max-width:991px){
  .article-full-content {
    padding-top: 50rem;
  }
  
  .article-full-content .two-col.stat-container {
    display: block;
  }
  
  .article-full-content .two-col.stat-container .col-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40rem;
  }
  
  .article-full-content .two-col.stat-container .col-right {
    width: 100%;
    padding-left: 0;
  }
  
  .article-full-content .two-col .col-left img {
    max-width: 50%;
    margin: 0 25%;
  }
}

@media(max-width: 768px){

  .article-full-content .two-col .col-left img {
    max-width: 100%;
    margin: 0 auto;
}

  .pull-quote-stat-container.quote-right-img-left {
    margin-bottom: 0;
  }

  .pull-quote-stat-container.quote-right-img-left .two-col.stat-container {
    display: block;
}

.pull-quote-stat-container.quote-right-img-left .col-left img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 40rem;
}

.pull-quote-stat-container.quote-right-img-left  .col-left, .pull-quote-stat-container.quote-right-img-left  .col-right {
  width: 100%;
}

.pull-quote-stat-container.quote-right-img-left .col-right {
  padding-left: 0;
}

.pull-quote-stat-container.quote-right-img-left .stat-container .col-left {
  padding-right: 0;
}
}

@media(max-width:700px){
  .two-col.stat-container {
    display: block;
}
.stat-container .col-left {
  padding-right: 0;
}
.stat-detail.full-width.with-circle-graph {
  padding: 0;
}

.pull-quote-stat-container .col-left, .pull-quote-stat-container .col-right {
  width: 100%;
}

.second.circle {
  max-width: 300px;
  margin: 0 auto;
}
}

@media(max-width:576px){
  .article-hero-wrap h1 {
    font-size: 40px;
    line-height: 1;
}

.fintechHero.light-bg .filter {
  background: linear-gradient(
90deg
, rgba(255,255,255,1) 50%, rgba(255,255,255,.5) 100%);
  opacity: .8;
}

.article-full-content h4.pull-quote {
    font-size: 28px;
}

}

@media(max-width:420px){
  .pull-quote-stat-container {
    padding: 45rem 30rem;
}
}
/*End Article Body Copy*/

    @media all and (-ms-high-contrast:none){
      .video-background-container {
        height: 100%;
        position: absolute;
        overflow: hidden;
        width: 100%;
        max-height: 610rem;
      }
      
      video#bgvid {
        position: absolute;
        top: 0;
        left: 0;
        max-height:none;
        min-width: 100%;
        width:100%;
        object-fit: cover;
      }
      
     }


/*.fintechHero span{text-transform: uppercase; font-size: 14rem;letter-spacing: 1rem;}*/
.fintechHero h2 {
    font-size: 80px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20rem;
}

.fintechHero .green-accent {
  color: #4BCD3E;
}

.fintechHero .hero-copy h1 {
  font-size: 18px;
    line-height: 28px;
    max-width: 500rem;
    margin-top: 0;
    margin-bottom: 20rem;
    font-family: source_sans_proregular,sans-serif;
    font-weight: 400;
}

/*Static Hero*/
.static-hero-copy h1 {
  font-size: 50px;
  line-height: 1;
}

.static-hero-copy {
  max-width: 50%;
  opacity: 0;
  transform: translate(-100px, 0);
}


.fintechHero .hero-copy p{font-size: 18px; line-height: 28px; max-width: 500rem; margin-top: 0; margin-bottom:20rem;}
.fintechHero-videoboxouter{max-width: 435rem;}
.fintechHero-videobox{width: 100%; display: flex; flex-wrap: wrap; padding-top: 25rem; border-top: 1px solid rgba(255,255,255,0.2);}
.fintechHero-videobox:first-child{border-top: none;}
.fintechHero-videoboxpreview{background:#42C636; width: 82rem; height: 52rem; position: relative; float: left;}
.fintechHero-videoboxpreview svg{position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin:auto; font-size: 26rem;}
.fintechHero-videobox p{float: left; max-width: none; font-size: 18rem; line-height: 22rem; width: calc(100% - 100rem); margin-left: 15rem; margin-top: 0;}
.fintechHero-videobox p span{display: block;font-size: 16rem; line-height: 20rem; text-transform: none; letter-spacing: 0;}
.fintechHero-videobox p a{color: #ffffff; font-size: 16rem; line-height: 21rem; margin-top: 10rem; display: block; transition: all 0.6s;}
.fintechHero-videobox p a:hover{color: #42C636;}
.fintechHero-videobox p a svg{padding-left: 5rem; position: relative; top: 3rem; left: 0; transition: all 0.6s;}
.fintechHero-videobox p a:hover svg{left: 5rem;}
a.hero-cta {
    border-radius: 67rem;
    text-transform: none;
    font-family: "Source Sans Pro", source_sans_semibold, sans-serif;
    padding: 8px 30px;
    text-align: center;
    display: inline-block !important;
    min-width: 140px;
    align-self: start;
    border: 2px solid #42C636;
    background: transparent;
    color: #FFF;
    font-size: 15px;
    line-height: 19px;
    margin-top: 20rem;
    transition: all .3s ease-in-out;
}

a.hero-cta:hover {
    color: #012834;
    background: #42C636;
}
a.hero-cta.dark-bg {
    border: 2px solid #FFF;
}
a.hero-cta.dark-bg:hover {
    background:#FFF;
}

@media(max-width:1112px){

  .static-hero-copy h1 {
      font-size: 45px;
      line-height: 1;
  }
}

@media(max-width:991px){
  .fintechHero h2 {
    font-size: 65px;
}

.feature-section.general-card .feature-card-content {
  padding: 60rem;
}

.static-hero-copy {
  max-width: 100%;
}

.fintechHero.dark-bg .filter {
  background: linear-gradient( 
90deg
, rgba(1,40,52,1) 50%, rgba(1,40,52,.5) 100%);
  opacity: .8;
}

section.fintechHero::after {
  position: absolute;
}

}

@media(max-width: 768px){
    .fintechHero .content-width {
        padding: 30rem;
    }
}

@media(max-width:576px){
  .fintechHero .content-width {
    padding: 100rem 30rem 75rem;
}

.fintechHero .content-width {
  position: relative;
}
section.fintechHero::after {
  height: 100%;
  max-height: 100%;
}

.fintechHero h2 {
  font-size: 50px;
}
}








/*Adjustments*/
/*Adjustments*/
/*Adjustments*/
/*Adjustments*/
/*Adjustments*/

.divider {
    opacity: 0;
}


.gradient-cards p {
    color: #012834;
}

.fintechabout2 .fintechaboutOuter2.gradient-cards .fintechaboutOuter2-box::after {
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
    background: #FFF;
    content: "";
    left: 0;
    z-index: 1;
    bottom: 0;
    border-radius: 10px;
}

.fintechaboutOuter2.fis-bg-blue-lagoon-blue.gradient-cards {
    background: transparent radial-gradient(closest-side at 50% 50%, #09597C 0%, #012834 100%) 0% 0% no-repeat padding-box;
}


.gradient-cards h5 {
    background: transparent linear-gradient( 
283deg
 , #003B4D 0%, #09597C 100%) 0% 0% no-repeat padding-box;
    padding: 17px 25px;
    font-family: 'source_sans_semibold', sans-serif;
    font-size: 16px !important;
    font-weight: normal !important;
    letter-spacing: .5rem;
    position: relative;
    z-index: 2;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    line-height: 1.4 !important;
    display: flex;
    align-items: center;
}

.gradient-cards h5::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 16px;
    width: 0px;
    height: 0px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 16px solid #085475;
}

.trail-effect {
    position: absolute;
    z-index: 2;
    width: 90%;
    height: 25px;
    border-radius: 10px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    opacity: .22;
    bottom: -14px;
    left: 5%;
}

.trail-effect::after {
    height: 25px;
    width: 90%;
    left: 5%;
    bottom: -14px;
    z-index: 1;
    border-radius: 10px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    opacity: .22;
    content: "";
    position: absolute;
}

/*Line 61*/
.fintechaboutOuter span {
    text-transform: uppercase;
    font-family: 'source_sans_probold', sans-serif;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 18px;
}
/*Line 74*/
.fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-row {
    margin-bottom: 25rem;
}

/*Line 75*/
.fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-box {
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

/*Line 78*/
.fintechaboutOuter2-box.moreBox.load-more {
    z-index: 2;
    display: none;
    transition: all .75s ease-in-out;
}

@media(min-width:992px){

.fintechaboutOuter2-box.moreBox.load-more.active {
    margin-top: 25px !important;
    z-index: 2;
    transform: scale(1);
    opacity: 1;
    transition: all .75s ease-in-out;
}

.fintechabout2 .fintechaboutOuter2.gradient-cards .fintechaboutOuter2-box.moreBox.load-more::after {
    background: #446d7c;
}

.fintechabout2 .fintechaboutOuter2.gradient-cards .fintechaboutOuter2-box.load-more::after {
    width: 92%;
    margin-left: 4%;
    transition: all .75s ease-in-out;
}

.fintechabout2 .fintechaboutOuter2.gradient-cards .fintechaboutOuter2-box.load-more.load-third-level::after {
    width: 84%;
    margin-left: 8%;
    transition: all .75s ease-in-out;
}

.fintechabout2 .fintechaboutOuter2.gradient-cards .fintechaboutOuter2-box.load-more.active::after, .fintechabout2 .fintechaboutOuter2.gradient-cards .fintechaboutOuter2-box.load-more.active.load-third-level::after {
    width: 100%;
    margin-left: 0;
}

.fintechaboutOuter2-box.moreBox.load-more.load-third-level {
    opacity: .22;
}

.fintechaboutOuter2-box.moreBox.load-more.active.load-third-level {
    
    transform: scale(1);
    opacity: 1;
    transition: all .75s ease-in-out;
}

.fintechabout2 .fintechaboutOuter2.gradient-cards .fintechaboutOuter2-box.moreBox.load-more.active::after {
    background: #FFF;
}

}



/*Line 81*/
.fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-box p {
    margin-top: 10rem;
    font-size: 16px;
    line-height: 23px;
    font-family: 'source_sans_proregular', sans-serif;
    font-weight: normal;
    position: relative;
    z-index: 2;
    padding: 20px 25px;
}

/*Line 84*/
/*.moreBox.load-more {
    display: block;
}*/

/*Line 170*/
.fintech-center-btns {
    padding: 75rem 0 0;
  
}

@media(max-width:991px){
    .fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-row {
        flex-wrap: wrap;
    }

    .fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-box {
        height: auto !important;
    }

    .fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-box, .fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-row.fourbox .fintechaboutOuter2-box {
        width: 49% !important;
        margin-right: 2% !important;
        margin-bottom: 50rem;
    }

    .fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-box:nth-of-type(even), .fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-row.fourbox .fintechaboutOuter2-box:nth-of-type(even) {
        margin-right: 0 !important;
    }

    .fintechaboutOuter2-box.moreBox.load-more.active {
        margin-top: 0 !important;

    }

}


@media(max-width:768px){
    .fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0  !important;
    }

    .fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-box, .fintechabout2 .fintechaboutOuter2 .fintechaboutOuter2-row.fourbox .fintechaboutOuter2-box {
        width: 100% !important;
        margin-right: 0 !important;
    
    }

    .fintechaboutOuter2-box.moreBox.load-more.active {
        margin-top: 25px !important;
    }
}

/*Lock and Scroll*/
/*Lock and Scroll*/
/*Lock and Scroll*/
.scroll-and-lock-section {
    float:none;
    clear:both;
}

.scroll-and-lock-section .column-container.left-side {
    background: #012834;
}

.column-container.right-side {
    background: transparent linear-gradient(
270deg
, #285BC5 0%, #FF1F3E 100%) 0% 0% no-repeat padding-box;
}

.scroll-and-lock-section h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10rem;
    line-height: 44rem;
    padding-right: 20rem;
}

.scroll-and-lock-section .right-side h3 {
    font-family: 'Titillium Semibold', sans-serif;
    font-size: 34px;
    line-height: 38px;
    text-transform: none;
    margin-bottom: 10rem;
}

.scroll-and-lock-section p {
        color: #ffffff;
}

.scroll-and-lock-section span {
    text-transform: uppercase;
    font-size: 14rem;
    letter-spacing: 1rem;
    color: #ffffff;
}
.scroll-and-lock-section span.call-out {
    font-family: source_sans_semibold,sans-serif;
    font-size: 18rem;
    letter-spacing: 0;
    text-transform: none;
    line-height: 20px;
    display: block;
    margin-bottom: 3px;
} 

.scroll-and-lock-section a {
    color: #ffffff;
    font-size: 16rem;
    line-height: 21rem;
    margin-top: 10rem;
    display: block;
    transition: all 0.6s;
}

.scroll-and-lock-section a:hover {
    color: #42C636;
}

.scroll-and-lock-section svg {
    padding-left: 5rem;
    position: relative;
    top: 3rem;
    left: 0;
    transition: all 0.6s;
}

.scroll-and-lock-section a:hover svg {
    left: 5rem;
}

.scroll-and-lock-section .swiper-pagination-bullet {
    width: 6px !important;
    height: 39px !important;
    margin: 12px 0 !important;
    border-radius: 0 !important;
}

  #rebranding .panel {
    height: 1000px;
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: centeR;
    -ms-flex-align: centeR;
    align-items: centeR;
  }
 
 
  
  #rebranding #pinContainer {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    background: #fcf8f5;
    position: relative;
  }
  #rebranding #pinContainer .pincontainer {
    overflow: hidden;
  }
  
  #rebranding #slideContainer {
    width: 400%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  
  #rebranding .panel--inner {
    width: 85%;
    height: 100%;
  }
  
  #rebranding .panel--right .panel--inner {
    margin-left: auto;
  }
  
  #rebranding .scroll-slider {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100vh;
  }
  
  #rebranding .scroll-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  #rebranding .scroll-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100vw;
    flex: 1 0 100vw;
    max-width: 100vw;
    height: 100%;
    position: relative;
  }
  
  #rebranding .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  #rebranding .item-container {
    position: relative;
  }
  #rebranding .item-title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1;
  }
  @media (min-width: 40em) {
    #rebranding .item-body {
      position: absolute;
      left: 100%;
      top: 50%;
      width: 50%;
      -webkit-transform: translate(-25%, -50%);
      -ms-transform: translate(-25%, -50%);
      transform: translate(-25%, -50%);
    }
  }
  
  #rebranding .tabs-panel--wrapper {
    background: #fff;
    padding-bottom: 160px;
  }
  
  #rebranding .tabs-panel--title {
    margin-bottom: 48px;
  }
 
  
  #rebranding .tabs-panel--textarea {
    width: 80%;
  }
  #rebranding .tabs-panel--textarea h3 {
    margin-bottom: 30px;
  }
  #rebranding .tabs-panel--textarea p {
    font-style: normal;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 30px;
    color: #717a89;
    margin-bottom: 32px;
  }
  
  #rebranding .tabs-panel--nav {
    margin-bottom: 73px;
  }
  #rebranding .tabs-panel--nav-item {
    padding-bottom: 12px;
    border-bottom: 2px solid #e9f2f6;
  }
  #rebranding .tabs-panel--nav-item.active {
    border-bottom: 2px solid #e43958;
  }
  #rebranding .tabs-panel--nav-item.active a {
    color: #e43958;
    opacity: 1;
  }
 
  
  #rebranding .panel--inner {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  #rebranding .swiper-section {
    height: 600px;
    position: relative;
}

  #rebranding .swiper-section p {
    max-width: 400px;
  }
  
  #rebranding .sliding-madness {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  #rebranding .swiper-container-left, #rebranding .swiper-container-right {
    width: 50vw;
    height: 600px;
    overflow: hidden;
}

  #rebranding .swiper-pagination-bullet {
    width: 6px !important;
    height: 39px !important;
    margin: 12px 0 !important;
    border-radius: 0 !important;
    background: #3BCFF0 !important;
    opacity: 1 !important;
    transition: all .3s ease-in-out;
}
 
  #rebranding .slide-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  #rebranding .slide-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  #rebranding .swiper-container-vertical &gt; .swiper-pagination-bullets {
    right: 42px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
}
  #rebranding
    .swiper-container-vertical
    &gt; .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  
  #rebranding .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #FFF !important;
  }
  
  #rebranding .swiper-pagination-bullet {
    display: inline-block;
    background: #FFF;
  }
  
  html.no-scroll {
    overflow: hidden;
  }

  
  
  /*End Lock and Scroll*/
   /*End Lock and Scroll*/
    /*End Lock and Scroll*/

    /*bootstrap modal CSS*/
       /*bootstrap modal CSS*/
          /*bootstrap modal CSS*/
.modal-open {
  overflow: hidden;
}

.modal .modal-dialog {
    width: 100%;
    max-width: 100%;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer &gt; :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer &gt; :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/*brightcove styles*/
/*brightcove styles*/
/*brightcove styles*/

.video-js:not(#bg-video) {
  outline: 0;
  width: 100%;
  height: 100%;
  position: absolute;

}

.bc-iframe, .bc-iframe body, .bc-player-default_default, .bc-player-default_default .vjs-poster {
background-color: #000;
}


/*Video modal styles*/
/*Video modal styles*/
/*Video modal styles*/

.modal-dialog .video-player {
position: absolute !important;
bottom: 0 !important;
z-index: 9999;
}

.modal-content {
position: absolute;
height: 100%;
background: transparent;
border: none !important;
}



div.video-player-styles.active {
opacity: 1;
z-index: 9999;
}

.video-player-styles .video-player {
max-width: 75%;
height: 75vh;
position: absolute;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
}

.video-modal-wrapper {
max-width: 75%;
}

.video-close {
position: absolute;
left: 20rem;
top: 20rem;
cursor: pointer;
transition: all .3s ease-in-out;
display: block !important;
z-index: 99999;
width: 40px;
height: 40px;
}

.video-close .fis-icon {
width: 40px;
height: 40px;
opacity: .5;
}

.modal-backdrop.show {
opacity: 0.9;
}

.modal.show .modal-dialog {
width: 100%;
max-width: 100%;
}

.modal-body {
max-width: 957px;
max-height: 459px !important;
width: 100%;
height: 100%;
margin: 0 auto;
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}

.modal-header {
border-bottom: none;
}

button.close span {
font-size: 40rem;
color: #FFF;
font-family: 'source_sans_proregular', source_sans_proregular, sans-serif;
font-weight: 300;
}

button.close {
float: none;
clear: both;
opacity: 1;
font-weight: 400;
position: absolute;
left: 60rem;
top: 40rem;
background: transparent;
border: none;
}

img.close-icon {
width: 26px;
height: 26px;
}

.modal-header {
height: 52px;

}

@media all and (-ms-high-contrast:none) {

.modal-content {
    top:0;
    -ms-overflow-style: none;
}
}

@media(max-width:768px){
button.close {
    left: 20rem;
    top: 20rem;
}
}
/*End video modal styles*/
/*End video modal styles*/
/*End video modal styles*/

/*Fullpage Takeover*/
.page-takeover {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent linear-gradient(
270deg
, #285BC5 0%, #FF1F3E 100%) 0% 0% no-repeat padding-box;
}


html.no-scroll {
  overflow: hidden;
}

.no-translate {
  transform: none !important;
}

.fsm {
  flex: 1;
  display: flex;
  justify-content: center;
  color: #f5f5f5;
  transition: all 1s ease-in-out;
  cursor: pointer;
}

#fsm_actual.fsm.full-screen {
  transition: none !important;
  padding: 0 !important;
  left: 0 !important;
}

.fsm.blue-red-gradient {
  background: transparent linear-gradient(
270deg
, #285BC5 0%, #FF1F3E 100%) 0% 0% no-repeat padding-box;
}

.fsm .fa {
  transition: 1s;
  color: #f5f5f5;
  font-size: 2.5vw;
}
.fsm .fa:before {
  color: #f5f5f5;
}
.fsm .modal-content {
  height: 0;
  width: 0;
  margin: 0;
}
.fsm h1.modal-content {
  opacity: 0;
  transition: 1s;
}

.fsm.growing h1.modal-content {
  height: auto;
  margin: 0;
  opacity: 0;
  transition-delay: 0.5s;
}
.fsm.full-screen {
  height: 100vh;
  z-index: 100;
  margin: 0;
  border-radius: 0;
  opacity: 1;
}

.show-content-on-expand {
  display: none;
}

#fsm_actual {
  opacity: 0;
  padding: 0 !important;
}

#fsm_actual.full-opacity {
  opacity: 1;
}



.fsm.full-screen .fa {
  font-size: 10vw;
}
.fsm.full-screen .modal-content {
  height: auto;
  width: auto;
  margin: inital;
}
.fsm.full-screen h1.modal-content {
  transition-delay: 0.5s;
  opacity: 1;
}
.fsm.shrinking h1.modal-content {
  transition-delay: 0s;
  transition: 0.5s;
  opacity: 0;
  display: block;
}
.fsm-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

/*Fullpage SLider*/
#rebranding #fsm_actual .swiper-pagination-bullet {
  width: 39px !important;
  height: 6px !important;
  margin: 0 6px !important;
  border-radius: 0 !important;
  /* background: #3BCFF0 !important; */
  opacity: 1 !important;
  transition: all .3s ease-in-out;
}

#rebranding #fsm_actual .custom-dot .slick-dots {
  z-index: 99999;
}

#fsm_actual .hidden-carousel.slick-initialized {
  height: 100vh;
}

#fsm_actual .content-rich-slide-bg.padding-lg {
  height: 100vh;
}

#fsm_actual .slider-background {
  background-size:cover !important;
  background-repeat: no-repeat !important;
}

.show-content-on-expand .content-rich-slide-bg.padding-lg {
  background-color: transparent;
}

#fsm_actual .slider-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#fsm_actual .content-rich-slide .content-width {
  position: relative;
  z-index: 2;
}

#fsm_actual .slick-fis-prev, #fsm_actual .slick-fis-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #4bcd3e;
  border-radius: 50%;
  z-index: 999;
}

#fsm_actual .slick-fis-prev {
  left: 40px;
}
#fsm_actual .slick-fis-next {
  right: 40px;
}



#fsm_actual .slick-fis-prev:before, #fsm_actual .slick-fis-next:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 17px;
  width: 13px;
  height: 13px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

#fsm_actual .slick-fis-prev::before {
  content: '';
  -webkit-transform: rotate(
-135deg
);
  -ms-transform: rotate(-135deg);
  transform: rotate(
-135deg
);
  right: 17px;
}

#fsm_actual .slick-fis-next::before {
  content: '';
  -webkit-transform: rotate(
45deg
);
  -ms-transform: rotate(45deg);
  transform: rotate(
45deg
);
}

#fsm_actual .close-expansion {
  position: absolute;
  z-index: 999;
  right: 40px;
  top: 40px;
  font-size: 18px;
  font-family: 'source_sans_semibold', sans-serif;
}

#fsm_actual .close-expansion svg.fis-icon.fis-icon-x.fis-green {
  width: 24px;
  height: 24px;
  top: 5px;
  padding-left: 0;
  margin-left: 14px;
}

/*Swiper Copy*/
#fsm_actual .slide-content {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x:hidden;
}

#fsm_actual .slide-content::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px
}
 
#fsm_actual .slide-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(1 40 52 / .5);
  border-radius: 5px;
}
 
#fsm_actual .slide-content::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 1px solid rgb(1 40 52 / .15);
  border-radius: 5px
}

/* Hide scrollbar for IE, Edge and Firefox */
#fsm_actual .slide-content {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#fsm_actual .swiper-slide h3 {
  font-weight: 900;
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 25rem;
}

#fsm_actual .swiper-slide p {
  width: 100%;
  max-width: 100%;
}

.slide-content .col-md-6 {
  width: 50%;
}
#fsm_actual .swiper-slide p {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-family: 'source_sans_proregular', sans-serif;
  font-weight: normal;
}

.swiper-container {
  padding: 0;
}

#fsm_actual h4.quote-area {
  font-family: 'titillium_webbold', sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg ul, .dark-bg li, .dark-bg p {
  color: #FFF;
}

.light-bg h1, .light-bg h2, .light-bg h3, .light-bg h4, .light-bg h5, .light-bg h6, .light-bg ul, .light-bg li, .light-bg p {
color: #012834;
}

#close-fsm {
  color: #FFF;
  transition: all .3s ease-in-out;
}

#close-fsm.light-bg {
  color: #012834;
}

#fsm_actual .slide-content .light-filter {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=1 );
}

#fsm_actual .slide-content .row {
  position: relative;
  z-index: 2;
}

#fsm_actual .light-bg .slide-filter {
  background: #FFF;
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*Video Slide*/
#fsm_actual .slide-content.video-slide iframe {
  width: 100%;
  min-height: 65vh;
}

.slide-content.video-slide iframe {
  width: 100%;
  min-height: 65vh;
  border: none;
}

#fsm_actual .slide-content.video-slide iframe {
  width: 100%;
  min-height: 65vh;
  box-shadow: rgb(0 0 0 / 50%) 0 0 30px;
}

@media(max-width:991px){
  .slide-content .col-md-6 {
    width: 100%;
  }

  #fsm_actual .slide-content {
    width: calc(100% - 120rem);
}

  #fsm_actual .slide-content .row {
    padding: 0 60rem;
}
}

@media(max-width:576px){
  #fsm_actual .slide-content .row {
    padding: 0 20rem;
}

#fsm_actual .slide-content {
  width: calc(100% - 75rem);
}

#rebranding #fsm_actual .swiper-button-next {
  right: 20px !important;
}

#fsm_actual .swiper-button-prev {
  left: 20px !important;
}

#fsm_actual .swiper-button-next, #fsm_actual .swiper-button-prev {
  width: 25px !important;
  height: 25px !important;
}

#fsm_actual .swiper-button-next:after {
  left: 1px;
  top: 0;
}

#fsm_actual .swiper-button-next:after, .swiper-button-prev:after {
  font-size: 14px;
}
}

/*Fintech Updates*/
/*Fintech Updates*/
/*Fintech Updates*/

.side-sticky-and-content-container {
    width: 100%;
    display: flex;
    padding: 60rem;
}

.side-sticky-and-content-container {
  width: 100%;
  display: flex;
  padding: 60rem;
  z-index: 3;
  position: relative;
  background: #FFF;
  box-shadow: rgb(0, 0, 0, .2) 0 0 100px 40px;
}

.side-sticky-and-content-container .side-sticky {
    width: 25%;
    float: left;
    padding-right: 60rem;
}

.side-sticky-and-content-container .content-container {
    width: 75%;
    float: left;
}

.dark-bg {
    color: #FFF;
}

/*Side Sticky Nav*/
.side-sticky h4 {
    font-size: 35px;
    line-height: 1.2;
    font-family: 'source_sans_probold', sans-serif;
    text-transform: uppercase;
    padding-bottom: 25rem;
    border-bottom: 5px solid #000;
    display: block;
    margin-bottom: 25rem;
    color: #000;
}

.nav-items {
    color: #000;
}

.nav-items ul li {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 8rem;
}

.nav-items li a {
    color: #000;
    text-decoration: none;
}

.nav-pages li.active-link a, .nav-ctas li.active-link a {
    font-family: 'source_sans_probold', sans-serif;
    text-decoration: underline;
}

.side-sticky-and-content-container .side-sticky.activated {
  position: fixed;
  top: 100px;
  left: 60rem;
  width: calc(25% - 30rem);
}

.small-shift .side-sticky-and-content-container .side-sticky.activated {
    top: 150px;
}

.content-container.sticky-locked {
    margin-left: 25%;
}

ul.nav-pages {
    padding-bottom: 22rem;
    border-bottom: 5px solid #F7F7F7;
    margin-bottom: 22rem;
}

ul.nav-ctas li:first-of-type {
    padding-bottom: 22rem;
    border-bottom: 5px solid #F7F7F7;
    margin-bottom: 22rem;
}

ul.nav-pages li:last-child {
    margin-bottom: 0;
}

@media(max-width:1112px){
  .side-sticky-and-content-container {
    padding: 60rem 38rem;
}

.side-sticky h4 {
    font-size: 28px;
    display: inline-block;
}

.side-sticky-and-content-container .side-sticky.activated {
    left: 38rem;
}

.side-sticky-and-content-container .side-sticky {
  min-height: 55px;
}

.nav-items ul li {
  line-height: 1;
}

.small-shift .side-sticky-and-content-container .side-sticky.activated {
  top: 155px;
}
}


@media(max-width:991px){
  .side-sticky-and-content-container {
    width: 100%;
    display: block;
    padding: 0 0 60rem 0;
    overflow-x: initial;
}
.side-sticky-and-content-container .nav-items {
  padding: 20rem 60rem 0;
  width: max-content;
}

    .side-sticky-and-content-container .content-container {
        width: 100%;
        float: none;
        clear: both;
        display: flex;
        flex-direction: column;
    }

    .side-sticky-and-content-container .side-sticky {
      width: 100%;
      float: none;
      clear: both;
      overflow-x: scroll;
      overflow-y: hidden;
  }
    
    .content-container.sticky-locked {
        margin-left: 0;
    }

    .side-sticky-and-content-container .side-sticky.activated {
        z-index: 99;
        position: fixed;
        top: 54px;
        background: #FFF;
        box-shadow: rgba(0, 0, 0, .5) 0 1px 8px 0;
    }

    .side-sticky-and-content-container .side-sticky {
      padding-right: 0;
      background: #FFF;
      box-shadow: rgba(0, 0, 0, .2) 0 0 11px 0;
  }

    .nav-items ul li {
        display: inline-block;
        width: auto;
        padding-right: 30px;
        margin-bottom: 0;
    }

    .nav-items {
        width: 100%;
    }

    .nav-items ul li {
      line-height: 1;
  }

    .nav-items ul {
        display: inline;
    }

    ul.nav-pages li a, ul.nav-ctas li a { 
      font-family: 'source_sans_probold', sans-serif;
      color: #012834;
      transition: all 0.6s;
    }

    .side-sticky h4 {
        display: none;
    }

    .side-sticky.activated .nav-items {
        box-shadow: rgba(0, 0, 0, .2) 0 0 8px 2px;
    }

    .side-sticky-and-content-container .side-sticky::-webkit-scrollbar {
        width: 0;  /* Remove scrollbar space */
        background: transparent;  /* Optional: just make scrollbar invisible */
    }

    ul.nav-pages, ul.nav-ctas, ul.nav-ctas li:first-of-type {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0;
  }

  .content-container[data-active-page="form-link"] {
    padding-top: 40rem;
}
}

@media(max-width:768px){
    .side-sticky-and-content-container .nav-items {
        padding: 20rem 30rem 0;
    }
}

@media(max-width: 576px){
  .side-sticky-and-content-container .side-sticky {
    min-height: 57px;
}
}


/*Feature cards*/
.feature-section {
    display: flex;
}

.feature-section.article-full-content {
  display: block;
}

.feature-section.general-card[data-card-link]:hover {
cursor: pointer;
}

a.general-card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.feature-section:nth-of-type(n+2) {
    margin-top: 120rem;
}

.feature-card-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30rem;
    height: 100%;
    align-items: center;
    position: relative;
}

.feature-section span.fis-primary-heading-regular-font {
    text-transform: uppercase;
    font-family: 'source_sans_semibold', sans-serif;
    font-weight: normal !important;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20rem;
    display: block;
}

a.feature-card-content-wrap {
    text-decoration: none;
    width: 100%;
    display:flex;
}
.dark-bg a.feature-card-content-wrap {
    color: #FFF !important;
}

.feature-card-content h3 {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
}

.feature-section.two-col-card .feature-card-left h3 {
  font-family: 'titillium_webbold', sans-serif;
  text-transform: none;
  font-size: 30px;
  line-height: 1.2;
}

.feature-card-content p:first-of-type {
    margin-top: 25rem;
}

.top-area &gt; p {
  margin-top: 0 !important;
}

.feature-card-content p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 25rem;
    font-size: 18px;
    line-height: 28px;
}

.feature-card-content p.attribution {
    font-size: 13px;
    line-height: 17px;
}

.feature-card-content .btn-secondary-green-on-white {
    font-size: 18px;
    line-height: 23px;
}

@media(max-width:1112px){
  .feature-card-content h3 {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}

.feature-section span.fis-primary-heading-regular-font {
  font-size: 16px;
}

.feature-section.two-col-card .feature-card-left h3 {
  font-size: 25px;
}



.feature-card-content .btn-secondary-green-on-white {
  font-size: 16px;
  line-height: 1.2;
}

.feature-card-content p {
  font-size: 16px;
  line-height: 1.4;
}
}

@media(max-width:991px){

    .fis-main-nav .fis-logo svg {
        top: 5px;
    }

    .hamburger-menu {
        top: 17px;
    }

    .feature-card-content h3 {
        font-size: 40px;
    }

    .feature-section span.fis-primary-heading-regular-font {
        font-size: 16px;
    }

    .feature-section:nth-of-type(n+2) {
      margin-top: 60rem;
  }


}

@media(max-width:576px){
    .feature-card-content h3 {
        font-size: 34px;
    }

    .feature-card-content p {
      font-size: 18rem;
      line-height: 1.5;
  }

    .feature-section:nth-of-type(n+2) {
      margin-top: 30rem;
      margin-bottom: 30rem;
  }

}

/*Two column card*/
.feature-section.two-col-card .feature-card-content {
    padding: 0;
}

.feature-section.two-col-card .feature-card-content .feature-card-left {
  width: 50%;
  min-height: 450px;
}

.feature-section.two-col-card span.fis-primary-heading-regular-font {
    color: #0B597C;
}

.top-area h2 {
  font-family: 'Titillium Semibold', sans-serif;
  font-size: 50px;
  margin-bottom: 45rem;
  /*max-width: 75%;*/
}
.article-full-content .top-area h2 {
font-size: 30rem;
    line-height: 1.2;
    margin-top: 0;
    font-family: 'Titillium Semibold', sans-serif;
    margin-bottom: 25rem;
}


.feature-section.article-full-content h3 {
  font-size: 20px !important;
  font-family: 'source_sans_semibold', sans-serif !important;
  line-height: 1.4 !important;
  margin-bottom: 25rem;
  font-weight: normal;
  text-transform: none;
}

.feature-section.two-col-card .feature-card-right.image {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  background-size: cover !important;
  background-position: right !important;
}

.feature-section.two-col-card .feature-card-left {
    padding-right: 40rem;
}

.feature-section.two-col-card .feature-card-content {
    align-items: flex-start;
}

.feature-card-content.two-col-reverse {
  flex-direction: row-reverse;
}

.feature-card-content.two-col-reverse .feature-card-right.image {
  background-position: right !important;
  right: initial;
  left: 0;
}

.feature-card-content.two-col-reverse .feature-card-left {
  padding-right: 0;
  padding-left: 40rem;
}

@media(max-width: 1112px){
  
.feature-section.two-col-card .feature-card-right.image {
  background-size: contain !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
}

.feature-section.two-col-card .feature-card-content .feature-card-left {
  min-height: auto;
}
}

@media(max-width:991px){
    .feature-section.two-col-card {
        padding-left: 60rem;
        padding-right: 60rem;
    }

    .feature-section.two-col-card .feature-card-content .feature-card-left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }

    .feature-section.two-col-card .feature-card-right.image {
        width: 100%;
        height: 350px;
        position: relative;
        right: 0;
        background-size: cover !important;
        margin-bottom: 50rem;
    }

    .two-col-card.big-stat-card .top-area {
        width: 100%;
    }

    .two-col-card.big-stat-card .feature-card-right {
        width: 100%;
    }

    .feature-section.two-col-card .feature-card-content .feature-card-left {
      min-height: auto;
  }

  .feature-card-content.two-col-reverse .feature-card-left {
    padding-left: 0;
}
}

@media(max-width:768px){
    .feature-section.two-col-card {
        padding-left: 30rem;
        padding-right: 30rem;
    }

    .feature-section.two-col-card .feature-card-content h3 {
        font-size: 24px;
        line-height: 1.2;
    }
}

/*Big stat cards*/
.two-col-card.big-stat-card .feature-card-right {
    width: 50%;
}

.two-col-card.big-stat-card .top-area {
    width: 100%;
}



.big-stat {
    background: linear-gradient(to right, #2662C4, #ED3E45);
    background: -webkit-linear-gradient(to right, #2662C4, #ED3E45);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 135px;
    display: inline-block;
    font-family: 'source_sans_probold', sans-serif;
    line-height: 1;
    padding-bottom: 15rem;
}

.big-stat.alt {
    background: linear-gradient(to right, #015B7E, #50FF48);
    background: -webkit-linear-gradient(to right, #015B7E, #50FF48);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.stat-description {
    border-top: 1px solid #012834;
    padding-top: 20rem;
}

.stat-description h4 {
    font-size: 30px;
    font-family: 'source_sans_proregular', sans-serif;
}

@media(max-width:991px){
    .feature-section.two-col-card.big-stat-card .feature-card-content .feature-card-left, .feature-section.two-col-card.big-stat-card .feature-card-content .feature-card-right {
        width: 100%;
        text-align: center;
        margin-bottom:50rem
    }

    .big-stat {
        font-size: 120px;
    }

    .two-col-card.big-stat-card .top-area {
      width: 100%;
  }
}

@media(max-width:768px){
    .two-col-card.big-stat-card .top-area {
        width: 100%;
    }
}

@media(max-width:576px){
    .big-stat {
        font-size: 80px;
    }

    .stat-description h4 {
        font-size: 24px;
    }
}

/*Card Deck Cards*/


.feature-section.card-decks {
    flex-direction: column;
    transition: all .3s ease-in-out;
}

.feature-section.card-decks.article-read-more {
  margin-top: 60rem;
}

.feature-section.card-decks.article-read-more h2 {
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 0;
  font-size: 50px;
  padding-bottom: 60rem;
  padding-top: 60rem;
  border-top: #e5e5e5 3px solid;
}

.feature-section.card-decks.article-read-more.fade-height {
  height: 0;
  opacity: 0;
  margin-top: 0;
  transition: all .3s ease-in-out;
}

.read-more-dynamic {
  display: none;
}

.feature-section.card-decks .new-row {
  display: flex;
}

.feature-section.card-decks .new-card-component .image-container {
    height: auto;
    position: relative;
}

.feature-section.card-decks .new-card-component {
  display: flex;
  flex-direction: column;
}
.new-card-component.mR2 {
  opacity: 0;
}


.feature-section.card-decks a.card-link {
  display: block;
  padding-bottom: 14rem;
}

.video-card .image-container::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='57'%3E%3Cpath stroke='none' fill='%23FFFFFF' d='M22.437822173509 7.787187078898a7 7 0 0 1 12.124355652982 0l19.875644347018 34.425625842204a7 7 0 0 1 -6.0621778264911 10.5l-39.751288694036 0a7 7 0 0 1 -6.0621778264911 -10.5'%3E%3C/path%3E%3C/svg%3E");
    width: 58px;
    height: 59px;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%) rotate(90deg);
    left: 50%;
    top: 50%;
    opacity: .55;
    transition: all .3s ease-in-out;
    
}

.video-card .image-container:hover::after {
    opacity: .9;
}

.feature-section.card-decks .new-card-component-inner h4 {
    font-family: 'titillium_webbold', sans-serif;
    position: relative;
    text-overflow: initial;
    white-space: normal;
    font-size: 18px;
    line-height: 21px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20rem;
}

.feature-section.card-decks .new-card-component-inner {
  padding: 0 0 20px 0;
  box-shadow: none;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.feature-section.card-decks .new-card-component-inner .inner svg {
  position: relative;
  top: 4rem;
}

.feature-section.card-decks span.type {
    color: #0B597C;
    font-size: 15px;
    line-height: 19px;
    font-family: 'source_sans_probold', sans-serif;
    letter-spacing: 0;
}

.card-decks .new-card-component-inner p:first-of-type {
    margin-top: 0;
}

.feature-section.card-decks .new-card-component-inner p {
    font-family: "source_sans_proregular",sans-serif;
    font-weight: normal;
    line-height: 23px;
    font-size: 15px;
    color: #000000;
    letter-spacing: normal;
    font-family: 'source_sans_proregular', sans-serif;
}

.feature-section.card-decks .new-card-component a.inner {
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  font-weight: 500;
  float: none;
  font-family: 'source_sans_probold', sans-serif;
  margin-top: auto;
  /* flex-grow: 1; */
  display: block;
}

.feature-section.card-decks .date-author, .feature-section.card-decks .read-time {
    font-size: 13px;
    line-height: 17px;
    color: #000 !important;
    font-family: 'source_sans_proregular', sans-serif;
    font-weight: normal;
}

.new-row.load-more-decks.not-loaded {
    display: none;
}

.load-more-trigger {
    color:#42C636;
    text-decoration: underline;
    text-align: center;
    padding-top: 40rem;
    font-size: 26px;
    line-height: 33px;
    cursor: pointer;
}

.play-button-svg::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 337.173 337.173' style='enable-background:new 0 0 337.173 337.173;' xml:space='preserve'%3E%3Cpath style='fill:%2342C636;' d='M25.922,337.173V0l285.329,168.595L25.922,337.173z M42.179,28.491v280.2L279.29,168.595 L42.179,28.491z'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    width: 24px;
    height: 23px;
    left: 0;
}

a.inner.btn-tertiary-dark-on-white.play-button-svg {
    padding-left: 30px;
    position: relative;
    text-decoration: underline !important;
}

@media all and (-ms-high-contrast:none){
  .feature-section.card-decks .new-card-component {
    display: block;
}
}

@media(max-width: 1112px){
  .feature-section.card-decks .new-card-component-inner h4 {
    font-size: 16px;
    line-height: 1.2;
}

.feature-section.card-decks .new-card-component-inner p {
    line-height: 1.3;
}

.feature-section.card-decks .new-card-component a.inner {
    font-size: 16px;
    line-height: 1.2;
}
}

@media(max-width: 991px){
    .feature-section.card-decks {
        padding-left: 60rem;
        padding-right: 60rem;
    }

}

@media(max-width: 768px){
    .feature-section.card-decks {
        padding-left: 30rem;
        padding-right: 30rem;
    }
}

@media(max-width: 767px){
  .feature-section.card-decks .new-row {
    display: block;
}
}

@media(max-width:576px){
  .feature-section.card-decks.article-read-more h2 {
    font-size: 40px;
    padding-bottom: 10rem;
    padding-top: 25rem;
}

.feature-section.article-full-content h3 {
  line-height: 1.2 !important;
}
}

/*General Card*/
.feature-section.general-card:not(.contact-page), .feature-section.two-col-card {
  opacity: .1;
  transform: translate(0, 50px);
}

.feature-section.general-card .feature-card-content {
  padding: 0;
  padding: 30rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 530rem;
  display: block;
  background-position: right !important;
}

.feature-section.general-card .top-area {
    margin-bottom: 60rem;
}

.general-card .feature-card-left {
    max-width: 66%;
}

.general-card .feature-card-left {
  max-width: 66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-card-content.dark-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .8;
}

.feature-card-left {
    z-index: 2;
    position: relative;
}

.feature-section.general-card .top-area h2 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    max-width: 66%;
}

.general-card .feature-card-content .feature-card-content.video-card::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='57'%3E%3Cpath stroke='none' fill='%23FFFFFF' d='M22.437822173509 7.787187078898a7 7 0 0 1 12.124355652982 0l19.875644347018 34.425625842204a7 7 0 0 1 -6.0621778264911 10.5l-39.751288694036 0a7 7 0 0 1 -6.0621778264911 -10.5'%3E%3C/path%3E%3C/svg%3E");
    width: 58px;
    height: 59px;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%) rotate(90deg);
    left: 50%;
    top: 50%;
    opacity: .55;
    transition: all .3s ease-in-out;
    
}

.general-card .feature-card-content.video-card:hover::after {
    opacity: 1;
}

.feature-card-copy {
  min-height: 530rem;
  display:flex;
  align-items:center;

}

.feature-card-content.dark-bg .filter.medium {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient( 
90deg
, rgba(1,40,52,1) 50%, rgba(1,40,52,.5) 100%);
  opacity: .5;
}

@media all and (-ms-high-contrast:none){
  .feature-card-copy {
    min-height: 530rem;
  }

}

@media(max-width:991px){

  .feature-section.general-card .feature-card-content {
    padding: 60rem;
}

    .general-card .feature-card-left {
        max-width: 100%;
    }

    .feature-section.general-card .feature-card-content .feature-card-content {
        padding: 30rem 0;
    }

    .general-card .feature-card-content .feature-card-content {
        padding-left: 60rem !important;
        padding-right: 60rem !important;
    }

    .feature-section.general-card .top-area {
        padding-left: 60rem;
        padding-right: 60rem;
    }
}

@media(max-width:768px){
    .feature-section.general-card .top-area h2 {
        font-size: 40px;
        max-width: 100%;
    }

    .general-card .feature-card-content .feature-card-content {
        padding-left: 30rem !important;
        padding-right: 30rem !important;
    }

    .feature-section.general-card .top-area {
        padding-left: 30rem;
        padding-right: 30rem;
    }

    .feature-section.general-card .feature-card-content {
      padding: 30rem;
  }
}

@media(max-width:576px){
    .feature-section.general-card .top-area h2 {
        font-size: 34px;
    }

    .feature-section.general-card .feature-card-content {
      padding: 60rem 30rem;
  }
}

/*Podcast Card*/
.feature-section.podcast-card {
  opacity: .1;
  transform: translate(0, 50px);
}

.feature-section.podcast-card .feature-card-content {
    padding: 30rem 0;
}

.feature-section.podcast-card .top-area {
  margin-bottom: 10rem;
}

.feature-section.podcast-card .top-area h2 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    max-width: 66%;
}

.podcast-container {
  min-height: 530rem;
  height: 530rem;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  padding: 0 40rem;
  background-position: right !important;
  position: relative;
}

.podcast-container.dark-bg .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgb(1,40,52);
  background: linear-gradient( 
90deg
, rgba(1,40,52,1) 15%, rgba(1,40,52,0) 100%);
  opacity: .8;
}

.podcast-container .copy-area {
  max-width: 50%;
  position: relative;
  z-index: 2;
}

.feature-section .podcast-container h4 {
    font-size: 30px;
    line-height: 35px;
    font-family: 'titillium_webregular', sans-serif;
}

.feature-section .podcast-container + .bottom-banner {
    display: flex;
    width: 100%;
    padding: 0 40rem;
    background: #012834;
    color: #FFF;
    align-items: center;
}

.feature-section .podcast-container + .bottom-banner .description {
    width: 50%;
}

.feature-section .podcast-container + .bottom-banner .link {
    width: 50%;
    text-align: right;
    
    
}

.feature-section .podcast-container + .bottom-banner .link a {
    font-size: 18px;
    line-height: 23px;
    color: #FFF;
    text-decoration: underline;
}


.feature-section .podcast-container + .bottom-banner .description p {
    font-size: 13px;
    line-height: 17px;
}


.play-link a {
    position: relative;
}

.bottom-banner .play-icon {
    position: absolute;
    width: 0;
    border-bottom: solid 50px #42C636;
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
    transform: rotate(
-30deg
);
}

.play-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 337.173 337.173' style='enable-background:new 0 0 337.173 337.173;' xml:space='preserve'%3E%3Cpath style='fill:%2342C636;' d='M25.922,337.173V0l285.329,168.595L25.922,337.173z M42.179,28.491v280.2L279.29,168.595 L42.179,28.491z'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    width: 24px;
    height: 23px;
    left: -38px;
}

@media(max-width: 1112px){
  .feature-section .podcast-container h4 {
    font-size: 25px;
    line-height: 1.2;
  }
  
}

@media(max-width:991px){
    .feature-section.podcast-card .feature-card-content {
        padding-left: 60rem;
        padding-right: 60rem;
    }
}

@media(max-width:768px){
    .feature-section.podcast-card .top-area h2 {
        font-size: 40px;
        max-width: 100%;
    }

    .podcast-container .copy-area {
        max-width: 100%;
    }

    .feature-section.podcast-card .feature-card-content {
        padding-left: 30rem;
        padding-right: 30rem;
    }

    .podcast-container.dark-bg .filter {
      background: rgba(1,40,52, .8) !important;
  }

}

@media(max-width:576px){
    .feature-section .podcast-container + .bottom-banner {
        display: block;
        width: 100%;
    }

    .feature-section.podcast-card .top-area h2 {
        font-size: 34px;
    }

    .feature-section .podcast-container + .bottom-banner .description {
        width: 100%;
        text-align: center;
    }

    .feature-section .podcast-container + .bottom-banner .link {
        width: 100%;
        text-align: center;
    }

    .feature-card-content p {
        margin-bottom: 15px;

    }
}

/*CTA Banner*/
.cta-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 610rem;
  position: relative;
  z-index: 2;
}

.cta-banner .copy-wrapper h2 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30rem;
}

.cta-banner .copy-wrapper p {
    font-size: 18px;
    line-height: 28px;
    margin-block-start: 0;
}

span.green-accent {
  color: #4bcd3e;
}

section.cta-banner .content-width {
  position: absolute;
  height: 100%;
  display: flex;
  padding: 100rem 60rem;
}

.cta-banner .copy-wrapper {
    max-width: 50%;
  align-self: center;
  opacity: 0;
  transform: translate(-100px,0);
}


.cta-banner a.cta-button {
    border-radius: 67rem;
    text-transform: none;
    font-family: "Source Sans Pro", source_sans_semibold, sans-serif;
    padding: 8px 30px;
    text-align: center;
    display: inline-block !important;
    min-width: 140px;
    align-self: start;
    border: 2px solid #42C636;
    background: transparent;
    color: #FFF;
    font-size: 15px;
    line-height: 19px;
    margin-top: 20rem;
    transition: all .3s ease-in-out;
}



.cta-banner.dark-bg a.cta-button {
    border: 2px solid #FFF;
}

.cta-banner a.cta-button:hover {
    color: #012834;
    background: #42C636;
}

.cta-banner.dark-bg a.cta-button.dark-bg:hover {
    background: #FFF;
}

@media(max-width:991px){
    .cta-banner .content-width {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 60rem;
        padding-right: 60rem;
    }
}

@media(max-width: 768px){
    .cta-banner .copy-wrapper {
        max-width: 100%;
    }

    .cta-banner .content-width {
        padding-left: 30rem;
        padding-right: 30rem;
    }

    section.cta-banner .content-width {
      padding: 100rem 30rem;
  }
}

/*Contact Us Page*/
.feature-section:not(.general-card) span.fis-primary-heading-regular-font {
  color: #0B597C;
}

.feature-card-left.contact-us-page h2 {
  font-size: 50px;
  font-family: 'Titillium Semibold', sans-serif;
  margin-bottom: 25rem;
}

.content-container[data-active-page="form-link"] .feature-section:first-of-type .feature-card-content {
  padding-top: 0;
}

.feature-card-left.contact-us-page {
  max-width: 600px;
}

@media(max-width:991px){
  .feature-card-left.contact-us-page h2 {
    font-size: 40px;
}

.feature-card-left.contact-us-page {
  max-width: 100%;
}
}

/*Marketo Form Styles*/
.mktoForm {
  width: 100% !important;
}

.mktoForm input, .mktoForm select, .mktoForm textarea {
  width: 100% !important;
}

.mktoFormRow {
  width: 100% !important;
}


.mktoForm .mktoFieldWrap {
  float: left;
  width: 100%;
}

.mktoOffset {
  display: none;
}

.mktoForm {
  width: 100% !important;
  max-width: 600px;
  padding: 25px 30px 30px;
  height: auto;
}

.mktoForm .mktoFormCol {
  width: 100% !important;
}

.mktoFormRow.col-sm-6:nth-of-type(2) .mktoFormCol {
  width: 49% !important;
}

.mktoFormRow.col-sm-6:nth-of-type(2) .mktoFormCol:first-of-type {
  margin-right: 2%;
}

.mktoFormRow:nth-of-type(2) .mktoFormCol {
  width: 49% !important;
  /* margin-right: 2%; */
}

.mktoFormRow:nth-of-type(2) .mktoFormCol:first-of-type {
  margin-right: 2%;
}

.mktoForm .mktoFormRow {
  width: 100% !important;
  float: left;
  clear: none !important;
}

.mktoForm .mktoFormRow:nth-of-type(odd) {
  margin-right:2%;

}

.mktoForm .mktoFieldWrap {
  float: none;
  clear: both;
}

.mktoAsterix {
  display: none !important;
}

.feature-card-content .mktoForm p.optout {
  margin-top: 5rem;
}

.mktoForm p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 25rem;
  font-size: 13rem;
  line-height: 1.4;
  font-weight: 600;
}

.mktoForm p a {
    font-size: 13rem;

}

fieldset.mktoFormCol .mktoFieldWrap label {
  float: none;
}

fieldset.mktoFormCol .mktoFieldWrap label {
  float: left;
  order: 2;
}

fieldset.mktoFormCol .mktoFormRow:first-of-type .mktoFormCol .mktoFieldWrap {
  display: flex;
}

fieldset.mktoFormCol .mktoFormRow:first-of-type {
  margin-right: 0 !important;
  padding-right: 0;
  padding-bottom: 25px;
}

.mktoForm input, .mktoForm select, .mktoForm textarea {
  width: 100% !important;
  height: 40px;
}

input#MobilePhone {
  order: 2;
  display: block;
  float: none;
  clear: both;
  min-height: 40px;
}

.mktoFormRow:nth-of-type(10) .mktoFieldWrap {
  display: flex;
}

label#LblUnsubscribed {
  order: 2;
  font-family: 'source_sans_proregular', sans-serif;
  font-weight: 600;
  font-size: 13rem;
  padding-top: 3px;
}

input#Unsubscribed {
  max-width: 14px;
  height: 14px;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 700;
  width: auto !important;
  margin-bottom: 8px;
  font-size: 14px;
  font-family: 'source_sans_proregular', sans-serif;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: inline;
  float: none;
  padding-left: 0;
  padding-right: 5px;
  font-family: 'source_sans_proregular', sans-serif;
  font-weight:600;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  padding: 6px 12px;
  font-family: 'source_sans_proregular', sans-serif;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #000;
  font-weight:400;
}

.mktoForm .mktoGutter {
  display: none;
}

span.mktoButtonWrap {
  display: block;
  margin: 0 auto !important;
  float: none;
  clear: both;
  text-align: center !important;
}

.mktoForm button.mktoButton {
  cursor: pointer;
  margin: 0 auto;
  border-radius: 67rem;
  font-size: 16px;
  font-family: 'source_sans_proregular', sans-serif;
  background: #4bcd3e;
  box-shadow: none !important;
  padding: 7px 25px;
  border: 2px solid #4bcd3e;
  letter-spacing: 0px;
  color: #FFF;
  margin-top: 18px;
  transition: all .3s ease-in-out;
  font-weight:700;
}

.mktoForm button.mktoButton:hover {
  color:#012834;
  background: transparent;
}

.mktoButtonRow {
  width: 100%;
}

.mktoForm .mktoError .mktoErrorMsg {
  text-shadow: none;
  background: #4bcd3e;
  border: none;
  box-shadow: none;
  color: #012834;
  font-weight: 500;
  font-family: 'source_sans_proregular', sans-serif;
  font-weight:600;
}

.mktoForm .mktoError .mktoErrorArrow {
  width: 16px;
  margin-top: 5px;
  background: #4bcd3e;
  border: #4bcd3e 1px solid;
}

.mktoHtmlText.mktoHasWidth {
  max-width: 100%;
  width: 100% !important;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  float: left;
  clear: none;
}

.mktoForm fieldset input {
  height: auto;
}

fieldset .mktoFieldDescriptor.mktoFormCol {
  width: 50% !important;
}

.mktoForm fieldset legend {
  font-family: 'source_sans_proregular', sans-serif !important;
  font-size: 15px;
  font-weight:700;
}

fieldset label.mktoLabel.mktoHasWidth {
  font-family: 'source_sans_proregular', sans-serif;
  font-size: 14px;
  font-weight:600;
}

fieldset.mktoFormCol .mktoFieldWrap label {
  float: left;
  max-width: 150px !important;
  width: 100% !important;
  order: 2;
}

.mktoHtmlText.mktoHasWidth span {
  font-family: 'source_sans_proregular', sans-serif;
  font-weight:600;
}

fieldset:nth-of-type(2) label.mktoLabel{
  max-width: 128px !important;
}

fieldset .mktoFormRow:nth-of-type(2) .mktoFieldDescriptor.mktoFormCol {
  padding: 0 25px 25px;
}

.mktoFormRow:nth-of-type(7), .mktoFormRow:nth-of-type(8), .mktoFormRow:nth-of-type(9) {
  width:100% !important;
  float:none !important;
  clear:both !important;
}

fieldset.mktoFormCol .mktoFormRow {
  width: 100% !important;
}

fieldset .mktoFormRow:nth-of-type(2) .mktoFieldDescriptor.mktoFormCol {
  padding: 25px;
}

.mktoFormRow:nth-of-type(10),.mktoFormRow:nth-of-type(11) {
  width: 100% !important;
}

.mktoFormRow:nth-of-type(11) input {
  height: auto;
}

.mktoFormRow:nth-of-type(11), .mktoFormRow:nth-of-type(12), .mktoFormRow:nth-of-type(13) {
  font-family:'source_sans_proregular', sans-serif;
  font-weight:600;
}

.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
  background: #4BCD3E;
  padding: 8px 30px;
  border: 2px solid #4BCD3E;
  border-radius: 6px;
  color: #ffffff;
  font-family: 'source_sans_proregular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  transition: all .3s ease-in-out;
  display: block;
  width: 100%;
}

.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:hover {
  background: transparent;
  padding: 8px 30px;
  border: 2px solid #4BCD3E;
  color: #012834;
  font-family: 'source_sans_proregular', sans-serif;
  cursor: pointer;
  text-align: center;
}

.mktoForm input[type="checkbox"] {
  width: 25px !important;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  width: 50px !important;
}

fieldset label.mktoLabel.mktoHasWidth {
  top: -3px;
  position: relative;
}

.mktoForm .col-sm-12 input[type="checkbox"] {
  width: 50px !important;
  max-height: 14px;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  width: 50px !important;
}

fieldset label.mktoLabel.mktoHasWidth {
  top: -3px;
  position: relative;
}

.mktoFormRow:nth-of-type(11) fieldset .mktoFormCol:nth-of-type(3) {
  width: 100% !important;
}

.mktoFormRow:nth-of-type(7) .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}

.mktoFormRow:nth-of-type(10) .mktoFieldWrap .mktoHtmlText.mktoHasWidth, .mktoFormRow:nth-of-type(12) .mktoFieldWrap .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}

.mktoForm .mktoFormRow:nth-of-type(12), .mktoForm .mktoFormRow:nth-of-type(13), .mktoFormRow:nth-of-type(14) {
  width: 100% !important;
}

.mktoForm .mktoFormRow:nth-of-type(5) {
  width: 100% !important;
}

.mktoForm .mktoFormRow:nth-of-type(5) textarea {
  min-height: 130px;
}

.mktoForm .mktoFormRow:nth-of-type(6) {
  float: left !important;
  clear: none !important;
  width: 100% !important;
}

.mktoForm {
  padding: 0;
}

.mktoForm .mktoFormCol {
  margin-bottom: 10px !important;
}

.mktoHtmlText.mktoHasWidth {
  font-family: 'source_sans_proregular', sans-serif;
  font-weight: 400;
}

.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
  margin-top: 5px;
}

.mktoForm .col-sm-12 input[type="checkbox"] {
  width: 50px !important;
  max-height: 14px;
}

.mktoForm .mktoFormRow.change-width {
  width: 49% !important;
  margin-right: 0;
}

fieldset.mktoFormCol .mktoFormRow:nth-of-type(3) .mktoFormCol .mktoFieldWrap .mktoHtmlText {
  padding-left: 25rem;
  padding-right: 25rem;
  line-height: 1.2;
}

fieldset.mktoFormCol .mktoFormRow:nth-of-type(3) .mktoFormCol .mktoFieldWrap .mktoHtmlText a {
  font-size: 13px !important;
  line-height: 1.2;
  font-family: 'source_sans_proregular', sans-serif;
  font-weight: 600;
  color: #4bcd3e;
}

/*Thank You*/
.thank-you-message h3 {
  font-size: 50px;
  font-family: 'Titillium Semibold', sans-serif;
  margin-bottom: 25rem;
  text-transform: none;
}

.thank-you-message {
  display: none;
}

.mktoFormRow:nth-of-type(4) .mktoFieldWrap {
  display: flex;
  align-items: center;
}

.mktoFormRow:nth-of-type(4) .mktoFieldWrap label {
  order: 2;
  width: calc(100% - 75px) !important;
}

.mktoForm .mktoCheckboxList {
  padding: 0;
}

.mktoForm .mktoLabel {
  padding-top: 0;
}

@media(max-width:991px){

/*Marketo Form*/
  .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
      float: left;
      clear: none;
      width: 49% !important;
  }

  fieldset label.mktoLabel.mktoHasWidth {
      width: 49% !important;
      display: inline-block;
  }

  .mktoFormRow:nth-of-type(9) fieldset label.mktoLabel.mktoHasWidth {
      width: 49% !important;
  }

  .mktoForm {
    max-width: 100%;
}

.mktoFormRow:nth-of-type(2) .mktoFormCol:first-of-type {
  margin-right: 0 !important;
}

.mktoFormRow:nth-of-type(2) .mktoFormCol, .mktoFormRow.col-sm-6:nth-of-type(2) .mktoFormCol {
  width: 100% !important;
}
}

@media(max-width:576px){

  .mktoForm fieldset .mktoFormCol {
      width: 100% !important;
  }

  fieldset.mktoFormCol .mktoFormRow:first-of-type {
    padding-bottom: 15px;
    padding-top: 15px;
}

.mktoForm fieldset legend {
  font-size: 14rem;
}

fieldset label.mktoLabel.mktoHasWidth {
  font-size: 14rem;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-size: 14rem;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  width: 60px !important;
}

.feature-card-left.contact-us-page h2 {
  font-size: 35px;
}

.static-hero-copy h1 {
  font-size: 50rem;
}

.mktoForm {
  padding: 10rem 0;
}
}


@media(max-width: 480px){
/*Forms*/
  /*Forms*/
  .mktoForm .mktoFormRow:nth-of-type(odd) {
    margin-right: 0;
}

.mktoForm .mktoFormRow {
    width: 100% !important;
}

.mktoFormCol {
    margin-bottom: 6px !important;
}

.mktoForm input, .mktoForm select, .mktoForm textarea {
    height: 40px !important;
}


fieldset .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}

.mktoForm fieldset input[type="checkbox"] {
    max-height: 23px;
}

label[for="Unsubscribed"].mktoLabel.mktoHasWidth {
    max-width: 99px;
}

.mktoFormRow.col-sm-12 input[type="checkbox"] {
    max-height: 23px;
}

.mktoForm fieldset .mktoFormCol .mktoLabel {
    text-align: left;
    width: 75%;
    margin-right: 5%;
}

.mktoForm input[type="checkbox"] {
    width: 100% !important;
    max-width: 25px !important;
    max-height: 25px !important;
}

fieldset label.mktoLabel.mktoHasWidth {
    top: 3px;
    position: relative;
}

.mktoFormRow:nth-of-type(11) .mktoLabel.mktoHasWidth {
    max-width: 75%;
    position: relative;
    top: 3px;
}

.mktoForm .mktoFormRow:nth-of-type(12), .mktoForm .mktoFormRow:nth-of-type(13) {
    width: 100% !important;
}


.mktoForm {
  padding: 10rem 0;
}

.mktoForm .mktoFormCol {
    margin-bottom: 5px !important;
}

.mktoHtmlText.mktoHasWidth {
    font-family: 'source_sans_proregular', sans-serif;
    font-weight: 400;
}

.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
    margin-top: 5px;
}


.mktoForm .mktoFormRow.change-width {
width: 100% !important;
}

.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  font-size: 15rem !important;
}

p.optout a {
  padding: 0;
}

}

</pre></body></html>