@charset "UTF-8";
@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: #cccccc;
}

body textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 200;
  font-size: 16px;
  color: #cccccc;
}

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 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 {
  float: right;
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    li {
      float: left;
      position: relative;
      a,
      a:visited {
        display: block;
        padding: 0 20px;
        line-height: $nav-height;
        background: $nav-background;
        color: $nav-font-color;
        text-decoration: none;
        &:hover {
          background: $link-hover-color;
          color: #a4cf57;
        }
        &:not(:only-child):after {
          padding-left: 4px;
          content: ' ▾';
        }
      } // Dropdown list
      ul li {
        min-width: 190px;
        a {
          padding: 15px;
          line-height: 20px;
        }
      }
    }
  }
} */
.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;
}

.main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../home.html);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 520px;
}

.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;
}

.main-banner .center-content h1 {
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 56px;
  margin: 0 0 20px;
  color: #ffffff;
}

.main-banner .center-content p {
  margin: 0 0 20px;
}

.main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.lns-digital-banking-main-banner {
  font-family: Rubik-Regular;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/header_digital-banking-2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 613px;
  padding-top: 250px;
  padding-bottom: 55px;
}

.lns-digital-banking-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;
}

.lns-digital-banking-main-banner .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;
  font-family: Rubik-Regular;
}

.lns-digital-banking-main-banner .center-content .lns-digital-banking-pitchline {
  font-family: Rubik-Regular;
  color: white;
  font-size: 68px;
  font-weight: 700;
  line-height: 78.2px;
  letter-spacing: 1.02px;
  word-spacing: 0px;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: left;
}

.lns-digital-banking-main-banner .center-content h1 {
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 56px;
  margin: 0 0 20px;
  color: #ffffff;
}

.lns-digital-banking-main-banner .center-content p {
  margin: 0 0 20px;
}

.lns-digital-banking-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lns-digital-banking-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.lns-digital-banking-main-banner .lns-digital-banking-pcontent {
  font-size: 16px;
  font-family: sans-serif;
  letter-spacing: 0.4px;
  line-height: 25.92px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-digital-banking-main-banner .lns-digital-banking-title {
  font-size: 42px;
  font-weight: 700;
  font-family: sans-serif;
  letter-spacing: 1px;
  line-height: 54px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-products-main-banner {
  font-family: Rubik-Regular;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/header_graphic-2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 477.2px;
  padding-top: 125px;
  padding-bottom: 55px;
  margin-bottom: 10px;
}

.lns-products-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;
}

.lns-products-main-banner .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;
  font-family: Rubik-Regular;
}

.lns-products-main-banner .center-content .lns-products-pitchline {
  font-family: Rubik-Regular;
  color: white;
  font-size: 68px;
  font-weight: 700;
  line-height: 78.2px;
  letter-spacing: 1.02px;
  word-spacing: 0px;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: left;
}

.lns-products-main-banner .center-content h1 {
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 56px;
  margin: 0 0 20px;
  color: #ffffff;
}

.lns-products-main-banner .center-content p {
  margin: 0 0 20px;
}

