@font-face {
  font-family: Icons Banca Template;
  src: url('../fonts/icons-banca-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

:root {
  --neutral-500: #4f5157;
  --neutral-700: #0a1023;
  --primary-1: #0074d5;
  --secondary-1: #005196;
  --white: white;
  --secondary-2: #e3ecfb;
  --neutral-600: #2c3655;
  --neutral-400: #959aaa;
  --neutral-300: #bdc2d1;
  --neutral-200: #d8dce7;
  --neutral-100: #f8f8f8;
  --border: #e8eaf2;
  --nvyblue: #0d1f4e;
  --headercolor: #005fadb8;
  --blueee: #1b6bf5;
  --heading-text-color: #0d1f4e;
  --text-2: #4a5568;
  --bold-text: #0d1f4e;
  --navy-text: #0d1f4e;
  --secondary-3: #dfdcff;
  --secondary-4: #d94556;
  --border-color: #e8eaf2;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--neutral-500);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

h1 {
  color: var(--neutral-700);
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  color: var(--neutral-700);
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: var(--neutral-700);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 18px;
}

a {
  color: var(--primary-1);
  text-decoration: underline;
  transition: color .35s;
}

a:hover {
  color: var(--secondary-1);
}

ul {
  margin-top: 0;
  margin-bottom: 64px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  margin-top: -12px;
  display: inline-block;
}

strong {
  color: var(--neutral-700);
  font-weight: 700;
}

blockquote {
  border-left: 6px solid var(--primary-1);
  margin-bottom: 32px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 38px;
  font-size: 24px;
  line-height: 36px;
}

figure {
  margin-top: 24px;
  margin-bottom: 56px;
}

figcaption {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 22px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.flex {
  display: flex;
}

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

.text-center.mobile-l {
  text-align: left;
}

.color-white {
  color: var(--white);
}

.color-white.licenses {
  margin-top: 0;
}

.color-white.licenses.dark {
  color: var(--neutral-700);
}

.bg-primary-1 {
  background-color: var(--primary-1);
}

.bg-primary-1.banner {
  min-height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-primary-1.form-section {
  z-index: -1;
  width: 36%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-primary-1.banner-v2 {
  min-height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-primary-1.apply-loan-1 {
  width: 60%;
  height: 92%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bg-primary-1.banner-single-services {
  min-height: 76%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-primary-1.loan-form {
  z-index: -1;
  min-height: 54%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-secondary-1 {
  background-color: var(--secondary-1);
}

.bg-secondary-1.contact-us {
  z-index: -1;
  background-color: var(--primary-1);
  width: 45%;
  height: 63%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg-secondary-2 {
  background-color: var(--secondary-2);
}

.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.bg-neutral-100.solutions-business {
  z-index: -1;
  min-height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-neutral-100.contact-us-v2 {
  z-index: -2;
  min-height: 48%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-neutral-100.contact-us-hero {
  z-index: -1;
  min-height: 90%;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-neutral-100.single-services-hero {
  z-index: 0;
  min-width: 51%;
  height: 60%;
  position: absolute;
  inset: 4% 64px 0% auto;
}

.bg-white {
  background-color: var(--white);
}

.styleguide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 32px;
}

.container-default-1310px {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-default-1310px.navbar {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-default-1310px.navbar.top {
  border: 1px solid var(--border);
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.container-default-1310px.partners {
  width: 100%;
}

.container-default-1310px.apply-loan {
  z-index: 1;
  position: relative;
}

.container-medium-700px {
  text-align: left;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.container-medium-700px.text-center {
  max-width: 800px;
}

.container-small-592px {
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-592px.text-center {
  max-width: 740px;
}

.container-extra-small-481px {
  max-width: 481px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-extra-small-481px.text-center {
  max-width: 600px;
}

.styleguide-content {
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
  box-shadow: 0 8px 22px #611e1e21;
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  color: #fff;
  margin-top: 0;
}

.styleguide-header {
  background-color: var(--primary-1);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.styleguide-icon-link {
  background-color: var(--primary-1);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  color: var(--neutral-500);
  border-radius: 10px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .35s, color .35s;
  display: flex;
}

.styleguide-link:hover {
  background-color: var(--secondary-2);
  color: var(--primary-1);
}

.styleguide-link.w--current {
  background-color: var(--secondary-2);
  color: var(--primary-1);
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  border-bottom: 1px solid var(--neutral-200);
  color: var(--neutral-700);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-200);
  margin-top: 24px;
  padding-top: 24px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-container {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 16px #f208230f, 0 12px 22px #0a10230a;
}

.color-block {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  min-height: 120px;
}

.color-block.bg-primary-1 {
  background-color: var(--primary-1);
}

.color-block.bg-secondary-1 {
  background-color: var(--secondary-1);
}

.color-block.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.color-block.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.color-block.bg-white.white {
  border-bottom: 1px solid var(--neutral-200);
}

.color-block.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.color-block.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.color-block.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.color-block.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.color-block.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--neutral-700);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-400);
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0;
}

.styleguide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  border-bottom: 1px solid var(--neutral-200);
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-hero-left {
  max-width: 46%;
  padding-right: 24px;
}

.container-hero-left.about-us {
  max-width: 50%;
  padding-right: 0;
}

.container-hero-left.single-services {
  max-width: 100%;
  padding-right: 0;
}

.container-hero-left.blog {
  max-width: 40%;
  padding-right: 0;
}

.container-hero-left.styleguide {
  max-width: none;
  padding-right: 0;
}

.typography-details {
  color: var(--primary-1);
  font-weight: 500;
}

.paragraph-large {
  color: #ffffffc7;
  margin-bottom: 36px;
  font-size: 19px;
  line-height: 1.65;
}

.paragraph-large.categories {
  margin-bottom: 0;
}

.paragraph-large.dark {
  color: #fff;
  opacity: .82;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
}

.styleguide-subheader {
  background-color: var(--neutral-100);
  padding: 56px 68px;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 80px);
  margin-bottom: 32px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-primary {
  border: 1px solid var(--primary-1);
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--primary-1);
  background-color: var(--primary-1);
  text-align: center;
  white-space: nowrap;
  border-radius: 80px;
  padding: 22px 36px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .35s;
  box-shadow: 0 6px 28px #1b6bf56b;
}

.button-primary:hover {
  background-color: var(--secondary-1);
  box-shadow: none;
  color: var(--white);
}

.button-primary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  background-color: var(--primary-1);
  border-radius: 5px;
  padding: 22px 42px;
  font-size: 20px;
  line-height: 22px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.button-white {
  color: var(--primary-1);
  background-color: #fff;
  border-style: none;
  transition: transform .35s, background-color .35s;
}

.button-primary.button-white:hover {
  transform: translate(0, -3px);
}

.button-primary.header {
  background-color: var(--primary-1);
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  position: static;
}

.button-primary.header:hover {
  background-color: var(--secondary-1);
}

.button-primary.store {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-primary.search-button, .button-primary.hidden {
  display: none;
}

.button-primary.button-row {
  margin-right: 26px;
}

.button-secondary {
  border: 1px solid var(--primary-1);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--primary-1);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--primary-1);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary-1);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--primary-1);
  background-color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-color: #ffffff59;
  border-radius: 80px;
  padding: 22px 36px;
  line-height: 20px;
  transition: color .35s, background-color .35s;
}

.button-secondary:hover {
  background-color: var(--primary-1);
  color: var(--white);
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  border-radius: 5px;
  padding: 22px 42px;
  font-size: 20px;
  line-height: 22px;
}

.button-secondary.header {
  border-color: var(--white);
  background-color: var(--white);
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 700;
  transition: opacity .35s, border .35s, box-shadow .35s, color .35s, background-color .35s;
  position: static;
}

.button-secondary.header:hover {
  opacity: .7;
  background-color: #fff0;
}

.button-secondary.careers-card {
  display: inline-block;
}

.styleguide-button-container {
  position: absolute;
  inset: auto 0% 24px;
}

.header {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.header-logo {
  box-sizing: content-box;
  aspect-ratio: auto;
  min-width: 80px;
  transform-style: preserve-3d;
  aspect-ratio: auto;
  min-width: 160px;
  transition: transform .35s;
}

.header-logo:hover {
  transform: scale3d(.94, .94, 1.01);
}

.nav-link {
  font-size: 16px;
  font-weight: 600;
  transition: color .35s;
}

.nav-link:hover {
  color: var(--primary-1);
}

.nav-link.w--current {
  color: var(--primary-1);
  font-weight: 700;
}

.nav-link.footer {
  color: var(--neutral-500);
  border-top-width: 0;
  padding-top: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav-link.footer:hover {
  color: var(--primary-1);
}

.nav-link.footer.w--current {
  color: var(--primary-1);
  font-weight: 700;
}

.nav-link.footer.special {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  padding-bottom: 6px;
  font-weight: 800;
  transition: border-color .3s, color .35s;
  display: inline-block;
}

.nav-link.footer.special:hover {
  border-bottom-color: var(--neutral-700);
  color: var(--neutral-700);
}

.nav-link.small {
  margin-left: 8px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
}

.nav-link.small.bg {
  border: 1px none var(--primary-1);
  background-color: var(--nvyblue);
  color: var(--white);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
}

.nav-link.small.bg:hover {
  background-color: var(--neutral-700);
}

.nav-link.small.bg.alt {
  background-color: #1b6bf5;
  border-radius: 100px;
  padding-left: 16px;
  padding-right: 16px;
  transition: all .3s, color .35s;
}

.nav-link.small.bg.alt:hover {
  background-color: #1d50a8;
}

.nav-menu {
  margin-left: 56px;
}

.heading-special-1 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: DM Sans;
  font-size: 64px;
  line-height: 1.06;
}

.heading-special-2 {
  font-family: DM Sans;
  font-size: 68px;
  line-height: 76px;
}

.heading-special-3 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: DM Sans;
  font-size: 32px;
  line-height: 36px;
}

.heading-special-3.author {
  letter-spacing: 0;
  text-transform: none;
}

.footer {
  background-color: #fff;
  border: 1px #000;
  padding-top: 0;
}

.footer.v3 {
  padding-bottom: 64px;
}

.footer-grid {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  align-items: start;
}

.footer-logo-container {
  margin-bottom: 24px;
}

.footer-logo-container.bottom-0 {
  margin-bottom: 0;
}

.footer-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav.horizontal-v2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .35s;
}

.footer-logo:hover {
  transform: scale3d(.94, .94, 1.01);
}

.footer-nav-item {
  margin-bottom: 16px;
}

.footer-nav-item.v2 {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.licenses-hero {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-picjumbo-com-55570-461077.jpg');
  background-position: 0 0, 100% 40%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: visible;
}

.section.hero {
  padding-top: 297px;
  padding-bottom: 265px;
  position: relative;
}

.section.hero.v1 {
  margin-top: -133px;
}

.section.partners {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.relative {
  position: relative;
}

.section.slider {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 238px;
  position: relative;
  overflow: hidden;
}

.section.credit-card {
  perspective: 1000px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.form-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

.section.hero-v2 {
  padding-top: 140px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.section.hero-v2.main {
  background-image: linear-gradient(135deg, #080d28d1 0%, #0a143cb3 50%, #1b6bf52e 100%), url('../images/pexels-fauxels-3184454.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 160px;
}

.section.app {
  background-color: var(--neutral-100);
}

.section.banner {
  background-color: var(--neutral-100);
  position: relative;
}

.section.banner-v2 {
  padding-top: 0;
  position: relative;
}

.section.banner-v2.mobile {
  padding-top: 60px;
}

.section.contact-us-v2 {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.section.about-us-hero {
  flex-flow: row;
  padding-top: 32px;
  padding-bottom: 64px;
  display: block;
  position: relative;
}

.section.about-us-gallery {
  background-color: var(--neutral-100);
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.slider-section-2 {
  overflow: hidden;
}

.section.section-hero {
  padding-top: 80px;
}

.section.section-hero.about-us {
  position: relative;
}

.section.section-hero.overflow-hidden {
  padding-top: 0;
  overflow: hidden;
}

.section.section-hero.blog-post {
  padding-bottom: 62px;
}

.section.single-services-hero {
  padding-top: 62px;
  padding-bottom: 126px;
  position: relative;
}

.section.apply-loan {
  background-image: linear-gradient(to bottom, var(--neutral-100) 80%, white 80%);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.banner-single-services {
  background-color: var(--neutral-100);
  padding-top: 0;
  position: relative;
}

.section.loan-form {
  position: relative;
}

.section.blog-hero {
  background-color: var(--neutral-100);
  padding-top: 195px;
  padding-bottom: 195px;
  position: relative;
}

.section.small-hero {
  background-color: var(--neutral-100);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.search-results {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.section.blog-posts {
  padding-top: 80px;
}

.section.about-parners {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.open-account {
  background-image: linear-gradient(to bottom, white 60%, var(--primary-1) 60%);
  padding-top: 60px;
}

.section.hero-page {
  background-image: linear-gradient(to top, var(--primary-1) 40%, white 40%);
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral-100) 40%, white 40%);
  padding-top: 0;
}

.section.different {
  background-color: var(--neutral-100);
}

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

.licenses-photgraphy-grid {
  grid-column-gap: 32px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.licenses-photo-container {
  text-decoration: none;
  transition: transform .4s;
}

.licenses-photo-container:hover {
  transform: scale(.94);
}

.licenses-image {
  border-radius: 16px;
}

.license-image-title {
  color: var(--neutral-700);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.divider {
  background-color: var(--neutral-200);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.footer {
  border-top-width: 0;
  height: 2px;
  margin-top: 26px;
  margin-bottom: 44px;
  padding-top: 0;
}

.divider.values {
  width: 1px;
  height: 290px;
  margin: 0 60px;
}

.divider.cards {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider.loan-form {
  margin-top: 46px;
  margin-bottom: 49px;
}

.divider.job {
  margin-top: 40px;
  margin-bottom: 72px;
}

.divider.sidebar-blog {
  margin-top: 48px;
  margin-bottom: 34px;
}

.divider.sidebar {
  display: none;
}

.divider.author {
  margin-top: 26px;
  margin-bottom: 40px;
}

.divider.short {
  margin-top: 40px;
  margin-bottom: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  max-height: 100%;
  padding: 120px 24px;
  display: flex;
}

.utility-page-wrap._404 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.utility-page-content-password {
  border: 1px solid var(--neutral-200);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.input {
  border: 1px solid var(--neutral-200);
  height: 62px;
  color: var(--neutral-500);
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  transition: color .35s, border-color .35s;
}

.input:hover {
  border-color: var(--primary-1);
}

.input:focus {
  border-color: var(--primary-1);
  color: var(--neutral-700);
}

.input::placeholder {
  color: var(--neutral-500);
}

.input.search {
  background-image: url('../images/icon-search-banca-template.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 55px;
}

.input.search-results {
  background-image: url('../images/icon-search-banca-template.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 55px;
}

._404-title {
  color: #d8dce766;
  margin-bottom: -192px;
  font-size: 270px;
  font-weight: 700;
  line-height: 160px;
}

.mega-menu-column-2, .mega-menu-links {
  flex-direction: column;
  display: flex;
}

.mega-menu-title {
  font-size: 22px;
}

.mega-menu-column-2 .mega-menu-title:not(:first-child) {
  margin-top: 12px;
}

.underline-hover {
  background-color: var(--primary-1);
  height: 1px;
}

.dropdown-icon {
  margin-top: 1px;
  margin-left: 8px;
  font-family: Icons Banca Template, sans-serif;
  font-size: 7px;
}

.mega-menu-link {
  color: var(--neutral-500);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .35s;
}

.mega-menu-link:hover {
  color: var(--primary-1);
}

.mega-menu-link.w--current {
  color: var(--primary-1);
  font-weight: 700;
}

.mega-menu-link.special {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  margin-bottom: 0;
  padding-bottom: 6px;
  font-weight: 800;
  transition: border-color .35s, color .35s;
}

.mega-menu-link.special:hover {
  border-bottom-color: var(--neutral-700);
  color: var(--neutral-700);
}

.dropdown-text {
  font-size: 16px;
  display: flex;
}

.mega-menu-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template: "."
  / 1.1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.mega-menu-container {
  background-color: #fff;
  border-radius: 12px;
  min-width: 580px;
  padding: 34px 32px;
  display: none;
  top: 70px;
  box-shadow: 0 0 2px #1101020a, 0 0 5px #20141403, 0 0 10px #25171705, 0 0 17px #1d12130a;
}

.mega-menu-container.w--open {
  border-radius: 5px;
}

.mega-menu-wrapper {
  justify-content: space-between;
  display: flex;
}

.header-dropdown-toggle {
  padding-right: 20px;
  transition: color .35s;
  display: flex;
}

.header-dropdown-toggle:hover, .header-dropdown-toggle.w--open {
  color: var(--primary-1);
}

.header-dropdown-toggle.highlighted {
  background-color: var(--primary-1);
  color: var(--white);
  border-radius: 5px;
  margin-left: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}

.header-v2 {
  background-color: var(--white);
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 0 2px 16px #0a0f2e0f;
}

.split-left-container {
  flex: 1;
  align-items: center;
  display: flex;
}

.split-right-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-media-wrapper {
  display: flex;
}

.social-media-wrapper.post-author {
  justify-content: space-between;
  max-width: 154px;
  margin-left: auto;
  margin-right: auto;
}

.social-media-wrapper.about-author {
  justify-content: space-between;
  min-width: 154px;
  max-width: 154px;
  margin-top: 8px;
}

.social-media-wrapper.v2 {
  justify-content: flex-end;
}

.social-media-link {
  margin-right: 32px;
  transition: transform .35s;
}

.social-media-link:hover {
  transform: scale(1.2);
}

.social-media-link.post-author, .social-media-link.last {
  margin-right: 0;
}

.footer-fine-print {
  border-top: 1px solid var(--neutral-200);
  margin-top: 48px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.footer-title {
  color: var(--neutral-700);
  font-weight: 700;
  line-height: 20px;
}

.contact-us-icon {
  width: 24px;
  margin-right: 13px;
}

.contact-us-icon.adress-icon {
  align-self: flex-start;
  width: 20px;
  margin-top: 6px;
}

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

.hero-image.single-services {
  max-width: 100%;
}

.sufix-line {
  background-color: var(--primary-1);
  width: 60px;
  height: 4px;
}

.sufix-line.center {
  margin-left: auto;
  margin-right: auto;
}

.sufix-line.center.space {
  margin-bottom: 24px;
}

.sufix-line.left {
  min-width: 44px;
  margin-top: 20px;
  margin-right: 24px;
}

.sufix-line.large {
  width: 80px;
}

.sufix-line.extra-large {
  width: 130px;
}

.span-primary-color {
  color: var(--primary-1);
}

._2-buttons-wrapper {
  justify-content: flex-start;
  gap: 14px;
  display: flex;
}

._2-buttons-wrapper.center, ._2-buttons-wrapper.banner {
  justify-content: center;
}

.spacer.hero-buttons {
  min-width: 28px;
}

.spacer.banner-buttons {
  min-width: 24px;
}

.spacer.card {
  background-color: var(--neutral-200);
  flex: none;
  width: 2px;
  height: 24px;
  margin-left: 8px;
  margin-right: 13px;
}

.spacer.blog-post {
  background-color: var(--neutral-200);
  flex: none;
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.partners-container {
  background-image: linear-gradient(to right, #fff 95%, #0000 95%);
  min-width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: absolute;
  top: -85px;
}

.partners-wrraper {
  justify-content: space-between;
  align-items: center;
  padding-right: 80px;
  display: flex;
}

.partners-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
}

.partners-logos-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 71%;
  display: flex;
}

.slide {
  width: 100%;
  margin-right: 29px;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-top: 31px;
  margin-bottom: 48px;
}

.slide-nav {
  display: none;
}

.service-title {
  color: var(--neutral-700);
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.service-wrapper {
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: var(--primary-1) var(--neutral-200) var(--neutral-200);
  background-color: var(--white);
  max-height: 100%;
  color: var(--neutral-500);
  padding: 50px 47px 50px 54px;
  text-decoration: none;
  transition: transform .35s;
}

.service-wrapper:hover {
  color: var(--neutral-500);
  transform: translate(0, -3px);
}

.link-wrapper {
  color: var(--primary-1);
  text-decoration: none;
  display: flex;
}

.link-wrapper.white {
  color: var(--white);
}

.link-wrapper.white.text-bold {
  font-weight: 700;
}

.link-arrow {
  width: 32px;
  margin-left: 15px;
}

.icon-services {
  margin-bottom: 40px;
}

.left-arrow {
  background-color: var(--primary-1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-right: 5px;
  display: flex;
  inset: 0% auto 0% -15px;
  box-shadow: 0 1px 8px #0000002e, 0 1px 34px #f2082330;
}

.right-arrow {
  background-color: var(--primary-1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 5px;
  display: flex;
  inset: 0% -15px 0% auto;
  box-shadow: 0 1px 8px #0000002e, 0 1px 34px #f2082330;
}

.mask {
  width: 391px;
  overflow: visible;
}

.mg-top-0px {
  margin-top: 0;
}

.about-banca-grid {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.subcontainer-small {
  max-width: 518px;
  display: flex;
}

.subcontainer-small.services {
  max-width: 430px;
}

.relative {
  position: relative;
}

.container-medium-1022px {
  max-width: 1022px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.banner-wrapper {
  z-index: 1;
  background-color: var(--white);
  background-image: url('../images/background-wave-banca-template.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.next-goal-grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.vc-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.next-goal-wrapper {
  color: var(--neutral-500);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.next-goal-wrapper:hover {
  color: var(--neutral-500);
}

.next-goal-card {
  background-color: var(--white);
  padding: 32px 24px;
  text-decoration: none;
  position: absolute;
  inset: auto 20px 32px;
}

.next-goal-title {
  color: var(--neutral-700);
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.text-bold {
  font-weight: 700;
}

.credit-card-grid {
  grid-column-gap: 100px;
  grid-row-gap: 131px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.contact-us-grid {
  grid-column-gap: 72px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.contact-us-form, .demo-form {
  border: 1px solid var(--neutral-200);
  background-color: #fff;
  border-radius: 12px;
  min-width: 100%;
  max-width: 100%;
  padding: 65px 50px;
}

.text-area {
  border: 1px solid var(--neutral-200);
  min-width: 100%;
  max-width: 100%;
  min-height: 142px;
  color: var(--neutral-500);
  border-radius: 8px;
  margin-bottom: 32px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 18px;
  transition: color .35s, border-color .35s;
}

.text-area:hover {
  border-color: var(--primary-1);
}

.text-area:focus {
  border-color: var(--primary-1);
  color: var(--neutral-700);
}

.text-area::placeholder {
  color: var(--neutral-500);
}

.success-message-text {
  color: var(--neutral-700);
  margin-top: 19px;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.contact-us-form-grid, .demo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 32px;
}

.error-message-content {
  background-color: #fbe3e745;
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label {
  color: var(--neutral-700);
  margin-bottom: 16px;
  line-height: 20px;
}

.error-message-text {
  color: var(--primary-1);
  text-align: center;
}

.success-message-content {
  background-color: #0000;
}

.footer-address {
  display: flex;
}

.contact-us-subtitle {
  color: var(--neutral-700);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.contact-wrapper {
  flex-direction: column;
  display: flex;
}

.contact-us-subtitle-wrapper {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.contact-us-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template: "Area"
                 "."
                 / 1.8fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.contact-us-link {
  color: var(--neutral-500);
  text-decoration: none;
  transition: color .35s;
}

.contact-us-link:hover {
  color: var(--primary-1);
}

.mg-top-28px {
  margin-top: 28px;
}

.lastest-articles-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 48px;
  display: grid;
}

.last-article-title {
  color: var(--neutral-700);
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
}

.last-article-content {
  border-bottom: 1px solid var(--neutral-300);
  min-height: 100%;
  color: var(--neutral-500);
  text-decoration: none;
}

.last-article-content:hover {
  color: var(--neutral-500);
}

.image-and-element-wrapper {
  align-items: center;
  display: flex;
}

.left-arrow-icon {
  max-width: 30%;
}

.hero-image-wrapper {
  justify-content: flex-start;
  width: 45%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.hero-image-wrapper.single-services {
  align-items: center;
  width: 100%;
  position: static;
}

.hero-image-wrapper.blog {
  justify-content: flex-end;
  width: 50%;
}

.brand {
  padding-left: 0;
}

.image-zoom {
  width: 100%;
}

.image-zoom.blog {
  object-fit: cover;
  max-width: 100%;
  min-height: 100%;
}

.last-article-image-wrapper {
  position: relative;
  overflow: hidden;
}

.open-hours-paragraph {
  margin-bottom: 0;
}

.right-arrow-icon {
  max-width: 30%;
}

.mg-0px {
  margin: 0;
}

.transition-bg-solid {
  background-color: var(--neutral-100);
  display: none;
  position: absolute;
  inset: 0%;
}

.transition {
  width: 100%;
  height: 100%;
  position: relative;
}

.transition.blog {
  width: 100%;
  height: 100%;
}

.bg-transparent {
  background-color: #0000;
}

.service-wrapper-v2 {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  min-height: 100%;
  max-height: 100%;
  color: var(--neutral-500);
  padding: 50px 32px;
  text-decoration: none;
  transition: transform .35s, border-color .35s;
}

.service-wrapper-v2:hover {
  border-color: var(--primary-1);
  color: var(--neutral-500);
  transform: translate(0, -4px);
}

.slider-v2 {
  background-color: #0000;
  height: 100%;
  margin-top: 31px;
  margin-bottom: 48px;
}

.hero-v2-images-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 30px;
  display: none;
  position: relative;
}

.hero-v2-image-2 {
  position: absolute;
  inset: -9% 6% auto auto;
}

.hero-v2-image-1 {
  width: 70%;
  max-width: none;
}

.hero-v2-image-3 {
  z-index: 1;
  position: absolute;
  inset: 21% auto auto 7%;
}

.hero-v2-image-4 {
  z-index: -2;
  position: absolute;
  inset: 18% auto auto 3%;
}

.hero-v2-image-5 {
  z-index: -1;
  position: absolute;
  inset: -14% 4% auto auto;
}

.left-arrow-v2 {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  width: 52px;
  height: 52px;
  color: var(--neutral-500);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
  font-family: Icons Banca Template, sans-serif;
  font-size: 16px;
  transition: color .35s, border-color .35s, background-color .35s;
  display: flex;
  inset: -30% 70px auto auto;
}

.left-arrow-v2:hover {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--white);
}

.right-arrow-v2 {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  width: 52px;
  height: 52px;
  color: var(--neutral-500);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  font-family: Icons Banca Template, sans-serif;
  font-size: 16px;
  transition: color .35s, border-color .35s, background-color .35s;
  display: flex;
  inset: -30% 0 auto auto;
}

.right-arrow-v2:hover {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--white);
}

.slide-v2 {
  width: 100%;
  margin-right: 28px;
}

.mg-bottom-0px {
  margin-bottom: 0;
}

.mask-v2 {
  width: 31.5%;
  overflow: visible;
}

.about-banca-image-wrapper-v2 {
  align-items: center;
  position: relative;
  inset: 0% auto 0% 0%;
}

.about-banca-grid-v2 {
  grid-column-gap: 110px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.banner-wrapper-v2 {
  z-index: 1;
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  background-image: url('../images/background-wave-banca-template.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.app-grid {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
  position: relative;
}

.mockup-wrapper {
  position: relative;
}

.mockup {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.bg-mockup {
  margin-top: 66px;
  margin-bottom: 66px;
}

.contact-us-grid-v2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 53px;
}

.animation-card {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  color: var(--neutral-500);
  padding: 41px 65px;
  text-decoration: none;
  display: flex;
}

.animation-card:hover {
  color: var(--neutral-500);
}

.animation-card.search-results {
  flex-direction: column;
  margin-bottom: 40px;
}

.contact-us-title-v2 {
  color: var(--primary-1);
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 22px;
  line-height: 32px;
}

.contact-us-link-v2 {
  font-size: 22px;
  line-height: 24px;
}

.contact-us-image-v2 {
  margin-right: 23px;
}

.animation-hover {
  position: relative;
}

.bg-hover {
  z-index: -1;
  background-color: var(--primary-1);
  position: absolute;
  inset: 0%;
}

.nav-menu-v2 {
  flex: none;
  margin-right: 0;
}

.top-contact-links {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}

.top-contact-links a {
  text-decoration: none;
}

.nav-link-v2 {
  font-weight: 600;
  transition: color .35s;
}

.nav-link-v2:hover {
  color: var(--primary-1);
}

.nav-link-v2.w--current {
  color: var(--primary-1);
  font-weight: 700;
}

.header-dropdown-v2 {
  font-weight: 600;
  overflow: visible;
}

.partners-logos-wrapper-v2 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 819px;
  display: flex;
}

.container-medium-941px {
  max-width: 941px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.next-goal-subtitle {
  white-space: nowrap;
  margin-bottom: 8px;
  line-height: 20px;
}

.companies-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-us-companies-title {
  max-width: 611px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.mg-bottom-23px {
  margin-bottom: 23px;
}

.mg-bottom-23px.top {
  padding-top: 16px;
}

.about-us-gallery-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". Area"
                       ". Area";
  place-items: end center;
  margin-top: 96px;
}

.value-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.value-title {
  margin-top: 30px;
  margin-bottom: 11px;
}

.values-wrapper {
  margin-top: 40px;
  display: flex;
}

.container-small-548px {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-548px.text-center {
  max-width: 724px;
}

.container-medium-991px {
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.country-address-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 273px;
  display: flex;
}

.country-address-title-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.country-address-icon {
  margin-top: -4px;
  margin-right: 12px;
}

.country-address-title {
  color: var(--neutral-700);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.countries-wrapper {
  justify-content: space-between;
  margin-top: 46px;
  margin-bottom: 66px;
  display: flex;
}

.story-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.timeline-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  min-height: 500px;
  display: grid;
  position: relative;
}

.years-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 94.5%;
  margin-top: 7px;
  display: flex;
}

.year {
  color: var(--primary-1);
  font-weight: 500;
  line-height: 20px;
}

.year.mg-bottom-0px {
  margin-bottom: 0;
}

.year-dot {
  border: 2px solid var(--white);
  background-color: var(--primary-1);
  border-radius: 100px;
  min-width: 11px;
  min-height: 11px;
}

.about-years {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.timeline-line {
  z-index: -1;
  background-color: var(--neutral-200);
  width: 1px;
  height: 100%;
}

.year-dots {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 96%;
  margin-top: 9px;
  display: flex;
}

.careers-grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 48px;
  display: grid;
}

.job-card-content {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  min-height: 100%;
  color: var(--neutral-500);
  transform-style: preserve-3d;
  padding: 41px 22px;
  text-decoration: none;
  transition: transform .35s, color .35s;
}

.job-card-content:hover {
  color: var(--neutral-500);
  transform: translate3d(0, -3px, .01px);
}

.job-card-top-content {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.job-card-top-content.sidebar {
  flex-direction: column;
}

.job-icon {
  margin-right: 20px;
}

.job-icon.job-page {
  width: 88px;
}

.job-icon.sidebar {
  margin-bottom: 20px;
  margin-right: 0;
}

.job-card-title {
  color: var(--neutral-700);
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.job-card-place {
  flex: none;
  font-weight: 500;
  line-height: 20px;
}

.job-card-top-details {
  align-items: center;
  display: flex;
}

.job-card-working-time {
  flex: none;
  font-weight: 500;
}

.brand-v2 {
  padding-left: 0;
}

.services-grid {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  position: relative;
}

.custom-solution-grid {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bg-services-grid-1 {
  z-index: -1;
  width: 58%;
  position: absolute;
  inset: auto auto 5% -6%;
}

.bg-services-grid-2 {
  z-index: -1;
  width: 31%;
  position: absolute;
  inset: 2% -7% auto auto;
}

.subcontainer-small-v2 {
  max-width: 443px;
}

.subcontainer-small-v2.apply-loan {
  max-width: 80%;
  margin-top: 101px;
}

.subcontainer-small-v2.benefits {
  max-width: 95%;
}

.apply-loan-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  align-items: start;
}

.steps-wrapper-grid {
  margin-top: 40px;
  margin-bottom: 48px;
  display: flex;
}

.step-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.custom-services-grid-v2 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.apply-loan-form {
  border: 1px solid var(--neutral-200);
  background-color: #fff;
  min-width: 100%;
  max-width: 100%;
  padding: 60px 50px;
}

.apply-loan-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  margin-bottom: 32px;
}

.apply-loan-form-title-wrapper {
  align-items: flex-end;
  margin-bottom: 18px;
  display: flex;
}

.apply-loan-form-title {
  margin-top: 0;
  margin-bottom: -5px;
  margin-right: 10px;
}

.benefits-grid {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.benefits-cards-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto;
}

.benefits-card {
  border: 1px solid var(--neutral-200);
  flex-direction: column;
  align-items: flex-start;
  padding: 35px 28px;
  display: flex;
}

.faq-grid {
  grid-column-gap: 84px;
  grid-row-gap: 48px;
  margin-top: 40px;
}

.faq-grid.contact-us {
  margin-bottom: 85px;
}

.faq-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
}

.container-medium-1133px {
  max-width: 1133px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.more-services-grid {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative;
}

.mg-bottom-49px {
  margin-bottom: 49px;
}

.custom-services-image-wrapper, .single-services-hero-wrapper {
  align-items: center;
  display: flex;
}

.benefits-icon {
  margin-bottom: 18px;
  margin-right: 0;
}

.careers-section-grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 88px;
  display: grid;
}

.careers-section-grid.about {
  margin-bottom: 40px;
}

.career-grid {
  grid-column-gap: 108px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: start;
  position: relative;
}

.job-content {
  background-color: var(--white);
  color: var(--neutral-500);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.job-content:hover {
  color: var(--neutral-500);
}

.career-top-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.job-split-left-content {
  align-items: center;
  display: flex;
}

.job-split-right-content {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.job-date {
  margin-bottom: 19px;
  font-weight: 500;
}

.job-title {
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 26px;
}

.job-top-details {
  align-items: center;
  display: flex;
}

.sidebar.blog, .sidebar.jobs {
  position: sticky;
  top: 32px;
}

.sidebar.author {
  flex-direction: column;
  align-items: center;
  padding: 60px 28px;
  display: flex;
}

.sidebar.author-mobile {
  flex-direction: column;
  align-items: center;
  padding: 40px 28px;
  display: none;
}

.related-openings-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.jobs-sidebar-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.career-top-content-mobile {
  justify-content: space-between;
  width: 100%;
  display: none;
}

.blog-grid {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  align-items: start;
  position: relative;
}

.blog-posts-grid {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-content {
  color: var(--neutral-500);
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.blog-post-content:hover {
  color: var(--neutral-500);
}

.blog-post-image-wrapper {
  max-width: 51%;
  margin-right: 33px;
  position: relative;
  overflow: hidden;
}

.blog-post-title {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.blog-popular-content {
  color: var(--neutral-500);
  text-decoration: none;
  display: flex;
}

.blog-popular-content:hover {
  color: var(--neutral-500);
}

.popular-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.blog-popular-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-popular-image-wrapper {
  max-width: 40%;
  margin-right: 17px;
  position: relative;
  overflow: hidden;
}

.blog-categories-wrapper {
  margin-bottom: 40px;
  display: flex;
}

.blog-categories-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-category {
  display: inline;
}

.category-content {
  color: var(--neutral-700);
  text-decoration: none;
}

.category-content:hover {
  color: var(--primary-1);
}

.category-content.w--current {
  color: var(--primary-1);
  font-weight: 700;
}

.category-content.all-articles {
  margin-right: 40px;
}

.pagination {
  margin-top: 66px;
}

.pagination-next {
  border: 1px solid var(--primary-1);
  background-color: var(--white);
  color: var(--primary-1);
  text-align: center;
  border-radius: 80px;
  margin-left: 20px;
  padding: 22px 42px;
  font-size: 20px;
  line-height: 22px;
  transition: color .35s, background-color .35s;
}

.pagination-next:hover {
  background-color: var(--primary-1);
  color: var(--white);
}

.pagination-previous {
  border: 1px solid var(--primary-1);
  background-color: var(--white);
  color: var(--primary-1);
  text-align: center;
  border-radius: 80px;
  margin-right: 20px;
  padding: 22px 42px;
  font-size: 20px;
  line-height: 22px;
  transition: color .35s, background-color .35s;
}

.pagination-previous:hover {
  background-color: var(--primary-1);
  color: var(--white);
}

.popular-title-wrapper, .blog-post-description-summary {
  align-self: center;
}

.blog-post-deatils-wrapper {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 13px;
  display: flex;
}

.blog-post-deatils-wrapper.post {
  justify-content: center;
}

.post-category {
  color: var(--primary-1);
  text-decoration: none;
}

.blog-post-category, .blog-post-date {
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.post-title {
  margin-top: 8px;
}

.post-author {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.container-medium-1100px {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.post-wrapper {
  background-color: var(--white);
  margin-top: -60px;
  padding-top: 83px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.mg-top-60px {
  margin-top: 60px;
}

.rich-text h2 {
  max-width: 720px;
  margin: 0 auto 24px;
}

.rich-text p {
  max-width: 720px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h3 {
  max-width: 720px;
  margin: 0 auto 24px;
}

.rich-text h4, .rich-text h5 {
  max-width: 720px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h6 {
  max-width: 720px;
  margin: 0 auto 16px;
}

.rich-text ol {
  max-width: 720px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text ul {
  max-width: 720px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text a {
  text-decoration: none;
}

.rich-text.job {
  margin-bottom: 24px;
}

.rich-text li {
  margin-bottom: 10px;
}

.rich-text blockquote {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 22px;
}

.author-avatar {
  border-radius: 100px;
  width: 106px;
  height: 106px;
}

.post-author-rol {
  color: var(--primary-1);
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.post-author-name {
  margin-top: 26px;
  margin-bottom: 16px;
  transition: color .35s;
}

.post-author-name:hover {
  color: var(--primary-1);
}

.more-help-grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.more-help-card {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  color: var(--neutral-500);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 23px 26px;
  text-decoration: none;
  transition: transform .35s, color .35s;
  display: flex;
}

.more-help-card:hover {
  color: var(--neutral-500);
  transform: translate(0, -3px);
}

.more-help-email-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.more-help-title {
  margin-top: 16px;
  margin-bottom: 8px;
}

.container-medium-627px {
  max-width: 627px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-627px.text-center {
  text-align: left;
  max-width: 820px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.blog-title {
  margin-top: 19px;
  margin-bottom: 16px;
}

.search {
  margin-bottom: 0;
}

.search-title {
  color: var(--neutral-700);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.web-address {
  color: var(--primary-1);
  margin-top: 8px;
  margin-bottom: 14px;
  font-weight: 500;
}

.author-name {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
}

.credit-card-image-wrapper {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 24px #00000017;
}

.credit-card-highlight {
  filter: blur(50px);
  background-color: #ffffff2e;
  border-radius: 1000px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.element-section {
  background-color: var(--neutral-100);
  align-self: stretch;
  min-width: 8%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.nav-menu-button-wrapper {
  display: none;
}

.container-medium-800px {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.link-author {
  color: var(--neutral-500);
  text-decoration: none;
  display: block;
}

.link-author:hover {
  color: var(--primary-1);
}

.author-grid {
  grid-column-gap: 62px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  position: relative;
}

.author-profile-image {
  border-radius: 1000px;
  width: 160px;
}

.author-title {
  display: flex;
}

.about-author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.bg-about-author {
  background-color: var(--neutral-100);
  position: sticky;
  top: 32px;
}

.overflow-hidden {
  overflow: hidden;
}

.credit-card {
  width: 100%;
}

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

.transition-bg-image {
  background-image: url('../images/hero-image-banca-template.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.transition-bg-image.blog {
  background-image: url('../images/learning-center-hero.jpg');
}

.transition-bg-image.about {
  background-image: linear-gradient(#000, #fff);
}

.split-section-service {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.left-paragraph {
  margin-bottom: 40px;
}

.author-avatar-link {
  transition: transform .35s, opacity .35s, color .35s;
  display: inline-block;
}

.author-avatar-link:hover {
  opacity: .78;
  transform: scale(1.08);
}

.author-name-link {
  line-height: 1.1em;
  text-decoration: none;
  display: block;
}

.author-name-link:hover {
  color: var(--primary-1);
}

.empty-state-container {
  border: 1px solid var(--neutral-200);
  text-align: center;
  background-color: #fff;
  margin-bottom: 32px;
  padding: 50px 32px;
  font-size: 22px;
  line-height: 28px;
}

.empty-state-container.sidebar {
  padding-top: 34px;
  padding-bottom: 34px;
  font-size: 18px;
}

.google-play-logo {
  position: relative;
  top: 3px;
}

.app-store-logo {
  position: relative;
  top: -2px;
}

.white-link {
  color: var(--white);
}

.white-link:hover {
  color: #fffc;
}

.heading-h4-size {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.no-hover:hover {
  background-color: #4a3aff;
  transform: none;
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-primary.white.no-hover {
  color: #146ef5;
}

.btn-primary.white.no-hover:hover {
  background-color: #fff;
  transform: none;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.card-sales-home-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.card {
  border: 1px solid var(--neutral-300);
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.sales-home-page {
  text-align: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.sales-home-page:hover {
  transform: scale(.96);
}

.card.buy-now {
  background-color: #146ef5;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale(.95);
}

.card.buy-now.white {
  background-color: #fff;
}

.card.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.card.text-divider {
  border-radius: 12px;
  margin-bottom: 36px;
  padding: 24px 32px;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  max-width: 400px;
  transform-style: preserve-3d;
  border-radius: 32px;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 14px #00000014;
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 30px;
  display: flex;
}

.figma-file-text-wrapper.pd-large {
  padding-left: 100px;
  padding-right: 50px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.footer-v2 {
  grid-column-gap: 40px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.home-surprises-card {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.image-home-link {
  object-fit: cover;
  width: 100%;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._780px {
  max-width: 780px;
}

.position-relative {
  position: relative;
}

.color-accent-1 {
  color: var(--primary-1);
}

.display-4 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid #f7f7fc;
}

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.card-sales-home-content {
  border-top: 1px solid var(--neutral-300);
  text-align: center;
  padding: 32px;
}

.color-neutral-100 {
  color: #fff;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.color-neutral-600 {
  color: #6e7191;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

.badge-home {
  border: 1px solid var(--neutral-400);
  color: var(--neutral-700);
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  inset: 20px 20px auto auto;
  box-shadow: 0 2px 12px #14142b14;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
  font-weight: 400;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.mg-top-bottom-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.elements-wrapper {
  margin-bottom: 200px;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-bar-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.mg-right-24px {
  margin-right: 24px;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

.text-200 {
  line-height: 20px;
}

.text-200.list {
  line-height: 24px;
}

.top-bar-wrapper {
  background-color: var(--neutral-700);
  color: #fff;
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.more-templates-badge-wrapper-edited {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 286px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 24px 12px auto;
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper-edited:hover {
  color: #666977;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-logo.customize {
  width: 110px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-webflow-templates-sub {
  color: #523ff5;
  text-decoration: underline;
}

.more-templates-lottie {
  width: 44px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.brix-badges-wrapper {
  z-index: 99999999;
  width: 330px;
  height: 120px;
  position: fixed;
  inset: auto 50px 0 auto;
}

.more-templates-lottie-2 {
  z-index: 9999;
  width: 44px;
  position: absolute;
  inset: -18px -19px auto auto;
}

.hidden-code {
  display: none;
}

.more-templates-badge-wrapper {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 330px;
  min-height: 76px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: absolute;
  transform: scale(.9)translate(0, 20px);
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper:hover {
  color: #666977;
}

.more-templates-badge-wrapper.customization {
  border-color: #4a3aff;
  padding-left: 10px;
}

.menu-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.nav-link-small {
  font-size: 16px;
  font-weight: 400;
  transition: color .35s;
}

.nav-link-small:hover {
  color: var(--primary-1);
}

.nav-link-small.w--current {
  color: var(--primary-1);
  font-weight: 700;
}

.nav-link-small.footer {
  color: var(--neutral-500);
  border-top-width: 0;
  padding-top: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav-link-small.footer:hover {
  color: var(--primary-1);
}

.nav-link-small.footer.w--current {
  color: var(--primary-1);
  font-weight: 700;
}

.nav-link-small.footer.special {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  padding-bottom: 6px;
  font-weight: 800;
  transition: border-color .3s, color .35s;
  display: inline-block;
}

.nav-link-small.footer.special:hover {
  border-bottom-color: var(--neutral-700);
  color: var(--neutral-700);
}

.brand-logo-link {
  flex-shrink: 0;
  align-items: center;
  width: 160px;
  min-width: 160px;
  display: flex;
}

.brand-nav-wrapper {
  flex-shrink: 0;
  min-width: 160px;
  margin-right: 19px;
}

.menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.short-list {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 70%;
  display: flex;
}

.midsizeheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-fauxels-3184418.jpg');
  background-position: 0 0, 50% 43%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.industryspecificheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-helenalopes-696218.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.taxheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-n-voitkevich-6863183.jpg');
  background-position: 0 0, 100% 35%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.selfserviceheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-divinetechygirl-1181555.jpg');
  background-position: 0 0, 100% 58%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.onboardingheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-fauxels-3184454.jpg');
  background-position: 0 0, 100% 171%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.workerscompheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-yury-kim-181374-585419.jpg');
  background-position: 0 0, 100% 34%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.hiringheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-fauxels-3184465.jpg');
  background-position: 0 0, 100% 52%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.timeheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-mat-brown-150387-552598.jpg');
  background-position: 0 0, 100% 66%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.schedulingheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-pixabay-273153.jpg');
  background-position: 0 0, 100% 40%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.insuranceheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-leeloothefirst-7163938.jpg');
  background-position: 0 0, 100% 45%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.cobraheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-n-voitkevich-8927687.jpg');
  background-position: 0 0, 100% 14%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.retirementheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-pixabay-47344.jpg');
  background-position: 0 0, 100% 32%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.performanceheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-pixabay-209224.jpg');
  background-position: 0 0, 100% 87%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.additionalheader {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--headercolor), var(--headercolor)), url('../images/pexels-divinetechygirl-1181534.jpg');
  background-position: 0 0, 100% 32%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-testimonial {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial-wrap {
  overflow: hidden;
}

.testimonials-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 32px;
  display: flex;
  position: relative;
  overflow: visible;
}

.testimonial-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--neutral-200);
  background-color: var(--neutral-100);
  max-width: 20em;
  box-shadow: 0 -20px 0 -16px var(--primary-1);
  mix-blend-mode: normal;
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2em 1.8em;
  display: flex;
}

.testimonial-item.wide {
  max-width: 30em;
}

.testimonials-person-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-id {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image {
  border-radius: 99px;
  width: 2em;
  height: 2em;
}

.stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  display: flex;
}

.textmini {
  font-size: 16px;
  line-height: 30px;
}

.reviewinfo-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonialupper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.image-2 {
  margin-top: 32px;
}

.contactwrapper {
  flex: 1;
  padding: 8px 40px;
}

.faqheader {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 90px;
  padding-bottom: 0;
}

.logo-size-lock {
  flex-shrink: 0;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: auto;
  margin-top: 0;
}

.lp-page-wrapper {
  color: #1a1f36;
  background-color: #fff;
  font-family: DM Sans, sans-serif;
  overflow-x: hidden;
}

.page-wrapper {
  overflow-x: clip;
}

.lp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.lp-eyebrow {
  color: #6ea4ff;
  letter-spacing: .2em;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
}

.lp-accent {
  color: var(--blueee);
}

.lp-hero {
  background-color: #0a0f2e;
  background-image: linear-gradient(#ffffff0f 4%, #ecf1ff), url('../images/pexels-fauxels-3182759.jpg');
  background-position: 0 0, 10% 40%;
  background-size: auto, cover;
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}

.lp-hero-bg-grad {
  pointer-events: none;
  background-image: radial-gradient(80% 60% at 70%, #1b6bf52e 0%, #0000 70%);
  display: none;
  position: absolute;
  inset: 0;
}

.lp-hero-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: unset;
  text-align: center;
  flex-direction: column;
  place-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lp-hero-heading {
  color: #fff;
  letter-spacing: -.5px;
  letter-spacing: -.01em;
  word-spacing: normal;
  margin: 0 0 24px;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.08;
}

.lp-hero-sub-wrap {
  margin: 0 auto 36px;
  padding: 16px 28px;
  border: 1px solid #e8eaf2;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.53);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.lp-hero-sub {
  color: #ffffffbf;
  text-align: center;
  max-width: 620px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.lp-hero-ctas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-btn-primary {
  color: #fff;
  white-space: nowrap;
  background-color: #1b6bf5;
  border-radius: 100px;
  align-items: center;
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s, color .35s;
  display: inline-flex;
}

.lp-btn-primary:hover {
  color: #fff;
  background-color: #1d50a8;
  transform: translate(0, -5px);
}

.lp-btn-primary.inline-a-0 {
  padding: 18px 44px;
  font-size: 16px;
}

.lp-btn-primary.form {
  margin-top: 24px;
  margin-bottom: 24px;
}

.lp-btn-ghost {
  color: #fff;
  white-space: nowrap;
  white-space: nowrap;
  background-color: #ffffff1f;
  border: 1px solid #ffffff40;
  border-radius: 100px;
  align-items: center;
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .25s, border-color .25s;
  display: inline-flex;
}

.lp-btn-ghost:hover {
  transform: translate(0, -5px);
}

.lp-btn-ghost.inline-a-1 {
  color: #fff;
  padding: 18px 44px;
  font-size: 16px;
}

.lp-hero-visual {
  height: 100%;
  min-height: 400px;
  display: none;
  position: relative;
}

.lp-hero-img-wrap {
  border-radius: 20px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lp-hero-img {
  opacity: .55;
  object-fit: cover;
  opacity: .9;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.lp-hero-card {
  z-index: 2;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff2e;
  border-radius: 16px;
  padding: 18px 22px;
  position: absolute;
}

.lp-card-icon {
  margin-bottom: 6px;
  font-size: 22px;
}

.lp-card-label {
  color: #fff9;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
}

.lp-card-val {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.lp-card-1 {
  top: 24px;
  left: -24px;
}

.lp-card-2 {
  bottom: 80px;
  left: -24px;
}

.lp-card-3 {
  top: 24px;
  right: 24px;
}

.lp-stats {
  background-color: #fff;
  border-bottom: 1px solid #eef0f6;
  padding: 52px 0;
}

.lp-stats-grid {
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  display: grid;
}

.lp-stat-item {
  text-align: center;
  padding: 8px 24px;
}

.lp-stat-num {
  color: #1b6bf5;
  margin-bottom: 6px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.lp-stat-lbl {
  color: #6b7280;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.lp-stat-divider {
  background-color: #e5e7eb;
  width: 1px;
  height: 48px;
}

.lp-services {
  background-color: #f7f8fc;
  padding: 112px 0;
}

.lp-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.lp-section-title {
  color: #0a0f2e;
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
}

.lp-services-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.lp-service-card {
  background-color: #fff;
  border: 1px solid #e8eaf2;
  border-radius: 20px;
  padding: 40px 32px;
  transition: box-shadow .25s, transform .25s;
}

.lp-service-icon {
  margin-bottom: 20px;
  font-size: 32px;
}

.lp-service-title {
  color: #0a0f2e;
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.lp-service-desc {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.lp-testimonials {
  background-color: #0a0f2e;
  padding: 112px 0;
  overflow: hidden;
}

.lp-carousel-outer {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 8% 92%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 8% 92%, #0000 100%);
}

.lp-carousel-track {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: max-content;
  animation: 40s linear infinite lp-scroll;
  display: flex;
}

.lp-review-card {
  cursor: default;
  background-color: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  flex: 0 0 360px;
  padding: 36px 32px;
  transition: background .3s, border-color .3s, transform .3s;
}

.lp-review-stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-bottom: 20px;
  display: flex;
}

.lp-star {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background-color: #f59e0b;
  width: 16px;
  height: 16px;
}

.lp-review-text {
  color: #ffffffd1;
  margin: 0 0 28px;
  font-size: 15px;
  font-style: italic;
  line-height: 1.75;
}

.lp-review-footer {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.lp-review-avatar {
  color: #fff;
  background-image: linear-gradient(135deg, #1b6bf5, #6ea4ff);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.lp-review-name {
  color: #fff;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
}

.lp-review-source {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #ffffff80;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.lp-google-icon {
  width: 14px;
  height: 14px;
}

.lp-cta {
  background-color: #fff;
  padding: 120px 0;
}

.lp-cta-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: linear-gradient(135deg, #0a0f2e 0%, #1b3a7a 100%);
  border-radius: 28px;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.lp-cta-bg-circle {
  pointer-events: none;
  background-image: radial-gradient(circle, #1b6bf533 0%, #0000 70%);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -80px;
  right: -80px;
}

.lp-cta-eyebrow {
  color: #6ea4ff;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.lp-cta-title {
  color: #fff;
  margin: 0 0 16px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
}

.lp-cta-sub {
  color: #ffffffa6;
  max-width: 480px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.lp-cta-actions {
  z-index: 1;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.lp-cta-note {
  color: #ffffff73;
  text-align: center;
  font-size: 12px;
}

.lp-footer-divider {
  background-color: #eef0f6;
  height: 1px;
  margin: 0;
}

.testimonials-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-testimonial-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.tc-outer {
  width: 100%;
  padding: 20px 0 28px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000 30%, #0000 100%);
  mask-image: linear-gradient(#000 30%, #0000 100%);
}

.tc-track {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: max-content;
  animation: 38s linear infinite tc-scroll;
  display: flex;
}

.tc-track:hover {
  animation-play-state: paused;
}

.tc-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border);
  cursor: default;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  flex: 0 0 340px;
  padding: 32px 28px 28px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 16px #0a0f2e0f;
}

.tc-quote-icon {
  opacity: .18;
  color: #1b6bf5;
  -webkit-user-select: none;
  user-select: none;
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 24px;
}

.tc-stars {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-bottom: 2px;
  display: flex;
}

.tc-star {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background-color: #f59e0b;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

.tc-text {
  color: #4b5563;
  flex-grow: 1;
  margin: 0;
  font-size: 14.5px;
  font-style: italic;
  line-height: 1.72;
}

.tc-divider {
  background-color: #f0f1f5;
  height: 1px;
  margin: 2px 0;
}

.tc-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.tc-avatar {
  color: #fff;
  letter-spacing: 0;
  background-image: linear-gradient(135deg, #1b6bf5 0%, #6ea4ff 100%);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.tc-info {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.tc-name {
  color: #0a0f2e;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.tc-source {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #9ca3af;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  display: flex;
}

.tc-google-logo {
  opacity: .7;
  object-fit: contain;
  width: 13px;
  height: 13px;
}

.hero-overlay {
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(135deg, #060a23e6 0%, #0a1641cc 55%, #1b6bf51f 100%);
  position: absolute;
  inset: 0;
}

.hero-eyebrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7ab4ff;
  letter-spacing: .11em;
  text-transform: uppercase;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: .11em;
  text-transform: uppercase;
  background-color: #1b6bf526;
  border: 1px solid #1b6bf566;
  border-radius: 100px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 7px 18px;
  font-family: DM Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.hero-eyebrow-dot {
  background-color: #1b6bf5;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
}

.hero-trust-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
  display: flex;
}

.hero-trust-item {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #ffffffb8;
  white-space: nowrap;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  white-space: nowrap;
  align-items: center;
  gap: 6px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.hero-trust-sep {
  background-color: #ffffff40;
  flex-shrink: 0;
  width: 1px;
  height: 14px;
  display: block;
}

.hero-heading-white {
  color: #fff;
  letter-spacing: -.02em;
  opacity: 1;
  letter-spacing: -.02em;
  text-shadow: 0 2px 20px #0000004d;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.07;
}

.hero-sub-white {
  color: #ffffffd1;
  max-width: 540px;
  margin-bottom: 36px;
  font-size: 19px;
  line-height: 1.65;
}

.hero-section-dark {
  background-image: linear-gradient(135deg, #060a23e6 0%, #0a1641cc 55%, #1b6bf51f 100%), url('../images/');
  background-position: 50% 40%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.hero-section-v2 {
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.hero-h1-v2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
}

.hero-p-v2 {
  color: #fffc;
  max-width: 480px;
  margin-bottom: 36px;
  font-size: 19px;
  line-height: 1.65;
}

.pp-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

.pp-container.inline-div-4, .pp-container.inline-div-1 {
  z-index: 1;
  position: relative;
}

.pp-container.inline-div-6 {
  text-align: center;
  text-align: center;
}

.pp-split {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  align-items: center;
  display: grid;
}

.pp-split.inline-div-3 {
  grid-column-gap: 39px;
  grid-row-gap: 41px;
  grid-template-columns: 1fr 1.5fr;
}

.pp-split.one {
  grid-template-columns: 1fr;
}

.pp-split.move {
  grid-template-columns: 4.75fr 1.5fr;
}

.pp-split.sign-up {
  grid-template-columns: 1.75fr 1.5fr;
}

.pp-split-rev {
  direction: rtl;
}

.pp-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.pp-btn-white {
  color: #0074d5;
  background-color: #fff;
}

.pp-btn-outline-white {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff9;
}

.pp-btn-secondary {
  color: #0074d5;
  background-color: #0000;
  border: 2px solid #0074d5;
}

.pp-hero-label {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--heading-text-color);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.pp-hero-dot {
  background-color: #7fd5ff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
}

.pp-hero-h1 {
  color: var(--heading-text-color);
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 18px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
}

.pp-hero-sub {
  color: #ffffffe0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.pp-hero-desc {
  color: #5e6e84;
  text-align: left;
  max-width: 480px;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.7;
}

.pp-hero-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.pp-hero-img-wrap {
  position: relative;
}

.pp-img-ph {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0074d5;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #e8f4ff;
  border: 2px dashed #cce5ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.pp-img-ph.inline-div-2 {
  color: #fff9;
  background-color: #ffffff1f;
  background-image: url('../images/pexels-yury-kim-181374-585419.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 2px #ffffff40;
  border-radius: 16px;
  min-height: 400px;
  box-shadow: 0 20px 60px #0000002e;
}

.pp-img-ph.inline-div-0 {
  background-image: url('../images/pexels-fauxels-3182801.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 360px;
}

.pp-img-ph.inline-div-3 {
  aspect-ratio: 4 / 3;
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.pp-hero-badge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  padding: 14px 20px;
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 24px;
  box-shadow: 0 6px 24px #004aa01a;
}

.pp-hero-badge-icon {
  background-color: #e8f4ff;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.pp-badge-title {
  color: #1a2333;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.pp-badge-sub {
  color: #5e6e84;
  font-size: 12px;
}

.pp-tag {
  color: #0074d5;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #e8f4ff;
  border-radius: 100px;
  margin-bottom: 16px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  overflow: visible;
}

.pp-tag.inline-span-10 {
  margin-bottom: 16px;
  display: inline-block;
}

.pp-tag.inline-span-0 {
  color: #fff;
  background-color: #ffffff26;
  margin-bottom: 16px;
  display: inline-block;
}

.pp-tag.inline-span-9, .pp-tag.inline-span-10, .pp-tag.inline-span-8, .pp-tag.inline-span-9, .pp-tag.inline-span-11 {
  margin-bottom: 16px;
  display: inline-block;
}

.pp-section {
  background-color: #fff;
  padding: 96px 0;
  overflow: hidden;
}

.pp-section.pp-section-alt {
  overflow: hidden;
}

.pp-section.pp-section-alt.light {
  background-color: #f8f9fc;
}

.pp-section.pp-section-alt.white {
  background-color: var(--white);
}

.pp-section.dim {
  background-color: #f8f9fc;
}

.pp-section.inline-section-0 {
  background-image: linear-gradient(135deg, #003f7a 0%, #0074d5 100%);
  padding: 100px 0 80px;
}

.pp-section-alt {
  background-color: #f7f9fc;
}

.pp-sec-h2 {
  color: #1a2333;
  letter-spacing: -.015em;
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
}

.pp-sec-h2.inline-h2-0 {
  margin-bottom: 16px;
}

.pp-sec-h2.inline-h2-1 {
  margin: 16px 0 20px;
}

.pp-sec-h2.inline-h2-2 {
  margin-bottom: 16px;
}

.pp-sec-p {
  color: #5e6e84;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
}

.pp-sec-p.centered {
  text-align: center;
  max-width: 740px;
}

.pp-sec-p.list {
  margin-bottom: 4px;
}

.pp-accent {
  color: #0074d5;
}

.pp-img-frame {
  position: relative;
}

.pp-checklist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 40px;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.pp-check {
  background-color: #0074d5;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  display: inline-flex;
}

.pp-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.pp-cards.five {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pp-cards.hiring {
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
}

.pp-card {
  background-color: #fff;
  border: 1px solid #e8eaf2;
  border-radius: 20px;
  padding: 32px 28px;
  transition: all .3s;
  box-shadow: 0 2px 16px #0a1f400f;
}

.pp-card:hover {
  box-shadow: inset 0 -4px 0 0 var(--blueee), 0 2px 16px 0 #0a1f400f;
  transform: translate(0, -5px);
}

.pp-card-icon {
  background-color: #eef2ff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  display: flex;
}

.pp-card-h3 {
  color: #1a2333;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.pp-card-p {
  color: #5e6e84;
  font-size: 14px;
  line-height: 1.65;
}

.pp-center {
  text-align: center;
}

.pp-intro {
  color: #5e6e84;
  max-width: 740px;
  margin: 0 auto 56px;
  font-size: 17px;
  line-height: 1.7;
}

.pp-trust-bar {
  background-color: #fff;
  border-bottom: 1px solid #eef1f7;
  padding: 20px 0;
}

.pp-trust-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pp-trust-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #5e6e84;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.pp-trust-div {
  background-color: #c5cdd8;
  width: 1px;
  height: 20px;
}

.pp-feat-title {
  color: #fff;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 800;
  display: block;
}

.pp-feat-sub {
  color: #ffffffbf;
  font-size: 13px;
  line-height: 1.5;
}

.pp-cta {
  text-align: center;
  background-image: linear-gradient(135deg, #003f7a 0%, #0074d5 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.pp-cta-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 42px;
  font-weight: 800;
}

.pp-cta-p {
  color: #ffffffc7;
  max-width: 520px;
  margin: 0 auto 36px;
  font-size: 17px;
  line-height: 1.6;
}

.pp-cta-btns {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.inline-div-0 {
  pointer-events: none;
  background-color: #ffffff0d;
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: -120px;
  right: -120px;
}

.inline-div-1 {
  pointer-events: none;
  background-color: #ffffff0a;
  border-radius: 50%;
  width: 320px;
  height: 320px;
  position: absolute;
  bottom: -80px;
  left: -60px;
}

.inline-section-0 {
  background-image: linear-gradient(to bottom, var(--neutral-100), var(--neutral-100)), linear-gradient(135deg, #003f7a, #0074d5 55%, #29a2ff);
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}

.inline-div-0-1 {
  pointer-events: none;
  background-color: #ffffff0d;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -100px;
  right: -100px;
}

.pp-feat-strip {
  background-color: #0074d5;
  padding: 64px 0;
}

.pp-feat-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  align-items: center;
  display: grid;
}

.pp-feat-div {
  background-color: #fff3;
  align-self: stretch;
  width: 1px;
}

.pp-feat-item {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
}

.pp-feat-icon {
  background-color: #ffffff26;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  transition: all .3s;
}

.image-large:hover {
  transform: scale(1.02);
}

.image-4 {
  border-radius: 12px;
}

.inline-div-2 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0 {
  margin: 16px 0 20px;
}

.inline-div-4 {
  text-align: center;
}

.inline-span-1 {
  color: #7ec8ff;
}

.inline-h1-0 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
}

.inline-p-0 {
  color: #ffffffd9;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 1.65;
}

.inline-div-0-1-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1 {
  max-width: 680px;
}

.inline-p-1 {
  color: #5f7896;
  margin: 0;
  font-family: sans-serif;
  font-size: 13px;
}

.inline-p-2 {
  color: #5f7896;
  margin-bottom: 24px;
  line-height: 1.7;
}

.inline-span-2 {
  color: #3a4a5c;
  line-height: 1.5;
}

.inline-li-0 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.inline-span-3 {
  color: #3a4a5c;
  line-height: 1.5;
}

.inline-li-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.inline-span-4 {
  color: #3a4a5c;
  line-height: 1.5;
}

.inline-li-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.inline-span-5 {
  color: #3a4a5c;
  line-height: 1.5;
}

.inline-li-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.inline-p-3 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 800;
}

.inline-p-4 {
  color: #ffffffbf;
  margin: 0;
  font-size: 14px;
}

.inline-p-5 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 800;
}

.inline-p-6 {
  color: #ffffffbf;
  margin: 0;
  font-size: 14px;
}

.inline-p-3-1-2-3, .inline-p-5-1-2-3, .inline-p-7-1-2-3, .inline-p-9-1-2-3 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-p-3-1-2-3-4, .inline-p-5-1-2-3-4, .inline-p-7-1-2-3-4, .inline-p-9-1-2-3-4 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-p-7 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 800;
}

.inline-p-8 {
  color: #ffffffbf;
  margin: 0;
  font-size: 14px;
}

.inline-p-9 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 800;
}

.inline-p-10 {
  color: #ffffffbf;
  margin: 0;
  font-size: 14px;
}

.inline-p-11 {
  color: #5f7896;
  margin: 0;
  font-family: sans-serif;
  font-size: 13px;
}

.inline-p-12 {
  color: #5f7896;
  margin-bottom: 24px;
  line-height: 1.7;
}

.inline-span-6 {
  color: #3a4a5c;
  line-height: 1.5;
}

.inline-li-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.inline-p-3-1-2-3-4-5-6, .inline-p-5-1-2-3-4-5-6, .inline-p-7-1-2-3-4-5-6, .inline-p-9-1-2-3-4-5-6 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-span-7 {
  color: #3a4a5c;
  line-height: 1.5;
}

.inline-li-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.inline-span-8 {
  color: #3a4a5c;
  line-height: 1.5;
}

.inline-li-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.inline-span-9 {
  color: #3a4a5c;
  line-height: 1.5;
}

.inline-li-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.inline-p-13 {
  color: #5f7896;
  max-width: 540px;
  margin: 0 auto 52px;
  line-height: 1.7;
}

.inline-h3-0 {
  color: #1a2333;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.inline-p-14 {
  color: #5f7896;
  font-size: 15px;
  line-height: 1.65;
}

.inline-h3-1 {
  color: #1a2333;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.inline-p-15 {
  color: #5f7896;
  font-size: 15px;
  line-height: 1.65;
}

.inline-h3-2 {
  color: #1a2333;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.inline-p-16 {
  color: #5f7896;
  font-size: 15px;
  line-height: 1.65;
}

.inline-h2-3 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 800;
}

.inline-p-17 {
  color: #fffc;
  max-width: 560px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.inline-div-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.inline-div-2-parent.inline-div-2 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-parent.inline-h2-0 {
  margin: 16px 0 20px;
}

.inline-div-4-parent.inline-div-4 {
  text-align: center;
}

.inline-div-0-1-2-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2 {
  max-width: 680px;
}

.inline-p-3-1, .inline-p-5-1 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-2-1-parent.inline-div-2-1 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-parent.inline-h2-0-1 {
  margin: 16px 0 20px;
}

.inline-div-4-1-parent.inline-div-4-1 {
  text-align: center;
}

.inline-div-0-1-2-3-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3 {
  max-width: 680px;
}

.inline-p-3-1-2, .inline-p-5-1-2 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-2-1-2-parent.inline-div-2-1-2 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-parent.inline-h2-0-1-2 {
  margin: 16px 0 20px;
}

.inline-div-4-1-2-parent.inline-div-4-1-2 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4 {
  max-width: 680px;
}

.inline-div-2-1 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1 {
  margin: 16px 0 20px;
}

.inline-p-3-1-2-3, .inline-p-5-1-2-3 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-0-1-2-3-4-5-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5 {
  max-width: 680px;
}

.inline-div-2-1-2 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2 {
  margin: 16px 0 20px;
}

.inline-p-3-1-2-3-4, .inline-p-5-1-2-3-4, .inline-p-7-1-2-3-4, .inline-p-9-1-2-3-4 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-4-1-2 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5-6-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6 {
  max-width: 680px;
}

.inline-p-3-1-2-3-4-5, .inline-p-5-1-2-3-4-5, .inline-p-7-1-2-3-4-5, .inline-p-9-1-2-3-4-5 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-span-10 {
  color: #3a4a5c;
  line-height: 1.5;
}

.inline-li-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.inline-div-2-1-2-3-parent.inline-div-2-1-2-3 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-parent.inline-h2-0-1-2-3 {
  margin: 16px 0 20px;
}

.inline-div-4-1-2-3-parent.inline-div-4-1-2-3 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5-6-7-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7 {
  max-width: 680px;
}

.inline-p-3-1-2-3-4-5-6, .inline-p-5-1-2-3-4-5-6 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-2-1-2-3-4-parent.inline-div-2-1-2-3-4 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4-parent.inline-h2-0-1-2-3-4 {
  margin: 16px 0 20px;
}

.inline-div-4-1-2-3-4-parent.inline-div-4-1-2-3-4 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5-6-7-8-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8 {
  max-width: 680px;
}

.inline-div-2-1-2-3 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3 {
  margin: 16px 0 20px;
}

.inline-p-3-1-2-3-4-5-6-7, .inline-p-5-1-2-3-4-5-6-7, .inline-p-7-1-2-3-4-5-6-7, .inline-p-9-1-2-3-4-5-6-7 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-4-1-2-3 {
  text-align: center;
}

.inline-p-7-1-2-3-4-5-6, .inline-p-9-1-2-3-4-5-6, .inline-p-7-1-2-3, .inline-p-9-1-2-3 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-4-1 {
  text-align: center;
}

.inline-p-7-1-2, .inline-p-9-1-2, .inline-p-7-1, .inline-p-9-1 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9 {
  max-width: 680px;
}

.inline-div-2-1-2-3-4 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4 {
  margin: 16px 0 20px;
}

.inline-p-3-1-2-3-4-5-6-7-8, .inline-p-5-1-2-3-4-5-6-7-8, .inline-p-7-1-2-3-4-5-6-7-8, .inline-p-9-1-2-3-4-5-6-7-8 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-4-1-2-3-4 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10 {
  max-width: 680px;
}

.inline-p-3-1-2-3-4-5-6-7-8-9, .inline-p-5-1-2-3-4-5-6-7-8-9, .inline-p-7-1-2-3-4-5-6-7-8-9, .inline-p-9-1-2-3-4-5-6-7-8-9 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-2-1-2-3-4-5-parent.inline-div-2-1-2-3-4-5 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4-5-parent.inline-h2-0-1-2-3-4-5 {
  margin: 16px 0 20px;
}

.inline-div-4-1-2-3-4-5-parent.inline-div-4-1-2-3-4-5 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11 {
  max-width: 680px;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10, .inline-p-5-1-2-3-4-5-6-7-8-9-10 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-2-1-2-3-4-5-6-parent.inline-div-2-1-2-3-4-5-6 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4-5-6-parent.inline-h2-0-1-2-3-4-5-6 {
  margin: 16px 0 20px;
}

.inline-div-4-1-2-3-4-5-6-parent.inline-div-4-1-2-3-4-5-6 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11-12 {
  max-width: 680px;
}

.inline-div-2-1-2-3-4-5 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4-5 {
  margin: 16px 0 20px;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11-12-13 {
  max-width: 680px;
}

.inline-div-2-1-2-3-4-5-6 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4-5-6 {
  margin: 16px 0 20px;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-4-1-2-3-4-5-6 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11-12-13-14 {
  max-width: 680px;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12-13, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12-13, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12-13, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12-13 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-2-1-2-3-4-5-6-7-parent.inline-div-2-1-2-3-4-5-6-7 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4-5-6-7-parent.inline-h2-0-1-2-3-4-5-6-7 {
  margin: 16px 0 20px;
}

.inline-div-4-1-2-3-4-5-6-7-parent.inline-div-4-1-2-3-4-5-6-7 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15 {
  max-width: 680px;
}

.inline-h3-0-1 {
  color: #1a2333;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12-13-14, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12-13-14, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12-13-14, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12-13-14 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12-13-14, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12-13-14, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12-13-14, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12-13-14 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-h2-0-1-2-3-4-5-6-7-8-parent.inline-h2-0-1-2-3-4-5-6-7-8 {
  margin: 16px 0 28px;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16 {
  max-width: 680px;
}

.inline-div-2-1-2-3-4-5-6-7 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4-5-6-7 {
  margin: 16px 0 20px;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12-13-14, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12-13-14, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12-13-14, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12-13-14 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17 {
  max-width: 680px;
}

.inline-h2-0-1-2-3-4-5-6-7-8 {
  margin: 16px 0 20px;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-2-1-2-3-4-5-6-7-8-parent.inline-div-2-1-2-3-4-5-6-7-8 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-div-4-1-2-3-4-5-6-7-8-parent.inline-div-4-1-2-3-4-5-6-7-8 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18 {
  max-width: 680px;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-2-1-2-3-4-5-6-7-8-9-parent.inline-div-2-1-2-3-4-5-6-7-8-9 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4-5-6-7-8-9-parent.inline-h2-0-1-2-3-4-5-6-7-8-9 {
  margin: 16px 0 20px;
}

.inline-div-4-1-2-3-4-5-6-7-8-9-parent.inline-div-4-1-2-3-4-5-6-7-8-9 {
  text-align: center;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19 {
  max-width: 680px;
}

.inline-h2-0-1-2-3-4-5-6-7-8-9-10-parent.inline-h2-0-1-2-3-4-5-6-7-8-9-10 {
  margin: 16px 0 20px;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20 {
  max-width: 680px;
}

.inline-div-2-1-2-3-4-5-6-7-8-9 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4-5-6-7-8-9 {
  margin: 16px 0 20px;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.inline-div-1-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21 {
  max-width: 680px;
}

.inline-div-2-1-2-3-4-5-6-7-8-9-10 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-h2-0-1-2-3-4-5-6-7-8-9-10 {
  margin: 16px 0 20px;
}

.inline-p-3-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18, .inline-p-5-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18, .inline-p-7-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-4-1-2-3-4-5-6-7-8-9-10, .inline-div-4-1-2-3-4-5-6-7-8-9 {
  text-align: center;
}

.inline-div-2-1-2-3-4-5-6-7-8 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-div-4-1-2-3-4-5-6-7-8 {
  text-align: center;
}

.inline-p-9-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-4-1-2-3-4-5-6-7 {
  text-align: center;
}

.inline-p-1-1 {
  color: #5f7896;
  margin: 0;
  line-height: 1.7;
}

.inline-p-7-1-2-3-4-5-6-7-8-9-10-11, .inline-p-9-1-2-3-4-5-6-7-8-9-10-11 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-4-1-2-3-4-5 {
  text-align: center;
}

.inline-p-7-1-2-3-4-5-6-7-8-9-10, .inline-p-9-1-2-3-4-5-6-7-8-9-10 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.inline-div-2-1-2-3-4-5-6-7-8-9-10-parent.inline-div-2-1-2-3-4-5-6-7-8-9-10 {
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.inline-div-4-1-2-3-4-5-6-7-8-9-10-parent.inline-div-4-1-2-3-4-5-6-7-8-9-10 {
  text-align: center;
}

.pp-diff-section {
  background-color: #fff;
  padding: 80px 0;
}

.pp-diff-section.dim {
  background-color: #f8f9fc;
}

.pp-diff-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}

.pp-diff-header {
  text-align: center;
  margin-bottom: 56px;
}

.pp-diff-eyebrow {
  color: #1b6bf5;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
}

.pp-diff-title {
  color: var(--heading-text-color);
  letter-spacing: -.5px;
  margin: 0 0 16px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
}

.pp-diff-subtitle {
  max-width: 520px;
  color: var(--text-2);
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}

.pp-diff-subtitle.center {
  text-align: center;
}

.pp-diff-subtitle.long, .pp-diff-subtitle.retirement {
  max-width: 800px;
}

.pp-diff-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
}

.pp-services-card {
  background-color: #fff;
  border: 1px solid #e8eaf2;
  border-radius: 20px;
  grid-column-start: span 2;
  padding: 36px 28px;
  box-shadow: 0 2px 16px #0a1f400f;
}

.pp-diff-icon-wrap {
  background-image: linear-gradient(135deg, #e8f0ff 0%, #eef2ff 100%);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  display: flex;
}

.pp-icon {
  width: 26px;
  height: 26px;
}

.pp-diff-card-title {
  color: #0d1f4e;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.pp-diff-card-desc {
  color: #4a5568;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.pp-st-section {
  background-color: #fff;
  padding: 80px 0;
}

.pp-st-container {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 40px;
}

.pp-st-header {
  text-align: center;
  margin-bottom: 48px;
}

.pp-st-eyebrow {
  color: #1b6bf5;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
}

.pp-st-title {
  color: #0d1f4e;
  letter-spacing: -.4px;
  margin: 0 0 14px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
}

.pp-st-subtitle {
  color: #4a5568;
  max-width: 480px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.65;
}

.pp-st-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pp-st-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #e8ecf4;
  border-radius: 14px;
  align-items: center;
  padding: 22px 24px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 4px #0a1f400a;
}

.pp-st-card:hover {
  box-shadow: inset 24px 0 1px -20px var(--blueee), 0 1px 4px 0 #0a1f400a;
  background-color: #f8faff;
  transform: translate(0, -5px);
}

.pp-st-icon-wrap {
  background-color: #eef2ff;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: flex;
}

.pp-st-content {
  flex: 1;
}

.pp-st-card-title {
  color: var(--bold-text);
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.pp-st-card-desc {
  color: #4a5568;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.pp-isv-section {
  background-image: linear-gradient(160deg, #07102a 0%, #0d2060 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.pp-isv-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

.pp-isv-eyebrow {
  color: #5b9bff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.pp-isv-heading {
  color: var(--navy-text);
  letter-spacing: -.5px;
  margin: 0 0 20px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
}

.pp-isv-heading-accent {
  color: var(--blueee);
}

.pp-isv-sub {
  color: #ffffffa6;
  max-width: 580px;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
}

.pp-isv-orbital-wrap {
  width: 460px;
  height: 460px;
  position: relative;
}

.pp-isv-orbital-wrap.inline-div-1 {
  flex-shrink: 0;
  width: 460px;
  height: 460px;
  position: relative;
}

.pp-isv-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pp-isv-center {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pp-isv-center-inner {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #ffffff12;
  border: 1px solid #ffffff29;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  animation: 3s ease-in-out infinite pp-isv-glow;
  display: flex;
}

.pp-isv-logo-dot {
  background-image: linear-gradient(135deg, #c83aff, #f54090);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.pp-isv-logo-text {
  color: #fff;
  letter-spacing: -.2px;
  font-size: 13px;
  font-weight: 700;
}

.pp-isv-node {
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%);
}

.pp-isv-node-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #ffffff12;
  border: 1px solid #ffffff21;
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  min-width: 76px;
  padding: 14px 18px;
  display: flex;
}

.pp-isv-node--top {
  animation: 4s ease-in-out infinite pp-isv-float-v;
  top: 14%;
  left: 50%;
}

.pp-isv-node--right {
  animation: 4.3s ease-in-out .8s infinite pp-isv-float-v;
  top: 50%;
  left: 86%;
}

.pp-isv-node--bottom {
  animation: 4.1s ease-in-out 1.6s infinite pp-isv-float-v;
  top: 86%;
  left: 50%;
}

.pp-isv-node--left {
  animation: 4.5s ease-in-out 2.4s infinite pp-isv-float-v;
  top: 50%;
  left: 14%;
}

.pp-isv-ctas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.pp-isv-btn-primary {
  color: #fff;
  background-color: #1b6bf5;
  border-radius: 8px;
  align-items: center;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
  display: inline-flex;
}

.pp-isv-btn-ghost {
  color: #fff;
  background-color: #0000;
  border: 2px solid #ffffff4d;
  border-radius: 8px;
  align-items: center;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background .2s;
  display: inline-flex;
}

.pp-isv-section-1 {
  background-image: linear-gradient(#f7f9fc, #f7f9fc);
  padding: 100px 0;
  overflow: hidden;
}

.pp-isv-container-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

.pp-isv-eyebrow-1 {
  color: #5b9bff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.pp-isv-eyebrow-1.isolved {
  color: var(--blueee);
  margin-bottom: 0;
  font-size: 12px;
}

.pp-isv-sub-1 {
  max-width: 800px;
  color: var(--text-2);
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
}

.pp-isv-center-1 {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pp-isv-center-inner-1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #ffffff17;
  border: 1.5px solid #fff3;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  animation: 3s ease-in-out infinite pp-isv-glow;
  display: flex;
  box-shadow: 0 0 48px #5b9bff2e, inset 0 1px #ffffff26;
}

.pp-isv-logo-dot-1 {
  background-image: linear-gradient(135deg, #c83aff, #f54090);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-bottom: 3px;
  box-shadow: 0 0 14px #c83aff8c;
}

.pp-isv-logo-text-1 {
  color: #fff;
  letter-spacing: -.4px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.pp-isv-logo-sub {
  color: #fff6;
  letter-spacing: 2px;
  margin-top: 3px;
  font-size: 8px;
  font-weight: 600;
}

.pp-isv-node-card-1 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #ffffff12;
  border: 1px solid #ffffff24;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  min-width: 84px;
  padding: 16px 20px;
  display: flex;
  box-shadow: 0 4px 24px #00000040;
}

.pp-isv-node--top-1 {
  animation: 4s ease-in-out infinite pp-isv-float-v;
  top: 14%;
  left: 50%;
}

.pp-isv-node--right-1 {
  animation: 4.3s ease-in-out .8s infinite pp-isv-float-v;
  top: 50%;
  left: 86%;
}

.pp-isv-node--bottom-1 {
  animation: 4.1s ease-in-out 1.6s infinite pp-isv-float-v;
  top: 86%;
  left: 50%;
}

.pp-isv-node--left-1 {
  animation: 4.5s ease-in-out 2.4s infinite pp-isv-float-v;
  top: 50%;
  left: 14%;
}

.pp-isv-btn-primary-1 {
  color: #fff;
  background-color: #1b6bf5;
  border-radius: 8px;
  align-items: center;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
  display: inline-flex;
}

.pp-isv-btn-ghost-1 {
  color: #fff;
  background-color: #0000;
  border: 2px solid #ffffff47;
  border-radius: 8px;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background .2s;
  display: inline-flex;
}

.inline-svg-0 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.inline-div-0-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.pp-cta-section {
  background-color: #f7f9fc;
  padding: 80px 40px;
}

.pp-cta-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
}

.pp-cta-heading {
  color: #0d1f4e;
  letter-spacing: -.4px;
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

.pp-cta-buttons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.pp-cta-btn-primary {
  color: #fff;
  background-color: #1b6bf5;
  border-radius: 8px;
  align-items: center;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
  display: inline-flex;
}

.pp-cta-btn-ghost {
  color: #0d1f4e;
  background-color: #0000;
  border: 2px solid #0d1f4e;
  border-radius: 8px;
  align-items: center;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s;
  display: inline-flex;
}

.pp-cta2-section {
  background-color: #f7f9fc;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}

.pp-cta2-section.alt {
  border-style: solid;
  border-width: 1px 1px 8px;
  border-color: black black var(--blueee);
  background-color: #09163e;
  background-image: linear-gradient(159deg, #09153b5c, #0c1f5d), url('../images/pexels-silverkblack-36766676.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 1499px;
  transition: all .3s;
}

.pp-cta2-section.alt:hover {
  box-shadow: inset 0 -20px 40px 4px #1b6bf53d;
}

.pp-cta2-glow {
  pointer-events: none;
  background-image: radial-gradient(#1b6bf512 0%, #0000 70%);
  width: 700px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pp-cta2-inner {
  z-index: 1;
  text-align: center;
  grid-row-gap: 0;
  grid-column-gap: 0;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.pp-cta2-eyebrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1b6bf5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #1b6bf514;
  border: 1px solid #1b6bf526;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.pp-cta2-eyebrow-dot {
  background-color: #1b6bf5;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 2s ease-in-out infinite pp-cta2-blink;
}

.pp-cta2-heading {
  color: #fff;
  letter-spacing: -.5px;
  margin: 0 0 18px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
}

.pp-cta2-sub {
  max-width: 690px;
  color: var(--secondary-2);
  margin: 0 0 36px;
  font-size: 17px;
  line-height: 1.7;
}

.pp-cta2-buttons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.pp-cta2-btn-primary {
  color: #fff;
  background-color: #1b6bf5;
  border-radius: 8px;
  align-items: center;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 4px 20px #1b6bf54d;
}

.pp-cta2-btn-ghost {
  color: #0d1f4e;
  background-color: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  align-items: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  display: inline-flex;
}

.pp-cta2-trust {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pp-cta2-trust-item {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #64748b;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--neutral-300);
}

.pp-services-section {
  background-color: #f7f9fc;
  padding: 80px 0;
}

.pp-learn-more {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1b6bf5;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: gap .2s, opacity .2s;
  display: inline-flex;
}

.pp-services-card-img {
  background-color: #fff;
  border: 1px solid #e8eaf2;
  border-radius: 20px;
  flex-direction: column;
  grid-column-start: span 2;
  padding: 0;
  transition: all .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 16px #0a1f400f;
}

.pp-services-card-img:hover {
  box-shadow: inset 0 -24px 0 -20px var(--blueee), 0 2px 16px 0 #0a1f400f;
  transform: translate(0, -5px);
}

.pp-card-img-top {
  flex-shrink: 0;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.pp-card-img-top.payroll {
  background-image: url('../images/card-payroll.png');
  background-position: center;
  background-size: cover;
}

.pp-card-img-top.hr {
  background-image: url('../images/card-hr.png');
  background-position: center;
  background-size: cover;
}

.pp-card-img-top.tax {
  background-image: url('../images/card-tax.png');
  background-position: center;
  background-size: cover;
}

.pp-card-img-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.pp-card-content-wrap {
  flex-direction: column;
  flex: auto;
  padding: 28px;
  display: flex;
}

.pp-diff-grid-img {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
}

.lp-btn-secondary {
  border: 1px solid var(--nvyblue);
  color: #0a1940;
  white-space: nowrap;
  background-color: #1b6bf500;
  border-radius: 100px;
  align-items: center;
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s, color .35s;
  display: inline-flex;
}

.lp-btn-secondary:hover {
  color: #0a1940;
  background-color: #205abe00;
  transform: translate(0, -5px);
}

.lp-btn-secondary.inline-a-0 {
  padding: 18px 44px;
  font-size: 16px;
}

.lp-btn-tertiary {
  border: 1px none var(--nvyblue);
  color: #0a1940;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s, color .35s;
  display: inline-flex;
}

.lp-btn-tertiary:hover {
  color: #0a1940;
  background-color: #f7f9fc;
  transform: translate(0, -5px);
}

.lp-btn-tertiary.inline-a-0 {
  padding: 18px 44px;
  font-size: 16px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lp-btn-primarydark {
  background-color: var(--nvyblue);
  color: #fff;
  white-space: nowrap;
  border-radius: 100px;
  align-items: center;
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s, color .35s;
  display: inline-flex;
}

.lp-btn-primarydark:hover {
  background-color: var(--neutral-700);
  color: #fff;
  transform: translate(0, -5px);
}

.lp-btn-primarydark.inline-a-0 {
  padding: 18px 44px;
  font-size: 16px;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pp-hero-h1-2 {
  color: var(--heading-text-color);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
}

.pp-hero-label-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--blueee);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 8px;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.pp-footer {
  color: #fff;
  background-color: #0b1d45;
  padding: 64px 24px 36px;
  font-family: inherit;
}

.pp-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pp-footer-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-bottom: 52px;
  display: grid;
}

.pp-footer-logo {
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
}

.pp-footer-tagline {
  color: #7e95b8;
  max-width: 260px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.pp-footer-col-heading {
  color: #4a6080;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 700;
}

.pp-footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.pp-footer-link {
  color: #a8bdd6;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.pp-footer-contact {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.pp-footer-contact-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.pp-footer-contact-text {
  color: #a8bdd6;
  font-size: 14px;
}

.pp-footer-divider {
  background-color: #ffffff12;
  height: 1px;
  margin-bottom: 28px;
}

.pp-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pp-footer-copy {
  color: #3d5470;
  font-size: 13px;
}

.pp-footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.pp-footer-legal-link {
  color: #3d5470;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s;
}

.subtitle-heading {
  color: #1b6bf5;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.feature-p-wrapper, .div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.pp-container-hiring {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

.pp-container-hiring.inline-div-4, .pp-container-hiring.inline-div-1 {
  z-index: 1;
  position: relative;
}

.pp-container-hiring.inline-div-6 {
  text-align: center;
  text-align: center;
}

.pp-cards-hiring {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.pp-cards-hiring.five {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pp-cards-hiring.hiring {
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
}

.pp-card-hiring {
  background-color: #fff;
  border: 1px solid #e8eaf2;
  border-radius: 20px;
  padding: 32px 28px;
  transition: all .3s;
  box-shadow: 0 2px 16px #0a1f400f;
}

.pp-card-hiring:hover {
  box-shadow: inset 0 -4px 0 0 var(--blueee), 0 2px 16px 0 #0a1f400f;
  transform: translate(0, -5px);
}

.pp-section-performance {
  background-color: #fff;
  padding: 96px 0;
  overflow: hidden;
}

.pp-section-performance.pp-section-alt {
  overflow: hidden;
}

.pp-section-performance.pp-section-alt.light, .pp-section-performance.dim {
  background-color: #f8f9fc;
}

.pp-section-performance.inline-section-0 {
  background-image: linear-gradient(135deg, #003f7a 0%, #0074d5 100%);
  padding: 100px 0 80px;
}

.pp-container-performance {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

.pp-container-performance.inline-div-4, .pp-container-performance.inline-div-1 {
  z-index: 1;
  position: relative;
}

.pp-container-performance.inline-div-6 {
  text-align: center;
  text-align: center;
}

.pp-cards-performance {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.pp-cards-performance.five {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pp-cards-performance.hiring {
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
}

.pp-card-performance {
  background-color: #fff;
  border: 1px solid #e8eaf2;
  border-radius: 20px;
  padding: 32px 28px;
  transition: all .3s;
  box-shadow: 0 2px 16px #0a1f400f;
}

.pp-card-performance:hover {
  box-shadow: inset 0 -4px 0 0 var(--blueee), 0 2px 16px 0 #0a1f400f;
  transform: translate(0, -5px);
}

.pp-section-time {
  background-color: #fff;
  padding: 96px 0;
  overflow: hidden;
}

.pp-section-time.pp-section-alt {
  overflow: hidden;
}

.pp-section-time.pp-section-alt.light, .pp-section-time.dim {
  background-color: #f8f9fc;
}

.pp-section-time.inline-section-0 {
  background-image: linear-gradient(135deg, #003f7a 0%, #0074d5 100%);
  padding: 100px 0 80px;
}

.pp-card-time {
  background-color: #fff;
  border: 1px solid #e8eaf2;
  border-radius: 20px;
  padding: 32px 28px;
  transition: all .3s;
  box-shadow: 0 2px 16px #0a1f400f;
}

.pp-card-time:hover {
  box-shadow: inset 0 -4px 0 0 var(--blueee), 0 2px 16px 0 #0a1f400f;
  transform: translate(0, -5px);
}

.pp-cards-time {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.pp-cards-time.five {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pp-cards-time.hiring {
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
}

.pp-container-time {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

.pp-container-time.inline-div-4, .pp-container-time.inline-div-1 {
  z-index: 1;
  position: relative;
}

.pp-container-time.inline-div-6 {
  text-align: center;
  text-align: center;
}

.pp-schedule-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pp-schedule-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #e8ecf4;
  border-radius: 14px;
  align-items: center;
  padding: 22px 24px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 4px #0a1f400a;
}

.pp-schedule-card:hover {
  box-shadow: inset 24px 0 1px -20px var(--blueee), 0 1px 4px 0 #0a1f400a;
  background-color: #f8faff;
  transform: translate(0, -5px);
}

.pp-scheduling-title {
  color: var(--bold-text);
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.pp-diff-sectionbottom {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 0;
}

.pp-diff-subtitle-scheduling {
  max-width: 800px;
  color: var(--text-2);
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}

.pp-diff-subtitle-scheduling.center {
  text-align: center;
}

.pp-benefits-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pp-benefit-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #e8ecf4;
  border-radius: 14px;
  align-items: center;
  padding: 22px 24px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 4px #0a1f400a;
}

.pp-benefit-card:hover {
  box-shadow: inset 24px 0 1px -20px var(--blueee), 0 1px 4px 0 #0a1f400a;
  background-color: #f8faff;
  transform: translate(0, -5px);
}

.pp-cards-benefits {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.pp-cards-benefits.five {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pp-cards-benefits.hiring {
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
}

.pp-card-benefit {
  background-color: #fff;
  border: 1px solid #e8eaf2;
  border-radius: 20px;
  padding: 32px 28px;
  transition: all .3s;
  box-shadow: 0 2px 16px #0a1f400f;
}

.pp-card-benefit:hover {
  box-shadow: inset 0 -4px 0 0 var(--blueee), 0 2px 16px 0 #0a1f400f;
  transform: translate(0, -5px);
}

.pp-cobra-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pp-split-comp {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  align-items: center;
  display: grid;
}

.pp-split-comp.inline-div-3 {
  grid-column-gap: 39px;
  grid-row-gap: 41px;
  grid-template-columns: 1fr 1.5fr;
}

.pp-split-comp.one {
  grid-template-columns: 1fr;
}

.pp-split-comp.second {
  grid-template-columns: 2fr 1.5fr;
}

.pp-retirement-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pp-retirement-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #e8ecf4;
  border-radius: 14px;
  align-items: center;
  padding: 22px 24px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 4px #0a1f400a;
}

.pp-retirement-card:hover {
  box-shadow: inset 24px 0 1px -20px var(--blueee), 0 1px 4px 0 #0a1f400a;
  background-color: #f8faff;
  transform: translate(0, -5px);
}

.pp-section-flip {
  background-color: #fff;
  padding: 96px 0;
  overflow: hidden;
}

.pp-section-flip.pp-section-alt {
  overflow: hidden;
}

.pp-section-flip.pp-section-alt.light {
  background-color: #f8f9fc;
}

.pp-section-flip.pp-section-alt.white {
  background-color: var(--white);
}

.pp-section-flip.dim {
  background-color: #f8f9fc;
}

.pp-section-flip.inline-section-0 {
  background-image: linear-gradient(135deg, #003f7a 0%, #0074d5 100%);
  padding: 100px 0 80px;
}

.employee-list {
  margin-bottom: 20px;
}

.pp-employee-split {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  align-items: center;
  display: grid;
}

.pp-employee-split.inline-div-3 {
  grid-column-gap: 39px;
  grid-row-gap: 41px;
  grid-template-columns: 1fr 1.5fr;
}

.pp-employee-split.one {
  grid-template-columns: 1fr;
}

.pp-perks-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pp-single {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  align-items: center;
  display: grid;
}

.pp-single.inline-div-3 {
  grid-column-gap: 39px;
  grid-row-gap: 41px;
  grid-template-columns: 1fr 1.5fr;
}

.pp-single.one {
  grid-template-columns: 1fr;
}

.faq-list {
  max-width: 760px;
  margin: 40px auto 0;
  padding-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0;
}

.faq-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0d1f4e;
  text-align: left;
  cursor: pointer;
  border-style: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-icon-1 {
  color: #0074d5;
  flex-shrink: 0;
  transition: transform .2s;
}

.faq-answer {
  padding-bottom: 4px;
  display: none;
}

.faq-a-text {
  color: #4a5568;
  margin: 0;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}

.pp-split-copy {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  align-items: center;
  display: grid;
}

.pp-split-copy.inline-div-3 {
  grid-column-gap: 39px;
  grid-row-gap: 41px;
  grid-template-columns: 1fr 1.5fr;
}

.pp-split-copy.one {
  grid-template-columns: 1fr;
}

.pp-testimonials-section {
  background-color: #fff;
  padding: 80px 0;
}

.pp-testimonials-section.dim {
  background-color: #f8f9fc;
}

.pp-testimonial-section {
  text-align: center;
  margin-bottom: 56px;
}

.pp-testimonial-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #e8ecf4;
  border-radius: 14px;
  align-items: center;
  padding: 22px 24px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 4px #0a1f400a;
}

.pp-testimonial-card:hover {
  box-shadow: inset 24px 0 1px -20px var(--blueee), 0 1px 4px 0 #0a1f400a;
  background-color: #f8faff;
  transform: translate(0, -5px);
}

.pp-test-card-desc {
  color: #4a5568;
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.65;
}

.pp-test-card-title {
  color: var(--bold-text);
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.pp-split-flip {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  align-items: center;
  display: grid;
}

.pp-split-flip.inline-div-3 {
  grid-column-gap: 39px;
  grid-row-gap: 41px;
  grid-template-columns: 1fr 1.5fr;
}

.pp-split-flip.one {
  grid-template-columns: 1fr;
}

.pp-cards-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.pp-cards-copy.five {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pp-cards-copy.hiring {
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
}

.pp-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.pp-card-small.five {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pp-card-small.hiring {
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
}

.isolvedvideo {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: 56px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-color: #000;
}

.isolvedvideo iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pp-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.pp-video-poster img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.pp-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.isolved {
  margin-bottom: 0;
}

.logowrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 19px;
  }

  h1 {
    font-size: 51px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 26px;
  }

  figcaption {
    font-size: 18px;
  }

  .bg-primary-1.apply-loan-1 {
    width: 58%;
  }

  .container-default-1310px {
    max-width: 1510px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-default-1310px.navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-default-1310px.navbar.top {
    justify-content: flex-end;
    align-items: center;
  }

  .container-medium-700px.text-center {
    max-width: 850px;
  }

  .container-extra-small-481px {
    max-width: 600px;
  }

  .container-extra-small-481px.text-center.solutions {
    max-width: 480px;
  }

  .container-extra-small-481px.text-center.get-a-new-car {
    max-width: 522px;
  }

  .container-hero-left.about-us {
    max-width: 46%;
  }

  .paragraph-large {
    font-size: 26px;
  }

  .button-primary {
    font-size: 19px;
  }

  .button-primary.small {
    font-size: 18px;
  }

  .button-primary.large {
    font-size: 19px;
  }

  .button-primary.header {
    font-size: 18px;
  }

  .button-secondary {
    font-size: 19px;
  }

  .button-secondary.small {
    font-size: 18px;
  }

  .button-secondary.large {
    font-size: 21px;
  }

  .button-secondary.header {
    font-size: 18px;
  }

  .header-logo {
    width: 140px;
    max-width: 140px;
  }

  .nav-link {
    font-weight: 600;
  }

  .nav-link.small {
    padding: 8px 10px;
    font-size: 12px;
  }

  .nav-link.small.bg, .nav-link.small.bg.alt {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section.hero {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .section.hero-v2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section.about-us-hero {
    padding-top: 200px;
    padding-bottom: 240px;
  }

  .input {
    font-size: 20px;
  }

  .dropdown-icon {
    transform: rotate(0);
  }

  .header-dropdown-toggle {
    padding-right: 14px;
  }

  .header-dropdown-toggle.highlighted {
    background-color: var(--primary-1);
    color: var(--white);
    border-radius: 5px;
    margin-left: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-v2 {
    display: block;
  }

  .hero-image.single-services {
    max-height: 530px;
  }

  .partners-logos-wrapper {
    width: 52%;
  }

  .image-section-absolute {
    max-width: 667px;
  }

  .about-banca-grid {
    grid-column-gap: 114px;
    grid-template-columns: 1.5fr 1fr;
  }

  .subcontainer-small.auto-loan {
    max-width: 100%;
  }

  .credit-card-grid {
    grid-column-gap: 100px;
  }

  .contact-us-grid {
    grid-column-gap: 92px;
  }

  .text-area {
    font-size: 20px;
  }

  .contact-us-wrapper {
    grid-column-gap: 20px;
  }

  .hero-image-wrapper {
    justify-content: flex-end;
    width: 53%;
  }

  .hero-image-wrapper.single-services {
    justify-content: flex-end;
  }

  .hero-v2-images-wrapper {
    display: inline-block;
  }

  .hero-v2-image-2 {
    right: -13%;
  }

  .hero-v2-image-1 {
    width: auto;
  }

  .hero-v2-image-3 {
    left: -14%;
  }

  .hero-v2-image-4 {
    left: -16%;
  }

  .hero-v2-image-5 {
    right: -16%;
  }

  .slide-v2 {
    margin-left: 1px;
    margin-right: 32px;
  }

  .mask-v2 {
    width: 23%;
  }

  .container-small-548px.text-center.apply-auto {
    max-width: 630px;
  }

  .job-card-top-content {
    flex-direction: row;
  }

  .job-icon.sidebar {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .brand-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-solution-grid {
    grid-template-columns: 1.5fr 1fr;
  }

  .bg-services-grid-1 {
    bottom: 0%;
  }

  .custom-services-grid-v2 {
    grid-column-gap: 80px;
    grid-template-columns: 1.5fr 1fr;
  }

  .faq-grid.contact-us {
    grid-column-gap: 50px;
  }

  .custom-services-image-wrapper {
    justify-content: flex-end;
  }

  .blog-posts-grid, .blog-popular-grid {
    grid-auto-columns: 1fr;
  }

  .container-medium-1100px {
    max-width: 1300px;
  }

  .post-wrapper {
    margin-top: -100px;
  }

  .rich-text h2, .rich-text p, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6, .rich-text ol, .rich-text ul {
    max-width: 900px;
  }

  .container-medium-627px.text-center.have-questions {
    max-width: 670px;
  }

  .container-medium-800px {
    max-width: 1000px;
  }

  .container-medium-800px.open-account {
    max-width: 820px;
  }

  .author-grid {
    grid-column-gap: 80px;
    grid-template-columns: .5fr 1fr;
  }

  .menu-wrapper {
    min-width: 1024px;
  }

  .brand-logo-link {
    width: 140px;
    min-width: 140px;
  }

  .contactwrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-size-lock {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }

  .lp-hero {
    background-color: #fff;
  }

  .lp-hero-heading {
    color: #0a1940;
    letter-spacing: -.5px;
    font-size: 60px;
  }

  .lp-hero-sub {
    color: #4a5568;
    text-align: center;
  }

  .lp-btn-ghost {
    color: #0a1940;
    background-color: #0000;
    border-color: #e8eaf2;
  }

  .lp-hero-img {
    opacity: .85;
  }
}

@media screen and (min-width: 1440px) {
  .bg-neutral-100.single-services-hero {
    min-width: 34%;
    right: 309px;
  }

  .container-default-1310px.navbar.top {
    border-style: none none solid;
    border-width: 0 0 1px;
    border-bottom-color: var(--neutral-200);
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .dropdown-text.highlited {
    color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide {
    width: 31.6%;
  }

  .mask {
    width: auto;
    padding-top: 3px;
    overflow: hidden;
  }

  .contact-us-grid {
    grid-column-gap: 100px;
    grid-template-columns: .9fr 1fr;
  }

  .contact-us-wrapper {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-wrapper {
    width: 46%;
  }

  .header-dropdown-v2.highlighted {
    background-color: var(--primary-1);
    border-radius: 80px;
  }

  .job-icon.sidebar {
    margin-bottom: 18px;
  }

  .benefits-card {
    flex-direction: row;
  }

  .faq-grid.contact-us {
    grid-column-gap: 56px;
  }

  .benefits-icon {
    margin-bottom: 0;
    margin-right: 18px;
  }

  .author-grid {
    grid-column-gap: 100px;
  }

  .transition-bg-image {
    background-image: url('../images/2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .left-paragraph {
    max-width: 480px;
  }

  .contactwrapper {
    max-width: 1510px;
  }
}

@media screen and (min-width: 1920px) {
  .bg-neutral-100.single-services-hero {
    right: 323px;
  }

  .container-default-1310px.navbar {
    flex-flow: row;
  }

  .container-default-1310px.navbar.top {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .container-hero-left.style {
    max-width: 50%;
  }

  .header-v2 {
    flex-flow: column;
  }

  .contact-us-wrapper {
    grid-column-gap: 40px;
    grid-template-columns: .8fr .8fr;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .contactwrapper {
    max-width: 1510px;
  }
}

@media screen and (max-width: 991px) {
  .bg-primary-1.form-section {
    width: 100%;
    height: 46%;
    inset: auto 0% 0%;
  }

  .bg-primary-1.apply-loan-1 {
    width: 100%;
    height: 55%;
    inset: auto 0% 5%;
  }

  .bg-secondary-1.contact-us {
    width: 80%;
    height: 50%;
  }

  .bg-neutral-100.contact-us-v2 {
    display: none;
  }

  .bg-neutral-100.single-services-hero {
    min-width: 100%;
    display: none;
    inset: -7% 0% auto;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default-1310px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default-1310px.navbar {
    justify-content: space-between;
    align-items: center;
    padding: 4px 24px;
  }

  .container-default-1310px.navbar.top {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .styleguide-content {
    margin-left: 0;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-hero-left {
    max-width: 560px;
  }

  .container-hero-left.about-us {
    max-width: 754px;
  }

  .container-hero-left.single-services {
    max-width: 529px;
  }

  .container-hero-left.blog {
    max-width: 754px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-primary.header, .button-secondary.header {
    display: none;
  }

  .header-logo {
    width: 130px;
    max-width: 130px;
  }

  .nav-link {
    border-bottom: 1px solid var(--neutral-100);
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link.footer {
    border-bottom-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: var(--primary-1);
    color: #fff;
    border-radius: 80px;
    width: 50px;
    height: 50px;
    padding: 12px;
    font-size: 30px;
    transition: background-color .35s;
  }

  .menu-button:hover {
    background-color: var(--secondary-1);
  }

  .menu-button.w--open {
    background-color: var(--primary-1);
  }

  .nav-menu {
    background-color: #fff;
    margin-left: 0;
    box-shadow: 0 4px 10px #1301012e;
  }

  .footer-grid {
    grid-template-columns: 1.25fr .5fr 1fr;
    grid-template-areas: "Area Area Area";
  }

  .licenses-hero, .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero {
    padding-top: 160px;
    padding-bottom: 0;
  }

  .section.slider {
    padding-top: 80px;
  }

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

  .section.hero-v2 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.hero-v2.main {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-fauxels-3184454.jpg');
    background-position: 0 0, 50% 96%;
    padding-bottom: 60px;
  }

  .section.banner-v2 {
    padding-top: 80px;
  }

  .section.contact-us-v2 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.about-us-hero {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.about-us-gallery {
    padding-bottom: 64px;
  }

  .section.slider-section-2 {
    padding-top: 80px;
  }

  .section.section-hero.blog-post {
    padding-top: 60px;
  }

  .section.section-hero.author {
    padding-top: 0;
  }

  .section.single-services-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.banner-single-services {
    padding-top: 20px;
  }

  .section.blog-hero {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.licenses {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.hero-page {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .licenses-photgraphy-grid {
    grid-template-columns: 1fr 1fr;
  }

  .divider {
    display: block;
  }

  .divider.values {
    width: 100%;
    height: 1px;
    margin: 60px 0;
  }

  .divider.sidebar-blog {
    display: block;
  }

  .divider.sidebar {
    margin-top: 40px;
    display: block;
  }

  .utility-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mega-menu-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 40px 0;
  }

  .dropdown-icon {
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .mega-menu-link {
    border-bottom: 1px solid #f4f7fa;
    margin-bottom: 0;
    padding: 20px 40px;
    transition: background-color .35s, color .35s;
  }

  .mega-menu-link.w--current {
    border-bottom-color: #dfe1eb4d;
    font-weight: 700;
    transition: background-color .35s, color .35s;
  }

  .mega-menu-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .mega-menu-container {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    position: static;
  }

  .mega-menu-wrapper {
    flex-direction: column;
  }

  .header-dropdown-toggle {
    border-bottom: 1px solid var(--neutral-100);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    transition: background-color .35s, color .35s;
    display: flex;
  }

  .header-v2 {
    margin-bottom: 4px;
    display: block;
  }

  .social-media-wrapper.about-author {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    align-self: center;
    max-width: 100%;
    max-height: none;
  }

  .sufix-line.left {
    margin-top: 0;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .spacer.hero-buttons.app {
    min-width: 18px;
  }

  .partners-container {
    background-color: var(--white);
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
  }

  .partners-wrraper {
    flex-direction: column;
    padding-right: 0;
  }

  .partners-title {
    margin-bottom: 32px;
  }

  .partners-logos-wrapper {
    justify-content: center;
    width: 100%;
  }

  .partners-logos-wrapper.about-us {
    flex: 1;
    justify-content: space-between;
    width: auto;
    margin-bottom: 32px;
  }

  .service-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .link-wrapper.mg-bottom-48px {
    margin-bottom: 32px;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    left: -2%;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
  }

  .mask {
    width: 50%;
  }

  .about-banca-grid {
    grid-column-gap: 48px;
    grid-template-columns: 1.5fr 1fr;
  }

  .subcontainer-small {
    flex-direction: column;
    position: static;
  }

  .next-goal-grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .credit-card-grid {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .contact-us-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .contact-us-form, .demo-form {
    padding: 50px 40px;
  }

  .contact-us-form-grid, .demo-grid {
    grid-template-columns: 1fr;
  }

  .contact-us-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 2fr;
  }

  .lastest-articles-grid {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .image-and-element-wrapper {
    min-height: auto;
  }

  .left-arrow-icon {
    width: 15px;
  }

  .hero-image-wrapper {
    width: 100%;
    height: 660px;
    margin-top: 80px;
    position: static;
  }

  .hero-image-wrapper.single-services {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }

  .hero-image-wrapper.blog {
    flex-direction: column;
    width: 100%;
    height: 590px;
  }

  .hero-image-wrapper.about-us {
    height: 660px;
  }

  .partners-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .partners-logo.about-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-arrow-icon {
    width: 15px;
  }

  .service-wrapper-v2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-v2-image-2 {
    width: 25%;
    max-width: none;
  }

  .hero-v2-image-3 {
    width: 20%;
    max-width: none;
    left: 2%;
  }

  .hero-v2-image-4 {
    left: 1%;
  }

  .mask-v2 {
    width: 48%;
  }

  .about-banca-image-wrapper-v2 {
    min-height: auto;
  }

  .about-banca-grid-v2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.5fr;
  }

  .app-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-grid-v2 {
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .animation-card {
    padding: 40px 20px;
  }

  .nav-menu-v2 {
    background-color: var(--white);
    box-shadow: 0 4px 10px #1301012e;
  }

  .nav-link-v2 {
    border-bottom: 1px solid var(--neutral-100);
    padding-left: 24px;
    padding-right: 24px;
  }

  .partners-logos-wrapper-v2 {
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
  }

  .partners-logo-v2 {
    padding: 20px;
  }

  .companies-wrapper.about-us {
    flex-direction: column;
    align-items: flex-start;
  }

  .value-wrapper {
    max-width: 337px;
  }

  .values-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .country-address-wrapper {
    padding: 20px;
  }

  .countries-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .story-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .job-card-top-content.sidebar {
    flex-direction: row;
  }

  .job-icon.sidebar {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .services-grid, .custom-solution-grid {
    grid-template-columns: 1fr;
  }

  .bg-services-grid-1 {
    width: 100%;
    bottom: 4%;
  }

  .bg-services-grid-2 {
    display: none;
  }

  .subcontainer-small-v2 {
    max-width: 548px;
  }

  .subcontainer-small-v2.apply-loan {
    max-width: 60%;
    margin-top: 0;
  }

  .apply-loan-grid {
    grid-template-columns: 1fr;
  }

  .steps-wrapper-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .step-wrapper {
    max-width: 348px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .custom-services-grid-v2 {
    grid-template-columns: 1.25fr;
  }

  .apply-loan-form {
    min-width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 40px;
  }

  .apply-loan-form-grid, .benefits-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid.contact-us {
    grid-column-gap: 32px;
  }

  .more-services-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-services-image-wrapper {
    width: 100%;
    position: static;
  }

  .single-services-hero-wrapper {
    min-height: auto;
  }

  .careers-section-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .career-grid {
    grid-template-columns: 1fr;
  }

  .sidebar.author {
    display: none;
  }

  .sidebar.author-mobile {
    flex-direction: row;
    align-items: flex-start;
    max-width: 800px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 24px;
    display: flex;
  }

  .jobs-sidebar-grid {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .blog-popular-grid {
    max-width: 60%;
  }

  .post-wrapper {
    margin-top: 0;
  }

  .more-help-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .credit-card-highlight {
    width: 200px;
    height: 200px;
  }

  .menu-burger-icon {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .menu-icon-top-line {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-middle-line {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-bottom-line {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-default-styleguide {
    max-width: 560px;
  }

  .nav-menu-button-wrapper {
    justify-content: center;
    padding: 100px 24px 40px;
    display: flex;
  }

  .author-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .author-profile-image {
    width: 140px;
  }

  .about-author-wrapper {
    text-align: left;
    align-items: stretch;
    margin-top: 0;
    margin-left: 40px;
  }

  .transition-bg-image {
    background-image: url('../images/hero-image-tablet.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .split-section-service {
    grid-template-columns: 1fr;
  }

  .google-play-logo {
    top: 2px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .card.figma-file {
    flex-direction: column;
    margin-top: 28px;
    overflow: hidden;
  }

  .card.figma-file.reverse-columns-tablet {
    flex-direction: column-reverse;
  }

  .image-home-link-wrapper {
    border-radius: 20px;
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .figma-file-text-wrapper.pd-large {
    padding-left: 56px;
    padding-right: 30px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.footer-v2 {
    grid-row-gap: 16px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-2-columns.suprises-pages-right {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .home-pages-cointainer {
    margin-top: 60px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .more-templates-badge-wrapper-edited {
    right: 24px;
  }

  .brix-badges-wrapper {
    right: 35px;
  }

  .menu-wrapper {
    flex-flow: row;
  }

  .nav-link-small {
    border-bottom: 1px solid var(--neutral-100);
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link-small.footer {
    border-bottom-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .midsizeheader, .industryspecificheader, .taxheader, .selfserviceheader, .onboardingheader, .workerscompheader, .hiringheader, .timeheader, .schedulingheader, .insuranceheader, .cobraheader, .retirementheader, .performanceheader, .additionalheader, .faqheader {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logo-size-lock {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }

  .lp-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lp-hero-ctas {
    flex-flow: column;
  }

  .lp-btn-primary {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .pp-container {
    padding: 0 28px;
  }

  .pp-split {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pp-split.inline-div-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .pp-split-rev {
    direction: ltr;
  }

  .pp-hero-h1 {
    font-size: 40px;
  }

  .pp-hero-badge {
    display: none;
  }

  .pp-section {
    padding: 72px 0;
  }

  .pp-cards {
    grid-template-columns: 1fr 1fr;
  }

  .pp-feat-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .pp-feat-div {
    display: none;
  }

  .pp-diff-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .pp-diff-grid {
    grid-template-rows: auto;
    grid-auto-flow: column;
  }

  .pp-isv-container-1 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .pp-services-card-img {
    grid-column-start: span 1;
  }

  .pp-diff-grid-img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-btn-secondary, .lp-btn-tertiary {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    align-items: stretch;
  }

  .pp-hero-h1-2 {
    font-size: 40px;
  }

  .pp-footer-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .pp-container-hiring {
    padding: 0 28px;
  }

  .pp-cards-hiring {
    grid-template-columns: 1fr 1fr;
  }

  .pp-section-performance {
    padding: 72px 0;
  }

  .pp-container-performance {
    padding: 0 28px;
  }

  .pp-cards-performance {
    grid-template-columns: 1fr 1fr;
  }

  .pp-section-time {
    padding: 72px 0;
  }

  .pp-cards-time {
    grid-template-columns: 1fr 1fr;
  }

  .pp-container-time {
    padding: 0 28px;
  }

  .pp-cards-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .pp-split-comp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pp-split-comp.inline-div-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .pp-section-flip {
    padding: 72px 0;
  }

  .pp-employee-split {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pp-employee-split.inline-div-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .pp-single {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pp-single.inline-div-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .pp-split-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pp-split-copy.inline-div-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .pp-split-flip {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pp-split-flip.inline-div-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .pp-cards-copy, .pp-card-small {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 50px;
  }

  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  figure {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .text-center.mobile-l {
    text-align: center;
  }

  .container-default-1310px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-medium-700px {
    max-width: 100%;
  }

  .container-extra-small-481px.text-center.solutions {
    max-width: 394px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-hero-left.about-us, .container-hero-left.single-services, .container-hero-left.blog {
    max-width: 575px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .styleguide-subheader, .styleguide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.full-width {
    align-self: flex-start;
  }

  .nav-menu {
    height: 95vh;
  }

  .heading-special-1 {
    font-size: 64px;
    line-height: 72px;
  }

  .heading-special-2 {
    font-size: 52px;
    line-height: 58px;
  }

  .heading-special-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .licenses-hero {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section.hero-v2 {
    padding-top: 40px;
  }

  .section.about-us-hero {
    padding-top: 80px;
  }

  .section.section-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-hero.blog-post {
    padding-top: 40px;
  }

  .section.single-services-hero {
    padding-bottom: 20px;
  }

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

  .section.our-latest-articles {
    border-bottom: 1px solid var(--neutral-200);
  }

  .section.blog-posts {
    padding-top: 40px;
  }

  .section.about-parners {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.grow-v2 {
    padding-bottom: 20px;
  }

  .section.hero-page {
    padding-top: 20px;
  }

  .divider.footer {
    margin-bottom: 26px;
  }

  .divider.job {
    margin-top: 60px;
  }

  .divider.sidebar {
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .divider.sidebar.job-post {
    margin-top: 70px;
  }

  .utility-page-wrap._404 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._404-title {
    font-size: 180px;
  }

  .mega-menu-title {
    padding-top: 24px;
    font-size: 20px;
    line-height: 30px;
  }

  .underline-hover {
    display: none;
  }

  .mega-menu-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .social-media-wrapper {
    justify-content: flex-start;
  }

  .social-media-wrapper.about-author {
    min-width: 154px;
    margin-left: auto;
    margin-right: auto;
  }

  .sufix-line.extra-large.about-partners {
    display: none;
  }

  ._2-buttons-wrapper.banner {
    flex-direction: column;
    align-items: center;
    max-width: none;
  }

  .spacer.hero-buttons {
    min-width: 15px;
  }

  .spacer.banner-buttons {
    min-width: 0;
    min-height: 18px;
  }

  .partners-title {
    font-size: 18px;
  }

  .partners-logos-wrapper {
    justify-content: center;
  }

  .partners-logos-wrapper.about-us {
    justify-content: space-around;
    width: 100%;
    margin-bottom: 16px;
  }

  .service-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .service-wrapper.services-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icon-services {
    width: 104px;
    margin-bottom: 32px;
  }

  .mask {
    width: 100%;
    padding-right: 63px;
  }

  .about-banca-grid {
    grid-template-columns: 1.5fr;
  }

  .subcontainer-small.services {
    max-width: none;
  }

  .subcontainer-small.app {
    max-width: 455px;
  }

  .next-goal-grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .credit-card-grid {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-us-grid, .contact-us-form-grid, .demo-grid {
    grid-template-columns: 1fr;
  }

  .contact-us-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .lastest-articles-grid {
    grid-template-columns: 1fr;
  }

  .image-and-element-wrapper {
    flex-direction: column-reverse;
  }

  .hero-image-wrapper {
    height: 582px;
  }

  .hero-image-wrapper.blog {
    height: 430px;
  }

  .hero-image-wrapper.about-us {
    height: 450px;
  }

  .partners-logo {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .service-wrapper-v2 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .slider-v2 {
    margin-top: 80px;
  }

  .hero-v2-images-wrapper {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .hero-v2-image-2 {
    width: 30%;
  }

  .hero-v2-image-1 {
    width: 80%;
  }

  .hero-v2-image-3 {
    z-index: auto;
    width: 30%;
  }

  .hero-v2-image-4 {
    width: 13%;
    max-width: none;
    left: 4%;
  }

  .hero-v2-image-5 {
    width: 13%;
    max-width: none;
  }

  .left-arrow-v2, .right-arrow-v2 {
    top: -26%;
  }

  .mask-v2 {
    width: 100%;
    margin-top: 68px;
    padding-right: 0;
  }

  .about-banca-image-wrapper-v2 {
    width: 100%;
  }

  .about-banca-grid-v2 {
    grid-template-columns: 1.5fr;
  }

  .app-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .contact-us-grid-v2 {
    grid-template-columns: 1fr;
  }

  .animation-card {
    justify-content: center;
    transition: border-color .35s, transform .35s, color .35s;
  }

  .animation-card:hover {
    border-color: var(--primary-1);
    transform: translate(0, -3px);
  }

  .bg-hover {
    display: none;
  }

  .nav-menu-v2 {
    min-height: 100vh;
  }

  .partners-logos-wrapper-v2 {
    justify-content: center;
    padding-bottom: 48px;
  }

  .partners-logo-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .companies-wrapper.about-us {
    align-items: center;
  }

  .about-us-companies-title {
    text-align: center;
    max-width: 517px;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .about-us-gallery-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .story-grid {
    max-width: 100%;
  }

  .job-icon.sidebar {
    margin-right: 16px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-solution-grid {
    grid-template-columns: 1.5fr;
  }

  .bg-services-grid-1 {
    display: none;
  }

  .subcontainer-small-v2.apply-loan {
    max-width: 80%;
  }

  .custom-services-grid-v2 {
    grid-template-columns: 1.5fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .apply-loan-form-grid {
    grid-template-columns: 1fr;
  }

  .benefits-cards-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .more-services-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .custom-services-image-wrapper {
    width: 100%;
    position: static;
  }

  .career-top-content {
    display: none;
  }

  .job-split-left-content {
    margin-bottom: 40px;
  }

  .job-split-right-content {
    align-items: flex-start;
  }

  .job-date {
    margin-bottom: 0;
  }

  .sidebar.author {
    flex-direction: column;
  }

  .sidebar.author-mobile {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .career-top-content-mobile {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .blog-post-content {
    flex-direction: column;
  }

  .blog-post-image-wrapper {
    max-width: 100%;
    margin-bottom: 33px;
    margin-right: 0;
  }

  .blog-popular-grid {
    grid-row-gap: 33px;
    max-width: 575px;
  }

  .blog-popular-image-wrapper {
    flex: none;
  }

  .blog-categories-wrapper {
    flex-direction: column;
  }

  .blog-categories-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-category {
    margin-right: 0;
  }

  .category-content {
    border-bottom: 1px solid var(--neutral-200);
    padding: 20px;
    display: block;
  }

  .category-content.all-articles {
    margin-right: 0;
  }

  .blog-post-description-summary {
    align-self: flex-start;
  }

  .post-wrapper {
    padding-top: 43px;
    padding-left: 0;
    padding-right: 0;
  }

  .element-section {
    min-width: auto;
    margin: 0 40px;
    padding-top: 8%;
  }

  .nav-menu-button-wrapper {
    padding-top: 40px;
  }

  .author-profile-image {
    width: 120px;
  }

  .about-author-wrapper {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .top-notch-partners {
    justify-content: center;
    display: flex;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-home-link-wrapper {
    border-radius: 15px;
    max-width: 209px;
  }

  .figma-file-text-wrapper, .figma-file-text-wrapper.pd-large {
    padding-left: 48px;
    padding-right: 48px;
  }

  .grid-3-columns, .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-v3 {
    grid-row-gap: 16px;
    justify-items: center;
  }

  .home-surprises-card {
    border-radius: 28px;
  }

  .buttons-row.center-mobile {
    justify-content: center;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .badge-home {
    line-height: 22px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .midsizeheader, .industryspecificheader, .taxheader, .selfserviceheader, .onboardingheader, .workerscompheader, .hiringheader, .timeheader, .schedulingheader, .insuranceheader, .cobraheader, .retirementheader, .performanceheader, .additionalheader, .faqheader {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .lp-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pp-container {
    padding: 0 20px;
  }

  .pp-section {
    padding: 56px 0;
  }

  .pp-cards {
    grid-template-columns: 1fr;
  }

  .pp-trust-div {
    display: none;
  }

  .pp-feat-grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .pp-diff-container, .pp-isv-container-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pp-cta2-section.alt {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pp-services-card-img {
    grid-column-start: span 1;
  }

  .pp-card-img-top {
    height: 200px;
  }

  .pp-card-content-wrap {
    padding: 20px;
  }

  .pp-diff-grid-img {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .pp-footer-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .pp-footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .pp-container-hiring {
    padding: 0 20px;
  }

  .pp-cards-hiring {
    grid-template-columns: 1fr;
  }

  .pp-section-performance {
    padding: 56px 0;
  }

  .pp-container-performance {
    padding: 0 20px;
  }

  .pp-cards-performance {
    grid-template-columns: 1fr;
  }

  .pp-section-time {
    padding: 56px 0;
  }

  .pp-cards-time {
    grid-template-columns: 1fr;
  }

  .pp-container-time {
    padding: 0 20px;
  }

  .pp-cards-benefits {
    grid-template-columns: 1fr;
  }

  .pp-section-flip {
    padding: 56px 0;
  }

  .pp-cards-copy, .pp-card-small {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 19px;
  }

  ol {
    padding-left: 17px;
  }

  blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .color-white.licenses {
    overflow-wrap: anywhere;
  }

  .container-default-1310px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-medium-700px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-700px.text-center.jobs {
    padding-left: 42px;
    padding-right: 42px;
  }

  .container-small-592px, .container-extra-small-481px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-extra-small-481px.text-center.get-a-new-car {
    max-width: 368px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .container-hero-left {
    padding-right: 0;
  }

  .styleguide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    white-space: normal;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button-primary.large {
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary.full-width, .button-primary.form {
    align-self: flex-start;
  }

  .button-primary.button-row {
    margin-bottom: 26px;
    margin-right: 0;
  }

  .button-secondary {
    white-space: normal;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button-secondary.large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    padding: 10px;
    font-size: 26px;
  }

  .heading-special-3.author {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav-item {
    margin: 8px 0;
  }

  .footer-nav-item.v2 {
    margin-left: 0;
    margin-right: 0;
  }

  .section.banner-v2.mobile {
    padding-top: 20px;
  }

  .section.section-hero.blog-post {
    padding-top: 30px;
  }

  .section.about-parners {
    padding-top: 40px;
  }

  .section.hero-page {
    background-image: linear-gradient(to top, var(--primary-1) 20%, white 20%);
  }

  .licenses-photgraphy-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding: 60px 20px;
  }

  .utility-page-wrap._404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  ._404-title {
    margin-bottom: 0;
    font-size: 110px;
    line-height: 110px;
  }

  .dropdown-icon {
    margin-right: 16px;
  }

  .header-dropdown-toggle {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-fine-print {
    font-size: 16px;
  }

  ._2-buttons-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .spacer.hero-buttons {
    min-width: 0;
    min-height: 18px;
  }

  .partners-logos-wrapper.about-us {
    justify-content: center;
  }

  .service-wrapper {
    padding: 40px 48px;
  }

  .service-wrapper.services-page {
    padding: 45px 20px;
  }

  .icon-services {
    width: 104px;
    margin-bottom: 32px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    padding-right: 1px;
    left: -2.5%;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    padding-left: 1px;
    right: 2.5%;
  }

  .mask {
    padding-right: 16px;
  }

  .container-medium-1022px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .next-goal-grid {
    grid-row-gap: 64px;
  }

  .next-goal-card {
    padding: 32px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .contact-us-form, .demo-form {
    padding: 40px 20px;
  }

  .contact-wrapper {
    margin-right: 22px;
  }

  .contact-us-wrapper {
    grid-template-columns: 1fr;
  }

  .left-arrow-icon {
    width: 13px;
  }

  .hero-image-wrapper {
    height: 540px;
  }

  .hero-image-wrapper.blog {
    height: 320px;
  }

  .hero-image-wrapper.about-us {
    height: 380px;
  }

  .form-v2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .right-arrow-icon {
    width: 13px;
  }

  .service-wrapper-v2 {
    margin-top: 40px;
    padding: 40px 32px;
  }

  .slider-v2 {
    margin-top: 40px;
  }

  .hero-v2-images-wrapper {
    max-height: 296.484px;
  }

  .hero-v2-image-2 {
    width: 35%;
  }

  .hero-v2-image-1 {
    width: 90%;
  }

  .hero-v2-image-3 {
    width: 35%;
    left: 0%;
  }

  .hero-v2-image-4 {
    width: 20%;
    top: -8%;
  }

  .hero-v2-image-5 {
    width: 20%;
    top: -19%;
    right: 4%;
  }

  .left-arrow-v2 {
    width: 50px;
    height: 50px;
    padding-right: 1px;
    top: -12%;
  }

  .right-arrow-v2 {
    width: 50px;
    height: 50px;
    padding-left: 1px;
    top: -12%;
  }

  .mg-bottom-0px.timeline {
    margin-bottom: 32px;
  }

  .mask-v2 {
    margin-top: 33px;
  }

  .banner-wrapper-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .animation-card {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .animation-card.search-results {
    text-align: left;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .contact-us-link-v2 {
    font-size: 18px;
  }

  .contact-us-image-v2 {
    margin-bottom: 23px;
    margin-right: 0;
  }

  .nav-link-v2, .container-medium-941px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .companies-wrapper.about-us {
    align-items: stretch;
  }

  .about-us-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .container-small-548px, .container-medium-991px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .timeline-wrapper {
    grid-column-gap: 17px;
  }

  .job-card-content {
    padding: 40px 20px;
  }

  .job-card-top-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-card-top-content.sidebar {
    flex-direction: column;
  }

  .job-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .job-icon.sidebar {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brand-v2 {
    flex: 1;
  }

  .subcontainer-small-v2 {
    padding-right: 0;
  }

  .subcontainer-small-v2.apply-loan {
    max-width: 100%;
  }

  .apply-loan-form {
    padding: 40px 28px;
  }

  .apply-loan-form-title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .apply-loan-form-title {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .benefits-card {
    flex-direction: column;
  }

  .faq-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .container-medium-1133px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefits-icon {
    margin-bottom: 19px;
    margin-right: 0;
  }

  .job-content {
    align-items: stretch;
  }

  .career-top-content, .job-split-left-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-split-right-content {
    align-items: stretch;
  }

  .job-top-details {
    flex-wrap: wrap;
  }

  .sidebar.author {
    padding: 20px 0;
  }

  .sidebar.author-mobile {
    margin-bottom: 32px;
    padding: 48px 16px;
  }

  .career-top-content-mobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-popular-content {
    flex-direction: column;
  }

  .popular-title {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-popular-grid {
    grid-row-gap: 42px;
    max-width: none;
  }

  .blog-popular-image-wrapper {
    max-width: 100%;
    margin-bottom: 17px;
    margin-right: 0;
  }

  .pagination-next, .pagination-previous {
    white-space: normal;
    display: block;
  }

  .popular-title-wrapper {
    align-self: flex-start;
  }

  .container-medium-1100px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-wrapper {
    padding-top: 23px;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text h5, .rich-text h6 {
    line-height: 26px;
  }

  .rich-text ol {
    margin-bottom: 38px;
    padding-left: 36px;
  }

  .rich-text blockquote {
    border-left-width: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .more-help-card {
    padding: 20px;
  }

  .more-help-email-wrapper {
    flex-wrap: wrap;
  }

  .container-medium-627px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-title {
    max-width: 100%;
  }

  .web-address {
    max-width: 100%;
    overflow: hidden;
  }

  .credit-card-image-wrapper {
    border-radius: 15px;
  }

  .element-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-default-styleguide {
    padding-right: 0;
  }

  .nav-menu-button-wrapper, .container-medium-800px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .author-profile-image {
    width: 100px;
  }

  .author-title {
    flex-direction: column;
  }

  .container-400px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .transition-bg-image.about {
    background-image: url('../images/image-about-us-hero-banca-template.jpg');
    background-position: 50% 100%;
  }

  .google-play-logo {
    top: 1px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .figma-file-text-wrapper.pd-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .home-surprises-card {
    border-radius: 22px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .buttons-row.center {
    align-items: stretch;
  }

  .mg-bottom-56px {
    margin-bottom: 32px;
  }

  .badge-home {
    font-size: 16px;
    line-height: 18px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .more-templates-badge-wrapper-edited {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .brix-badges-wrapper {
    width: 310px;
    height: 100px;
    right: 22px;
  }

  .more-templates-lottie-2 {
    width: 40px;
    top: -16px;
    right: -15px;
  }

  .more-templates-badge-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 310px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-badge-wrapper:hover {
    transform: scale(.9)translate(0, 20px);
  }

  .nav-link-small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-size-lock {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }

  .pp-btn.pp-btn-white, .pp-btn.pp-btn-outline-white {
    justify-content: center;
    align-items: center;
  }

  .pp-hero-btns {
    flex-direction: column;
  }

  .pp-cta-btns {
    flex-direction: column;
    align-items: center;
  }

  .pp-feat-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .pp-diff-container, .pp-cta2-section.alt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pp-cta2-trust {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .pp-services-card-img {
    grid-column-start: span 1;
  }

  .pp-card-img-top {
    height: 180px;
  }

  .pp-card-content-wrap {
    padding: 16px;
  }

  .pp-diff-grid-img {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .pp-footer-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pp-footer-legal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .logowrap {
    flex-flow: column;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

#w-node-_7f22389d-5416-5736-4579-7eae60e65b30-08e04fd3, #w-node-_149696d4-a0c8-f29d-912a-64efb170d38e-08e04fdb, #w-node-_548ef0c1-4166-1f0f-a5d2-93dd853345c0-37022895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-e48efd2f-181c-b204-1591-3fd257b011f0-08e04fd1 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e96dd0c6-495a-a5bd-30c0-6773e4d8ecfe-08e04fd0 {
    justify-self: center;
  }

  #w-node-_8c921d50-dbb0-e839-10c7-fa2123e99baf-08e04fd2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7f22389d-5416-5736-4579-7eae60e65b43-08e04fd3, #w-node-_149696d4-a0c8-f29d-912a-64efb170d3a0-08e04fdb, #w-node-_5a29d7cd-bca7-e520-3a7a-cc7cbac1358b-a1f6f3e8 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7f22389d-5416-5736-4579-7eae60e65b3c-08e04fd3, #w-node-_149696d4-a0c8-f29d-912a-64efb170d397-08e04fdb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f22389d-5416-5736-4579-7eae60e65b3c-08e04fd3, #w-node-_149696d4-a0c8-f29d-912a-64efb170d397-08e04fdb {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icons Banca Template';
  src: url('../fonts/icons-banca-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}