.section {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.section.lottie-section {
  position: relative;
  top: 0px;
  height: 300vh;
  background-color: #fff;
}

.fy-branding {
  display: none !important;
}

.section.full {
  height: auto;
  max-width: none;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, hsla(0, 0%, 9%, 0.46)), color-stop(51%, rgba(51, 51, 51, 0.78)), to(hsla(0, 0%, 9%, 0.46))), url('/content/images/home/stapel-kaartjes-p-1080.jpeg');
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 9%, 0.46) 0%, rgba(51, 51, 51, 0.78) 51%, hsla(0, 0%, 9%, 0.46)), url('/content/images/home/stapel-kaartjes-p-1080.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
}

.section.full.blue {
  display: none;
  background-color: #3376f6;
  background-image: linear-gradient(154deg, #3376f6, #33a4f6);
}

.container {
  width: 100%;
  height: 75px;
  max-width: 1320px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 225px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 0.9em;
  text-align: center;
}

.heading.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  color: #fff;
  font-size: 3rem;
}

.heading.h1.white {
  padding-top: 0px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 3.5rem;
  text-align: center;
  text-shadow: 0 10px 18px rgba(0, 0, 0, 0.48);
}

.body {
  background-color: #fff;
  overflow-x:  hidden;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 15px;
}