.lns-products-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lns-products-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.lns-products-main-banner .lns-products-pcontent {
  font-size: 16px;
  font-family: sans-serif;
  letter-spacing: 0.4px;
  line-height: 25.92px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-products-main-banner .lns-products-title {
  font-size: 42px;
  font-weight: 700;
  font-family: sans-serif;
  letter-spacing: 1px;
  line-height: 54px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-solutions-main-banner {
  font-family: Rubik-Regular;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/header_graphic-2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 687px;
  padding-top: 250px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.lns-solutions-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;
}

.lns-solutions-main-banner .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;
  font-family: Rubik-Regular;
}

.lns-solutions-main-banner .center-content .lns-solutions-pitchline {
  font-family: Rubik-Regular;
  color: white;
  font-size: 68px;
  font-weight: 700;
  line-height: 78.2px;
  letter-spacing: 1.02px;
  word-spacing: 0px;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: left;
}

.lns-solutions-main-banner .center-content h1 {
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 56px;
  margin: 0 0 20px;
  color: #ffffff;
}

.lns-solutions-main-banner .center-content p {
  margin: 0 0 20px;
}

.lns-solutions-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lns-solutions-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.lns-solutions-main-banner .lns-solutions-pcontent {
  font-size: 16px;
  font-family: sans-serif;
  letter-spacing: 0.4px;
  line-height: 25.92px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-solutions-main-banner .lns-solutions-title {
  font-size: 42px;
  font-weight: 700;
  font-family: sans-serif;
  letter-spacing: 1px;
  line-height: 54px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-core-main-banner {
  font-family: Rubik-Regular;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/header_leonuscore-2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 695px;
  padding-top: 250px;
  padding-bottom: 55px;
}

.lns-core-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;
}

.lns-core-main-banner .center-content .lns-small-title {
  color: #f9f9f9;
  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;
  font-family: Rubik-Regular;
}

.lns-core-main-banner .center-content .lns-core-pitchline {
  font-family: Rubik-Regular;
  color: #f9f9f9;
  font-size: 68px;
  font-weight: 700;
  line-height: 78.2px;
  letter-spacing: 1.02px;
  word-spacing: 0px;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: left;
}

.lns-core-main-banner .center-content h1 {
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 56px;
  margin: 0 0 20px;
  color: #f9f9f9;
}

.lns-core-main-banner .center-content p {
  margin: 0 0 20px;
}

.lns-core-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lns-core-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.lns-core-main-banner .lns-core-pcontent {
  font-size: 16px;
  font-family: sans-serif;
  letter-spacing: 0.4px;
  line-height: 25.92px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-core-main-banner .lns-core-title {
  font-size: 42px;
  font-weight: 700;
  font-family: sans-serif;
  letter-spacing: 1px;
  line-height: 54px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.privacy-policy-main-banner {
  font-family: Rubik-Regular;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/header_graphic-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  height: 200px;
}

.privacy-policy-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: 200px;
  width: 1200px;
}

.privacy-policy-main-banner .center-content .lns-small-title {
  color: #f9f9f9;
  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;
  font-family: Rubik-Regular;
}

.privacy-policy-main-banner .center-content .lns-privacy-policy-pitchline {
  font-family: Rubik-Regular;
  color: #f9f9f9;
  font-size: 68px;
  font-weight: 700;
  line-height: 78.2px;
  letter-spacing: 1.02px;
  word-spacing: 0px;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: left;
}

.privacy-policy-main-banner .center-content h1 {
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 56px;
  margin: 0 0 20px;
  color: #f9f9f9;
}

.privacy-policy-main-banner .center-content p {
  margin: 0 0 20px;
}

.privacy-policy-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy-policy-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.privacy-policy-main-banner .lns-privacy-policy-pcontent {
  font-size: 16px;
  font-family: sans-serif;
  letter-spacing: 0.4px;
  line-height: 25.92px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.privacy-policy-main-banner .lns-privacy-policy-title {
  font-size: 42px;
  font-weight: 700;
  font-family: sans-serif;
  letter-spacing: 1px;
  line-height: 54px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-about-us-main-banner {
  font-family: Rubik-Regular;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/header_about_us_2-2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 695px;
  padding-top: 250px;
  padding-bottom: 55px;
}

.lns-about-us-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;
}

.lns-about-us-main-banner .center-content .lns-small-title {
  color: #f9f9f9;
  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;
  font-family: Rubik-Regular;
}

.lns-about-us-main-banner .center-content .lns-about-us-pitchline {
  font-family: Rubik-Regular;
  color: #f9f9f9;
  font-size: 68px;
  font-weight: 700;
  line-height: 78.2px;
  letter-spacing: 1.02px;
  word-spacing: 0px;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: left;
}

.lns-about-us-main-banner .center-content h1 {
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 56px;
  margin: 0 0 20px;
  color: #f9f9f9;
}

.lns-about-us-main-banner .center-content p {
  margin: 0 0 20px;
}

.lns-about-us-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lns-about-us-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.lns-about-us-main-banner .lns-about-us-pcontent {
  font-size: 16px;
  font-family: sans-serif;
  letter-spacing: 0.4px;
  line-height: 25.92px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-about-us-main-banner .lns-about-us-title {
  font-size: 42px;
  font-weight: 700;
  font-family: sans-serif;
  letter-spacing: 1px;
  line-height: 54px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-traditional-banking-main-banner {
  font-family: Rubik-Regular;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/header_traditionalbanking3-2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 613px;
  padding-top: 250px;
  padding-bottom: 55px;
}

.lns-traditional-banking-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;
}

.lns-traditional-banking-main-banner .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;
  font-family: Rubik-Regular;
}

.lns-traditional-banking-main-banner .center-content .lns-traditional-banking-pitchline {
  font-family: Rubik-Regular;
  color: white;
  font-size: 68px;
  font-weight: 700;
  line-height: 78.2px;
  letter-spacing: 1.02px;
  word-spacing: 0px;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: left;
}

.lns-traditional-banking-main-banner .center-content h1 {
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 56px;
  margin: 0 0 20px;
  color: #ffffff;
}

.lns-traditional-banking-main-banner .center-content p {
  margin: 0 0 20px;
}

.lns-traditional-banking-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lns-traditional-banking-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.lns-traditional-banking-main-banner .lns-traditional-banking-pcontent {
  font-size: 16px;
  font-family: sans-serif;
  letter-spacing: 0.4px;
  line-height: 25.92px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.lns-traditional-banking-main-banner .lns-traditional-banking-title {
  font-size: 42px;
  font-weight: 700;
  font-family: sans-serif;
  letter-spacing: 1px;
  line-height: 54px;
  -webkit-text-decoration: none solid #434343;
          text-decoration: none solid #434343;
  word-spacing: 0px;
  color: #434343;
  word-wrap: break-word;
}

.clients {
  padding: 50px 0;
  /* Slick slider */
}

.clients h1 {
  text-align: center;
}

.clients * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clients .slider {
  width: 95%;
  margin: 50px auto;
}

.clients .slick-slide {
  margin: 0px 20px;
}

.clients .slick-slide img {
  width: 100%;
}

.clients .slick-prev:before,
.clients .slick-next:before {
  color: black;
}

.clients .slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.clients .slick-active {
  opacity: 0.5;
}

.clients .slick-current {
  opacity: 1;
}

.partners {
  background-image: url(../jpg/voz_05x-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.partners .center-content {
  padding: 50px 30px;
}

.partners .center-content h1 {
  font-family: Rubik-Regular;
  font-size: 68px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: 1.0199999809265137px;
  line-height: 78px;
  color: #ffffff;
  margin: 0 0 20px;
  padding: 0;
}

.partners .center-content .partners-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog .center-content h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.4375;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}

.blog .center-content div {
  width: 65%;
}

.blog .center-content div:first-child {
  background-image: url(../png/placeholder-2.png);
  background-size: cover;
  background-position: center;
  width: 30%;
  margin: 0 2% 0 0%;
}

.blocks {
  background-color: #cccccc;
  padding: 50px 0 20px 0;
}

.blocks .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blocks .center-content .block {
  padding: 20px;
  background-color: #ffffff;
  margin-right: 2%;
  width: 27%;
  text-align: center;
}

.blocks .center-content .block h2 {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 25px;
}

.blocks .center-content .block:last-child {
  margin-right: 0;
}

.product-btn {
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: white;
  color: #000000;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.product-btn:hover {
  background-color: #d9d9d9;
  color: #000000;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.product-supporting-products-btn {
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #555555;
  background-color: #555555;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.product-supporting-products-btn:hover {
  background-color: #434343;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.product-blocks {
  background-color: #ffffff;
  padding: 50px 0 20px 0;
}

.product-blocks .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
}

.product-blocks .center-content .block {
  padding: 130px 20px;
  background-color: #555555;
  color: white;
  width: 27%;
  text-align: center;
}

.product-blocks .center-content .block h2 {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 25px;
}

.product-blocks .center-content .block:last-child {
  margin-right: 0;
}

.solution-btn {
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: white;
  color: #000000;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.solution-btn:hover {
  background-color: #d9d9d9;
  color: #000000;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.solution-supporting-products-btn {
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #555555;
  background-color: #555555;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.solution-supporting-products-btn:hover {
  background-color: #434343;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.solution-blocks {
  background-color: #ffffff;
  padding: 50px 0 20px 0;
}

.solution-blocks .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
}

.solution-blocks .center-content .block {
  padding: 130px 20px;
  background-color: #555555;
  color: white;
  width: 27%;
  text-align: center;
}

.solution-blocks .center-content .block h2 {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 25px;
}

.solution-blocks .center-content .block:last-child {
  margin-right: 0;
}

.digital-banking-blocks {
  background-color: #555555;
  margin-bottom: 50px;
}

.digital-banking-blocks .digital-banking-block {
  background-color: #555555;
  color: #d9d9d9;
}

.core-blocks {
  background-color: #555555;
  margin-bottom: 50px;
}

.core-blocks .core-block {
  background-color: #555555;
  color: #d9d9d9;
}

.features-core {
  padding: 50px 0;
}

.features-core .center-content {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.features-core .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;
}

.features-core .center-content .features-box .feat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 2%;
}

.features-core .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;
}

.features-core .center-content .features-box .feat-row:last-child {
  margin-bottom: unset;
}

.features-core .center-content .features-box .feat-row .feat-img-1 {
  background-image: url(../svg/client-centric_approach-blue-2.svg);
  display: block;
  margin-right: 10px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  position: left center;
}

.features-core .center-content .features-box .feat-row .feat-img-2 {
  background-image: url(../svg/ai-based_behavior_prediction-blue_1-2.svg);
  display: block;
  margin-right: 10px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  position: left center;
}

.features-core .center-content .features-box .feat-row .feat-img-3 {
  background-image: url(../svg/high_level_of_configurability-blue-2.svg);
  display: block;
  margin-right: 10px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  position: left center;
}

.features-core .center-content .features-box .feat-row .feat-img-4 {
  background-image: url(../svg/integration_with_a_client_security_system-blue-2.svg);
  display: block;
  margin-right: 10px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  position: left center;
}

.features-core .center-content .features-box .feat-row .feat-img-5 {
  background-image: url(../svg/central_product_catalog-blue-2.svg);
  display: block;
  margin-right: 10px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  position: left center;
}

.features-core .center-content .features-box .feat-row .feat-img-6 {
  background-image: url(../svg/various_integration_technologies-blue-2.svg);
  display: block;
  margin-right: 10px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  position: left center;
}

.features-core .center-content .features-box .feat-row .feat-desc {
  width: 100%;
}

.features-core .center-content .features-box .feat-row .feat-desc h2 {
  margin-top: 0;
}

.features {
  padding: 50px 0;
}

.features .center-content {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.features .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;
}

.features .center-content .features-box .feat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 2%;
}

.features .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;
}

