@font-face {
  font-family: Rubik-Regular;
  src: url("../ttf/rubik-regular-2.ttf");
}

@font-face {
  font-family: Rubik-Black;
  src: url("../ttf/rubik-black-2.ttf");
}

@font-face {
  font-family: Rubik-BlackItalic;
  src: url("../ttf/rubik-blackitalic-2.ttf");
}

@font-face {
  font-family: Rubik-Bold;
  src: url("../ttf/rubik-bold-2.ttf");
}

@font-face {
  font-family: Rubik-BoldItalic;
  src: url("../ttf/rubik-bolditalic-2.ttf");
}

@font-face {
  font-family: Rubik-Italic;
  src: url("../ttf/rubik-italic-2.ttf");
}

@font-face {
  font-family: Rubik-Light;
  src: url("../ttf/rubik-light-2.ttf");
}

@font-face {
  font-family: Rubik-LightItalic;
  src: url("../ttf/rubik-lightitalic-2.ttf");
}

@font-face {
  font-family: Rubik-Medium;
  src: url("../ttf/rubik-medium-2.ttf");
}

@font-face {
  font-family: Rubik-MediumItalic;
  src: url("../ttf/rubik-mediumitalic-2.ttf");
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

body h1 {
  font-size: 32px;
  line-height: 1.4375;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}

body h2 {
  font-size: 24px;
  line-height: 1.4375;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}

body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}

body input,
body select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 200;
  font-size: 16px;
  color: #333;
}

body textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 200;
  font-size: 16px;
  color: #333;
}

