.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Sf pro rounded', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #303030;
  font-size: 32px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Greycliffcf, sans-serif;
  color: #003e71;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: #727272;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

a {
  font-family: Greycliffcf, sans-serif;
  color: #005ee0;
  text-decoration: underline;
}

strong {
  font-family: Greycliffcf, sans-serif;
  color: #4d74ac;
  font-weight: 600;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px;
  border: 1px none #d8d8d8;
  border-radius: 4px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  border-radius: 4px;
  background-color: transparent;
  color: #003988;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:focus {
  background-color: hsla(0, 0%, 58%, 0);
  color: #303030;
}

.nav-link:visited {
  color: #303030;
}

.nav-link.w--current {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #303030;
}

.nav-link.w--current:hover {
  color: #003988;
}

.nav-link.w--current:visited {
  color: #303030;
}

.nav-link.login {
  margin-right: 12px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6ebf3;
  border-radius: 4px;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #003988;
  line-height: 1;
  font-weight: 700;
}

.nav-link.login:hover {
  border-style: solid;
  border-color: #e6ebf3;
  background-color: #e6ebf3;
  box-shadow: none;
  color: #002b66;
}

.logo {
  display: inline-block;
  height: auto;
  max-width: 190px;
  padding-right: 0px;
}

.navigation-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 8px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  background-color: #fff;
  box-shadow: none;
}

.navbar:hover {
  color: hsla(0, 0%, 44.7%, 0);
}

.nav-logo {
  width: auto;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  height: auto;
  margin-top: 0px;
  padding: 16px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 4px;
  background-color: #003988;
  box-shadow: none;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease;
  font-family: Greycliffcf, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #002b66;
  box-shadow: none;
  color: #fff;
}

.button.navigation {
  margin-right: 0px;
  margin-left: 12px;
}

.button.navigation.dark {
  height: auto;
  margin-left: 0px;
  padding: 12px 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 1px none #303030;
  background-color: #003988;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Greycliffcf, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
}

.button.navigation.dark:hover {
  border: 0px solid #303030;
  background-color: #002b66;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.wall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 400px;
  margin-right: 40px;
  background-color: #bebebe;
}

.wall.nav {
  height: 60px;
  margin-right: 12px;
  margin-left: 0px;
  background-color: #e6ebf3;
  color: #e4e4e4;
}