.features .center-content .features-box .feat-row:last-child {
  margin-bottom: unset;
}

.features .center-content .features-box .feat-row .feat-img-1,
.features .center-content .features-box .feat-row .feat-img-2,
.features .center-content .features-box .feat-row .feat-img-3,
.features .center-content .features-box .feat-row .feat-img-4,
.features .center-content .features-box .feat-row .feat-img-5,
.features .center-content .features-box .feat-row .feat-img-6 {
  display: block;
  background-color: #2581dc;
  margin-right: 10px;
  width: 100px;
  height: 100px;
}

.features .center-content .features-box .feat-row .feat-desc {
  width: 100%;
}

.features .center-content .features-box .feat-row .feat-desc h2 {
  margin-top: 0;
}

.products {
  padding: 50px 0;
}

.products .center-content {
  padding: 0;
  background-color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  color: #ededed;
}

.products .center-content .product-block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 100px 30px;
  width: 40%;
  text-align: center;
}

.products .center-content .product-block h2 {
  font-weight: 700;
}

.products .center-content .product-block__products-paragraph {
  line-height: 26px;
}

.privacy-policy {
  padding: 50px 0;
}

.privacy-policy .center-content {
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  color: black;
}

.privacy-policy .center-content .privacy-policy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 30px;
  width: 100%;
}

.privacy-policy .center-content .privacy-policy-block ul {
  padding-bottom: 1px;
  padding-top: 1px;
  -webkit-margin-before: 1px;
          margin-block-start: 1px;
  -webkit-margin-after: 1px;
          margin-block-end: 1px;
  -webkit-margin-end: 1px;
          margin-inline-end: 1px;
  -webkit-margin-start: 1px;
          margin-inline-start: 1px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.privacy-policy .center-content .privacy-policy-block h2 {
  font-weight: 700;
}

.privacy-policy .center-content .privacy-policy-block__privacy-policy-paragraph {
  line-height: 18px;
}

.privacy-policy .center-content .privacy-policy-block__privacy-policy-paragraph-with-list {
  line-height: 18px;
}

.solutions {
  padding: 50px 0;
}

.solutions .center-content {
  padding: 0;
  background-color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.solutions .center-content .solution-block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 100px 30px;
  width: 27%;
  text-align: center;
}

.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;
}

.learn-more {
  padding: 50px 0;
  height: 270px;
  background-image: url(../home.html);
  background-position: center;
  background-size: cover;
}

.learn-more .center-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.learn-more .center-content h1 {
  float: left;
  font-weight: unset;
  margin: 0;
  color: #ffffff;
}

.learn-more .center-content a {
  float: right;
}

.learn-more .center-content__digital-banking {
  margin-left: 1em;
}

.learn-more .center-content__digital-banking h1 {
  float: left;
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  color: white;
  word-wrap: normal;
  width: 17em;
}

.learn-more .center-content__digital-banking a {
  float: right;
}

.learn-more .center-content__fintech {
  margin-left: 1em;
}

.learn-more .center-content__fintech h1 {
  float: left;
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  color: white;
  word-wrap: normal;
  width: 17em;
}