body label {
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body a {
  font-weight: 300;
}

body .btn {
  padding: 10px 15px;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #000000;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.hollow {
  border-radius: 4px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.hollow:hover {
  background-color: #ffffff;
  color: #17497b;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

body .btn.hollow-about-us {
  border-radius: 0px;
  border: 1px solid #000000;
  background-color: #555555;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.hollow-about-us:hover {
  background-color: #434343;
  color: #ffffff;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

body .btn.lns-digital-banking-hollow {
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.lns-digital-banking-hollow:hover {
  background-color: #fff;
  color: #000000;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

body .btn.hollow-black {
  border-radius: 0px;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.hollow-black:hover {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

body .btn.learn-more {
  border-radius: 4px;
  border: 1px solid #17497b;
  background-color: #17497b;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.learn-more:hover {
  background-color: #ffffff;
  color: #17497b;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

body section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.center-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navigation {
  position: fixed;
  height: 110px;
  background: #17497b;
}

.brand {
  position: absolute;
  padding-left: 0px;
  float: left;
  text-transform: uppercase;
  font-size: 1.4em;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.brand img {
  height: 95px;
  width: auto;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
}

.nav-dropdown {
  position: absolute;
  background: #17497b;
  display: none;
  z-index: 1;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #17497b;
  height: 110px;
  width: 110px;
}

#nav-toggle {
  position: absolute;
  right: 20px;
  top: 38px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*-*/
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  /*background-color: #4caf50;*/
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

.learn-more-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.learn-more-btn {
  background-color: white;
  color: black;
}

.learn-more-btn:hover {
  background-color: black;
  color: white;
}

.new-footer {
  background-color: #17497b;
  padding: 25px 0px 25px 35px;
}

.new-footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: auto;
}

.new-footer-top-img {
  background-color: white;
}

.new-footer-top-img:hover {
  background-color: yellowgreen;
}

.new-footer-side {
  width: 20%;
  float: left;
  font-size: 11px;
  margin-top: 25px;
}

.new-footer-side__left {
  margin: auto;
}

.new-footer-side__right {
  text-align: right;
}

.new-footer-middle {
  float: left;
  width: 50%;
  margin: auto;
}

.new-footer-middle__bottom {
  margin: auto;
  text-align: center;
  margin: 20px auto;
}

.footer-section-link {
  text-decoration: none;
  color: white;
  padding: 5px 25px;
}

.footer-section-link:hover {
  color: yellowgreen;
}

.footer-link {
  text-decoration: none;
  color: yellow;
}

.footer_icons {
  width: 25px;
  margin: 0 10px;
}

.main-pitchline {
  color: white;
  margin-bottom: 100px;
}

.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 50px 30px;
}

.footer .center-content {
  border-bottom: 0.5px solid #ffffff;
  padding: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.footer .center-content .column-1,
.footer .center-content .column-2,
.footer .center-content .column-3,
.footer .center-content .column-4,
.footer .center-content .column-5 {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .center-content .column-1 h2,
.footer .center-content .column-2 h2,
.footer .center-content .column-3 h2,
.footer .center-content .column-4 h2,
.footer .center-content .column-5 h2 {
  margin-top: 0;
}

.footer .center-content .column-1 a,
.footer .center-content .column-2 a,
.footer .center-content .column-3 a,
.footer .center-content .column-4 a,
.footer .center-content .column-5 a {
  color: #cccccc;
  text-decoration: none;
}

.footer .center-content .column-1 a:hover,
.footer .center-content .column-2 a:hover,
.footer .center-content .column-3 a:hover,
.footer .center-content .column-4 a:hover,
.footer .center-content .column-5 a:hover {
  color: #ffffff;
}

.footer .center-content .column-1 a.btn,
.footer .center-content .column-2 a.btn,
.footer .center-content .column-3 a.btn,
.footer .center-content .column-4 a.btn,
.footer .center-content .column-5 a.btn {
  background-color: #cccccc;
  width: 100%;
  text-align: center;
  color: #000000;
}

.footer .center-content .column-1 a.btn:hover,
.footer .center-content .column-2 a.btn:hover,
.footer .center-content .column-3 a.btn:hover,
.footer .center-content .column-4 a.btn:hover,
.footer .center-content .column-5 a.btn:hover {
  background-color: #ffffff;
}

.footer .center-content .column-1 .social,
.footer .center-content .column-2 .social,
.footer .center-content .column-3 .social,
.footer .center-content .column-4 .social,
.footer .center-content .column-5 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .center-content .column-1 .social .facebook,
.footer .center-content .column-1 .social .instagram,
.footer .center-content .column-1 .social .youtube,
.footer .center-content .column-2 .social .facebook,
.footer .center-content .column-2 .social .instagram,
.footer .center-content .column-2 .social .youtube,
.footer .center-content .column-3 .social .facebook,
.footer .center-content .column-3 .social .instagram,
.footer .center-content .column-3 .social .youtube,
.footer .center-content .column-4 .social .facebook,
.footer .center-content .column-4 .social .instagram,
.footer .center-content .column-4 .social .youtube,
.footer .center-content .column-5 .social .facebook,
.footer .center-content .column-5 .social .instagram,
.footer .center-content .column-5 .social .youtube {
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin-right: 4%;
}

.footer .center-content .column-1 .social .facebook img,
.footer .center-content .column-1 .social .instagram img,
.footer .center-content .column-1 .social .youtube img,
.footer .center-content .column-2 .social .facebook img,
.footer .center-content .column-2 .social .instagram img,
.footer .center-content .column-2 .social .youtube img,
.footer .center-content .column-3 .social .facebook img,
.footer .center-content .column-3 .social .instagram img,
.footer .center-content .column-3 .social .youtube img,
.footer .center-content .column-4 .social .facebook img,
.footer .center-content .column-4 .social .instagram img,
.footer .center-content .column-4 .social .youtube img,
.footer .center-content .column-5 .social .facebook img,
.footer .center-content .column-5 .social .instagram img,
.footer .center-content .column-5 .social .youtube img {
  width: 20px;
}

.footer .center-content .column-1 .social .youtube,
.footer .center-content .column-2 .social .youtube,
.footer .center-content .column-3 .social .youtube,
.footer .center-content .column-4 .social .youtube,
.footer .center-content .column-5 .social .youtube {
  margin-right: unset;
}

.cool-footer {
  background-color: #17497b;
  background-image: url(../png/footergraphic-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0;
}

.cool-footer .center-content {
  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-sizing: border-box;
          box-sizing: border-box;
}

.cool-footer .center-content .logo {
  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;
  padding: 30px 0;
}

.cool-footer .center-content .content {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cool-footer .center-content .content .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
}

.cool-footer .center-content .content .left p {
  font-size: 10px;
}

.cool-footer .center-content .content .center-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 50px;
}

.cool-footer .center-content .content .center-footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 20px 30px;
}

.cool-footer .center-content .content .center-footer .top a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.cool-footer .center-content .content .center-footer .top a:hover {
  color: #a4cf57;
}

.cool-footer .center-content .content .center-footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 30px;
}

.cool-footer .center-content .content .center-footer .bottom .facebook {
  background-image: url(../png/fbwhite-2.png);
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.cool-footer .center-content .content .center-footer .bottom .facebook:hover {
  background-image: url(../fbgreen.html);
}

.cool-footer .center-content .content .center-footer .bottom .linkedin {
  background-image: url(../svg/linkedwhite-2.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.cool-footer .center-content .content .center-footer .bottom .linkedin:hover {
  background-image: url(../svg/linkedgreen-2.svg);
}

.cool-footer .center-content .content .center-footer .bottom .youtube {
  background-image: url(../svg/youtubewhite-2.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cool-footer .center-content .content .center-footer .bottom .youtube:hover {
  background-image: url(../svg/youtubegreen-2.svg);
}

.cool-footer .center-content .content .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cool-footer .center-content .content .right p {
  text-align: right;
  font-size: 10px;
}

.cool-footer .center-content .content .right a {
  color: #ffffff;
  text-decoration: none;
}

.cool-footer .center-content .content .right a:hover {
  text-decoration: underline;
  color: #a4cf57;
}

.cool-footer .center-content .content .copyright {
  display: none;
}

.products-lns-digital-main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(../jpg/lns-digital-cover.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: 700px;
  padding-bottom: 90px;
}

.products-lns-digital-main-banner .center-content {
  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;
  min-height: 290px;
  width: 1200px;
}

.products-lns-digital-main-banner .center-content h1 {
  font-family: Rubik-Medium;
  font-size: 68px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  height: auto;
  letter-spacing: 1.02px;
  line-height: 78.2px;
  color: #ffffff;
  margin: 0px 0 30px;
}

.products-lns-digital-main-banner .center-content p {
  margin: 0 0 30px;
  color: #ffffff;
}

.products-lns-digital-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-lns-digital-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.products-lns-digital-main-banner .center-content .btn:nth-child(2) {
  padding: 10px 15px;
  text-decoration: none;
  background-color: #a4cf57;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #a4cf57;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.products-lns-digital-main-banner .center-content .btn:nth-child(2):hover {
  background-color: #ffffff;
  color: #17497b;
  border: 1px solid #ffffff;
}

.products-lns-digital-pitch-line .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 75px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-lns-digital-pitch-line .center-content h1 {
  font-size: 42px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 1.008px;
  line-height: 54.18px;
}

.products-lns-digital-pitch-line .center-content p {
  font-size: 16px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.4px;
  line-height: 25.92px;
}

.products-lns-digital-pitch-line .center-content div {
  width: 46%;
}

.products-lns-digital-pitch-line .center-content div.products-lns-dig-pitch-img {
  background-image: url(../jpg/lns-digital-content-mobile.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 2% 0 2%;
}

.products-lns-dig-blocks {
  background-color: #17497b;
  padding: 50px 0;
  width: 100%;
}

.products-lns-dig-blocks .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0 20px;
}

.products-lns-dig-blocks .center-content .block {
  padding: 10px;
  margin-right: 2%;
  width: 30%;
}

.products-lns-dig-blocks .center-content .block h2 {
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.858px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.products-lns-dig-blocks .center-content .block p {
  color: #ffffff;
}

.products-lns-dig-blocks .center-content .block:last-child {
  margin-right: 0;
}

.products-lns-features-digital {
  padding: 50px 0;
}

.products-lns-features-digital .center-content {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.products-lns-features-digital .center-content .features-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-lns-features-digital .center-content .features-box .feat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 2%;
}

.products-lns-features-digital .center-content .features-box .feat-row h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: 0.4000000059604645px;
  line-height: 25px;
}

.products-lns-features-digital .center-content .features-box .feat-row:last-child {
  margin-bottom: unset;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-img-1 {
  background-image: url(../png/lns-dig-onboarding-2.png);
  margin-right: 15px;
  height: 100px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-img-2 {
  background-image: url(../png/lns-acc-mngmnt-2.png);
  margin-right: 15px;
  height: 100px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-img-3 {
  background-image: url(../png/lns-card-mngmnt-2.png);
  margin-right: 15px;
  height: 100px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-img-4 {
  background-image: url(../png/lns-support-open-bnk-srvcs-2.png);
  margin-right: 15px;
  height: 100px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-img-5 {
  background-image: url(../png/ai-based_behavior_prediction-blue.png);
  margin-right: 15px;
  height: 100px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-img-6 {
  background-image: url(../png/lns-loc-bsd-srvcs.png);
  margin-right: 15px;
  height: 100px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-img-7 {
  background-image: url(../png/lns-fin-advisory-2.png);
  margin-right: 15px;
  height: 100px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-img-8 {
  background-image: url(../png/lns-third-party-2.png);
  margin-right: 15px;
  height: 100px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-desc {
  width: 100%;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-desc h2 {
  margin-top: 0;
}

.products-lns-dig-learn-more {
  padding: 50px 0;
  background-image: url(../jpg/learn-more-woman-banner-2.jpg);
  background-position: center;
  background-size: cover;
}

.products-lns-dig-learn-more .center-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-lns-dig-learn-more .center-content h1 {
  margin: 0 0 40px;
  width: 95%;
  color: white;
  font-family: Rubik-Medium;
  font-size: 64px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  letter-spacing: 1.02px;
  line-height: 78px;
}

.products-lns-dig-learn-more .center-content a {
  float: right;
}

.products-lns-digital-banking {
  padding: 50px 0;
}

.products-lns-digital-banking .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.products-lns-digital-banking .center-content h1 {
  margin: 0 0 40px;
  font-size: 32px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.992px;
  line-height: 40px;
}

.products-lns-digital-banking .center-content .lns-digital-banking-title {
  font-size: 26px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.858px;
  line-height: 34.06px;
}

.products-lns-digital-banking .center-content:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box-title h2 {
  font-size: 25px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.858px;
  line-height: 34.06px;
  color: #434343;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) {
  width: 24%;
  margin: 0 15px 0 15px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1):last-child {
  margin-right: unset;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) .box-image {
  background-image: url(../jpg/lns-dig-banking-2.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
  width: 270px;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) a {
  text-decoration: none;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) a:hover {
  text-decoration: none;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) {
  width: 24%;
  margin: 0 15px 0 15px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2):last-child {
  margin-right: unset;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) .box-image {
  background-image: url(../jpg/lns-fintech-prod-2.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
  width: 270px;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) a {
  text-decoration: none;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) a:hover {
  text-decoration: none;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) {
  width: 24%;
  margin: 0 15px 0 15px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3):last-child {
  margin-right: unset;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) .box-image {
  background-image: url(../jpg/products-lns-traditional-banking.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
  width: 270px;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) a {
  text-decoration: none;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) a:hover {
  text-decoration: none;
}

.products-lns-digital-banking .center-content:nth-of-type(2).news {
  padding: 50px 0 0;
}

.products-lns-digital-banking .center-content:nth-of-type(2).news h1 {
  text-align: left;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-lns-dig-contact {
  padding: 70px 0;
  background-image: url(../jpg/products-lns-contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.products-lns-dig-contact .center-content .lns-small-title {
  color: white;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.294px;
  word-spacing: 0px;
  -webkit-text-decoration: none solid #d9d9d9;
          text-decoration: none solid #d9d9d9;
  text-align: left;
  margin-bottom: 40px;
}

.products-lns-dig-contact .center-content .lns-digital-banking-pitchline {
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  word-spacing: 0px;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: left;
  margin-bottom: 5px;
}

.products-lns-dig-contact .center-content .lns-fintech-pitchline {
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  word-spacing: 0px;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: left;
  margin-bottom: 5px;
}

.products-lns-dig-contact .center-content h1 {
  font-size: 42px;
  font-family: 'Open Sans';
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  height: auto;
  line-height: 54px;
  color: #ffffff;
}

.products-lns-dig-contact .center-content p {
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  color: #ffffff;
  margin-bottom: 40px;
}

.products-lns-dig-contact .center-content.narrow {
  width: 570px;
}

.products-lns-dig-contact .center-content form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 70px 80px;
  background-color: #e5e9ff;
}

.products-lns-dig-contact .center-content form.small {
  padding: 50px;
}

.products-lns-dig-contact .center-content form h1,
.products-lns-dig-contact .center-content form h2 {
  text-align: center;
}

.products-lns-dig-contact .center-content form .accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.products-lns-dig-contact .center-content form .accept label {
  font-size: 14px;
  text-align: justify;
}

.products-lns-dig-contact .center-content form .accept input {
  width: 25%;
}

.products-lns-dig-contact .center-content form .btn {
  width: 100%;
  text-align: center;
}

.products-lns-dig-contact .center-content form .submit-form-button {
  width: 100%;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #17497b;
  background-color: #17497b;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.products-lns-dig-contact .center-content form .submit-form-button:hover {
  background-color: #ffffff;
  color: #17497b;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.products-lns-dig-contact .center-content form .submit-form-button:disabled {
  opacity: 0.3;
}

.products-lns-dig-contact .center-content form .submit-form-button:disabled:hover {
  background-color: #17497b;
  color: #fff;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li .submenu-opener-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 17px;
}

nav ul li .submenu-opener-wrapper span {
  color: white;
  cursor: pointer;
  padding-left: 4px;
}

nav ul li .submenu-opener-wrapper:hover {
  background: #17497b;
  color: #a4cf57;
}

nav ul li .submenu-opener-wrapper:hover a,
nav ul li .submenu-opener-wrapper:hover span {
  color: #a4cf57;
}

nav ul li .button-schedule {
  background-color: #a4cf57;
  padding: 10px 20px;
  line-height: unset;
  color: white;
  margin: 33px 0;
  white-space: normal;
  position: relative;
  border-radius: 4px;
}

nav ul li .button-schedule:hover {
  background-color: black;
  color: white;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  line-height: 110px;
  color: #ffffff;
  text-decoration: none;
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

nav ul li ul li a:hover {
  color: #a4cf57;
}

nav .active-submenu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}

nav .content-item:hover,
nav .number:hover,
nav .active-number:hover {
  cursor: pointer;
}

.lns-digital-pitch-line .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 75px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lns-digital-pitch-line .center-content h1 {
  font-family: 'Open Sans', sans-serif;
  color: #17497b;
  font-size: 42px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  height: auto;
  line-height: 54px;
  margin: 0 0 20px;
}

.lns-digital-pitch-line .center-content p {
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  margin: 0 0 20px;
}

.lns-digital-pitch-line .center-content div {
  width: 47%;
}

.lns-digital-pitch-line .center-content div.lns-digital-pitchline-img {
  background-image: url(../jpg/mobiteli-onboarding-mambu.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 2% 0 2%;
  height: 360px;
}

.lns-digital-banking-logos {
  padding: 20px 0;
  background-color: #15477a;
}

.lns-digital-banking-logos .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lns-digital-banking-logos .center-content .box:nth-of-type(1) {
  width: 36%;
  margin: 0 15px 0 0px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lns-digital-banking-logos .center-content .box:nth-of-type(1):last-child {
  margin-right: unset;
}

.lns-digital-banking-logos .center-content .box:nth-of-type(1) .box-image {
  background-image: url(../svg/finovate_aulmni-2.svg);
  background-position: center;
  background-size: cover;
  height: 45px;
  width: 112px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lns-digital-banking-logos .center-content .box:nth-of-type(2) {
  width: 36%;
  margin: 0 15px 0 0px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lns-digital-banking-logos .center-content .box:nth-of-type(2):last-child {
  margin-right: unset;
}

.lns-digital-banking-logos .center-content .box:nth-of-type(2) .box-image {
  background-image: url(../svg/finovate_awards-2.svg);
  background-position: center;
  background-size: cover;
  height: 45px;
  width: 104px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lns-digital-banking {
  padding: 50px 0;
}

.lns-digital-banking .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lns-digital-banking .center-content h1 {
  margin: 0 0 40px;
  font-size: 38px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  height: auto;
  text-align: center;
  width: 100%;
  font-family: 'Open Sans';
  letter-spacing: 0.992px;
  line-height: 40px;
  color: #17497b;
}

.lns-digital-banking .center-content .box-title h2 {
  font-size: 16px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.858px;
  line-height: 24px;
}

.lns-digital-banking .center-content .box:nth-of-type(1) {
  width: 24%;
  margin: 0 15px 0 0px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lns-digital-banking .center-content .box:nth-of-type(1):last-child {
  margin-right: unset;
}

.lns-digital-banking .center-content .box:nth-of-type(1) .box-image {
  background-image: url(../jpg/lns-dig-banking-2.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
}

.lns-digital-banking .center-content .box:nth-of-type(2) {
  width: 24%;
  margin: 0 15px 0 0px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lns-digital-banking .center-content .box:nth-of-type(2):last-child {
  margin-right: unset;
}

.lns-digital-banking .center-content .box:nth-of-type(2) .box-image {
  background-image: url(../jpg/lns-fintech-prod-2.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
}

.lns-digital-banking .center-content .box:nth-of-type(3) {
  width: 24%;
  margin: 0 15px 0 0px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lns-digital-banking .center-content .box:nth-of-type(3):last-child {
  margin-right: unset;
}

.lns-digital-banking .center-content .box:nth-of-type(3) .box-image {
  background-image: url(../jpg/products-lns-traditional-banking.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
}

.lns-digital-banking .center-content.news {
  padding: 50px 0 0;
}

.lns-digital-banking .center-content.news h1 {
  text-align: left;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .nav-list {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .products-lns-dig-blocks {
    background-color: #17497b;
    padding: 50px 0;
    width: 100%;
  }
  .products-lns-dig-blocks .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 0 20px;
  }
  .products-lns-dig-blocks .center-content .block {
    padding: 20px;
    margin-right: 2%;
    width: 40%;
  }
  .products-lns-dig-blocks .center-content .block h2 {
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.858px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
  }
  .products-lns-dig-blocks .center-content .block p {
    color: #ffffff;
  }
  .products-lns-dig-blocks .center-content .block:last-child {
    margin-right: 0;
  }
  .products-lns-features-digital .center-content .features-box {
    width: 100%;
  }
  .products-lns-features-digital .center-content .features-box .feat-row {
    width: 50%;
  }
  .products-lns-features-digital .center-content .features-box .feat-row.dummy-box {
    display: none;
  }
  .products-lns-dig-learn-more {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .products-lns-dig-learn-more .center-content h1 {
    margin: 0;
    width: 95%;
    color: white;
    font-family: Rubik-Medium;
    font-size: 64px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    letter-spacing: 1.02px;
    line-height: 78px;
  }
  .products-lns-dig-learn-more .center-content .btn {
    margin-top: 30px;
  }
  .products-lns-digital-banking .center-content h1 {
    font-size: 27.5px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.8525px;
    line-height: 34.375px;
  }
  .products-lns-digital-banking .center-content .lns-digital-banking-title {
    font-size: 22.5px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.7425px;
    line-height: 29.475px;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) {
    width: 45%;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1):last-child {
    margin-right: unset;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) .box-image {
    height: 300px;
    width: 100%;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) {
    width: 45%;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) .box-image {
    height: 300px;
    width: 100%;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) {
    width: 45%;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) .box-image {
    height: 300px;
    width: 100%;
  }
  .products-lns-dig-contact {
    padding: 70px 0;
    background-image: url(../jpg/products-lns-contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .products-lns-dig-contact .center-content .lns-small-title {
    color: white;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.294px;
    word-spacing: 0px;
    -webkit-text-decoration: none solid #d9d9d9;
            text-decoration: none solid #d9d9d9;
    text-align: left;
    margin-bottom: 40px;
  }
  .products-lns-dig-contact .center-content .lns-digital-banking-pitchline {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    word-spacing: 0px;
    -webkit-text-decoration: none solid white;
            text-decoration: none solid white;
    text-align: left;
    margin-bottom: 5px;
  }
  .products-lns-dig-contact .center-content .lns-fintech-pitchline {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    word-spacing: 0px;
    -webkit-text-decoration: none solid white;
            text-decoration: none solid white;
    text-align: left;
    margin-bottom: 5px;
  }
  .products-lns-dig-contact .center-content h1 {
    font-size: 42px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 1.008px;
    line-height: 54.18px;
    color: #f4f4f4;
  }
  .products-lns-dig-contact .center-content p {
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.294px;
    line-height: 26.04px;
    color: #d9d9d9;
    margin-bottom: 40px;
  }
  .products-lns-dig-contact .center-content.narrow {
    width: 570px;
  }
  .products-lns-dig-contact .center-content form {
    width: 42%;
    padding: 70px 40px;
    background-color: #e5e9ff;
  }
  .products-lns-dig-contact .center-content form.small {
    padding: 50px;
  }
  .products-lns-dig-contact .center-content form h1,
  .products-lns-dig-contact .center-content form h2 {
    text-align: center;
  }
  .products-lns-dig-contact .center-content form .btn {
    width: 100%;
    text-align: center;
  }
  .center-content {
    width: 100%;
  }
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    padding: 95px 0 0;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav ul .submenu-opener-wrapper {
    line-height: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav ul li {
    float: none;
  }
  nav ul li .button-schedule {
    margin: 15px 0;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
    line-height: 20px;
  }
  .nav-dropdown {
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-list {
    text-align: center;
    height: calc(100% - 110px);
    width: 100vw;
    background-color: #17497b;
    position: fixed;
    top: 110px;
    z-index: 1000;
    display: none;
    -webkit-transition: display 2s;
    transition: display 2s;
    overflow-y: auto;
  }
  .lns-digital-banking-logos {
    background-color: #15477a;
    padding: 20px 0;
  }
  .lns-digital-banking-logos .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lns-digital-banking-logos .center-content .box:nth-of-type(1) {
    width: 24%;
    margin: 0 15px 0 0;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lns-digital-banking-logos .center-content .box:nth-of-type(1):last-child {
    margin-right: unset;
  }
  .lns-digital-banking-logos .center-content .box:nth-of-type(1) .box-image {
    height: 45px;
    width: 109px;
  }
  .lns-digital-banking-logos .center-content .box:nth-of-type(2) {
    width: 24%;
    margin: 0 40px 0 40px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lns-digital-banking-logos .center-content .box:nth-of-type(2):last-child {
    margin-right: unset;
  }
  .lns-digital-banking-logos .center-content .box:nth-of-type(2) .box-image {
    height: 45px;
    width: 109px;
  }
  .lns-digital-banking {
    padding: 50px 0;
  }
  .lns-digital-banking .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lns-digital-banking .center-content h1 {
    font-size: 32px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.992px;
    line-height: 40px;
  }
  .lns-digital-banking .center-content .lns-digital-banking-title {
    font-size: 32px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.992px;
    line-height: 40px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(1) {
    width: 24%;
    margin: 0 15px 0 0;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lns-digital-banking .center-content .box:nth-of-type(1):last-child {
    margin-right: unset;
  }
  .lns-digital-banking .center-content .box:nth-of-type(1) .box-image {
    height: 135px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(1) .box-link {
    margin-bottom: 20px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(2) {
    width: 24%;
    margin: 0 40px 0 40px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lns-digital-banking .center-content .box:nth-of-type(2):last-child {
    margin-right: unset;
  }
  .lns-digital-banking .center-content .box:nth-of-type(2) .box-image {
    height: 135px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(2) .box-link {
    margin-bottom: 20px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(3) {
    width: 24%;
    margin: 0 0px 0 15px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lns-digital-banking .center-content .box:nth-of-type(3):last-child {
    margin-right: unset;
  }
  .lns-digital-banking .center-content .box:nth-of-type(3) .box-image {
    height: 135px;
  }
  .lns-digital-banking .center-content.news {
    padding: 50px 0 0;
  }
  .lns-digital-banking .center-content.news h1 {
    text-align: left;
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lns-digital-pitch-line .center-content {
    padding: 20px 0;
  }
  .lns-digital-pitch-line .center-content div.lns-digital-pitchline-img {
    background-image: url(../jpg/mobiteli-onboarding-mambu.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 2% 0 2%;
    height: 300px;
  }
}

@media screen and (max-width: 785px) {
  .lns-digital-pitch-line .center-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 20px 0;
  }
  .lns-digital-pitch-line .center-content h1 {
    font-size: 26px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.624px;
    line-height: 33.54px;
  }
  .lns-digital-pitch-line .center-content div {
    width: unset;
    padding: 0 15px 0 15px;
  }
  .lns-digital-pitch-line .center-content div.lns-digital-pitchline-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 2% 0 2%;
    height: 280px;
  }
  .cool-footer {
    background-color: #17497b;
    background-image: url(../png/footergraphic-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
  }
  .cool-footer .center-content {
    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-sizing: border-box;
            box-sizing: border-box;
  }
  .cool-footer .center-content .logo {
    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;
    padding: 30px 0;
  }
  .cool-footer .center-content .content {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cool-footer .center-content .content .left {
    display: none;
  }
  .cool-footer .center-content .content .copyright {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .cool-footer .center-content .content .copyright p {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
  .cool-footer .center-content .content .center-footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 50px;
  }
  .cool-footer .center-content .content .center-footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 20px 30px;
  }
  .cool-footer .center-content .content .center-footer .top a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
  }
  .cool-footer .center-content .content .center-footer .top a:hover {
    color: #a4cf57;
  }
  .cool-footer .center-content .content .center-footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 30px;
  }
  .cool-footer .center-content .content .center-footer .bottom .facebook {
    background-image: url(../svg/fbwhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
  .cool-footer .center-content .content .center-footer .bottom .facebook:hover {
    background-image: url(../fbgreen-2.html);
  }
  .cool-footer .center-content .content .center-footer .bottom .linkedin {
    background-image: url(../svg/linkedwhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
  .cool-footer .center-content .content .center-footer .bottom .linkedin:hover {
    background-image: url(../svg/linkedgreen-2.svg);
  }
  .cool-footer .center-content .content .center-footer .bottom .youtube {
    background-image: url(../svg/youtubewhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cool-footer .center-content .content .center-footer .bottom .youtube:hover {
    background-image: url(../svg/youtubegreen-2.svg);
  }
  .cool-footer .center-content .content .right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  .cool-footer .center-content .content .right p {
    text-align: center;
    font-size: 10px;
    width: 100%;
  }
  .cool-footer .center-content .content .right a {
    color: #ffffff;
    text-decoration: none;
  }
  .cool-footer .center-content .content .right a:hover {
    text-decoration: underline;
    color: #a4cf57;
  }
  .products-lns-digital-main-banner .center-content {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .products-lns-digital-main-banner .center-content h1 {
    font-family: Rubik-Regular;
    font-size: 30px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.45px;
    line-height: 34.5px;
  }
  .products-lns-digital-pitch-line .center-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .products-lns-digital-pitch-line .center-content h1 {
    font-family: Rubik-Regular;
    font-size: 30px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.45px;
    line-height: 34.5px;
  }
  .products-lns-digital-pitch-line .center-content p {
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.4px;
    line-height: 25.92px;
  }
  .products-lns-digital-pitch-line .center-content div {
    width: unset;
    padding: 0 15px 0 15px;
  }
  .products-lns-digital-pitch-line .center-content div.products-lns-dig-pitch-img {
    background-image: url(../jpg/lns-digital-content-mobile.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 2% 0 2%;
    height: 300px;
  }
  .products-lns-dig-blocks .center-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .products-lns-dig-blocks .center-content .block {
    width: unset;
  }
  .products-lns-dig-blocks .center-content .block h2 {
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.858px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
  }
  .products-lns-dig-blocks .center-content .block p {
    color: #ffffff;
  }
  .products-lns-features-digital .center-content .features-box {
    width: 100%;
  }
  .products-lns-features-digital .center-content .features-box .feat-row {
    width: 100%;
  }
  .products-lns-features-digital .center-content .features-box .feat-row.dummy-box {
    display: none;
  }
  .products-lns-dig-learn-more {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .products-lns-dig-learn-more .center-content h1 {
    font-size: 30px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.45px;
    line-height: 34.5px;
  }
  .products-lns-dig-learn-more .center-content .btn {
    margin-top: 30px;
  }
  .products-lns-digital-banking .center-content h1 {
    font-size: 27.5px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.8525px;
    line-height: 34.375px;
  }
  .products-lns-digital-banking .center-content .lns-digital-banking-title {
    font-size: 22.5px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.7425px;
    line-height: 29.475px;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) {
    width: 100%;
    margin: 0;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1):last-child {
    margin-right: unset;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) .box-image {
    height: 300px;
    width: 100%;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) .box-image {
    height: 300px;
    width: 100%;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) {
    width: 100%;
    margin: 0;
  }
  .products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) .box-image {
    height: 300px;
    width: 100%;
  }
  .products-lns-dig-contact {
    padding: 70px 0;
    background-image: url(../jpg/products-lns-contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .products-lns-dig-contact .center-content .lns-small-title {
    color: white;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.294px;
    word-spacing: 0px;
    -webkit-text-decoration: none solid #d9d9d9;
            text-decoration: none solid #d9d9d9;
    text-align: left;
    margin-bottom: 40px;
  }
  .products-lns-dig-contact .center-content .lns-digital-banking-pitchline {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    word-spacing: 0px;
    -webkit-text-decoration: none solid white;
            text-decoration: none solid white;
    text-align: left;
    margin-bottom: 5px;
  }
  .products-lns-dig-contact .center-content .lns-fintech-pitchline {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    word-spacing: 0px;
    -webkit-text-decoration: none solid white;
            text-decoration: none solid white;
    text-align: left;
    margin-bottom: 5px;
  }
  .products-lns-dig-contact .center-content h1 {
    font-size: 42px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 1.008px;
    line-height: 54.18px;
    color: #f4f4f4;
  }
  .products-lns-dig-contact .center-content p {
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.294px;
    line-height: 26.04px;
    color: #d9d9d9;
    margin-bottom: 40px;
  }
  .products-lns-dig-contact .center-content.narrow {
    width: 570px;
  }
  .products-lns-dig-contact .center-content form {
    width: 100%;
    padding: 70px 100px;
    background-color: #e5e9ff;
  }
  .products-lns-dig-contact .center-content form.small {
    padding: 50px;
  }
  .products-lns-dig-contact .center-content form h1,
  .products-lns-dig-contact .center-content form h2 {
    text-align: center;
  }
  .products-lns-dig-contact .center-content form .btn {
    width: 100%;
    text-align: center;
  }
  .lns-digital-banking-logos {
    padding: 20px 0;
    background-color: #15477a;
  }
  .lns-digital-banking-logos .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lns-digital-banking-logos .center-content .box:nth-of-type(1) {
    width: 45%;
    margin: 0 10px 0 0px;
  }
  .lns-digital-banking-logos .center-content .box:nth-of-type(1) .box-image {
    height: 45px;
    width: 107px;
  }
  .lns-digital-banking-logos .center-content .box:nth-of-type(2) {
    width: 45%;
    margin: 0 0px 0 10px;
  }
  .lns-digital-banking-logos .center-content .box:nth-of-type(2) .box-image {
    height: 45px;
    width: 106px;
  }
  .lns-digital-banking {
    padding: 50px 0;
  }
  .lns-digital-banking .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lns-digital-banking .center-content h1 {
    font-size: 32px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.992px;
    line-height: 40px;
  }
  .lns-digital-banking .center-content .lns-digital-banking-title {
    font-size: 32px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.992px;
    line-height: 40px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(1) {
    width: 100%;
    margin: 0 0px 0 0px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(1) .box-image {
    height: 300px;
    width: 100%;
  }
  .lns-digital-banking .center-content .box:nth-of-type(2) {
    width: 100%;
    margin: 0 0px 0 0px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(2) .box-image {
    height: 300px;
    width: 100%;
  }
  .lns-digital-banking .center-content .box:nth-of-type(3) {
    width: 100%;
    margin: 0 0px 0 0px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(3) .box-image {
    height: 300px;
    width: 100%;
  }
  p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 600px) {
  .main-banner .center-content {
    -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;
  }
  .main-banner .center-content .btn {
    width: 100%;
  }
  .main-banner .center-content .btn:first-child {
    margin-right: unset;
    margin-bottom: 4%;
  }
  .blocks .center-content .block {
    width: 100%;
    margin-right: unset;
    margin-bottom: 4%;
  }
  .blocks .center-content .block:last-child {
    margin-top: unset;
    margin-right: unset;
  }
  .cool-footer {
    background-color: #17497b;
    background-image: url(../png/footergraphic-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
  }
  .cool-footer .center-content {
    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-sizing: border-box;
            box-sizing: border-box;
  }
  .cool-footer .center-content .logo {
    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;
    padding: 30px 0;
  }
  .cool-footer .center-content .content {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cool-footer .center-content .content .left {
    display: none;
  }
  .cool-footer .center-content .content .copyright {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .cool-footer .center-content .content .copyright p {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
  .cool-footer .center-content .content .center-footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 50px;
  }
  .cool-footer .center-content .content .center-footer .top {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 20px 30px;
  }
  .cool-footer .center-content .content .center-footer .top a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  .cool-footer .center-content .content .center-footer .top a:hover {
    color: #a4cf57;
  }
  .cool-footer .center-content .content .center-footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 30px;
  }
  .cool-footer .center-content .content .center-footer .bottom .facebook {
    background-image: url(../svg/fbwhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
  .cool-footer .center-content .content .center-footer .bottom .facebook:hover {
    background-image: url(../fbgreen-2.html);
  }
  .cool-footer .center-content .content .center-footer .bottom .linkedin {
    background-image: url(../svg/linkedwhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
  .cool-footer .center-content .content .center-footer .bottom .linkedin:hover {
    background-image: url(../svg/linkedgreen-2.svg);
  }
  .cool-footer .center-content .content .center-footer .bottom .youtube {
    background-image: url(../svg/youtubewhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cool-footer .center-content .content .center-footer .bottom .youtube:hover {
    background-image: url(../svg/youtubegreen-2.svg);
  }
  .cool-footer .center-content .content .right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  .cool-footer .center-content .content .right p {
    text-align: center;
    font-size: 10px;
  }
  .cool-footer .center-content .content .right a {
    color: #ffffff;
    text-decoration: none;
  }
  .cool-footer .center-content .content .right a:hover {
    text-decoration: underline;
    color: #a4cf57;
  }
  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .products-lns-digital-main-banner .center-content {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .products-lns-digital-main-banner .center-content h1 {
    font-family: Rubik-Regular;
    font-size: 30px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.45px;
    line-height: 34.5px;
  }
  .products-lns-dig-contact {
    padding: 15px 0;
    background-image: url(../jpg/products-lns-contact.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
  }
  .products-lns-dig-contact .center-content {
    padding: 0 15px;
  }
  .products-lns-dig-contact .center-content .lns-small-title {
    color: white;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.294px;
    word-spacing: 0px;
    -webkit-text-decoration: none solid #d9d9d9;
            text-decoration: none solid #d9d9d9;
    text-align: left;
    margin-bottom: 40px;
  }
  .products-lns-dig-contact .center-content .lns-digital-banking-pitchline {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    word-spacing: 0px;
    -webkit-text-decoration: none solid white;
            text-decoration: none solid white;
    text-align: left;
    margin-bottom: 5px;
  }
  .products-lns-dig-contact .center-content .lns-fintech-pitchline {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    word-spacing: 0px;
    -webkit-text-decoration: none solid white;
            text-decoration: none solid white;
    text-align: left;
    margin-bottom: 5px;
  }
  .products-lns-dig-contact .center-content h1 {
    font-size: 36px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 1.008px;
    line-height: 44px;
    color: #f4f4f4;
  }
  .products-lns-dig-contact .center-content p {
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.294px;
    line-height: 26.04px;
    color: #d9d9d9;
    margin-bottom: 40px;
  }
  .products-lns-dig-contact .center-content.narrow {
    width: 570px;
  }
  .products-lns-dig-contact .center-content form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 20px;
    background-color: #e5e9ff;
  }
  .products-lns-dig-contact .center-content form.small {
    padding: 50px;
  }
  .products-lns-dig-contact .center-content form h1,
  .products-lns-dig-contact .center-content form h2 {
    text-align: center;
  }
  .products-lns-dig-contact .center-content form .btn {
    width: 100%;
    text-align: center;
  }
  .products-lns-dig-contact .center-content form .submit-form-button {
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #17497b;
    background-color: #17497b;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .products-lns-dig-contact .center-content form .submit-form-button:hover {
    background-color: #ffffff;
    color: #17497b;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
  }
  .products-lns-dig-contact .center-content form .submit-form-button:disabled {
    opacity: 0.3;
  }
  .products-lns-dig-contact .center-content form .submit-form-button:disabled:hover {
    background-color: #17497b;
    color: #fff;
  }
  .lns-digital-pitch-line .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lns-digital-pitch-line .center-content h1 {
    font-family: 'Open Sans', sans-serif;
    color: #17497b;
    font-size: 36px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    line-height: 44px;
    margin: 0 0 20px;
  }
  .lns-digital-pitch-line .center-content p {
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    margin: 0;
  }
  .lns-digital-pitch-line .center-content div.lns-digital-pitchline-img {
    background-image: url(../jpg/mobiteli-onboarding-mambu.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px;
    padding: 12px 0;
    height: 200px;
  }
  .products-lns-dig-blocks {
    background-color: #17497b;
    padding: 15px 0;
    width: 100%;
  }
  .products-lns-dig-blocks .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 0 0px;
  }
  .products-lns-dig-blocks .center-content .block {
    padding: 10px;
    margin-right: 0;
    width: 100%;
  }
  .products-lns-dig-blocks .center-content .block h2 {
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.858px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
  }
  .products-lns-dig-blocks .center-content .block p {
    color: #ffffff;
  }
  .products-lns-dig-blocks .center-content .block:last-child {
    margin-right: 0;
  }
  .products-lns-features-digital {
    padding: 15px 0;
  }
  .products-lns-features-digital .center-content {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .products-lns-features-digital .center-content .features-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products-lns-features-digital .center-content .features-box .feat-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2%;
  }
  .products-lns-features-digital .center-content .features-box .feat-row h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.4000000059604645px;
    line-height: 25px;
  }
  .products-lns-features-digital .center-content .features-box .feat-row:last-child {
    margin-bottom: unset;
  }
  .products-lns-features-digital .center-content .features-box .feat-row .feat-img-1 {
    background-image: url(../png/lns-dig-onboarding-2.png);
    margin-right: 15px;
    height: 100px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .products-lns-features-digital .center-content .features-box .feat-row .feat-img-2 {
    background-image: url(../png/lns-acc-mngmnt-2.png);
    margin-right: 15px;
    height: 100px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .products-lns-features-digital .center-content .features-box .feat-row .feat-img-3 {
    background-image: url(../png/lns-card-mngmnt-2.png);
    margin-right: 15px;
    height: 100px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .products-lns-features-digital .center-content .features-box .feat-row .feat-img-4 {
    background-image: url(../png/lns-support-open-bnk-srvcs-2.png);
    margin-right: 15px;
    height: 100px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .products-lns-features-digital .center-content .features-box .feat-row .feat-img-5 {
    background-image: url(../png/ai-based_behavior_prediction-blue.png);
    margin-right: 15px;
    height: 100px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .products-lns-features-digital .center-content .features-box .feat-row .feat-img-6 {
    background-image: url(../png/lns-loc-bsd-srvcs.png);
    margin-right: 15px;
    height: 100px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .products-lns-features-digital .center-content .features-box .feat-row .feat-img-7 {
    background-image: url(../png/lns-fin-advisory-2.png);
    margin-right: 15px;
    height: 100px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .products-lns-features-digital .center-content .features-box .feat-row .feat-img-8 {
    background-image: url(../png/lns-third-party-2.png);
    margin-right: 15px;
    height: 100px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .products-lns-features-digital .center-content .features-box .feat-row .feat-desc {
    width: 100%;
  }
  .products-lns-features-digital .center-content .features-box .feat-row .feat-desc h2 {
    margin-top: 0;
  }
  .products-lns-dig-learn-more {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .products-lns-dig-learn-more .center-content {
    padding: 0 15px;
  }
  .products-lns-dig-learn-more .center-content h1 {
    font-size: 36px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.45px;
    line-height: 44px;
  }
  .products-lns-dig-learn-more .center-content .btn {
    margin-top: 30px;
  }
  .lns-digital-banking {
    padding: 15px 0;
  }
  .lns-digital-banking .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
  }
  .lns-digital-banking .center-content h1 {
    margin: 0 0 40px;
    font-size: 36px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    text-align: center;
    width: 100%;
    font-family: 'Open Sans';
    letter-spacing: 0.992px;
    line-height: 44px;
    color: #17497b;
  }
  .lns-digital-banking .center-content .box-title h2 {
    font-size: 16px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.858px;
    line-height: 24px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(1) {
    width: 100%;
    margin: 0 15px 0 0px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lns-digital-banking .center-content .box:nth-of-type(1):last-child {
    margin-right: unset;
  }
  .lns-digital-banking .center-content .box:nth-of-type(1) .box-image {
    background-image: url(../jpg/lns-dig-banking-2.jpg);
    background-position: center;
    background-size: cover;
    height: 175px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(2) {
    width: 100%;
    margin: 0 15px 0 0px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lns-digital-banking .center-content .box:nth-of-type(2):last-child {
    margin-right: unset;
  }
  .lns-digital-banking .center-content .box:nth-of-type(2) .box-image {
    background-image: url(../jpg/lns-fintech-prod-2.jpg);
    background-position: center;
    background-size: cover;
    height: 175px;
  }
  .lns-digital-banking .center-content .box:nth-of-type(3) {
    width: 100%;
    margin: 0 15px 0 0px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lns-digital-banking .center-content .box:nth-of-type(3):last-child {
    margin-right: unset;
  }
  .lns-digital-banking .center-content .box:nth-of-type(3) .box-image {
    background-image: url(../jpg/products-lns-traditional-banking.jpg);
    background-position: center;
    background-size: cover;
    height: 175px;
  }
  .lns-digital-banking .center-content.news {
    padding: 50px 0 0;
  }
  .lns-digital-banking .center-content.news h1 {
    text-align: left;
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*# sourceMappingURL=lns-digital-style.css.map */