.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  color: #23286b;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: #4e5573;
  margin-bottom: 10px;
}

a {
  text-align: left;
  text-decoration: none;
}

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

.section.hero {
  height: auto;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.section.footer {
  background-color: #0f173e;
  padding-bottom: 60px;
}

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

.card-title {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
}

.card-description {
  margin-bottom: 16px;
}

.m {
  color: #fff;
  background-color: #23286b;
}

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

.container-flex.wide {
  max-width: 1280px;
  justify-content: space-between;
}

.primary-button {
  color: #23286b;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #f1b503;
  border-radius: 0;
  margin-top: 30px;
  padding: 16px 26px 16px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.primary-button:hover {
  background-color: #d59f00;
}

.featured-text {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  transition: opacity .2s;
  display: grid;
}

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

.footer-menu {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 52px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.footer-label {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1em;
  display: block;
}

.footer-link {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.navbar {
  background-color: #fff;
  padding: 16px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 8px rgba(15, 23, 62, .1);
}

.call-to-action-wrapper {
  flex: 1;
  padding-right: 100px;
}

.pill {
  color: #428cfb;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: 2px solid #428cfb;
  border-radius: 20px;
  margin-bottom: 12px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
}

.nav-link {
  color: #0f173e;
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: #006ba7;
}

.nav-link.w--current {
  color: #428cfb;
}

.brand {
  color: #23286b;
  order: -1;
  font-size: 1.2em;
  font-weight: 700;
}

.nav-menu {
  order: 1;
  align-items: center;
  display: flex;
}

.feature-link {
  color: #428cfb;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-bottom: 2px solid #428cfb;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.feature-link:hover {
  color: #1372ff;
  border-bottom-color: #1372ff;
}

.lightblue {
  color: #428cfb;
}

.footer-brand {
  width: 100%;
  color: #23286b;
  margin-right: 56px;
  font-weight: 700;
  text-decoration: none;
}

.text-block {
  width: 100%;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  font-weight: 400;
}

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

.container {
  max-width: 1280px;
}

.footer-column {
  color: #fff;
  flex: 1;
}

.footer-column.app {
  padding-left: 24px;
}

.subfooter {
  text-align: center;
  font-size: .8em;
}

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

.heading {
  font-size: 80px;
}

.main-section.space-64 {
  padding-top: 6.4em;
  padding-bottom: 6.4em;
}

.main-section.space-64.youtube-video {
  background-color: #68e3cf;
  position: static;
  overflow: hidden;
}

.main-section.space-64.custom-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 9.4em;
  padding-bottom: 4em;
}

.main-section.space-64.health-plan-section {
  background-color: #e4fcfe;
}

.main-section.space-64.hero-section {
  padding-top: 9.4em;
}

.main-container {
  max-height: none;
  max-width: 1280px;
  flex-direction: column;
  display: block;
}

.main-container.custom-container {
  background-color: #fcfee9;
}

.main-container.custom-contain, .main-container.sponsor-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-container.youtube-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.main-container.youtube-contain {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.main-container.terms-and-conditions {
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #111f5c;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  line-height: 76px;
}

.paragraph {
  color: #4e5573;
  margin-bottom: 32px;
}

.button {
  width: 305px;
  height: 60px;
  background-color: #052ad3;
  border-radius: 4px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  box-shadow: 0 6px 12px rgba(5, 97, 252, .3);
}

.button.header-button {
  width: 130px;
  height: 40px;
  flex: 0 auto;
  margin-left: 20px;
  font-size: 16px;
  display: flex;
}

.columns {
  flex-flow: row;
  align-items: stretch;
  display: block;
}

.div-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  margin-bottom: 18px;
  display: flex;
}

.image {
  width: auto;
  height: auto;
  margin-right: 0;
}

.div-block-3 {
  margin-right: 0;
}

.image-2 {
  width: 302px;
  height: auto;
}

.columns-2 {
  height: auto;
  grid-column-gap: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.column {
  height: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: block;
  position: static;
}

.youtube {
  height: auto;
  max-height: none;
  max-width: 700px;
  border-radius: 20px;
  flex: 0 auto;
  position: relative;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-5 {
  width: 50em;
  height: 50em;
  background-color: #74e5d3;
  border-radius: 100%;
  position: absolute;
}

.div-block-6 {
  grid-column-gap: 30px;
  display: flex;
}

.div-block-7 {
  background-color: #e4fcfe;
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.heading-3 {
  color: #111f5c;
  font-family: DM Sans, sans-serif;
}

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

.image-3 {
  width: auto;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.div-block-10 {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: #4e5573;
}

.columns-3 {
  grid-column-gap: 0px;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.image-4 {
  position: relative;
  top: auto;
  bottom: 71px;
  left: 0%;
  right: auto;
}

.div-block-11 {
  width: 100%;
  height: 80%;
  background-color: #fcfee9;
  position: absolute;
}

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

.div-block-12 {
  max-width: 1200px;
  grid-column-gap: 50px;
  align-items: stretch;
  display: flex;
}

.heading-4 {
  font-family: DM Sans, sans-serif;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
}

.div-block-13 {
  height: 100%;
  background-color: #052ad3;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
}

.paragraph-8 {
  color: #fff;
}

.paragraph-9 {
  color: rgba(255, 255, 255, .7);
}

.heading-6 {
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
}

.paragraph-10 {
  color: rgba(78, 85, 115, .7);
}

.div-block-14 {
  height: 100%;
  background-color: #e4fcfe;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
}

.text-span {
  color: #a2a6b7;
  font-size: 24px;
}

.div-block-15 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.columns-4 {
  max-width: 1200px;
  grid-column-gap: 16px;
  justify-content: center;
  display: flex;
}

.heading-7 {
  color: #111f5c;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  line-height: 76px;
}

.column-6 {
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.heading-8 {
  color: #111f5c;
  text-align: center;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  line-height: 76px;
}

.paragraph-11 {
  color: #4e5573;
  text-align: center;
  margin-bottom: 40px;
}

.div-block-16 {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-9 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.heading-9.premium-heading {
  color: #fff;
}

.paragraph-12 {
  margin-left: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: .2;
}

.paragraph-12.premium-amount {
  color: #fff;
}

.text-span-2 {
  color: rgba(15, 23, 62, .5);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-2.premium-1 {
  color: rgba(255, 255, 255, .5);
}

.div-block-17 {
  align-items: flex-start;
  display: flex;
}

.text-span-3 {
  color: rgba(15, 23, 62, .5);
  font-size: 12px;
}

.text-span-3.premium-2 {
  color: rgba(255, 255, 255, .5);
}

.div-block-18 {
  grid-column-gap: 12px;
  align-items: flex-start;
  margin-bottom: 18px;
  display: flex;
}

.paragraph-13 {
  margin-bottom: 0;
}

.paragraph-13.premium-benefit {
  color: #fff;
  flex: 0 auto;
}

.button-2 {
  height: 50px;
  color: #052ad3;
  background-color: #fff;
  border: 1px solid #052ad3;
  border-radius: 4px;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.button-2.premium-button {
  color: #fff;
  background-color: #052ad3;
}

.div-block-19 {
  border: 1px solid #8394b2;
  border-radius: 20px;
  padding: 30px;
}

.div-block-19.premium-plan {
  background-color: #0c1334;
}

.paragraph-14 {
  color: #fff;
  margin-bottom: 0;
  font-size: 11px;
  display: block;
}

.div-block-20 {
  background-color: #052ad3;
  border-radius: 20px;
  align-items: center;
  padding: 1px 10px;
  display: inline-block;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.columns-5 {
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.main-section-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.main-section-2.space-64 {
  z-index: 9;
  height: auto;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 6.4em 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.main-section-2.space-64.faq-hero {
  padding-top: 7.5em;
}

.main-container-2 {
  max-width: 1280px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-116 {
  color: #111f5c;
  text-align: center;
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.collection-list-4 {
  display: block;
  overflow: hidden;
}

.collection-list-4.faq-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-117 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  display: block;
}

.icon-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.faq-question {
  width: 600px;
  max-width: 600px;
  grid-column-gap: 0px;
  cursor: pointer;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-22 {
  max-width: 600px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.div-block-23 {
  width: 600px;
  max-width: none;
  margin-bottom: 24px;
  position: relative;
}

.div-block-24, .div-block-25, .div-block-26 {
  width: 600px;
  max-width: none;
  margin-bottom: 24px;
}

.paragraph-15, .paragraph-16, .paragraph-17 {
  max-width: 90%;
  display: block;
}

.paragraph-18 {
  max-width: 90%;
}

.main-container-3 {
  max-width: 1280px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.main-container-3.cta-section {
  z-index: 0;
  max-width: 1280px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
  position: static;
}

.review-section-header {
  max-width: 800px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-wrapper {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: block;
  position: relative;
}

.reviews-list {
  height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.reviews-item {
  width: auto;
  max-height: none;
  max-width: none;
  background-color: #fff;
  border-radius: 1.6em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}

.heading-118 {
  color: #111f5c;
  text-align: center;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.div-block-27 {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.image-5 {
  width: 40px;
  height: 40px;
}

.column-7 {
  border-radius: 20px;
  padding: 32px;
  display: flex;
  box-shadow: 1px 1px 12px rgba(3, 3, 53, .12);
}

.column-8 {
  padding: 32px;
}

.column-9 {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.columns-6 {
  grid-column-gap: 24px;
  display: flex;
}

.grid {
  max-width: 700px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-28 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-19 {
  text-align: center;
  font-size: 16px;
}

.image-6 {
  width: 50%;
  margin-bottom: 16px;
}

.shapes {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.shapes.rounded-32 {
  z-index: -1;
  border-radius: 32px;
  display: block;
}

.div-block-97 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-118 {
  width: 70%;
}

.case-study-container {
  flex-direction: column;
  align-items: center;
  padding: 4em 60px;
  display: flex;
}

.cta-wrapper {
  z-index: 1;
  position: relative;
}

.cta-section-wrapper {
  z-index: 2;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
}

.glass-effect {
  z-index: -2;
  -webkit-backdrop-filter: blur(5.9em);
  backdrop-filter: blur(5.9em);
  object-fit: contain;
  background-color: rgba(216, 249, 253, .05);
  border-radius: 32px;
  transition: opacity .4s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blurred-shape {
  width: 30em;
  height: 30em;
  opacity: .77;
  filter: blur(33px);
  background-color: #fcfee9;
  border-radius: 100%;
  position: absolute;
  top: -36%;
  bottom: 0%;
  left: 62%;
  right: 15%;
}

.blurred-shape.is--2 {
  opacity: .72;
  mix-blend-mode: multiply;
  background-color: #9e9efa;
  top: auto;
  bottom: -7%;
  left: -19%;
  right: auto;
}

.blurred-shape.is--2.cs-2 {
  width: 40em;
  height: 40em;
  background-color: rgba(5, 97, 252, .3);
  bottom: -27%;
  left: -28%;
}

.blurred-shape.is--3 {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: #fffabd;
  top: auto;
  bottom: -77%;
  left: 27%;
  right: auto;
}

.blurred-shape.is--3.cs-3 {
  width: 40em;
  height: 40em;
  background-color: #fcfee9;
  bottom: -47%;
  left: 53%;
}

.heading-119 {
  color: #111f5c;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
}

.inventory-form {
  min-width: 75%;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.form-block-3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 24px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.form-4 {
  grid-column-gap: 16px;
  align-items: baseline;
  display: flex;
}

.text-field-3 {
  height: 60px;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: DM Sans, sans-serif;
}

.submit-button {
  height: 50px;
  background-color: #030335;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: DM Sans, sans-serif;
}

.image-119 {
  margin-bottom: 24px;
}

.list-item {
  display: none;
}

.div-block-98 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.div-block-99 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  width: 80%;
  margin-bottom: 24px;
}

.link-block-2 {
  width: 80%;
}

.div-block-100 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-120, .image-121, .image-122, .image-123, .image-124 {
  width: 24px;
}

.text-block-2 {
  color: #fff;
}

.youtube-2 {
  width: 100%;
}

.div-block-101 {
  max-width: 700px;
  flex: 0 auto;
}

.div-block-102 {
  width: 100%;
  flex-direction: row;
  align-items: center;
  display: block;
}

.div-block-103 {
  width: 100%;
  max-width: 700px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-104 {
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-105 {
  z-index: 0;
  width: 30em;
  height: 30em;
  background-color: #64ddc9;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -93%;
  left: 10%;
  right: 0%;
}

.div-block-105.shape-2 {
  width: 10em;
  height: 10em;
  border-radius: 0%;
  bottom: -47%;
  left: 86%;
  right: auto;
}

.image-125 {
  max-width: 80%;
}

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

.columns-7, .columns-8 {
  padding-left: 16px;
  padding-right: 16px;
}

.youtube-3 {
  text-decoration: line-through;
}

.columns-9, .column-25 {
  display: flex;
}

.columns-10 {
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.heading-120, .heading-121, .heading-122, .heading-123 {
  line-height: 1.1;
}

.heading-124 {
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.1;
}

.heading-125 {
  margin-bottom: 16px;
  line-height: 1.1;
}

.heading-126 {
  line-height: 1.1;
}

.heading-127 {
  text-align: center;
  line-height: 1.1;
}

.heading-128 {
  text-align: right;
  line-height: 1.1;
}

.heading-129 {
  margin-bottom: 16px;
  line-height: 1.1;
}

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

.hero-text {
  width: 80%;
  margin-bottom: 32px;
}

.p-1 {
  margin-bottom: 32px;
}

.heading-132 {
  text-align: center;
  margin-bottom: 16px;
}

.paragraph-21 {
  text-align: center;
  margin-bottom: 32px;
}

.div-block-106 {
  max-width: 700px;
}

.div-block-107 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-3 {
  width: 70%;
  max-width: 700px;
  grid-column-gap: 32px;
  border: 1px solid #dadada;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 24px 40px 24px 24px;
  display: flex;
}

.link-block-3:hover {
  border-style: solid;
  box-shadow: 3px 3px 12px rgba(168, 168, 168, .1);
}

.heading-133 {
  color: #23286b;
  text-align: left;
  margin-top: 0;
  text-decoration: underline;
}

.heading-134 {
  color: #23286b;
  margin-top: 0;
  text-decoration: none;
}

.paragraph-22 {
  margin-bottom: 0;
}

.div-block-108, .div-block-109 {
  flex: 1;
}

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

.error-message {
  padding-left: 16px;
}

.text-field-4 {
  height: 60px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.form-block-4 {
  width: 100%;
  align-items: center;
  display: block;
}

.form-5 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

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

.error-message-2 {
  padding-left: 16px;
}

.div-block-110 {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.paragraph-23 {
  margin-bottom: 0;
}

.column-27 {
  padding-left: 60px;
}

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

.collection-list-wrapper {
  max-width: 700px;
}

.heading-138 {
  max-width: 700px;
  text-align: center;
}

.collection-list-wrapper-2 {
  max-width: 700px;
}

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

.collection-list-wrapper-3 {
  max-width: 700px;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-flex.call-to-action {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .call-to-action-wrapper {
    align-self: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
    box-shadow: 1px 1px 12px rgba(85, 81, 81, .12);
  }

  .text-block {
    width: 100%;
  }

  .menu-button {
    order: 1;
    transform: translate(18px);
  }

  .menu-button.w--open {
    background-color: #052ad3;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-section.space-64.hero-section {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2, .paragraph {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.header-button {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .div-block-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns-3 {
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-4 {
    width: 50%;
  }

  .div-block-11 {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-7 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-6 {
    flex-wrap: wrap;
  }

  .columns-5 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .main-section-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-section-2.space-64 {
    z-index: 0;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .main-container-2 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-22 {
    align-items: stretch;
  }

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

  .main-container-3.cta-section {
    border-radius: 0;
  }

  .review-section-header {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews-wrapper {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .reviews-list {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .reviews-item {
    max-width: 100%;
    grid-row-gap: 16px;
    flex-flow: wrap;
    flex: 0 auto;
    align-items: flex-start;
    margin-bottom: 16px;
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
  }

  .columns-6 {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    padding-left: 26px;
    padding-right: 26px;
  }

  .cta-section-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .glass-effect {
    position: static;
  }

  .inventory-form {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    width: 100%;
  }

  .div-block-105 {
    width: 20em;
    height: 20em;
    bottom: -111%;
  }

  .div-block-105.shape-2 {
    bottom: -89%;
  }

  .image-125 {
    width: 50%;
    margin-bottom: 24px;
  }

  .columns-7 {
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-11 {
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .image-126 {
    width: 60%;
    margin-top: 32px;
  }

  .column-12 {
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .columns-8 {
    flex-flow: wrap;
    align-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-13 {
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .column-14 {
    margin-top: 32px;
  }

  .column-15 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    display: flex;
  }

  .youtube-3 {
    padding-left: 0;
  }

  .column-16, .column-17, .column-18, .column-19 {
    padding-left: 26px;
    padding-right: 26px;
  }

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

  .image-127 {
    width: 70%;
    margin-top: 32px;
  }

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

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

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

  .heading-130, .heading-135 {
    text-align: center;
  }

  .column-27 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-flex {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-flex.wide {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-text {
    margin-bottom: 40px;
  }

  .grid-2-columns {
    flex-direction: column;
    display: flex;
  }

  .grid-2-columns.mobile-inverted {
    flex-direction: column-reverse;
  }

  .footer-menu {
    flex-flow: wrap;
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .footer-brand {
    flex-direction: column;
    flex: 0 100%;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

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

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .subfooter {
    text-align: left;
  }

  .button.subscribe-buton {
    width: auto;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9, .div-block-10 {
    grid-row-gap: 16px;
  }

  .columns-4 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .main-section-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-section-2.space-64 {
    padding-top: 6.4em;
    padding-bottom: 6.4em;
  }

  .collection-list-4.faq-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .faq-question {
    width: auto;
    max-width: none;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .div-block-22 {
    max-width: 600px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-23, .div-block-24, .div-block-25, .div-block-26 {
    width: auto;
  }

  .main-container-3.cta-section {
    border-radius: 0;
  }

  .review-section-header {
    margin-bottom: 16px;
    margin-left: 0;
  }

  .reviews-list {
    flex-wrap: wrap;
  }

  .reviews-item {
    margin-left: 16px;
    margin-right: 16px;
  }

  .columns-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-118 {
    width: auto;
    display: block;
  }

  .cta-section-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .blurred-shape.is--2.cs-2 {
    left: -72%;
  }

  .blurred-shape.is--3.cs-3 {
    width: 30em;
    height: 30em;
  }

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

  .inventory-form {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    width: 100%;
  }

  .text-field-3 {
    padding-left: 16px;
  }

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

  .div-block-103 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-125 {
    margin-bottom: 24px;
  }

  .column-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-127 {
    width: 90%;
  }

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

  .column-23, .column-24 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns-9 {
    flex-direction: column;
    display: flex;
  }

  .column-26 {
    margin-bottom: 24px;
  }

  .columns-10 {
    flex-wrap: wrap;
  }

  .heading-125, .heading-126 {
    text-align: center;
  }

  .heading-131 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-block-3 {
    width: 90%;
  }

  .text-field-4 {
    margin-bottom: 18px;
  }

  .form-5 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-110 {
    justify-content: center;
  }

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

  .collection-list-wrapper-3, .collection-item-10, .rich-text-block-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-140, .heading-141, .heading-142, .heading-143 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    font-size: 2.7em;
  }

  h2 {
    text-align: center;
    font-size: 2.2em;
    line-height: 1.1;
  }

  .section {
    padding: 80px 10px;
  }

  .grid-3-columns {
    grid-column-gap: 20px;
  }

  .container-flex.wide {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu {
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    display: block;
  }

  .footer-label {
    margin-top: 15px;
  }

  .navbar {
    padding-top: 16px;
  }

  .feature-heading {
    font-size: 2em;
    line-height: 1;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .footer-column.app {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .main-section.space-64.hero-section {
    padding-top: 7.4em;
  }

  .main-container.sponsor-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button, .button.subscribe-buton {
    width: 100%;
  }

  .div-block-6 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .div-block-9, .div-block-10 {
    overflow: hidden;
  }

  .image-4 {
    width: 100%;
  }

  .heading-5 {
    text-align: left;
  }

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

  .main-section-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-section-2.space-64 {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    padding: 3.2em 0;
    display: block;
  }

  .main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-116 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 2.3em;
  }

  .collection-item-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-23, .div-block-24, .div-block-25, .div-block-26 {
    width: auto;
  }

  .main-container-3, .main-container-3.cta-section {
    padding-left: 0;
    padding-right: 0;
  }

  .review-section-header {
    flex-direction: row;
  }

  .reviews-list {
    height: auto;
  }

  .reviews-item {
    height: auto;
    border-radius: 1.6em;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 26px;
    padding-right: 26px;
  }

  .div-block-28 {
    padding-left: 0;
  }

  .image-118 {
    display: none;
  }

  .case-study-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-section-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .glass-effect {
    padding-left: 0;
  }

  .blurred-shape {
    top: -26%;
    bottom: 0%;
    left: 64%;
  }

  .blurred-shape.is--2 {
    bottom: 53%;
    left: -103%;
  }

  .blurred-shape.is--2.cs-2 {
    bottom: 26%;
    left: -176%;
  }

  .blurred-shape.is--3 {
    bottom: -37%;
    left: -6%;
  }

  .blurred-shape.is--3.cs-3 {
    bottom: -41%;
    left: -9%;
  }

  .inventory-form {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    width: 100%;
  }

  .form-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .text-field-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .submit-button {
    flex: 0 auto;
  }

  .link-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

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

  .div-block-105, .div-block-105.shape-2 {
    width: 5em;
    height: 5em;
    bottom: -117%;
  }

  .image-125 {
    width: 100%;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-126 {
    width: 100%;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-17, .column-18, .column-19 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-127 {
    width: 100%;
  }

  .column-21, .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-9 {
    flex-flow: column wrap;
    display: flex;
  }

  .column-25 {
    flex-direction: column;
    align-items: flex-start;
  }

  .columns-10 {
    flex-wrap: wrap;
  }

  .heading-120 {
    font-size: 2.4em;
  }

  .heading-126, .heading-127, .heading-131 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-128, .image-129 {
    width: 70%;
  }

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

  .p-1 {
    margin-bottom: 24px;
  }

  .link-block-3 {
    grid-column-gap: 16px;
    align-items: flex-start;
    padding-right: 24px;
  }

  .paragraph-22 {
    font-size: 14px;
  }

  .div-block-109 {
    flex: 1;
  }

  .image-130 {
    flex: 0 auto;
  }

  .image-131, .image-132 {
    display: none;
  }

  .heading-138 {
    max-width: none;
    padding-left: 16px;
    padding-right: 26px;
    font-size: 2.3em;
  }

  .collection-list-wrapper-3 {
    max-width: 340px;
    flex: 0 auto;
    position: static;
  }

  .rich-text-block, .rich-text-block-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-bc6a6ba8-f2e5-9c79-9e61-990a3fba7ed4-2f54f78f, #w-node-_988bffb9-f907-bdb9-d820-962591cf3b0b-2f54f78f, #w-node-cd8849a5-f210-5b60-e095-7ed492ad10c5-2f54f78f, #w-node-_6f7a1afa-7644-34a7-3fd8-a32bdf1ed35b-2f54f78f, #w-node-_80060e47-6af6-296e-6a7d-61513d993a06-2f54f78f, #w-node-_379d14ea-8aa4-e8ef-f3fc-c2b365520783-2f54f78f, #w-node-_02f9a893-dc5f-85cb-0ce8-e6f82da60d6f-2f54f78f, #w-node-d2ad7f09-a18d-6e06-ea79-db63afbc51b3-2f54f78f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