.learn-more .center-content__fintech a {
  float: right;
}

.products-solutions {
  padding: 50px 0;
}

.products-solutions .lns-core-traditional-banking-img {
  background-image: url(../jpg/traditional-banking-products-2.jpg);
}

.products-solutions .products_digital-banking {
  background-image: url(../jpg/digital-banking-products-2.jpg);
}

.products-solutions .products-fintech {
  background-image: url(../jpg/fintech-products-2.jpg);
}

.products-solutions .products-traditional-banking {
  background-image: url(../jpg/traditional-banking-products-3.jpg);
}

.products-solutions .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-solutions .center-content.products-page {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.products-solutions .center-content .box-title h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.858px;
  color: #434343;
}

.products-solutions .center-content h1 {
  margin: 0 0 40px;
}

.products-solutions .center-content .lns-products-solutions-title {
  font-weight: bold;
}

.products-solutions .center-content .box {
  width: 24%;
  margin: 0 2% 0 0;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-solutions .center-content .box:last-child {
  margin-right: unset;
}

.products-solutions .center-content .box .box-image {
  width: 100%;
  height: 200px;
  background-image: url(../png/placeholder-2.png);
  background-position: center;
}

.products-solutions .center-content .box a {
  text-decoration: none;
}

.products-solutions .center-content .box a:hover {
  text-decoration: underline;
}

.products-solutions .center-content.news {
  padding: 50px 0 0;
}

.products-solutions .center-content.news h1 {
  text-align: left;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.digital-banking {
  padding: 50px 0;
}

.digital-banking .solutions-lns-banking-digital {
  background-image: url(../jpg/solutions_leonus_bankdig-2.jpg);
}

.digital-banking .solutions-lns-digital {
  background-image: url(../jpg/solutions_leonus-dig-2.jpg);
}

.digital-banking .solutions-lns-core {
  background-image: url(../jpg/solutions_leonus_core-2.jpg);
}

.digital-banking .solutions-lns-advisory {
  background-image: url(../jpg/solutions_leonus_advis-2.jpg);
}

.digital-banking .digital-banking-lns-banking-digital {
  background-image: url(../jpg/leonus_bankdig-2.jpg);
}

.digital-banking .digital-banking-lns-digital {
  background-image: url(../jpg/leonus-dig-2.jpg);
}

.digital-banking .digital-banking-lns-advisory {
  background-image: url(../jpg/leonus_advis-2.jpg);
}

.digital-banking .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.digital-banking .center-content .box-title h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.858px;
  color: #434343;
}

.digital-banking .center-content h1 {
  margin: 0 0 40px;
}

.digital-banking .center-content .lns-digital-banking-title {
  font-weight: bold;
}

.digital-banking .center-content .box {
  width: 24%;
  margin: 0 2% 0 0;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.digital-banking .center-content .box:last-child {
  margin-right: unset;
}

.digital-banking .center-content .box .box-image {
  width: 100%;
  height: 200px;
  background-image: url(../png/placeholder-2.png);
  background-position: center;
}

.digital-banking .center-content .box a {
  text-decoration: none;
}

.digital-banking .center-content .box a:hover {
  text-decoration: underline;
}

.digital-banking .center-content.news {
  padding: 50px 0 0;
}

.digital-banking .center-content.news h1 {
  text-align: left;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fintech {
  padding: 50px 0;
}

.fintech .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fintech .center-content .box-title h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.858px;
  color: #434343;
}

.fintech .center-content h1 {
  margin: 0 0 40px;
}

.fintech .center-content .lns-fintech-title {
  font-weight: bold;
}

.fintech .center-content .box {
  width: 24%;
  margin: 0 2% 0 0;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fintech .center-content .box:last-child {
  margin-right: unset;
}

.fintech .center-content .box .box-image {
  width: 100%;
  height: 200px;
  background-image: url(../png/placeholder-2.png);
  background-position: center;
}

.fintech .center-content .box a {
  text-decoration: none;
}

.fintech .center-content .box a:hover {
  text-decoration: underline;
}

.fintech .center-content.news {
  padding: 50px 0 0;
}

.fintech .center-content.news h1 {
  text-align: left;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fintech .center-content .fintech-lns-banking-digital {
  background-image: url(../jpg/leonus_bankdig-3.jpg);
}

.fintech .center-content .fintech-lns-digital-banking-suite {
  background-image: url(../jpg/leonus-dig-3.jpg);
}

.fintech .center-content .fintech-lns-advisory {
  background-image: url(../jpg/leonus_advis-3.jpg);
}

.fintech .center-content .traditional-banking-lns-core-img {
  background-image: url(../jpg/leonus_core-2.jpg);
}

.fintech .center-content .traditional-banking-lns-digital-img {
  background-image: url(../jpg/leonus-dig-4.jpg);
}

.fintech-contact {
  padding: 70px 0;
  background-image: url(../jpg/contact-fintech-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fintech-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;
}

.fintech-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;
}

.fintech-contact .center-content h1 {
  font-weight: unset;
  color: #ffffff;
}

.fintech-contact .center-content.narrow {
  width: 570px;
}

.fintech-contact .center-content form {
  padding: 15px;
  background-color: #e5e9ff;
}

.fintech-contact .center-content form.small {
  padding: 50px;
}

.fintech-contact .center-content form h1,
.fintech-contact .center-content form h2 {
  text-align: center;
}

.fintech-contact .center-content form .btn {
  width: 100%;
  text-align: center;
}

.traditional-banking-contact {
  padding: 70px 0;
  background-image: url(../jpg/contact_traditionalbanking-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.traditional-banking-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;
}

.traditional-banking-contact .center-content .lns-traditional-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;
}

.traditional-banking-contact .center-content h1 {
  font-weight: unset;
  color: #ffffff;
}

.traditional-banking-contact .center-content.narrow {
  width: 570px;
}

.traditional-banking-contact .center-content form {
  padding: 15px;
  background-color: #e5e9ff;
}

.traditional-banking-contact .center-content form.small {
  padding: 50px;
}

.traditional-banking-contact .center-content form h1,
.traditional-banking-contact .center-content form h2 {
  text-align: center;
}

.traditional-banking-contact .center-content form .btn {
  width: 100%;
  text-align: center;
}

.digital-banking-contact {
  padding: 70px 0;
  background-image: url(../jpg/contact-digitalbanking-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.digital-banking-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;
}

.digital-banking-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;
}

.digital-banking-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;
}

.digital-banking-contact .center-content h1 {
  font-weight: unset;
  color: #ffffff;
}

.digital-banking-contact .center-content.narrow {
  width: 570px;
}

.digital-banking-contact .center-content form {
  padding: 15px;
  background-color: #e5e9ff;
}

.digital-banking-contact .center-content form.small {
  padding: 50px;
}

.digital-banking-contact .center-content form h1,
.digital-banking-contact .center-content form h2 {
  text-align: center;
}

.digital-banking-contact .center-content form .btn {
  width: 100%;
  text-align: center;
}

.contact {
  padding: 70px 0;
  background-image: url(../jpg/contactphoto2-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.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;
}

.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;
}

.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;
}

.contact .center-content h1 {
  font-weight: unset;
  color: #ffffff;
}

.contact .center-content.narrow {
  width: 570px;
}

.contact .center-content form {
  padding: 15px;
  background-color: #e5e9ff;
}

.contact .center-content form.small {
  padding: 50px;
}

.contact .center-content form h1,
.contact .center-content form h2 {
  text-align: center;
}

.contact .center-content form .btn {
  width: 100%;
  text-align: center;
}

.lns-form {
  width: 42%;
}

.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;
}

.services-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/header_services.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;
}

