.navlink {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navlink.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.logo {
  padding: 0px;
}

.container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navright {
  margin-left: 5em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.btntxt {
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  height: 56px;
  min-width: 100px;
  margin-top: 0.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0d7fe9;
  color: #fff;
  font-weight: 700;
}

.button.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 178px;
  height: 48px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #0cb9e9;
  text-align: center;
}

.button.blue.hide.trigger {
  width: 120px;
  padding-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.button.blue.hide.trigger:hover {
  box-shadow: 0 12px 15px 0 rgba(33, 41, 52, 0.2);
}

.button.outline {
  border: 1px solid #0d7fe9;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(13, 127, 233, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0d7fe9;
}

.button.outline:hover {
  background-color: rgba(13, 127, 233, 0.09);
  box-shadow: 0 0 0 6px rgba(13, 127, 233, 0.1);
}

.button.hidemob {
  cursor: pointer;
}

.button.hidemob:hover {
  background-color: rgba(13, 127, 233, 0.77);
}

.navleft {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navbar {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(13, 127, 233, 0.05);
}

.body {
  font-family: 'Hero new', sans-serif;
  color: #212934;
  font-size: 16px;
  line-height: 24px;
}

.herowrap {
  min-height: 560px;
  background-image: linear-gradient(125deg, rgba(39, 126, 240, 0.15), #f9fcff 52%, rgba(255, 215, 155, 0.15));
}

.herocontainer {
  overflow: hidden;
  padding-top: 5em;
}

.herotitle {
  margin-bottom: 32px;
  color: #051b30;
  font-size: 48px;
  line-height: 58px;
}

.bluehighlight {
  color: #0d7fe9;
}

.herocolumn {
  height: 100%;
  min-width: 500px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.herocolumn.right {
  position: relative;
  margin-top: -10px;
  padding: 0px 35px 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.herocolumn.expand {
  position: relative;
  width: 120%;
  margin-top: 65px;
  margin-left: -90px;
}

.heroaccount {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.heroaccount.money {
  left: 8%;
  top: 227px;
  box-shadow: 0 24px 104px 0 rgba(33, 41, 52, 0.13);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.listblk {
  line-height: 32px;
}

.listblk.body {
  line-height: 34px;
}

.listblk.body.timeline {
  background-image: url('../images/timeline-line.png');
  background-position: 2% 3%;
  background-size: 2px;
  background-repeat: repeat-y;
  line-height: 32px;
}

.listitem {
  padding-left: 32px;
  background-image: url('../images/hero_check.png');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  list-style-type: none;
}

.listitem.inbody {
  background-image: url('../images/body_check.png');
  background-position: 0% 50%;
}

.listitem.inbody.top {
  background-position: 0% 20%;
}

.listitem.timeline {
  margin-bottom: 20px;
  padding-left: 42px;
  background-image: url('../images/timeline_icon.png');
  background-position: 0% 15%;
}

.scratch {
  background-image: url('../images/highlight-scratch.png');
  background-position: 50% 90%;
  background-size: contain;
  background-repeat: no-repeat;
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.blk {
  padding: 29px;
}

.blk.inline {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

.blk.inline.noleft {
  padding-left: 0px;
}

.blk.inline.noleft.notop {
  padding-top: 0px;
}

.blk.inline.notop {
  padding-top: 0px;
}

.blk.notop {
  padding-top: 0px;
}

.section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.zero {
  padding-top: 0em;
  padding-bottom: 0em;
}

.section.sky {
  background-color: #fcfeff;
}

.callouttext {
  color: #0d7fe9;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.headline {
  margin-top: 10px;
  margin-bottom: 20px;
}

.halfblk {
  margin-bottom: 2em;
}

.caption {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: 'Hero new', sans-serif;
  color: #212934;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.caption.white {
  color: #8a95a5;
}

.caption.white.left {
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: left;
}

.caption.white.left {
  text-align: left;
}

.imgbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.imgbg.foryou {
  position: relative;
  background-image: url('../images/benefits-model-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.imgbg.foryou.benefits {
  width: 110%;
  margin-left: -70px;
  background-color: #141d47;
  background-image: url('../images/benefits-model-3.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.imgbg.foryou.banking {
  background-image: url('../images/banking-dashboard-deposits.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.heading {
  line-height: 58px;
}

.heading.white {
  color: #fff;
}

.flexbox {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.flexbox.mid {
  height: 100%;
  margin-bottom: 0px;
}

.flexbox.mid.benefits {
  background-color: #141d47;
}

.flexbox.mid.banking {
  background-color: #2d4999;
}

.paragraph {
  margin-bottom: 1.5em;
  font-family: 'Hero new', sans-serif;
  color: #5f6b7a;
  font-size: 16px;
  line-height: 32px;
}

.paragraph.light {
  color: #d2f5ff;
}

.paragraph.white {
  color: #fff;
}

.imgblk {
  padding: 30px;
  text-align: center;
}

.imgblk.floatright {
  position: absolute;
  left: -141px;
  bottom: 36.469px;
  width: 100%;
}

.darkblk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00203d;
}

.darkblk.left {
  padding: 90px 120px 90px 16%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #141d47;
}

.darkblk.left.banking {
  background-color: #2d4999;
}

.column {
  min-width: 150px;
  margin-right: 15px;
}

.column._50 {
  width: 50%;
  min-height: 300px;
}

.column._50.nomargin {
  position: relative;
  margin-right: auto;
}

.column._40 {
  width: 40%;
}

.column._40 {
  width: 40%;
}

.column.hide {
  display: none;
}

.block {
  width: 48%;
  min-height: 230px;
  margin-top: 4%;
  padding: 25px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 24px 40px 0 rgba(33, 41, 52, 0.04);
}

.block.full {
  width: 100%;
  min-height: 120px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.iconblk {
  padding-top: 1em;
  text-align: center;
}

.smallhead {
  color: #00203d;
}

.smallhead.white {
  color: #fff;
}

._40top {
  margin-top: 6em;
}

.footer {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #0b1e33;
}

.footer-link {
  display: block;
  margin-bottom: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Hero new', sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer-link.hide {
  display: none;
}

.socialblk {
  width: 154px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -10px;
}

.social_icon {
  display: block;
  padding: 0px;
}

.flexbox-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.flexbox-2.margined {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexbox-2.footnote {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph-2 {
  margin-bottom: 1.5em;
  font-family: 'Hero new', sans-serif;
  color: #5f6b7a;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-2.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-2.center.mid {
  margin-bottom: 0.5em;
}

.paragraph-2.center.mid.small {
  max-width: 70%;
  font-size: 14px;
}

.container-2 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.benefits_dash {
  width: 110%;
}

.formblk {
  padding: 35px;
}

.close {
  position: absolute;
  left: auto;
  top: -4%;
  right: -4%;
  bottom: auto;
  padding: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.close:hover {
  -webkit-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
}

.herorparagraph {
  max-width: 60%;
  margin-bottom: 32px;
  font-family: 'Hero new', sans-serif;
  color: #212934;
  font-size: 18px;
  line-height: 30px;
}

.herorparagraph.full {
  max-width: 100%;
}

.bodyheadline {
  font-family: 'Hero new', sans-serif;
  color: #212934;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
}

.modal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 150vh;
  padding-top: 1em;
  padding-bottom: 3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 32, 61, 0.9);
}

.fieldlabel {
  margin-bottom: 10px;
  color: #5f6b7a;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  height: 56px;
  min-width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  color: #212934;
  font-weight: 700;
}

.button-2.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 178px;
  height: 48px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #0cb9e9;
  text-align: center;
}

.button-2.blue.full {
  width: 100%;
  height: 56px;
  margin-top: 2em;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-2.blue.full:hover {
  background-color: #212934;
  color: #fff;
}

.field {
  height: 46px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(138, 149, 165, 0.6);
  border-radius: 4px;
}

.popup {
  position: relative;
  min-width: 500px;
  border-radius: 8px;
  background-color: #fff;
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menuicon {
    color: #5f6b7a;
  }

  .navright {
    background-color: #fff;
  }

  .button.blue {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button.blue.hide {
    display: none;
  }

  .button.hidemob {
    display: none;
  }

  .navleft {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mobilemenu {
    text-align: right;
  }

  .mobilemenu.w--open {
    background-color: #fff;
  }

  .herocontainer {
    padding-top: 3em;
  }

  .herotitle {
    font-size: 38px;
    line-height: 48px;
  }

  .herocolumn {
    min-width: 100%;
  }

  .herocolumn.right {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .heroaccount.money {
    left: 3%;
    top: 189px;
  }

  .listblk.body.timeline {
    background-position: 4% 3%;
    background-repeat: repeat-y;
  }

  .center {
    margin-bottom: 20px;
  }

  .blk {
    padding: 15px 0px;
  }

  .blk.inline {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .caption.white.left {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .caption.white.left {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .imgbg.foryou.benefits {
    width: 100%;
    margin-left: -20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading.white {
    font-size: 28px;
    line-height: 38px;
  }

  .flexbox.mid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .imgblk.floatright {
    left: -55px;
    bottom: -2.531px;
  }

  .darkblk.left {
    min-height: 500px;
    padding: 20px;
  }

  .column {
    width: 100%;
  }

  .column._50.nomargin {
    width: 100%;
  }

  .column._40 {
    width: 100%;
    margin-left: 15px;
  }

  .block {
    width: 100%;
    min-height: 270px;
  }

  .iconblk {
    text-align: center;
  }

  .smallhead {
    text-align: center;
  }

  ._40top {
    margin-top: 1em;
  }

  .footer {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .socialblk {
    width: 150px;
  }

  .flexbox-2.margined {
    margin-top: 0em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-2.center.mid {
    text-align: left;
  }

  .mobile-table {
    margin-bottom: 3em;
  }

  .formblk {
    padding: 16px;
  }

  .close {
    top: -5%;
    right: -2%;
  }

  .herorparagraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .modal {
    display: none;
  }

  .button-2.blue {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .popup {
    min-width: 290px;
  }
}

@font-face {
  font-family: 'Hero new';
  src: url('../fonts/Hero-New-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hero new';
  src: url('../fonts/Hero-New-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero new';
  src: url('../fonts/Hero-New-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero new';
  src: url('../fonts/Hero-New-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero new';
  src: url('../fonts/Hero-New-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero new';
  src: url('../fonts/Hero-New-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}