:root {
  --dark-slate-blue: #225296;
  --white: white;
  --royal-blue: #2960ad;
  --olive-drab: #69a22e;
  --black: black;
}

body {
  color: #161a25;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto Slab, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Slab, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #525b73;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto Slab, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  transition: color .2s;
  display: flex;
}

.brand:hover {
  color: #4b6bf5;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #161a251a;
}

.image--logo {
  width: 250px;
}

.navigation {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.button {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.button:hover {
  box-shadow: 0 4px 12px #42597a5c;
}

.button.small {
  border-radius: 20px;
  height: 40px;
  padding: 10px 24px 9px;
  font-size: 15px;
  line-height: 20px;
}

.button.small.nav.not {
  background-color: #225296;
}

.button.side-margins {
  margin-left: 8px;
  margin-right: 8px;
}

.button.side-margins.not {
  background-color: #1438aa;
}

.button.not {
  background-color: var(--dark-slate-blue);
}

.nav-link {
  padding: 28px 14px;
  font-weight: 600;
  transition: color .1s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dark-slate-blue);
}

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

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.top-padding {
  margin-top: 120px;
}

.wrapper._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.nav-bar-shadow {
  opacity: 0;
  position: absolute;
  inset: 0;
  box-shadow: 0 3px 16px #525b7326;
}

.hero-v3-service {
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding: 40px 2% 40px 3%;
  display: flex;
  box-shadow: 0 0 0 1px #e6e8ef;
}

.hero-purple {
  color: #492b6d;
}

.icon {
  background-color: #4b6bf5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.icon.border {
  background-color: #0000;
  border: 1px solid #e6e8ef;
  flex: none;
}

.icon.border.no-margin, .no-margin {
  margin: 0;
}

.no-margin.hero {
  color: var(--white);
}

.hero-v3-services {
  z-index: 1;
  color: #161a25;
  background-color: #fff;
  width: 100%;
  margin-left: -78px;
  margin-right: -78px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px #525b731f;
}

.video-link {
  color: #2c3340;
  align-items: center;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.video-link.foldsmart {
  color: #fff;
  background-color: #492b6d;
  border-radius: 10px;
  justify-content: center;
  width: 200px;
  margin-top: 28px;
  padding: 11px 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 37px;
}

.div-block--hero-bg {
  background-image: url('../images/herobg2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 286px;
  margin-bottom: 120px;
  padding: 20px 16px 16px 20px;
}

.image--points-icon {
  width: 32px;
}

.hero-v3-service-info {
  flex: 1;
  margin-left: 24px;
  padding-bottom: 4px;
}

.hero-v3-services-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: relative;
}

.hero-heading-4 {
  color: #492b6d;
  margin: 0;
  font-size: 22px;
}

.hero-v3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 60vh;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 50%;
  display: flex;
  position: relative;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 136px 24px;
  display: flex;
  position: relative;
}

.section.foldsmart {
  color: #fff;
  background-color: #161a25;
  background-image: radial-gradient(circle at 0 0, #00000030, #fff0), linear-gradient(#161a2566, #161a2566), url('../images/-4hYtf7Q.jpeg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 80px;
  padding-bottom: 0;
}

.section.not {
  color: #fff;
  background-color: #161a25;
  background-image: radial-gradient(circle at 0 0, #00000030, #fff0), linear-gradient(#161a2566, #161a2566), url('../images/97011515_m_f.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.big-padding-top {
  padding-top: 200px;
  padding-bottom: 90px;
}

.section.no-padding-vertical.grade-1 {
  background-image: linear-gradient(135deg, var(--dark-slate-blue), var(--royal-blue));
  padding-top: 0;
  padding-bottom: 0;
}

.section.grade {
  background-image: linear-gradient(#fff, #f4f5f9);
}

.section.grade.no-padding-top {
  padding-top: 0;
}

.section.dark {
  color: #fff;
}

.section.dark.no-padding-vertical {
  background-color: #161a25;
  padding-top: 0;
  padding-bottom: 0;
}

.section.page-header {
  background-color: var(--dark-slate-blue);
  color: #fff;
  padding-top: 208px;
  overflow: hidden;
}

.section.no-paddint-top {
  padding-top: 0;
}

.section.tint {
  background-color: #2252960f;
}

.hero-heading {
  color: #8a8c8d;
  margin-top: 15px;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
}

.hero-v3-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 50vh;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 50%;
  display: flex;
  position: relative;
}

.hero-v3-2.not {
  min-height: 41vh;
  padding-bottom: 0;
}

.mini-heading {
  color: #7c8499;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.mini-heading.text-white {
  color: #fff;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #4b6bf5;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.button-2:hover {
  box-shadow: 0 4px 12px #4b6bf580;
}

.button-2.white {
  color: #161a25;
  background-color: #fff;
}

.button-2.white:hover {
  box-shadow: 0 4px 12px #161a2540;
}

.button-2.white.blue-font {
  color: #566985;
}

.button-2.small {
  border-radius: 20px;
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.button-2.ghost {
  color: #161a25;
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #e6e8ef;
}

.button-2.ghost:hover {
  box-shadow: inset 0 0 0 2px #cbd0df;
}

.feature-v2 {
  align-items: flex-start;
  width: 33.33%;
  padding: 8px 25px 40px 15px;
  display: flex;
}

.features-v2 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.image--bottom-banner {
  margin-bottom: 60px;
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-small.text-grey {
  font-size: 14px;
  line-height: 22px;
}

.line-elements {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-v2-info {
  flex: 1;
  margin-left: 24px;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.divider {
  z-index: 1;
  background-color: #cbd0df;
  width: 40px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 24px;
  position: relative;
}

.divider.white {
  background-color: #fff;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.section-intro.less {
  max-width: 700px;
  margin-bottom: 24px;
}

.section-intro.big-text {
  max-width: none;
  margin-bottom: -24px;
}

.section-intro.no-margin {
  margin: 0;
}

.section-intro.no-margin.place-top {
  z-index: 1;
}

.blue {
  color: var(--olive-drab);
}

.hero-banner-heading {
  margin-bottom: 10px;
}

.hero-banner-paragraph {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 27px;
}

.cta-v1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 56px 4%;
  display: flex;
}

.cta-v1.not-low {
  padding-bottom: 0;
}

.cta-v1.not-high {
  color: #bdbdbd;
  padding-top: 14px;
}

.cta-v1.not-high.less-bottom {
  color: #fff;
  padding-bottom: 36px;
}

.cta-v1-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 32px;
}

.intro-big-text {
  color: #e6e8ef80;
  margin-top: 8px;
  font-size: 128px;
  font-weight: 700;
  line-height: 96px;
  display: block;
}

.arrow-icon {
  opacity: .6;
}

.testimonials-v1 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.review-v1 {
  background-color: #fff;
  flex-grow: 1;
  flex-basis: 40%;
  width: 100%;
  margin-bottom: 120px;
  padding: 64px 64px 64px 120px;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.testimonials-v1-nav {
  opacity: .6;
  height: 32px;
  margin-bottom: 0;
  font-size: 8px;
  bottom: 8px;
}

.testimonials-v1-arrow {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 8px 16px #525b7329;
}

.testimonials-v1-arrow.right {
  left: 235px;
}

.testimonials-v1-arrow.left {
  right: 235px;
}

.review-v1-rating {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
}

.text-grey {
  color: #525b73;
  font-size: 15px;
}

.review-v1-slide {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.review-v1-icon {
  width: 40px;
  position: absolute;
  top: 56px;
  left: 48px;
}

.rating-star {
  margin-left: 1px;
  margin-right: 1px;
}

.heart-icon {
  color: #0000;
  background-image: url('../images/heart-icon-color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 12px;
  margin-right: 1px;
  display: inline-block;
}

.social-icon-small {
  width: 12px;
}

.footer-v3-link {
  color: #161a25;
  margin-right: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-v3-link:hover {
  text-decoration: underline;
}

.footer-v3-link.link-white {
  color: #fff;
}

.footer-v3-link.link-white.w--current {
  text-decoration: underline;
}

.footer-v3 {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  display: flex;
}

.badge {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #525b73;
  border-radius: 4px;
  height: 20px;
  padding: 5px 8px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.badge.footer-v3-quote {
  background-color: var(--royal-blue);
  height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  font-size: 11px;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.footer-text-left {
  margin-right: 16px;
}

.social-icons {
  align-items: center;
  display: flex;
}

.social-icons.footer-v3-icons {
  padding-right: 12px;
}

.social-link {
  background-color: #a7adc0;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 3px;
  transition: background-color .3s;
  display: flex;
}

.social-link.dark-bg {
  background-color: #ffffff26;
}

.footer-bottom {
  color: #7c8499;
  border-top: 1px solid #e6e8ef;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom.dark-bg {
  color: #fff9;
  border-top-color: #fff3;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-v3-nav {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.footer-v3-logo {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 56px;
}

.image--footer-logo {
  height: 40px;
}

.hero-logos-container-2 {
  border: 1px solid #ffffff4d;
  border-top: 1px #ffffff80;
  border-radius: 5px;
  flex-wrap: wrap;
  width: 90%;
  margin-top: 60px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-logos-container-2.not {
  width: 100%;
  margin-top: 0;
}

.side-lines {
  border-top: 1px solid #ffffff4d;
  border-top-left-radius: 5px;
  flex: 1;
  height: 11px;
}

.side-lines.right {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}

.hero-logo-column-4 {
  text-align: center;
  width: 20%;
}

.hero-logo-column-4._25 {
  width: 25%;
}

.hero-logo-column-2 {
  text-align: center;
  width: 20%;
}

.hero-logo-column-2._25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.hero-logos-container-2-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: -13px;
}

.mini-title-1 {
  color: #6045e0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.mini-title-1.white {
  color: #fff;
}

.hero-logo-column-5 {
  text-align: center;
  width: 20%;
}

.hero-logos-title-box {
  padding-top: 9px;
  padding-left: 17px;
  padding-right: 21px;
}

.image--hero-icons {
  width: 43px;
  margin-bottom: 14px;
}

.no-margin-2 {
  margin: 0;
}

.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.bg-image._1 {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/136841392_m_r_c.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._1._50 {
  background-image: linear-gradient(#161a257a, #161a257a), url('../images/51434300_m.jpg');
  height: 50vh;
}

.bg-image.online {
  background-image: linear-gradient(#161a257a, #161a257a), url('../images/36895281_m_r_c.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.online._50 {
  height: 50vh;
}

.bg-image.faqs {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/116565116_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.faqs._50 {
  height: 50vh;
}

.bg-image.services {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/95743666_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.services._50 {
  height: 50vh;
}

.bg-image.pricing {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/95742600_m_r_c.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.pricing._50 {
  height: 50vh;
}

.bg-image.contact {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/91089828_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.contact._50 {
  height: 50vh;
}

.about-v1-quote {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  width: 230px;
  margin-right: 6%;
  padding-top: 16px;
  display: flex;
}

.about-v1-quote-text {
  margin-top: 24px;
  margin-bottom: 38px;
  font-family: Roboto Slab, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
}

.about-v1-quote-icon {
  width: 40px;
}

.about-v1-image {
  width: 33.33%;
  max-width: 400px;
}

.text-highlight {
  background-color: #ff9c2d66;
  padding-left: 4px;
  padding-right: 4px;
}

.about-v1-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 6%;
  display: flex;
}

.about-v1 {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-text {
  width: 100%;
  margin-top: -24px;
  display: flex;
}

.about-text-column {
  width: 50%;
  padding-left: 15px;
  padding-right: 25px;
}

.first-letter {
  float: left;
  color: #ff2f5b;
  margin-right: 8px;
  font-family: Roboto Slab, sans-serif;
  font-size: 52px;
  line-height: 44px;
}

.first-letter.big {
  font-size: 58px;
  line-height: 52px;
}

.first-letter.big.not {
  color: var(--dark-slate-blue);
}

.link {
  color: #161a25;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 5px 0 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 2px #cbd0df;
}

.link:hover {
  box-shadow: 0 2px #161a25;
}

.feature-card-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 15px;
  padding-right: 24px;
  display: flex;
}

.feature-card-block.checklist {
  padding-top: 40px;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 25%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 5%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.feature-card.big {
  flex-direction: row;
  flex: 58.33%;
  justify-content: flex-start;
  align-items: stretch;
}

.feature-card.big.top-padding {
  margin-top: 48px;
}

.feature-card.big.top-padding.wide {
  width: 100%;
}

.feature-card.big.top-padding._80 {
  width: 80%;
}

.big-icon {
  background-color: #4b6bf5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  display: flex;
}

.checked-item {
  background-image: url('../images/checkmark-icon_blue.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 36px;
  font-weight: 600;
}

.feature-card-list {
  padding-left: 40px;
}

.feature-cards {
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-block {
  padding-top: 16px;
  padding-bottom: 0;
}

.faq-block.lef {
  text-align: left;
}

.faq-block-heading {
  margin-bottom: 48px;
}

.faq-question {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.text-color-1 {
  color: var(--dark-slate-blue);
}

.text-grey-2 {
  color: #7a8292;
}

.faq-top-link {
  color: #a9b0be;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}

.faq-top-link:hover {
  color: #2c3340;
  text-decoration: underline;
}

.pricing-v1 {
  z-index: 1;
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}

.pricing-v1.top-padding {
  flex-direction: column;
  margin-top: 48px;
}

.pricing-v1-feature {
  color: #525b73;
  border-top: 1px solid #e6e8ef;
  border-bottom: 1px solid #e6e8ef;
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
}

.pricing-v1-feature.top {
  margin-top: 20px;
}

.pricing-v1-features {
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.pricing-table-v1 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 64px 5%;
  display: flex;
  box-shadow: 0 10px 24px #525b731f;
}

.pricing-table-v1.top-padding {
  margin-top: 48px;
}

.pricing-table-v1.not {
  padding-top: 5%;
  padding-bottom: 5%;
}

.text-color {
  color: #4b6bf5;
}

.pricing-text {
  color: #525b73;
  margin-top: -8px;
}

.div-block--gray-pricing {
  background-color: #f4f5f9;
  width: 100%;
  margin-bottom: 30px;
  padding: 33px;
}

.contact-info-block {
  padding-top: 8px;
  padding-bottom: 8px;
}

.contact-card-v1 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-width: 970px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.contact-card-v1.top-padding {
  margin-top: 48px;
}

.contact-info {
  border-left: 1px solid #e6e8ef;
  width: 33.33%;
  max-width: 370px;
  padding: 56px;
}

.contact-form {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.form-success {
  background-color: #0000;
}

.contact-form-wrapper {
  flex: 1;
  margin-bottom: 0;
  padding: 64px 56px;
}

.input {
  border: 1px solid #e6e8ef;
  border-radius: 24px;
  width: 48%;
  height: 48px;
  margin-bottom: 24px;
  padding: 15px 24px 14px;
  transition: border-color .2s;
}

.input:hover {
  border-color: #cbd0df;
}

.input:focus {
  border-color: #4b6bf5;
}

.input.contact-email {
  background-image: url('../images/input-mail-con.svg');
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 56px;
}

.input.contact-name {
  background-image: url('../images/input-user-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 56px;
}

.input.contact-message {
  background-image: url('../images/input-pen-icon.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 56px;
}

.input.phone {
  background-image: url('../images/phoneblue.svg');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: auto 17px;
  padding-left: 56px;
}

.form-error {
  color: #ff2f5b;
  text-align: center;
  background-color: #0000;
  font-size: 13px;
  line-height: 20px;
}

.link-gray {
  color: #525b73;
}

.image--logo-small {
  height: 28px;
  margin-bottom: 16px;
}

.feature-v1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding: 8px 3% 72px;
  display: flex;
}

.features-v1 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.features-v1.no-margin-bottom {
  margin-bottom: 0;
}

.logo-style {
  font-family: Nova Flat, sans-serif;
}

.logo-style.green {
  color: var(--olive-drab);
}

.gray-paragraph {
  color: #bdbdbd;
}

.anchor-cards {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.circle-icon {
  background-color: var(--dark-slate-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 20px;
  display: flex;
}

.circle-icon.color-1-ghost {
  padding: 20px;
}

.anchor-card {
  color: #2c3340;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column wrap;
  flex: none;
  align-items: center;
  width: 22%;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 32px 24px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.anchor-card:hover {
  box-shadow: none;
}

.anchor-card-bottom {
  background-image: url('../images/dots-hr-icon-grey.svg');
  background-position: 51% 48%;
  background-repeat: no-repeat;
  border-top: 1px solid #e1e6ee;
  width: 100%;
  height: 24px;
  margin-top: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contacts-v1-social-link {
  color: #525b73;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-right: 8px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.contacts-v1-social-link:hover {
  text-decoration: underline;
}

.contacts-v1-social-icon {
  width: 16px;
  margin-bottom: 2px;
  margin-right: 8px;
}

.div-block--form-full {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.html-hide {
  display: none;
}

.btn {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.btn:hover {
  box-shadow: 0 4px 12px #42597a5c;
}

.btn.small {
  border-radius: 20px;
  height: 40px;
  padding: 10px 24px 9px;
  font-size: 15px;
  line-height: 20px;
}

.btn.small.nav.not {
  background-color: #225296;
}

.btn.side-margins {
  margin-left: 8px;
  margin-right: 8px;
}

.btn.side-margins.not {
  background-color: #1438aa;
}

.btn.not {
  background-color: var(--dark-slate-blue);
}

.btn2 {
  background-color: var(--white);
  height: 48px;
  color: var(--black);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.btn2:hover {
  box-shadow: 0 4px 12px #4e4e4e80;
}

.btn2.white {
  color: #161a25;
  background-color: #fff;
}

.btn2.white:hover {
  box-shadow: 0 4px 12px #161a2540;
}

.btn2.white.blue-font {
  color: #566985;
}

.btn2.small {
  border-radius: 20px;
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.btn2.ghost {
  color: #161a25;
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #e6e8ef;
}

.btn2.ghost:hover {
  box-shadow: inset 0 0 0 2px #cbd0df;
}

.htmlhide2 {
  display: block;
}

.rich-text h3 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--dark-slate-blue);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .nav-bar {
    border-top: 1px solid #161a251a;
    padding-left: 8px;
    padding-right: 0;
  }

  .image--logo {
    width: 200px;
  }

  .navigation {
    padding-right: 0;
  }

  .nav-link {
    color: #ffffffb3;
    padding: 12px 24px;
    box-shadow: 0 1px #ffffff1f;
  }

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

  .nav-link.w--open {
    box-shadow: none;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-button {
    border-left: 1px solid #161a251a;
    margin-left: 16px;
  }

  .menu-button.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .hero-v3-service {
    flex: 0 auto;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon.border.no-margin, .no-margin {
    margin: 0;
  }

  .hero-v3-services {
    flex-wrap: wrap;
    margin-bottom: -168px;
  }

  .hero-heading-4 {
    margin: 0;
  }

  .hero-v3 {
    min-height: 480px;
    padding-right: 33.33%;
  }

  .section {
    padding: 104px 8px;
  }

  .section.foldsmart {
    background-image: linear-gradient(to bottom, null, null), url('../images/-4hYtf7Q.jpeg');
    background-attachment: scroll, scroll;
    padding-top: 60px;
  }

  .section.not {
    padding-top: 60px;
  }

  .section.big-padding-top {
    padding-top: 264px;
  }

  .section.page-header {
    padding-top: 164px;
  }

  .hero-v3-2 {
    min-height: 480px;
    padding-right: 33.33%;
  }

  .feature-v2 {
    width: 50%;
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 24px;
  }

  .section-intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-intro.big-text {
    margin-bottom: -18px;
  }

  .cta-v1 {
    flex-wrap: nowrap;
  }

  .intro-big-text {
    font-size: 88px;
    line-height: 72px;
  }

  .review-v1 {
    margin-bottom: 88px;
  }

  .review-v1-slide {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer-v3-link {
    margin-right: 24px;
  }

  .footer-v3 {
    padding-top: 48px;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v3-nav {
    flex-wrap: wrap;
    width: 22%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3-logo {
    width: 100%;
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-logos-container-2 {
    margin-bottom: 60px;
  }

  .no-margin-2 {
    margin: 0;
  }

  .bg-image {
    height: 150%;
  }

  .about-v1-quote {
    text-align: left;
    align-items: flex-start;
    max-width: 41.66%;
    margin-left: 8.33%;
    margin-right: 0%;
    padding-left: 8px;
  }

  .about-v1-image {
    order: -1;
    width: 50%;
  }

  .about-v1-info {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
  }

  .about-v1 {
    flex-wrap: wrap;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .about-text {
    flex-wrap: wrap;
    width: 66.66%;
  }

  .about-text-column {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-card {
    flex-basis: 40%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .pricing-table-v1 {
    flex: 0 auto;
    width: 58.33%;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .contact-card-v1 {
    flex-wrap: wrap;
    width: 83.33%;
    max-width: none;
  }

  .contact-info {
    border-top: 1px solid #e6e8ef;
    border-left-style: none;
    width: 100%;
    max-width: none;
  }

  .contact-form-wrapper {
    flex: 0 auto;
    width: 100%;
  }

  .feature-v1 {
    width: 50%;
  }

  .features-v1.no-margin-bottom {
    margin-bottom: 0;
  }

  .anchor-cards {
    flex-wrap: wrap;
  }

  .anchor-card {
    margin: 8px;
    padding-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .button.side-margins {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-v3-service {
    padding: 32px 24px;
  }

  .icon.border.no-margin, .no-margin {
    margin: 0;
  }

  .hero-v3-services {
    margin-bottom: -128px;
  }

  .hero-v3-service-info {
    margin-left: 20px;
  }

  .hero-heading-4 {
    margin: 0;
  }

  .hero-v3 {
    padding-right: 0%;
  }

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

  .section.big-padding-top {
    padding-top: 208px;
  }

  .section.page-header {
    padding-top: 140px;
  }

  .hero-v3-2 {
    padding-right: 0%;
  }

  .hero-v3-2.not {
    min-height: auto;
    padding-top: 30px;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
  }

  .features-v2 {
    width: 75%;
  }

  .line-elements {
    flex-direction: column;
    align-items: stretch;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .section-intro {
    margin-bottom: 48px;
  }

  .cta-v1 {
    flex-direction: column;
  }

  .cta-v1-heading {
    text-align: center;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .intro-big-text {
    font-size: 80px;
    line-height: 64px;
  }

  .review-v1-slide {
    padding-left: 4%;
    padding-right: 4%;
  }

  .social-icons.footer-v3-icons {
    width: 100%;
    padding-left: 5px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-v3-nav {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-v3-logo {
    padding-bottom: 24px;
  }

  .hero-logos-container-2 {
    justify-content: center;
    align-items: center;
  }

  .hero-logos-container-2.not {
    margin-top: 30px;
  }

  .hero-logo-column-4 {
    width: 33%;
  }

  .hero-logo-column-2 {
    width: 33%;
    margin-bottom: 30px;
  }

  .hero-logo-column-2._25 {
    width: 50%;
  }

  .hero-logo-column-5 {
    width: 33%;
  }

  .no-margin-2 {
    margin: 0;
  }

  .about-v1-quote {
    padding-top: 16px;
  }

  .about-v1-info {
    padding-top: 48px;
  }

  .about-text {
    width: 83.33%;
  }

  .first-letter.big {
    font-size: 54px;
    line-height: 54px;
  }

  .feature-card-block, .feature-card-block.checklist {
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-card {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .feature-card-list {
    padding-left: 24px;
  }

  .pricing-table-v1 {
    width: 75%;
  }

  .contact-card-v1 {
    width: 100%;
  }

  .input.contact-email {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
  }

  .input.contact-name, .input.phone {
    flex: 0 auto;
    width: 100%;
  }

  .feature-v1 {
    padding-bottom: 64px;
  }

  .features-v1.no-margin-bottom {
    margin-bottom: 0;
  }

  .anchor-card {
    width: 46%;
  }

  .div-block--form-full {
    flex-direction: column;
  }

  .btn.side-margins {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 17px;
  }

  .button.small.nav {
    min-width: 109px;
    font-size: 12px;
    line-height: 14px;
  }

  .hero-v3-service {
    width: 100%;
  }

  .icon.border.no-margin {
    margin: 0;
  }

  .no-margin {
    margin: 0;
    line-height: 20px;
  }

  .no-margin.hero {
    font-size: 15px;
  }

  .no-margin.banner-title {
    font-size: 34px;
    line-height: 33px;
  }

  .hero-v3-services {
    margin-bottom: -368px;
  }

  .video-link.foldsmart {
    width: 180px;
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
  }

  .div-block--hero-bg {
    text-align: left;
    background-size: cover;
    width: 300px;
    height: 272px;
  }

  .hero-heading-4 {
    margin: 0;
    font-size: 19px;
  }

  .hero-v3 {
    text-align: center;
    align-items: center;
    min-height: 400px;
  }

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

  .section.foldsmart {
    background-image: linear-gradient(#0006, #0006), url('../images/-4hYtf7Q.jpeg');
    background-position: 0 0, 74% 100%;
  }

  .section.not {
    padding-bottom: 20px;
  }

  .section.big-padding-top {
    padding-top: 440px;
  }

  .section.page-header {
    padding-top: 124px;
  }

  .hero-heading {
    font-size: 26px;
    line-height: 44px;
  }

  .hero-v3-2 {
    text-align: center;
    align-items: center;
    min-height: 400px;
  }

  .features-v2 {
    width: 100%;
  }

  .hero-banner-heading {
    font-size: 36px;
    line-height: 50px;
  }

  .intro-big-text {
    font-size: 52px;
    line-height: 56px;
  }

  .review-v1 {
    padding: 88px 12% 48px;
  }

  .testimonials-v1-arrow.right {
    left: 200px;
  }

  .testimonials-v1-arrow.left {
    right: 200px;
  }

  .review-v1-icon {
    top: 26px;
    left: 12%;
  }

  .footer-v3-link {
    margin-right: 20px;
  }

  .footer-v3 {
    padding-top: 40px;
  }

  .social-icons.footer-v3-icons {
    justify-content: center;
  }

  .footer-bottom-left {
    text-align: center;
  }

  .footer-v3-nav {
    flex-direction: column;
  }

  .footer-v3-logo {
    align-items: center;
    display: flex;
  }

  .hero-logos-container-2 {
    display: block;
  }

  .hero-logos-container-2.not {
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-logo-column-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .hero-logo-column-2 {
    width: 100%;
  }

  .hero-logo-column-2._25 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-logos-container-2-title {
    margin-bottom: 0;
  }

  .hero-logo-column-5 {
    width: 100%;
  }

  .no-margin-2 {
    margin: 0;
  }

  .about-v1-quote {
    text-align: center;
    order: -1;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0%;
    padding-top: 0;
    padding-bottom: 48px;
    padding-left: 0;
  }

  .about-v1-image {
    width: 100%;
  }

  .about-v1-info, .about-v1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-text {
    width: 100%;
  }

  .feature-card-block {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .feature-card-block.checklist {
    text-align: left;
    align-items: flex-start;
    padding-top: 48px;
  }

  .feature-card {
    flex: 0 auto;
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .feature-card.big {
    flex-wrap: wrap;
  }

  .feature-card-list {
    margin-bottom: 0;
    padding-left: 0;
  }

  .pricing-table-v1 {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-info {
    padding: 32px 40px;
  }

  .contact-form-wrapper {
    padding: 40px 32px;
  }

  .feature-v1 {
    width: 100%;
  }

  .features-v1.no-margin-bottom {
    margin-bottom: 0;
  }

  .anchor-cards {
    justify-content: center;
  }

  .anchor-card {
    width: 44%;
    padding-top: 22px;
  }

  .btn.small.nav {
    min-width: 109px;
    font-size: 12px;
    line-height: 14px;
  }
}