.services-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;
}

.services-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;
}

.services-banner .center-content p {
  margin: 0 0 30px;
  color: #ffffff;
}

.services-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.services-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;
}

.services-banner .center-content .btn:nth-child(2):hover {
  background-color: #ffffff;
  color: #17497b;
  border: 1px solid #ffffff;
}

.service-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;
}

.service-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;
}

.service-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;
}

.service-pitch-line .center-content div {
  width: 46%;
}

.service-pitch-line .center-content div.services {
  background-image: url(../jpg/services-content-photo-2.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 2% 0 2%;
}

.providing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  background-color: #17497b;
  color: #ffffff;
}

.providing .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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.providing .center-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0 30px;
}

.providing .providing-service {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 30%;
  padding: 0 15px;
}

.providing .providing-service h3 {
  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;
  color: #ffffff;
  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: 60px;
  font-size: 16px;
}

.providing .providing-service 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;
  line-height: 26.04px;
  margin-top: 15px;
}

.services-learn-more {
  padding: 75px 0;
  background-image: url(../jpg/services-pool-2.jpg);
  background-position: center;
  background-size: cover;
}

.services-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;
}

.services-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;
}

.services-learn-more .center-content .service-learn-more-btn {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.services {
  padding: 50px 0;
}

.services .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;
}

.services .center-content h1 {
  width: 30%;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: left;
  margin-bottom: 100px;
}

.scale-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.scale-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.scale-wrapper .content .content-item {
  margin: 20px 0;
  width: 20%;
  text-align: center;
  font-size: 20px;
}

.scale {
  width: 100%;
  height: 10px;
  border-radius: 20px;
  background-color: #b3afaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  padding: 0;
  border: 0;
}

.scale span {
  background-color: #b3afaf;
  color: black;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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-top: -4.5px;
}

.scale .active {
  background-color: black;
  color: white;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  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;
  position: absolute;
}

.lns-dig-main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/leonus-digital-suite-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.lns-dig-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;
  padding-top: 250px;
  padding-bottom: 55px;
}

.lns-dig-main-banner .center-content h1 {
  font-family: Rubik-Regular;
  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;
  font-weight: 700;
  height: auto;
  letter-spacing: 1.02px;
  line-height: 78.2px;
  color: #ffffff;
  margin: 0;
}

.lns-dig-main-banner .center-content p {
  margin: 20px 0;
  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;
  color: white;
}

.lns-dig-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.lns-dig-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.lns-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-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;
}

.lns-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;
}

.lns-pitch-line .center-content div,
.lns-pitch-line .center-content iframe {
  width: 46%;
}

.lns-pitch-line .center-content div.lns-dig-pitch-img,
.lns-pitch-line .center-content iframe.lns-dig-pitch-img {
  margin: 0 2% 0 2%;
}

.lns-dig-blocks {
  background-color: #555555;
  padding: 50px 0;
  width: 100%;
}

.lns-dig-blocks .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lns-dig-blocks .center-content .block {
  padding: 20px;
  margin-right: 2%;
  width: 20%;
  text-align: center;
}

.lns-dig-blocks .center-content .block 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.4px;
  line-height: 25.92px;
  color: #d9d9d9;
}

.lns-dig-blocks .center-content .block 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;
}

.lns-dig-blocks .center-content .block:last-child {
  margin-right: 0;
}

.lns-dig-learn-more {
  padding: 50px 0;
  height: 270px;
  background-image: url(../jpg/leonus-digital-suite-2.jpg);
  background-position: center;
  background-size: cover;
}

.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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lns-dig-learn-more .center-content h1 {
  float: left;
  margin: 0;
  color: white;
  font-size: 40px;
  width: 60%;
}

.lns-dig-learn-more .center-content a {
  float: right;
}

.lns-dig-learn-more .center-content__digital-banking {
  margin-left: 160px;
  padding-left: 30;
}

.lns-dig-learn-more .center-content__digital-banking h1 {
  float: left;
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  color: white;
  word-wrap: normal;
  width: 17em;
}

.lns-dig-learn-more .center-content__digital-banking a {
  float: right;
}

.lns-dig-suite-contact {
  padding: 70px 0;
  background-image: url(../jpg/lns-dig-suite-contact-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lns-dig-suite-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;
}

.lns-dig-suite-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;
}

.lns-dig-suite-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;
}

.lns-dig-suite-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;
}

.lns-dig-suite-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;
}

