:root {
  --midnight-blue: #172c56;
  --tomato: #fe5f55;
  --medium-spring-green: #33f2a3;
  --royal-blue: #4361ee;
  --light-grey: rgba(202, 202, 202, .22);
  --dark-slate-grey: #2e3642;
}

.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;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 20px;
  margin-bottom: 32px;
  padding-left: 40px;
}

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

.dropdown-mobile {
  display: none;
}

.navigation {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-link {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navigation-block-left {
  align-items: center;
  display: flex;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.logo-image {
  width: 45px;
}

.nav-div {
  color: #4361ee;
  background-color: #4361ee;
  width: 1px;
  height: 60%;
}

.navigation-text-signup {
  color: #172c56;
  width: 100%;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-navigation {
  white-space: nowrap;
  background-color: #4361ee;
  border-radius: 50px;
  margin-right: 15px;
  padding: 16px 35px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.logo-text {
  color: #172c56;
  letter-spacing: 0;
  text-indent: 0;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  padding-left: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navigation-link {
  color: #546681;
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: #484dff;
}

.navigation-text {
  color: #172c56;
  width: 100%;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.h3 {
  color: #1a3066;
  font-family: Work Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.seg-container {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: 23px;
  margin-bottom: -150px;
  padding: 50px;
  display: flex;
  box-shadow: 0 1px 57px 72px rgba(61, 96, 132, .05);
}

.hero-content {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 150px;
  display: flex;
}

.seg-details {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.seg-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vendor-logo {
  border: 1px rgba(0, 0, 0, .14);
  border-radius: 100px;
  width: 100px;
  height: 100px;
  padding: 10px;
  box-shadow: 6px 6px 16px 2px rgba(0, 0, 0, .14);
}

.h5 {
  color: #172c56;
  margin-bottom: 0;
  padding-right: 5px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-block {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.h6 {
  color: #172c56;
  margin-bottom: 5px;
  padding-top: 5px;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
  display: flex;
}

.seg-div {
  background-color: rgba(26, 48, 102, .2);
  width: 80%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 1px;
}

.h4 {
  color: #172c56;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.seg-activation-partner {
  width: 100%;
  margin-top: 10px;
}

.content-block-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.seg-overview {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33%;
  display: flex;
}

.block-70 {
  width: 70%;
}

.h5-2 {
  color: #1a3066;
  background-color: #33f2a3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 3px 10px;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.paragraph-hero {
  color: #172c56;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.seg-collection {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.button-wrap-hero {
  flex-direction: column;
  margin-top: 35px;
  display: flex;
}

.button {
  background-color: #4361ee;
  border-radius: 45px;
  margin-right: 0;
  padding: 16px 35px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
}

.block-30 {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.heading {
  color: #172c56;
  text-align: center;
  letter-spacing: -.5px;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.hero {
  background-color: #f8faff;
  background-image: url('../images/Pat-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 3% 100px;
  display: flex;
}

.seg-datacollection {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.logo-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.h3-3 {
  color: var(--midnight-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-family: Work Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
}

.h3-3.m-w {
  width: 60%;
}

.logo-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1180px;
  display: grid;
}

.logo-container-box {
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 10px;
  display: flex;
}

.p2 {
  color: #172c56;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.h3-2 {
  color: #172c56;
  text-align: left;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.benefits-section {
  border-bottom: 1px #e2e4e8;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.standard-paragraph {
  color: rgba(86, 96, 115, .7);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

.grid-block {
  background-color: #f8faff;
  border: 1.4px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-block:hover {
  border-color: #33f2a3;
}

.flex-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.icon-benefit {
  width: 60px;
  margin-bottom: 15px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 55px;
  margin-bottom: 75px;
}

.feature-grid-block {
  padding: 24px;
}

.grid-wrapper-2 {
  grid-column-gap: 49px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 20px;
  display: flex;
}

.h3-5 {
  color: #172c56;
  text-align: left;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.service-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.feature-section {
  border-bottom: 1px #e2e4e8;
  margin-top: 0;
  padding: 60px 0%;
  display: flex;
  position: relative;
}

.review-img {
  border-radius: 1000px;
  width: 75px;
  height: 75px;
}

.h3-4 {
  color: #172c56;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Work Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  display: flex;
}

.author-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.author-name {
  color: #172c56;
  margin-bottom: 5px;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-left: 10px;
  display: flex;
}

.author-job {
  color: rgba(26, 48, 102, .73);
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.paragraph-testimonial {
  color: #172c56;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 1px 1px 57px 72px rgba(61, 96, 132, .05);
}

.h4-3 {
  color: #172c56;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.p4 {
  color: rgba(26, 48, 102, .73);
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.review-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0%;
  display: flex;
  position: relative;
}

.highlight {
  color: #33f2a3;
  margin-left: 10px;
}

.profile-wraper {
  width: 95px;
}

.price-top-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  display: flex;
}

.recommend-tag {
  background-color: var(--tomato);
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  display: flex;
}

.grid-feature-blank {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
}

.pricing-text-white {
  margin-top: 4px;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.check-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.price-cell {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.pricing-module {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1180px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.button-price {
  color: #172c56;
  text-align: center;
  background-color: #33f2a3;
  border-radius: 100px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-price.max-width {
  background-color: var(--medium-spring-green);
  max-width: 260px;
}

.toggle-row {
  color: rgba(255, 255, 255, .8);
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.price-card-dark {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 25px;
  padding: 32px 34px;
  position: relative;
  box-shadow: 0 90px 90px -50px rgba(67, 97, 238, .45);
}

.h2-pricing {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  margin-bottom: 40px;
}

.button-price-light {
  background-color: var(--light-grey);
  color: #172c56;
  text-align: center;
  border-radius: 100px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.check {
  color: #4361ee;
  margin-right: 20px;
}

.toggle-dot {
  background-color: #4361ee;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
}

.title-cell {
  padding: 20px;
}

.heading-3 {
  font-family: Work Sans, sans-serif;
  font-size: 38px;
}

.feature-text {
  color: #172c56;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
}

.heading-2 {
  color: #172c56;
  font-family: Work Sans, sans-serif;
}

.price-card {
  color: #4e2d92;
  background-color: #fff;
  border: 1px rgba(26, 48, 102, .28);
  border-radius: 25px;
  padding: 32px 34px;
}

.check-grid-large {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.grid-feature {
  background-color: rgba(248, 250, 255, .29);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
}

.pricing-text {
  color: #172c56;
  font-family: Work Sans, sans-serif;
}

.toggle-contain {
  background-color: rgba(202, 202, 202, .22);
  border-radius: 50px;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.feature-text-2 {
  color: #172c56;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.pricing-section {
  background-color: #f8faff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.toggle-text {
  color: #172c56;
  width: auto;
}

.toggle-text.monthly-toggle {
  width: auto;
}

.feature-wrap-2 {
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
}

.yearly-discount {
  color: #fe5f55;
  letter-spacing: .5px;
  width: 100%;
  height: 21px;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.faq-section {
  margin-top: -1px;
  padding-top: 120px;
  padding-bottom: 140px;
  display: none;
}

.faq-cont {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.h1-h2 {
  color: #172c56;
  font-family: Work Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.faq-box {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-h3 {
  color: #172c56;
  margin-top: 60px;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.paragraph {
  color: #172c56;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-bottom.line-blank {
  border-bottom-style: none;
  margin-top: 32px;
}

.navigation-block-left-center {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.logo-text-white {
  color: #f8faff;
  letter-spacing: 0;
  text-indent: 0;
  padding-left: 10px;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}

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

.footer-title-2 {
  color: #4361ee;
  margin-bottom: 22px;
  font-size: 17px;
}

.footer-link-2 {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-section {
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 3% 30px;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #4361ee;
  border-radius: 50px;
  margin-top: 20px;
  padding: 16px 30px;
  font-size: 16px;
}

.paragraph-light {
  color: rgba(255, 255, 255, .73);
  margin-top: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.title-wrap-large {
  margin-bottom: 32px;
}

.footer-grid-long {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-column-2 {
  flex-direction: column;
  align-items: center;
  display: block;
}

.red {
  color: #fe5f55;
  text-align: center;
  background-color: #4361ee;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.form-field-label {
  z-index: 10;
  background-color: var(--royal-blue);
  color: #f3f7fe;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.body-text {
  color: var(--dark-slate-grey);
  font-size: 18px;
  line-height: 1.5;
}

.button-standard-blue {
  background-color: var(--royal-blue);
  color: #f3f7fe;
  border-radius: 100px;
  margin-left: 0;
  padding: 15px 35px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form-field {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3f3d56;
  height: 50px;
  padding-top: 11px;
  position: relative;
}

.form-field:focus {
  border-color: #000;
}

.form-field::placeholder {
  color: #000;
}

.component-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.body-heading-small {
  color: var(--midnight-blue);
  font-family: Work Sans, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.form-component {
  background-color: var(--royal-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.form-wrap {
  margin-bottom: 0;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  z-index: 50;
  background-color: #f3f7fe;
  border-radius: 10px;
  min-height: auto;
  padding: 50px;
  position: relative;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .13);
}

.field-wrap {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.wearenocode---footer {
  width: 100%;
}

.flex-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1.5fr;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-content.flex {
  display: flex;
}

.rich-text {
  color: rgba(26, 48, 102, .73);
  font-family: Work Sans, sans-serif;
}

.rich-text p {
  font-size: 16px;
  line-height: 24px;
}

.rich-text h2, .rich-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 32px;
  display: flex;
}

.rich-text ul {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  font-size: 16px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .dropdown-mobile {
    border-radius: 32px;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 32px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px rgba(84, 102, 129, .13);
  }

  .navigation-block-left {
    width: 80%;
  }

  .navigation-block-right {
    width: 100%;
    display: none;
  }

  .nav-div {
    width: 80%;
    height: 1px;
  }

  .button-navigation {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .navigation-link-wrap {
    display: none;
  }

  .mobile-button-link {
    background-color: rgba(84, 102, 129, .08);
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .container {
    width: 95%;
  }

  .hero-content {
    flex-wrap: wrap;
  }

  .h5 {
    font-size: 15px;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
    display: flex;
  }

  .seg-overview {
    align-items: flex-start;
  }

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

  .heading {
    text-align: center;
    font-size: 55px;
  }

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

  .h3-3 {
    width: 90%;
  }

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

  .profile-details {
    justify-content: center;
    align-items: center;
  }

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

  .grid-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .icon-benefit {
    margin-bottom: 15px;
  }

  .service-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    max-width: 630px;
  }

  .feature-grid-block {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    display: flex;
  }

  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
    margin-top: 20px;
  }

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

  .h3-4 {
    text-align: center;
    justify-content: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-grid {
    flex-direction: column;
    grid-template-areas: "Area Area";
    display: flex;
  }

  .paragraph-testimonial {
    text-align: center;
    justify-content: center;
  }

  .review-section {
    flex-direction: row;
    height: 100%;
    padding-bottom: 60px;
    position: static;
  }

  .testimonial-tile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    display: flex;
  }

  .grid-feature-blank {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .price-card-dark, .price-card {
    position: relative;
  }

  .grid-feature {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-cont {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .navigation-block-left-center {
    width: 80%;
  }

  .footer-column-2 {
    padding-right: 20px;
  }

  .red {
    text-align: center;
  }

  .component-wrap {
    justify-content: center;
  }

  .comp-pane.right {
    width: 60%;
  }

  .grid-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navigation-block-left {
    width: 100%;
  }

  .button-navigation {
    display: none;
  }

  .logo-text {
    font-weight: 500;
  }

  .navigation-link-wrap {
    display: none;
  }

  .seg-container {
    height: 100%;
  }

  .h5 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .heading {
    font-size: 45px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 40px;
  }

  .logo-box {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-container-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-img {
    width: 80%;
  }

  .logo-img-hide {
    display: none;
  }

  .h3-2, .standard-paragraph {
    text-align: center;
  }

  .icon-benefit {
    margin-bottom: 15px;
  }

  .service-grid {
    margin-bottom: 0;
  }

  .feature-grid-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .h3-4 {
    width: auto;
    font-size: 28px;
    line-height: 130%;
  }

  .review-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .review-section.no-padd {
    padding-bottom: 0;
  }

  .check-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .toggle-row {
    margin-bottom: 30px;
  }

  .price-card-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .check-grid-large {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .container-3 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq-section {
    padding-bottom: 0;
  }

  .faq-cont {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h1-h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .faq-h3 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .navigation-block-left-center {
    width: 100%;
  }

  .footer-grid-long {
    grid-template-rows: auto auto;
    grid-template-columns: 4fr;
  }

  .footer-column-2 {
    padding-right: 0;
  }

  .component-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .body-heading-small {
    font-size: 35px;
  }

  .form-component {
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .comp-pane.right {
    width: 80%;
    margin-top: -100px;
  }

  .grid-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-mobile {
    z-index: 100;
  }

  .navigation {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobiel-dropdown.w--open {
    z-index: 100;
    position: absolute;
  }

  .navigation-block-right {
    width: 20%;
  }

  .navigation-text-signup {
    font-weight: 600;
  }

  .logo-text {
    width: 200px;
    font-size: 20px;
  }

  .seg-container {
    width: 95%;
    height: auto;
    margin-bottom: 0;
    padding: 20px;
  }

  .hero-content {
    width: 100%;
  }

  .seg-details, .div-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .seg-overview {
    flex-flow: column-reverse;
    height: 100%;
  }

  .block-70 {
    width: 100%;
  }

  .paragraph-hero {
    flex: none;
    font-size: 18px;
  }

  .seg-collection {
    margin-right: 0;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .block-30 {
    width: 100%;
  }

  .heading {
    font-size: 40px;
    line-height: 1.2;
  }

  .hero {
    padding: 0 0%;
  }

  .logo-section {
    margin-top: 0;
  }

  .h3-3 {
    width: 95%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .logo-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .logo-container-box {
    width: 100%;
  }

  .h3-2 {
    text-align: center;
    width: 100%;
  }

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

  .grid-block {
    flex-wrap: wrap;
  }

  .flex-container {
    width: 90%;
  }

  .icon-benefit {
    margin-bottom: 15px;
  }

  .feature-grid-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-wrapper-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .h3-5 {
    text-align: center;
    width: 100%;
  }

  .feature-section {
    margin-top: 0;
  }

  .review-img {
    width: 50px;
    height: 50px;
  }

  .h3-4 {
    text-align: center;
    justify-content: center;
    width: 95%;
    font-size: 30px;
    line-height: 35px;
  }

  .testimonial-grid {
    width: 90%;
  }

  .testimonial-card {
    padding: 20px;
  }

  .h4-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .review-section {
    padding-bottom: 0;
  }

  .profile-wraper {
    width: auto;
  }

  .testimonial-tile {
    margin-left: 0%;
  }

  .price-top-wrap {
    flex-direction: column;
  }

  .grid-feature-blank {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .price-cell {
    padding: 13px;
  }

  .pricing-module {
    background-color: rgba(0, 0, 0, 0);
    width: 95%;
  }

  .toggle-row {
    width: 100%;
  }

  .title-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-family: Work Sans, sans-serif;
  }

  .feature-text {
    font-size: 15px;
    line-height: 18px;
  }

  .grid-feature {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .pricing-section {
    background-color: #f8faff;
    margin-top: 93px;
  }

  .toggle-text {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    font-family: Work Sans, sans-serif;
    font-weight: 500;
    display: flex;
  }

  .toggle-text.monthly-toggle {
    width: auto;
    display: flex;
  }

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

  .faq-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h1-h2 {
    font-size: 26px;
  }

  .faq-box {
    grid-template-columns: 1fr;
  }

  .faq-h3 {
    font-weight: 700;
    line-height: 20px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .navigation-block-left-center {
    justify-content: center;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-text-white {
    font-family: Work Sans, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .container-2 {
    width: 90%;
  }

  .footer-title-2 {
    font-family: Work Sans, sans-serif;
    font-weight: 700;
  }

  .footer-link-2 {
    text-align: left;
    margin-right: 0;
    font-family: Work Sans, sans-serif;
    line-height: 26px;
  }

  .footer-section {
    justify-content: center;
  }

  .button-2 {
    font-family: Work Sans, sans-serif;
  }

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

  .title-wrap-large {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-column-2 {
    justify-content: center;
    align-items: center;
  }

  .red {
    margin-top: 0;
  }

  .body-text {
    font-size: 17px;
  }

  .body-heading-small {
    font-size: 32px;
  }

  .form-component {
    height: auto;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }
}

#w-node-c92fcfe1-1986-c4a1-b08e-fd7dcf879856-0111ae35, #w-node-_21f84827-7e8f-da2a-5497-41350a0bb3fa-0111ae39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-c92fcfe1-1986-c4a1-b08e-fd7dcf879856-0111ae35, #w-node-_21f84827-7e8f-da2a-5497-41350a0bb3fa-0111ae39 {
    align-self: center;
    justify-self: center;
  }
}