.hero-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-wrap.company {
  max-width: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero.mercants {
  margin-top: 120px;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero.company {
  margin-top: 80px;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero-paragraph {
  margin-bottom: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Sf pro rounded', sans-serif;
  color: #727272;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
  text-indent: 0px;
  text-transform: none;
}

.hero-paragraph.merchants {
  margin-bottom: 0px;
  font-family: Greycliffcf, sans-serif;
  color: #727272;
  line-height: 1.4;
  text-align: left;
}

.hero-paragraph.investors {
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  line-height: 28px;
  text-align: left;
}

.hero-paragraph.company {
  margin-bottom: 0px;
  font-family: Greycliffcf, sans-serif;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.2px;
}

.hero-paragraph.centered {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-weight: 400;
  text-align: center;
}

.hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrap.merchants {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero-wrap.company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 0px;
  margin-left: 97px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-text-wrap.company {
  margin-right: 60px;
  margin-left: 40px;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-size: 64px;
  line-height: 1;
}

.process-image {
  display: block;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6ebf3;
}

.hero-image {
  max-width: 100vw;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.hero-image.company {
  display: block;
  max-width: none;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-image.merchants {
  color: #303030;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 0px;
}

.features-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.feature-image {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.features {
  display: none;
  margin: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.features.advantages {
  display: none;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e6ebf3;
}

.features-card-cell {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
}

.features-card-cell._4-col-last {
  display: inline-block;
  margin-right: 0px;
}

.features-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #e4e4e4;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
  text-align: left;
}

.features-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: left;
}

.features-header {
  margin-bottom: 40px;
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

.features-sub-header {
  margin-top: 24px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Greycliffcf, sans-serif;
  color: #727272;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.features-sub-header.fee {
  margin-top: 0px;
  color: #303030;
  text-align: left;
}

.body {
  color: #727272;
}

.form-headers-wrap {
  padding-right: 0px;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #e6ebf3;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: none;
  color: #303030;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6ebf3;
}

.text-field {
  width: auto;
  height: 48px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6ebf3;
  border-radius: 4px;
  box-shadow: none;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease;
  font-family: Greycliffcf, sans-serif;
}

.text-field:hover {
  box-shadow: none;
}

.text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #003988;
  border-radius: 4px;
  box-shadow: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Greycliffcf, sans-serif;
}

.form-block {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field {
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-size: 14px;
  font-weight: 600;
}

.form-header {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-size: 46px;
}

.form-paragraph {
  margin-bottom: 24px;
  font-family: Greycliffcf, sans-serif;
  color: #727272;
  font-size: 20px;
  font-weight: 500;
}

.process-paragraph {
  margin-bottom: 40px;
  font-family: 'Sf pro display', sans-serif;
  line-height: 36px;
  letter-spacing: 0.5px;
}

.process-paragraph.mobile-career {
  margin-bottom: 0px;
  font-family: Greycliffcf, sans-serif;
  line-height: 28px;
}

.footer {
  text-decoration: none;
}

.footer-wrapper {
  display: block;
  margin-top: auto;
  padding: 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #bebebe;
  background-color: #fff;
  color: #727272;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 3fr 1fr 1fr;
  grid-template-columns: 3fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  width: 190px;
  max-width: 190px;
  margin-bottom: 24px;
  margin-left: 0px;
}

.footer-paragraph {
  margin-bottom: 0px;
  font-family: Greycliffcf, sans-serif;
  color: #727272;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.footer-heading {
  max-width: 270px;
  margin-bottom: 20px;
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: none;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  opacity: 0.7;
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #003988;
}

.footer-link.w--current {
  opacity: 1;
}

.bold-text {
  color: #4d74ac;
}

.div-block-8 {
  margin-bottom: 0px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.fee-breakdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  box-shadow: none;
}

._4-col {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
  padding-top: 16px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e6ebf3 #e4e4e4 #e4e4e4;
  border-radius: 0px;
  box-shadow: none;
}

._4-col._4-col-last {
  display: inline-block;
  margin-right: 0px;
  border-style: solid none none;
  border-radius: 0px;
  line-height: 1.2;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e4e4e4;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  text-align: left;
}

.team2-profilecard-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.breakdown-header {
  margin-bottom: 40px;
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-weight: 600;
}

.career {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e6ebf3;
  text-align: center;
}

.success-message {
  background-color: #fff;
}

.text-block {
  font-size: 22px;
}

.error-message {
  border: 1px solid #b31b0e;
  border-radius: 4px;
  background-color: #f7e8e7;
}

.paragraph-error-state {
  font-size: 18px;
}

.companies-2 {
  margin: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #f0f6ff;
  text-align: center;
}

.companies-2.white {
  display: none;
  background-color: #fff;
  font-family: 'Sf pro display', sans-serif;
  color: #001d44;
}

.image-10 {
  margin-right: 6px;
  opacity: 0.88;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-11 {
  margin-right: 6px;
  opacity: 0.88;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-12 {
  margin-right: 37px;
  opacity: 0.88;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-13 {
  margin-right: 50px;
  padding-right: 0px;
  opacity: 0.88;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.advantages-card {
  height: 268px;
  padding: 24px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}

.centered-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Greycliffcf, sans-serif;
  color: #001d44;
  font-weight: 600;
  text-align: center;
}

.body-2 {
  color: #303030;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #e6ebf3;
  border-radius: 5px;
}

.textarea:focus {
  border: 1px solid #006afe;
}

.textarea-2 {
  margin-bottom: 24px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  color: #303030;
}

.textarea-2:focus {
  border-color: #006afe;
  border-radius: 4px;
}

.button-hero {
  display: block;
  max-width: none;
  margin-top: 0px;
  padding: 16px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 4px;
  background-color: #003988;
  box-shadow: 0 5px 15px 0 rgba(0, 57, 136, 0.25);
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease;
  font-family: Greycliffcf, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.button-hero:hover {
  background-color: #002b66;
  box-shadow: none;
  color: #fff;
}

.button-hero.app-store {
  width: 192px;
  margin-top: 0px;
  padding-top: 30px;
  border: 1px solid #303030;
  background-color: rgba(48, 48, 48, 0);
  background-image: url('../images/App-Store-Button.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.button-hero.app-store:hover {
  border-style: solid;
  background-color: #303030;
  background-image: url('../images/App-Store-button-white.svg'), url('../images/App-Store-Button.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: auto, 100px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: none;
}

.button-hero.app-store.google {
  margin-left: 16px;
  border-style: solid;
  background-image: url('../images/Google-store-Website-button.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: scroll;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.button-hero.app-store.google:hover {
  background-image: url('../images/Google-store-Website-button-black.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-12 {
  margin-right: 160px;
  margin-left: 160px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-text-2 {
  font-family: Greycliffcf, sans-serif;
  font-weight: 700;
}

.paragraph {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #006afe;
}

.paragraph.top {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Greycliffcf, sans-serif;
  color: #003988;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.top-message {
  display: none;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #e6ecf2;
  color: #006afe;
  text-align: left;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.paragraph-link {
  color: #005ee0;
  font-weight: 600;
  text-decoration: none;
}

.div-block-20 {
  margin-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 400;
}

.container-6.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6.vertical {
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-6 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrapper-email-sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-field-2 {
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e6ebf3;
  border-radius: 4px 0px 0px 4px;
  box-shadow: none;
  font-family: Greycliffcf, sans-serif;
}

.text-field-2:hover {
  box-shadow: inset 0 0 3px 0 rgba(48, 48, 48, 0.1);
}

.text-field-2:active {
  border-style: solid;
  border-color: #d8d8d8;
}

.text-field-2:focus {
  border-style: solid;
  border-color: #d8d8d8;
  box-shadow: inset 0 0 3px 0 rgba(48, 48, 48, 0.1);
}

.submit-button {
  padding: 16px 48px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 0px 4px 4px 0px;
  background-color: #003988;
  box-shadow: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Greycliffcf, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #002b66;
  box-shadow: none;
}

.form-block-email-sign-up {
  width: 400px;
  min-width: auto;
  margin-top: 24px;
  margin-bottom: 16px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image-2 {
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-25 {
  width: 70vw;
}

.paragraph-5 {
  width: 400px;
  max-width: none;
  font-family: Greycliffcf, sans-serif;
  color: #727272;
  line-height: 1.4;
}

.div-block-26 {
  margin-right: 30px;
  margin-left: -35px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-17 {
  margin-top: 0px;
  margin-bottom: -27px;
  border-radius: 0px;
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 278px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e6ebf3;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: none;
  -webkit-perspective: none;
  perspective: none;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-weight: 600;
  text-align: left;
}

.heading-3.light {
  color: #727272;
}

.heading-3.centered {
  margin-top: 16px;
}

.heading-3.blue-3 {
  color: #4d74ac;
}

.features-2 {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.features-2.space-below {
  max-width: none;
  margin-bottom: 80px;
  background-color: transparent;
  color: transparent;
}

.title {
  max-width: 500px;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.service-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.heading-primary {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-size: 46px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary.centered {
  text-align: center;
}

.card-content-wrap {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #6b539a;
  text-align: center;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.features-container {
  display: block;
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #e6ebf3;
}

.heading-24 {
  font-family: Greycliffcf, sans-serif;
  color: #303030;
  font-weight: 600;
  text-align: center;
}

.tag {
  display: none;
  margin-top: -24px;
  border-radius: 20px;
  background-color: #e6ebf3;
  font-family: Greycliffcf, sans-serif;
  color: #003988;
  font-size: 14px;
  text-align: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 50px;
  background-color: #e6ebf3;
}

.category-title {
  color: #003988;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290.1875px;
  height: 270px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: none;
}

.arrow-image-mobile {
  display: none;
}

.title-2 {
  max-width: 500px;
  margin-bottom: 15px;
  color: #303030;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.statistic-circle-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.counterup {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #484dff;
  font-size: 52px;
  line-height: 52px;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-primary-2 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a3066;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-primary-2.h3-centre {
  max-width: 700px;
  color: #303030;
  text-align: center;
}

.arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-image-mobile-02 {
  display: none;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.feature-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section-statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6ebf3;
}

.title-capped {
  color: #546681;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link {
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.link-6 {
  text-decoration: none;
}

.link-7 {
  color: #003988;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.link-8 {
  color: #003988;
  font-weight: 600;
  text-decoration: none;
}

.bold-text-3 {
  text-align: left;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  background-color: #e6ebf3;
}

.button-2 {
  margin-top: -37px;
  padding: 8px 12px;
  border-radius: 20px;
  background-color: #e6ebf3;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #002b66;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.button-2:hover {
  border-radius: 20px;
  background-color: #99b0cf;
  box-shadow: none;
}

.qr-code-creation-icon {
  margin-bottom: 24px;
}

.competition {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px none #e6ebf3;
  border-bottom: 1px solid #e6ebf3;
  background-color: transparent;
}

.container-8 {
  max-width: 940px;
}

.section-2 {
  height: 100px;
  font-weight: 400;
}

.section-3 {
  height: 400px;
}

.container-9 {
  position: relative;
  top: 20px;
  height: 300px;
}

@media screen and (min-width: 1440px) {
  .nav-link {
    padding: 12px 16px;
    color: #303030;
    font-size: 16px;
  }

  .nav-link.w--current {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    color: #303030;
  }

  .nav-link.login {
    border-color: #e6ebf3;
    background-color: transparent;
    color: #003988;
    font-size: 16px;
  }

  .nav-link.login:hover {
    border-color: #e6ebf3;
    background-color: #e6ebf3;
  }

  .logo {
    max-width: none;
  }

  .navigation-inner {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: #fff;
  }

  .button {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-color: #003988;
    box-shadow: none;
    font-family: Greycliffcf, sans-serif;
  }

  .button:hover {
    background-color: #001d44;
    box-shadow: none;
    color: #fff;
  }

  .button.navigation.dark {
    box-shadow: none;
    font-family: Greycliffcf, sans-serif;
  }

  .button.navigation.dark:hover {
    background-color: #002b66;
    font-family: Greycliffcf, sans-serif;
    color: #fff;
  }

  .hero {
    margin-top: 80px;
    margin-bottom: 120px;
  }

  .hero-paragraph {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.6;
  }

  .hero-text-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-heading {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #303030;
    font-size: 60px;
    line-height: 1;
  }

  .features-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-card {
    height: 268px;
    min-width: auto;
  }

  .form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 30px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form {
    background-image: none;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .form-block {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-wrapper {
    border: 1px none #000;
  }

  .footer-logo {
    margin-left: 0px;
  }

  .footer-paragraph {
    font-size: 20px;
  }

  .footer-link {
    font-size: 20px;
  }

  .card {
    min-width: auto;
  }

  .companies-2:hover {
    font-weight: 400;
  }

  .button-hero {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-color: #003988;
    font-family: Greycliffcf, sans-serif;
    color: #fff;
  }

  .button-hero:hover {
    background-color: #002b66;
    box-shadow: none;
    color: #fff;
  }

  .button-hero.app-store {
    margin-bottom: 16px;
  }

  .paragraph.top {
    color: #002b66;
  }

  .div-block-20 {
    margin-bottom: 60px;
  }

  .div-block-21 {
    margin-top: 0px;
  }

  .submit-button {
    font-weight: 700;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .service-card {
    height: 278px;
  }

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

  .heading-primary {
    margin-bottom: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-7 {
    font-size: 20px;
  }

  .competition {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 120px;
    padding-bottom: 120px;
    border-style: solid none;
    border-width: 1px;
    border-color: #e6ebf3 #99b0cf;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(48, 48, 48, 0.16);
  }

  .nav-link.login {
    display: inline-block;
  }

  .navbar {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 4px 0 rgba(48, 48, 48, 0.16);
  }

  .menu-button {
    border-radius: 4px;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
    color: #303030;
  }

  .button.navigation.dark {
    margin-top: 0px;
  }

  .wall {
    display: block;
    width: 1px;
    height: 400px;
    margin-right: 16px;
  }

  .wall.nav {
    display: none;
    width: 1px;
  }

  .hero-image-wrap {
    display: block;
    max-width: none;
    margin-right: 0px;
    padding-right: 0px;
  }

  .hero {
    display: block;
    margin: 40px 40px 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero.mercants {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero.company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero.investors {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .hero-paragraph {
    line-height: 32px;
    letter-spacing: 0.2px;
  }

  .hero-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-wrap.merchants {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-wrap.company {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-text-wrap.company {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-text-wrap.merchants {
    margin-left: 0px;
  }

  .hero-text-wrap.investors {
    margin-left: 24px;
  }

  .hero-heading {
    font-size: 60px;
    line-height: 1;
    text-align: center;
  }

  .process-image {
    width: 100%;
    max-width: none;
  }

  .process {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 80px;
  }

  .hero-image {
    display: block;
    width: 300px;
    max-width: none;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 80px;
    padding-bottom: 0px;
  }

  .hero-image.company {
    width: auto;
    max-width: 300px;
    margin-right: 6px;
    margin-left: 0px;
  }

  .hero-image.merchants {
    width: 360px;
    margin-bottom: 24px;
    padding-right: 0px;
  }

  .hero-image.investors {
    width: 300px;
    padding-right: 0px;
  }

  .feature-row {
    margin-top: 0px;
    margin-bottom: 9px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .features-wrap {
    width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .features {
    margin-right: 0px;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .features.advantages {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .features-card-cell {
    display: inline-block;
    width: auto;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .features-card-cell._4-col-last {
    margin-right: auto;
    margin-bottom: 0px;
  }

  .features-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-header {
    display: block;
    margin-bottom: 40px;
  }

  .features-sub-header {
    font-size: 24px;
    line-height: 1.2;
  }

  .features-sub-header.fee {
    font-size: 20px;
  }

  .form-headers-wrap {
    padding-right: 0px;
  }

  .form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 728px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form {
    padding: 80px 0px;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form-paragraph {
    font-size: 16px;
  }

  .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 738px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-links {
    margin-top: 0px;
    padding-bottom: 8px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-heading {
    margin-bottom: 12px;
  }

  .div-block-8 {
    margin-bottom: 0px;
  }

  .feature-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fee-breakdown {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._4-col {
    display: inline-block;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  ._4-col._4-col-last {
    margin-right: auto;
    margin-bottom: 0px;
  }

  .card {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .companies-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: left;
  }

  .image-10 {
    margin-right: 0px;
    padding-bottom: 8px;
  }

  .image-11 {
    margin-right: 0px;
    padding-bottom: 8px;
  }

  .image-12 {
    margin-right: 0px;
    padding-bottom: 8px;
  }

  .image-13 {
    margin-right: 0px;
  }

  .advantages-card {
    width: 240px;
    height: 266px;
  }

  .button-hero {
    max-width: none;
  }

  .button-hero.app-store {
    width: 100%;
    background-size: auto;
  }

  .button-hero.app-store.google {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .div-block-12 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph.top {
    color: #002b66;
  }

  .container-6.horizontal {
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-6.vertical {
    max-width: 812px;
  }

  .grid-6 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-21 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .form-block-email-sign-up {
    width: 100%;
    margin-top: 40px;
  }

  .hero-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-image-mask {
    width: 50%;
    margin-left: 0px;
  }

  .paragraph-5 {
    width: 100%;
    margin-bottom: 0px;
  }

  .icon {
    color: #303030;
  }

  .div-block-28 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column {
    width: 330%;
  }

  .service-card {
    height: auto;
  }

  .features-2.space-below {
    margin-bottom: 80px;
  }

  .heading-primary {
    text-align: center;
  }

  .features-container {
    padding-top: 80px;
  }

  .arrow-image-mobile {
    position: relative;
    left: 55px;
    display: block;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .arrow-image-mobile-02 {
    position: relative;
    left: -55px;
    display: block;
  }

  .arrow-image {
    display: none;
  }

  .feature-number-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-statistics {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .competition {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-18 {
    width: 728px;
    max-width: none;
  }

  .div-block-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-top: 40px;
  }

  .hero.mercants {
    margin: 40px 10px;
  }

  .hero.company {
    margin: 40px 20px;
  }

  .hero.investors {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .hero-paragraph.company {
    text-align: center;
  }

  .hero-wrap.company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-wrap.investors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-text-wrap.company {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .hero-heading {
    text-align: center;
  }

  .process-image {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .process {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image.company {
    max-width: 200px;
    margin-bottom: 40px;
  }

  .hero-image.investors {
    width: 200px;
    margin-bottom: 40px;
  }

  .feature-row {
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-wrap {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features.advantages {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-card-cell {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .features-card {
    width: auto;
    height: 264px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .features-card-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .features-header {
    font-size: 40px;
  }

  .form-headers-wrap {
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form {
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 10px;
  }

  .text-field {
    margin-bottom: 12px;
  }

  .form-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form-header {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    text-align: left;
  }

  .process-paragraph {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 18px;
  }

  .footer-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-grid {
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-links {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
  }

  .fee-breakdown {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._4-col {
    width: auto;
  }

  ._4-col._4-col-last {
    text-align: left;
  }

  .career {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .companies-2 {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages-card {
    width: 485.265625px;
    height: 210px;
  }

  .centered-2 {
    margin-bottom: 32px;
  }

  .button-hero.app-store {
    width: 438px;
    margin-bottom: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-hero.app-store.google {
    margin-left: 0px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .div-block-20 {
    margin-bottom: 40px;
  }

  .container-6.horizontal {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-6.vertical {
    max-width: 548px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-6 {
    margin-right: 40px;
    margin-left: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-email-sign-up {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-field-2 {
    width: 285px;
  }

  .form-block-email-sign-up {
    width: 100%;
  }

  .hero-2 {
    padding: 40px;
  }

  .hero-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-image-2 {
    width: 80%;
    text-align: left;
  }

  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .paragraph-5 {
    width: 90%;
    margin-bottom: 0px;
    text-align: center;
  }

  .div-block-26 {
    margin-left: -23px;
  }

  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: left;
  }

  .features-2.space-below {
    margin-bottom: 40px;
  }

  .service-card-wrap {
    margin-bottom: 0px;
  }

  .heading-primary {
    width: 548px;
  }

  .features-container {
    padding-top: 40px;
  }

  .section-statistics {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .competition {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-18 {
    width: 548px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-19 {
    max-width: 548px;
  }

  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.login {
    margin: 0px 16px 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .logo {
    height: auto;
    max-width: none;
  }

  .navigation-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-logo {
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.navigation.dark {
    margin-right: 16px;
    margin-left: 16px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .wall {
    display: none;
  }

  .hero-image-wrap {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-image-wrap.company {
    padding-right: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-image-wrap.merchants {
    margin-top: 0px;
  }

  .hero {
    display: block;
    margin: 40px 16px 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero.mercants {
    margin-top: 40px;
  }

  .hero.company {
    margin: 0px 10px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero.investors {
    margin: 0px 10px 40px;
  }

  .hero-paragraph {
    margin-bottom: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .hero-paragraph.merchants {
    text-align: left;
  }

  .hero-paragraph.investors {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .hero-paragraph.company {
    display: block;
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .hero-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-wrap.company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-text-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-text-wrap.company {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero-text-wrap.investors {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading {
    margin-bottom: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 40px;
    line-height: 36px;
    text-align: center;
  }

  .process-image {
    width: 80%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .process {
    margin: 0px;
    padding: 40px 10px;
  }

  .hero-image {
    margin-bottom: 16px;
    margin-left: 0px;
    padding: 0px 82px;
  }

  .hero-image.company {
    width: 120px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding: 8px;
    text-align: left;
  }

  .hero-image.merchants {
    width: 280px;
    padding-left: 0px;
  }

  .hero-image.investors {
    width: 200px;
    margin-bottom: 24px;
    padding-left: 0px;
  }

  .feature-row {
    margin-top: 16px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-wrap {
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .features {
    padding: 40px 10px 0px;
  }

  .features.advantages {
    background-color: #e6ebf3;
  }

  .features-card-cell {
    margin-bottom: 16px;
  }

  .features-card-cell._4-col-last {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .features-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-card-wrap {
    text-align: left;
  }

  .features-header {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .features-sub-header {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .form-headers-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: left;
  }

  .form-wrap {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-2 {
    text-align: left;
  }

  .form {
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 10px;
  }

  .text-field {
    margin-bottom: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .field {
    font-size: 16px;
  }

  .form-header {
    margin-bottom: 24px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }

  .form-paragraph {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .process-paragraph {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .process-paragraph.mobile-career {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .footer-wrapper {
    padding-right: 10px;
    padding-left: 0px;
  }

  .footer-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-links {
    padding-bottom: 20px;
  }

  .footer-link {
    margin-bottom: 0px;
  }

  .div-block-8 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .feature-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fee-breakdown {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._4-col {
    padding-top: 0px;
  }

  ._4-col._4-col-last {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .career {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 40px 10px;
  }

  .companies-2 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .companies-2.white {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-10 {
    padding-bottom: 8px;
  }

  .image-11 {
    padding-bottom: 9px;
  }

  .image-12 {
    margin-right: 0px;
    padding-bottom: 8px;
  }

  .image-13 {
    margin-right: 0px;
    padding-bottom: 8px;
  }

  .advantages-card {
    width: 288px;
    height: 218px;
  }

  .centered-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-bottom: 32px;
    font-size: 18px;
  }

  .button-hero.app-store {
    width: 100%;
  }

  .div-block-12 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph.top {
    line-height: 1.2;
  }

  .top-message {
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-20 {
    margin-bottom: 40px;
  }

  .container-6.vertical {
    max-width: none;
  }

  .grid-6 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-email-sign-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-2 {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .submit-button {
    width: 100%;
    margin-bottom: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .hero-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-25 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-5 {
    width: 100%;
  }

  .div-block-26 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-17 {
    width: 100px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-card {
    height: auto;
  }

  .features-2.space-below {
    margin-bottom: 40px;
  }

  .heading-primary {
    width: auto;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .feature-number-wrap {
    margin-bottom: 0px;
  }

  .image-18 {
    width: 300px;
  }

  .image-19 {
    max-width: 95%;
  }
}

#w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc1006-0e04cc17 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc1012-0e04cc17 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc101d-0e04cc17 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5d9-4f728942 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5e5-4f728942 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5f0-4f728942 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0c4-c3bd7025 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0d0-c3bd7025 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0db-c3bd7025 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f9cf35d0-9c70-228e-9346-58f115c511cd-86b24dee {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f9cf35d0-9c70-228e-9346-58f115c511d7-86b24dee {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f9cf35d0-9c70-228e-9346-58f115c511e2-86b24dee {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc1006-0e04cc17 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc1012-0e04cc17 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc101d-0e04cc17 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5d9-4f728942 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5e5-4f728942 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5f0-4f728942 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0c4-c3bd7025 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0d0-c3bd7025 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0db-c3bd7025 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-f9cf35d0-9c70-228e-9346-58f115c511cd-86b24dee {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f9cf35d0-9c70-228e-9346-58f115c511d7-86b24dee {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-f9cf35d0-9c70-228e-9346-58f115c511e2-86b24dee {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_591cb768-753e-fe2b-a9f7-15b7a310c014-01d4a703 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc1006-0e04cc17 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc1012-0e04cc17 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc101d-0e04cc17 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5d9-4f728942 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5e5-4f728942 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5f0-4f728942 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0c4-c3bd7025 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0d0-c3bd7025 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0db-c3bd7025 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f9cf35d0-9c70-228e-9346-58f115c511cd-86b24dee {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f9cf35d0-9c70-228e-9346-58f115c511d7-86b24dee {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f9cf35d0-9c70-228e-9346-58f115c511e2-86b24dee {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc1006-0e04cc17 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc1012-0e04cc17 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_5d5e8e7f-0c03-e17f-2f51-347825cc101d-0e04cc17 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5d9-4f728942 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5e5-4f728942 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_5f1ee3fb-9d17-da38-4cf9-2a6192e8f5f0-4f728942 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0c4-c3bd7025 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0d0-c3bd7025 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_48881f6b-10fd-4f2c-d2a4-e1e4c3bac0db-c3bd7025 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-f9cf35d0-9c70-228e-9346-58f115c511cd-86b24dee {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-f9cf35d0-9c70-228e-9346-58f115c511d7-86b24dee {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-f9cf35d0-9c70-228e-9346-58f115c511e2-86b24dee {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_591cb768-753e-fe2b-a9f7-15b7a310bff7-01d4a703 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_591cb768-753e-fe2b-a9f7-15b7a310bfff-01d4a703 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_591cb768-753e-fe2b-a9f7-15b7a310c006-01d4a703 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_591cb768-753e-fe2b-a9f7-15b7a310c00d-01d4a703 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_591cb768-753e-fe2b-a9f7-15b7a310c014-01d4a703 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_591cb768-753e-fe2b-a9f7-15b7a310c01b-01d4a703 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Sf pro rounded';
  src: url('../fonts/SF-Pro-Rounded-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro rounded';
  src: url('../fonts/SF-Pro-Rounded-Heavy.woff') format('woff'), url('../fonts/SF-Pro-Rounded-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro rounded';
  src: url('../fonts/SF-Pro-Rounded-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro rounded';
  src: url('../fonts/SF-Pro-Rounded-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro rounded';
  src: url('../fonts/SF-Pro-Rounded-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro rounded';
  src: url('../fonts/SF-Pro-Rounded-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro rounded';
  src: url('../fonts/SF-Pro-Rounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro rounded';
  src: url('../fonts/SF-Pro-Rounded-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Black.woff') format('woff'), url('../fonts/SF-Pro-Display-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Bold.otf') format('opentype'), url('../fonts/GreycliffCF-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}