.lns-dig-suite-contact .center-content.narrow {
  width: 570px;
}

.lns-dig-suite-contact .center-content form {
  width: 42%;
  padding: 70px 100px;
  background-color: #e5e9ff;
}

.lns-dig-suite-contact .center-content form.small {
  padding: 50px;
}

.lns-dig-suite-contact .center-content form h1,
.lns-dig-suite-contact .center-content form h2 {
  text-align: center;
}

.lns-dig-suite-contact .center-content form .btn {
  width: 100%;
  text-align: center;
}

.lns-digital-banking {
  padding: 50px 0;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1):last-child {
  margin-right: unset;
}

.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;
}

.lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) a {
  text-decoration: none;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) a:hover {
  text-decoration: underline;
}

.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;
}

.lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2):last-child {
  margin-right: unset;
}

.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;
}

.lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) a {
  text-decoration: none;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) a:hover {
  text-decoration: underline;
}

.lns-digital-banking .center-content:nth-of-type(2).news {
  padding: 50px 0 0;
}

.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;
}

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;
}

.homepage-main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/homepage-cover-2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 520px;
}

.homepage-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;
}

.homepage-main-banner .center-content h1 {
  font-family: Rubik-Regular;
  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;
  font-weight: 700;
  height: auto;
  letter-spacing: 1.02px;
  line-height: 78.2px;
  color: #ffffff;
}

.homepage-main-banner .center-content p {
  margin: 0 0 20px;
}

.homepage-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homepage-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.homepage-main-banner .center-content .btn:nth-child(2) {
  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;
}

.homepage-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;
}

.homepage-pitch-line .center-content h1 {
  font-weight: 700;
  font-size: 42px;
  font-family: OpenSans, sans-serif;
  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;
}

.homepage-pitch-line .center-content p {
  font-size: 16px;
  font-family: OpenSans, sans-serif;
  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;
}

.homepage-pitch-line .center-content div {
  width: 46%;
}

.homepage-pitch-line .center-content div.homepage-pitch-img {
  background-image: url(../jpg/face-scan-mobile-2.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 2% 0 2%;
}

.homepage-learn-more {
  padding: 75px 0;
  background-image: url(../jpg/learn-more-woman-banner-2.jpg);
  background-position: center;
  background-size: cover;
}

.homepage-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;
}

.homepage-learn-more .center-content h1 {
  margin: 0;
  width: 95%;
  font-weight: bold;
  color: white;
  font-family: Rubik-Regular;
  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;
  font-weight: 700;
  letter-spacing: 1.02px;
  line-height: 78.2px;
}

.homepage-learn-more .center-content .homepage-learn-more-btn {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}

.homepage-digital-banking {
  padding: 50px 0;
}

.homepage-digital-banking .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.homepage-digital-banking .center-content .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;
}

.homepage-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;
}

.homepage-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;
}

.homepage-digital-banking .center-content .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;
}

.homepage-digital-banking .center-content .box:nth-of-type(1):last-child {
  margin-right: unset;
}

.homepage-digital-banking .center-content .box:nth-of-type(1) .box-image {
  background-image: url(../jpg/retail-banking-2.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
  width: 270px;
}

.homepage-digital-banking .center-content .box:nth-of-type(1) a {
  text-decoration: none;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.homepage-digital-banking .center-content .box:nth-of-type(1) a:hover {
  text-decoration: underline;
}

.homepage-digital-banking .center-content .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;
}

.homepage-digital-banking .center-content .box:nth-of-type(2):last-child {
  margin-right: unset;
}

.homepage-digital-banking .center-content .box:nth-of-type(2) .box-image {
  background-image: url(../jpg/sme-banking-2.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
  width: 270px;
}

.homepage-digital-banking .center-content .box:nth-of-type(2) a {
  text-decoration: none;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.homepage-digital-banking .center-content .box:nth-of-type(2) a:hover {
  text-decoration: underline;
}

.homepage-digital-banking .center-content .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;
}

.homepage-digital-banking .center-content .box:nth-of-type(3):last-child {
  margin-right: unset;
}

.homepage-digital-banking .center-content .box:nth-of-type(3) .box-image {
  background-image: url(../jpg/fintech-content-2.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
  width: 270px;
}

.homepage-digital-banking .center-content .box:nth-of-type(3) a {
  text-decoration: none;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.homepage-digital-banking .center-content .box:nth-of-type(3) a:hover {
  text-decoration: underline;
}

.homepage-digital-banking .center-content .box:nth-of-type(4) {
  width: 24%;
  margin: 0 15px 0 15px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.homepage-digital-banking .center-content .box:nth-of-type(4):last-child {
  margin-right: unset;
}

.homepage-digital-banking .center-content .box:nth-of-type(4) .box-image {
  background-image: url(../jpg/traditional-banking-2.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
  width: 270px;
}

.homepage-digital-banking .center-content .box:nth-of-type(4) a {
  text-decoration: none;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.homepage-digital-banking .center-content .box:nth-of-type(4) a:hover {
  text-decoration: underline;
}

.homepage-digital-banking .center-content.news {
  padding: 50px 0 0;
}

.homepage-digital-banking .center-content.news h1 {
  text-align: left;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-contact {
  padding: 70px 0;
  background-image: url(../jpg/home-contact-photo-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-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;
}

.home-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;
}

.home-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;
}

.home-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;
}

.home-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;
}

.home-contact .center-content.narrow {
  width: 570px;
}

.home-contact .center-content form {
  width: 42%;
  padding: 70px 100px;
  background-color: #e5e9ff;
}

.home-contact .center-content form.small {
  padding: 50px;
}

.home-contact .center-content form h1,
.home-contact .center-content form h2 {
  text-align: center;
}

.home-contact .center-content form .btn {
  width: 100%;
  text-align: center;
}

.products-lns-digital-main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/lns-digital-cover.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.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;
  padding-top: 250px;
  padding-bottom: 55px;
}

.products-lns-digital-main-banner .center-content h1 {
  font-family: Rubik-Regular;
  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;
  font-weight: 700;
  height: auto;
  letter-spacing: 1.02px;
  line-height: 78.2px;
  color: #ffffff;
  margin: 0;
}

.products-lns-digital-main-banner .center-content p {
  margin: 20px 0;
  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;
  color: white;
}

.products-lns-digital-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.products-lns-digital-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.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: #555555;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-lns-dig-blocks .center-content .block {
  padding: 20px;
  margin-right: 2%;
  width: 25%;
  text-align: center;
}

.products-lns-dig-blocks .center-content .block 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.4px;
  line-height: 25.92px;
  color: #d9d9d9;
}

.products-lns-dig-blocks .center-content .block 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;
}

.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: 10px;
  height: 100px;
  width: 100px;
  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: 10px;
  height: 100px;
  width: 100px;
  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: 10px;
  height: 100px;
  width: 100px;
  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: 10px;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-lns-features-digital .center-content .features-box .feat-row .feat-img-5 {
  background-image: url(../png/lns-ai-bsd-behavior-pred-2.png);
  margin-right: 10px;
  height: 100px;
  width: 100px;
  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: 10px;
  height: 100px;
  width: 100px;
  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: 10px;
  height: 100px;
  width: 100px;
  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: 10px;
  height: 100px;
  width: 100px;
  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/lns-digital-cover.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 {
  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;
  font-weight: 700;
  height: auto;
  letter-spacing: 1.02px;
  line-height: 78.2px;
  color: white;
}

.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;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) a:hover {
  text-decoration: underline;
}

.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;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) a:hover {
  text-decoration: underline;
}