.cta {
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 8px;
  background-color: #3376f6;
  box-shadow: 0 5px 10px -5px rgba(51, 118, 246, 0.4);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cta:hover {
  box-shadow: 0 10px 17px -7px rgba(51, 118, 246, 0.6);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.cta.s {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
  box-shadow: none;
  color: #333;
  font-size: 20px;
}

.cta.s:hover {
  box-shadow: 0 11px 12px -5px rgba(0, 0, 0, 0.2);
}

.cta.s.opacity {
  background-color: hsla(0, 0%, 96.9%, 0.2);
  color: #fff;
}

.cta.s.plan {
  background-color: #fff;
}

.cta.s.plan.book-call {
  font-weight: 600;
}

.cta.s.white {
  background-color: #fff;
}

.cta.shop-white {
  background-color: #fff;
  color: #3376f6;
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.image {
  display: none;
}

.navbar {
  position: fixed;
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  font-family: 'Work Sans', sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
}

.lottie-animation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
}

.lottie-section {
  position: static;
  top: 0px;
  height: 300vh;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f8ff;
}

.lottie-animation-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 0;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f8ff;
}

.paragraph-2 {
  display: none;
  max-width: 600px;
  font-family: 'Work Sans', sans-serif;
  color: #555;
  font-weight: 500;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 0px;
  padding-left: 0px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.nav-menu.mobile {
  grid-row-gap: 20px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: hsla(0, 0%, 100%, 0);
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hiw-stap-blok {
  position: static;
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  backdrop-filter: blur(15px) saturate(180%);
  font-family: 'Work Sans', sans-serif;
  mix-blend-mode: normal;
}

.heading-2 {
  margin-top: 0px;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #6c757d;
  font-weight: 400;
}

.bold-text {
  margin-bottom: 0px;
  color: #6c757d;
  font-weight: 600;
}

.bold-text-2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}

.voordelen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
}

.voordelen.nadelen {
  width: 100%;
  max-width: 600px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  grid-row-gap: 15px;
}

.voordelen.nadelen.whitelabel {
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.voordeel {
  padding: 12px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 20px;
  background-color: #f7f7f7;
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.3);
  font-family: 'Work Sans', sans-serif;
  color: #555;
  font-size: 16px;
  font-weight: 500;
}

.voordeel.nadeel {
  padding: 0px;
  border-style: none;
  background-color: hsla(0, 0%, 96.9%, 0);
  font-size: 15px;
}

.voordeel.nadeel.business-accounts {
  padding: 5px 10px;
  background-color: #f7f7f7;
}

.div-block-8 {
  width: 600px;
  height: 2px;
  margin-top: 25px;
  border-bottom: 1px solid #555;
  opacity: 0.27;
}

.image-2 {
  display: none;
  opacity: 0.75;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('/content/images/home/Falling-Business-Cards-min-2.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.div-block-9.visite {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #000;
}

.tekst-white {
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 500;
  text-align: center;
}

.bold-text-3 {
  font-weight: 600;
}

.paragraph-4 {
  display: none;
  max-width: 700px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 5px 14px rgba(0, 0, 0, 0.5);
}

.paragraph-4._2 {
  text-align: center;
  text-shadow: none;
}

.paragraph-4.probleem {
  display: none;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #555;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.full-container-4lottie {
  max-width: 100%;
  background-color: #f5f8ff;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
}

.div-block-11 {
  height: 100px;
}

.image-3 {
  display: none;
}

.list {
  list-style-type: square;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.div-block-12 {
  display: block;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 50px 20px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12.over-ons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}

.div-block-12.sticker-ad {
  display: none;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.image-4 {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
}

.image-5 {
  position: static;
}

.div-block-15 {
  position: absolute;
}

.div-block-16 {
  position: static;
}

.image-6 {
  position: absolute;
  width: 450px;
  max-width: none;
  margin-top: 140px;
  margin-left: -60px;
}

.image-6._2 {
  margin-top: 249px;
  margin-left: -77px;
}

.image-6._2._3 {
  margin-top: 366px;
  margin-left: -54px;
}

.div-block-17 {
  display: none;
  width: 50px;
  height: 25px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block-19 {
  position: static;
  display: inline-block;
  overflow: visible;
  padding: 10px 20px 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 50px;
  background-color: #fff;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 15px;
}

.image-7 {
  padding-top: 3px;
}

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

.image-8 {
  width: 100%;
}

.div-block-23 {
  width: 100%;
}

.image-9 {
  width: 33%;
}

.image-10 {
  width: 100%;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}

.image-11 {
  width: 100%;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 10px auto 20px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  text-align: center;
}

.heading-5.h3 {
  margin-top: 75px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 600;
}

.heading-5.h3.revuew {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 25px;
}

.heading-5.header {
  margin-top: 10px;
  margin-bottom: 0px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
}

.stap-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-12 {
  width: 75%;
}

.heading-6 {
  font-family: 'Work Sans', sans-serif;
  text-align: center;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #6c757d;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.paragraph-6.white {
  margin-top: 0px;
  padding-right: 0px;
  color: #d6d6d6;
  font-weight: 500;
  text-align: left;
}

.paragraph-6.white.header {
  margin-bottom: 50px;
  color: #999;
  font-weight: 600;
  text-align: center;
}

.paragraph-6.white.rechts {
  padding-right: 0px;
  padding-left: 50px;
  text-align: right;
}

.paragraph-6.sub-header {
  font-size: 18px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 800px;
  max-width: 100%;
  margin-top: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-image: url('/content/images/home/IMG_6058-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding-bottom: 30px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
}

.text-block {
  height: auto;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.heading-7 {
  margin-top: -10px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
}

.text-span {
  width: 100%;
  color: rgba(51, 51, 51, 0.6);
  font-size: 42px;
}

.text-span-2 {
  color: rgba(51, 51, 51, 0.5);
}

.text-span-3 {
  color: #fff;
  font-size: 3.5rem;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-top: 25px;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  width: 100px;
}

.image-14 {
  width: 50px;
}

.image-15 {
  width: 50px;
}

.image-16 {
  width: 100px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  padding: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 10px;
  border-radius: 20px;
  box-shadow: 0 20px 20px -13px rgba(0, 0, 0, 0.08);
  outline-color: #f8b000;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.image-17 {
  width: 175px;
  padding-bottom: 10px;
}

.div-block-31 {
  display: none;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 10px;
}

.image-18 {
  width: 100%;
}

.div-block-32 {
  width: 25px;
}

.image-19 {
  width: 100%;
}

.div-block-33 {
  width: 25px;
}

.section-2 {
  margin-top: 75px;
  background-color: #f5f8ff;
}

.section-3 {
  display: block;
  width: 100%;
  background-color: #333;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
}

.image-20 {
  padding-bottom: 5px;
  opacity: 0.8;
}

.image-21 {
  width: 100%;
  padding: 50px;
}

.text-block-2 {
  margin-top: -15px;
  padding-top: 0px;
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

.text-block-2.emai {
  margin-top: 0px;
  padding-top: 15px;
  font-size: 16px;
  text-align: center;
}

.text-block-2.emai.footer {
  padding-top: 0px;
  padding-bottom: 20px;
}

.text-block-2.footer-tekst {
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.image-22 {
  width: 100px;
  height: 100px;
}

.div-block-36 {
  width: 100px;
}

.image-23 {
  width: 100%;
  height: 50px;
}

.div-block-37 {
  width: 100px;
}

.div-block-38 {
  width: 500px;
}

.image-24 {
  width: 100%;
  margin-top: 50px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: left;
}

.div-block-39 {
  height: 50px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-41 {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation-3 {
  width: 60%;
}

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

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

.div-block-44 {
  height: 15px;
}

.image-25 {
  width: 100%;
  max-width: none;
  padding: 50px;
}

.div-block-45 {
  height: 50px;
}

.text-span-4 {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 600;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  max-width: 1320px;
  margin-bottom: 35px;
  padding-top: 50px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-47.right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-48.left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-49 {
  display: -ms-grid;
  display: grid;
  width: 300px;
  height: 300px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-50 {
  margin-top: 20px;
  padding-top: 0px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.div-block-51.footer-ddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer {
  background-color: #333;
}

.bold-text-4 {
  font-weight: 600;
}

.link-block {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.text-block-3 {
  border: 1px none #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  text-decoration: none;
}

.text-block-3:hover {
  color: #fff;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  text-decoration: none;
}

.section-4 {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f7f7f7;
}

.image-26 {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
}

.text-block-4 {
  font-family: 'Work Sans', sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 600;
}

.div-block-53 {
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: padding 400ms ease, margin 200ms ease, box-shadow 200ms ease;
  transition: padding 400ms ease, margin 200ms ease, box-shadow 200ms ease;
}

.div-block-53:hover {
  width: 100%;
  margin-top: -5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25);
}

.div-block-54 {
  padding: 20px 14px 25px 25px;
}

.text-block-5 {
  margin-top: -25px;
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
}

.div-block-55 {
  height: 75px;
}

.link-block-2 {
  border: 0px none #000;
}

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

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

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

.div-block-56 {
  height: 100px;
}

.div-block-57 {
  padding-bottom: 0px;
  background-color: #f7f7f7;
}

.div-block-58 {
  height: 10px;
}

.image-27 {
  margin-right: auto;
  margin-left: auto;
}

.link-block-6 {
  width: 100%;
}

.link-block-7 {
  width: 100%;
}

.link-block-8 {
  width: 100%;
  color: #333;
  text-decoration: none;
}

.div-block-59 {
  width: 50px;
  height: 50px;
}

.image-28 {
  width: 100%;
}

.div-block-60 {
  width: 0px;
  height: 0px;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-62 {
  height: 100px;
}

.image-29 {
  position: static;
  width: 50%;
  min-width: 100px;
}

.div-block-63 {
  position: absolute;
  z-index: -10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiw-imafe {
  width: 30px;
  padding-bottom: 10px;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-67.r {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-30 {
  width: 100%;
  max-width: none;
  padding: 60px;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  grid-column-gap: 20px;
}

.image-31 {
  display: none;
}

.mobile-lottie-section {
  display: none;
  height: 500px;
  background-color: #f5f8ff;
}

.div-block-69 {
  width: 100%;
  height: 100%;
  padding-top: 100px;
}

.lottie-animation-4 {
  width: 100%;
  height: 100%;
}

.image-32 {
  width: 40px;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 15px;
  grid-row-gap: 10px;
}

.business-button {
  border-radius: 20px;
  background-color: #fff;
}

.nadeel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px 8px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  border-radius: 20px;
  background-color: #f7f7f7;
}

.image-33 {
  padding: 8px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-bottom: 0px;
    text-align: center;
  }

  .nav-menu.mobile {
    padding: 20px;
    background-color: #fff;
    color: #fff;
  }

  .voordelen.nadelen.whitelabel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .full-container-4lottie {
    display: none;
  }

  .div-block-26 {
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 100px;
  }

  .paragraph-6.white {
    text-align: center;
  }

  .paragraph-6.white.rechts {
    text-align: center;
  }

  .div-block-46 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-63 {
    margin-top: -379px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #000;
  }

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

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

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

  .div-block-67.r {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-67.l {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-68 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .mobile-lottie-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f5f8ff;
  }

  .stap-mobile {
    padding-top: 15px;
  }

  .div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
    font-family: 'Work Sans', sans-serif;
    color: #555;
    font-size: 16px;
    font-weight: 500;
  }

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

@media screen and (max-width: 767px) {
  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
    color: #000;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    font-size: 2.4rem;
  }

  .heading.h1.white {
    line-height: 0.5em;
  }

  .nav-link {
    padding-bottom: 20px;
    text-align: center;
  }

  .nav-menu.mobile {
    padding: 20px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
    box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.19);
  }

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

  .voordelen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .voordelen.nadelen.whitelabel {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .voordelen.header {
    display: none;
  }

  .voordeel {
    padding: 5px 9px;
    font-size: 14px;
  }

  .voordeel.nadeel {
    box-shadow: none;
  }

  .voordeel.nadeel.business-accounts {
    padding: 5px 10px;
    background-color: #f7f7f7;
  }

  .div-block-8 {
    width: 100px;
  }

  .heading-3 {
    padding-bottom: 10px;
    font-size: 1.2rem;
    line-height: 25px;
  }

  .full-container-4lottie {
    display: none;
  }

  .div-block-10 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-11 {
    height: 50px;
  }

  .div-block-12 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .div-block-12.over-ons {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-5 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .heading-5.h3 {
    padding-bottom: 25px;
  }

  .div-block-26 {
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    grid-row-gap: 50px;
  }

  .paragraph-6 {
    line-height: 18px;
  }

  .paragraph-6.white {
    text-align: left;
  }

  .paragraph-6.white.rechts {
    padding-left: 0px;
    text-align: left;
  }

  .div-block-27 {
    height: 500px;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 33px;
  }

  .text-span {
    font-size: 1.5rem;
    line-height: 0.5rem;
  }

  .text-span-3 {
    font-size: 2rem;
  }

  .div-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 50px;
  }

  .image-16 {
    padding-top: 0px;
  }

  .div-block-34 {
    padding-bottom: 30px;
  }

  .image-21 {
    padding: 0px;
  }

  .image-25 {
    padding: 0px;
  }

  .div-block-51 {
    width: 100%;
    margin-top: 0px;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-51.footer-ddiv {
    padding-top: 35px;
    padding-bottom: 50px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-52 {
    margin-top: 10px;
    margin-bottom: -10px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 20px;
  }

  .div-block-55 {
    height: 50px;
  }

  .image-28 {
    display: none;
    margin-top: 0px;
    padding-bottom: 0px;
    border: 0px none #000;
    border-radius: 0px;
  }

  .div-block-62 {
    height: 50px;
  }

  .div-block-63 {
    display: none;
  }

  .text-span-5 {
    font-size: 2rem;
  }

  .menu-button {
    padding-right: 0px;
  }

  .brand {
    padding-left: 0px;
  }

  .div-block-65 {
    padding: 30px;
  }

  .div-block-65.dashboard {
    padding: 30px;
  }

  .div-block-67.r {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-67.l {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-30 {
    padding: 0px;
  }

  .div-block-68 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 15px;
  }

  .image-31 {
    display: inline-block;
    width: 100%;
  }

  .mobile-lottie-section {
    overflow: hidden;
    height: 800px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lottie-animation-4 {
    overflow: hidden;
    width: 200%;
    height: auto;
    margin: -100px -100px -6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .stap-mobile {
    padding-top: 11px;
    font-family: 'Work Sans', sans-serif;
    color: #555;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stap-mobile-image {
    width: 25px;
  }
}