.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;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.products-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) a:hover {
  text-decoration: underline;
}

.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-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 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;
}

.core-contact {
  padding: 70px 0;
  background-image: url(../jpg/corecontactphoto-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.core-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;
}

.core-contact .center-content .lns-core-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;
}

.core-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;
}

.core-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;
}

.core-contact .center-content.narrow {
  width: 570px;
}

.core-contact .center-content form {
  width: 42%;
  padding: 70px 100px;
  background-color: #e5e9ff;
}

.core-contact .center-content form.small {
  padding: 50px;
}

.core-contact .center-content form h1,
.core-contact .center-content form h2 {
  text-align: center;
}

.core-contact .center-content form .btn {
  width: 100%;
  text-align: center;
}

.home-contact {
  padding: 70px 0;
  background-image: url(../jpg/products-lns-contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-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;
}

.home-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;
}

.home-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;
}

.home-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;
}

.home-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;
}

.home-contact .center-content.narrow {
  width: 570px;
}

.home-contact .center-content form {
  width: 42%;
  padding: 70px 100px;
  background-color: #e5e9ff;
}

.home-contact .center-content form.small {
  padding: 50px;
}

.home-contact .center-content form h1,
.home-contact .center-content form h2 {
  text-align: center;
}

.home-contact .center-content form .btn {
  width: 100%;
  text-align: center;
}

.advisory-lns-main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(../jpg/lns-advisory-header-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.advisory-lns-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;
  padding-top: 250px;
  padding-bottom: 55px;
}

.advisory-lns-main-banner .center-content h1 {
  font-family: Rubik-Regular;
  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;
  font-weight: 700;
  height: auto;
  letter-spacing: 1.02px;
  line-height: 78.2px;
  color: #ffffff;
  margin: 0;
}

.advisory-lns-main-banner .center-content p {
  margin: 20px 0;
  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;
  color: white;
}

.advisory-lns-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.advisory-lns-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.advisory-lns-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;
}

.advisory-lns-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;
}

.advisory-lns-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;
}

.advisory-lns-pitch-line .center-content div {
  width: 46%;
}

.advisory-lns-pitch-line .center-content div.advisory-lns-pitch-img {
  background-image: url(../jpg/advisory-content-photo-2.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 2% 0 2%;
}

.advisory-lns-blocks {
  background-color: #555555;
  padding: 50px 0;
  width: 100%;
}

.advisory-lns-blocks .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advisory-lns-blocks .center-content .block {
  padding: 20px;
  margin-right: 2%;
  width: 25%;
  text-align: center;
}

.advisory-lns-blocks .center-content .block 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.4px;
  line-height: 25.92px;
  color: #d9d9d9;
}

.advisory-lns-blocks .center-content .block 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;
}

.advisory-lns-blocks .center-content .block:last-child {
  margin-right: 0;
}

.advisory-lns-features-digital {
  padding: 50px 0;
}

.advisory-lns-features-digital .center-content {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.advisory-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;
}

.advisory-lns-features-digital .center-content .features-box .feat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 2%;
}

.advisory-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;
}

.advisory-lns-features-digital .center-content .features-box .feat-row:last-child {
  margin-bottom: unset;
}

.advisory-lns-features-digital .center-content .features-box .feat-row .feat-img-1 {
  background-image: url(../png/advisory-portfolio-mngmnt-2.png);
  margin-right: 10px;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.advisory-lns-features-digital .center-content .features-box .feat-row .feat-img-2 {
  background-image: url(../png/advisory-customer-centric-2.png);
  margin-right: 10px;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.advisory-lns-features-digital .center-content .features-box .feat-row .feat-img-3 {
  background-image: url(../png/advisory-248.png);
  margin-right: 10px;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.advisory-lns-features-digital .center-content .features-box .feat-row .feat-img-4 {
  background-image: url(../png/advisory-asset-mngmnt-2.png);
  margin-right: 10px;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.advisory-lns-features-digital .center-content .features-box .feat-row .feat-img-5 {
  background-image: url(../png/advisory-direct-advisor-2.png);
  margin-right: 10px;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.advisory-lns-features-digital .center-content .features-box .feat-row .feat-img-6 {
  background-image: url(../png/advisory-connected-acc-2.png);
  margin-right: 10px;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.advisory-lns-features-digital .center-content .features-box .feat-row .feat-desc {
  width: 100%;
}

.advisory-lns-features-digital .center-content .features-box .feat-row .feat-desc h2 {
  margin-top: 0;
}

.advisory-lns-learn-more {
  padding: 50px 0;
  background-image: url(../jpg/lns-digital-cover.jpg);
  background-position: center;
  background-size: cover;
}

.advisory-lns-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;
}

.advisory-lns-learn-more .center-content h1 {
  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;
  font-weight: 700;
  height: auto;
  letter-spacing: 1.02px;
  line-height: 78.2px;
  color: white;
}

.advisory-lns-learn-more .center-content a {
  float: right;
}

.advisory-lns-digital-banking {
  padding: 50px 0;
}

.advisory-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;
}

.advisory-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;
}

.advisory-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;
}

.advisory-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;
}

.advisory-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;
}

.advisory-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;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1):last-child {
  margin-right: unset;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) .box-image {
  background-image: url(../jpg/advisory-dig-banking-2.jpg);
  background-position: center;
  background-size: cover;
  height: 175px;
  width: 270px;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) a {
  text-decoration: none;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(1) a:hover {
  text-decoration: underline;
}

.advisory-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;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2):last-child {
  margin-right: unset;
}

.advisory-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;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) a {
  text-decoration: none;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(2) a:hover {
  text-decoration: underline;
}

.advisory-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;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3):last-child {
  margin-right: unset;
}

.advisory-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;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) a {
  text-decoration: none;
  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: 16px;
  letter-spacing: normal;
  line-height: 16.8px;
  color: #555555;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2) .box:nth-of-type(3) a:hover {
  text-decoration: underline;
}

.advisory-lns-digital-banking .center-content:nth-of-type(2).news {
  padding: 50px 0 0;
}

.advisory-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;
}

.advisory-contact {
  padding: 70px 0;
  background-image: url(../jpg/advisory-lns-contact-photo-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.advisory-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;
}

.advisory-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;
}

.advisory-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;
}

.advisory-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;
}

.advisory-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;
}

.advisory-contact .center-content.narrow {
  width: 570px;
}

.advisory-contact .center-content form {
  width: 42%;
  padding: 70px 100px;
  background-color: #e5e9ff;
}

.advisory-contact .center-content form.small {
  padding: 50px;
}

.advisory-contact .center-content form h1,
.advisory-contact .center-content form h2 {
  text-align: center;
}

.advisory-contact .center-content form .btn {
  width: 100%;
  text-align: center;
}

.services-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;
}

.services-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;
}

.services-pitch-line .center-content p {
  margin: 0 0 20px;
}

.services-pitch-line .center-content .sme-banking-container {
  margin-left: 20px;
}

.services-pitch-line .center-content .sme-banking-tablet-img {
  display: none;
}

.services-pitch-line .center-content div {
  width: 47%;
}

.services-pitch-line .center-content div.digital-banking-img {
  background-image: url(../jpg/solutions-digban-2.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 2% 0 2%;
  height: 360px;
}

.services-pitch-line .center-content div.retail-banking-img {
  background-image: url(../jpg/retail-banking-3.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 2% 0 2%;
  height: 360px;
}

.services-pitch-line .center-content div.sme-banking-img {
  background-image: url(../jpg/mambu_abc.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 0 0 2%;
  height: 360px;
}

@media screen and (min-width: 1025px) {
  .nav-list {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .service-pitch-line .center-content div.services {
    background-image: url(../jpg/services-content-photo-2.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 2% 0 2%;
    height: 260px;
  }
  .services-learn-more {
    padding: 30px 0 40px 0;
  }
  .services-learn-more .center-content h1 {
    font-size: 49px;
    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.735px;
    line-height: 56.35px;
  }
  .providing .providing-service {
    width: 45%;
  }
  .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;
  }
  .mambu-section .center-content div.sme-banking-img {
    background-image: url(../jpg/mambu_abc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 360px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 785px) {
  .services-banner .center-content {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .services-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;
  }
  .service-pitch-line .center-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .service-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;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
  .service-pitch-line .center-content p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-pitch-line .center-content div {
    width: unset;
  }
  .service-pitch-line .center-content div.services {
    background-image: url(../jpg/services-content-photo-2.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 2% 0 2%;
    height: 300px;
  }
  .providing .providing-service {
    width: 100%;
  }
  .providing .providing-service h3 {
    min-height: 0;
  }
  .services-learn-more {
    padding: 30px 0 40px 0;
  }
  .services-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;
  }
  .mambu-section .center-content {
    padding: 15px 0;
  }
  .mambu-section .center-content div {
    width: 100%;
  }
  .mambu-section .center-content div.sme-banking-img {
    background-image: url(../jpg/mambu_abc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px;
    height: 260px;
  }
  .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: 100%;
    padding: 0px;
    text-align: center;
  }
  .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;
    margin-bottom: 15px;
  }
  .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;
  }
  .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;
  }
  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) {
  .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;
  }
  .services-banner .center-content {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .services-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;
  }
  .service-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;
  }
  .service-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-top: 20px;
  }
  .service-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;
  }
  .service-pitch-line .center-content div.services {
    background-image: url(../jpg/services-content-photo-2.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 15px;
    height: 360px;
  }
  .mambu-section .center-content {
    padding: 15px 0;
  }
  .mambu-section .center-content h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .mambu-section .center-content .sme-banking-container {
    margin: 0 15px;
  }
  .mambu-section .center-content div.sme-banking-img {
    background-image: url(../jpg/mambu_abc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px;
    height: 200px;
  }
  .providing {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
    background-color: #17497b;
    color: #ffffff;
  }
  .providing .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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
  }
  .providing .center-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0 30px;
  }
  .providing .providing-service {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 0 0px;
  }
  .providing .providing-service h3 {
    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;
    letter-spacing: 0.858px;
    line-height: 24px;
    color: #ffffff;
    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: 0px;
    font-size: 16px;
    margin: 0;
  }
  .providing .providing-service 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;
    line-height: 26.04px;
    margin-top: 15px;
  }
  .services-learn-more {
    padding: 30px 15px;
  }
  .services-learn-more .center-content {
    padding: 0;
  }
  .services-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;
  }
  .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;
  }
}
/*# sourceMappingURL=services-style.css.map */