:root {
  --link-color: #621db1;
  --link-hover: #6a67ff;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-accent--primary-1: #5930a5;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-general--shadow-04: #14142b24;
  --blue: #334f9f;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --text_blue: #1c0235;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --black: #121014;
  --purple: #812563;
  --margin-left: 100px;
}

.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: #222;
  background-color: #d9cfe8;
  background-image: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

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

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

p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 150%;
}

a {
  color: var(--link-color);
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: inline;
}

a:hover {
  color: var(--link-hover);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: #0000;
}

.fn-button-secondery-dark {
  color: #1d1f1e;
  background-color: #0000;
  border: 1px solid #1d1f1e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
  display: flex;
}

.fn-button-secondery-dark:hover {
  color: #df0;
  background-color: #1d1f1e;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-navbar-link-box {
  color: #fff;
  letter-spacing: 5px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-navbar-link-box:hover {
  opacity: .7;
}

.fn-navbar-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-menu-box {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-contain-logo.dark-logo {
  color: #1d1f1e;
}

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-brand-box.side-margin.w--current {
  margin-right: 20px;
}

.fn-navbar-container-box {
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.fn-navbar-box {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: fixed;
}

.fn-cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fh-hero-image-wrapper-second {
  border-radius: 300px;
  width: 542px;
  height: 720px;
  overflow: hidden;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

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

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-footer-copyright {
  color: #687373;
  font-size: 16px;
}

.fn-footer-legal-link {
  color: #939b9b;
  transition: color .25s;
}

.fn-footer-legal-link:hover {
  color: #df0;
}

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.fn-footer-image {
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -3px;
  display: flex;
}

.fn-footer-image-2 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 250px;
  margin-top: 30px;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-dark-form {
  color: #df0;
  background-color: #0f1213;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 7px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark-form:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-field-dark {
  color: #1d1f1e;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field-dark:hover, .fn-field-dark:active, .fn-field-dark:focus {
  border-color: #1d1f1e;
}

.fn-field-dark::placeholder {
  color: #1d1f1e;
}

.form-label-dark {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.fn-footer-form-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-footer-form {
  margin-bottom: 0;
}

.fn-social-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.fn-social-link-dark {
  color: #1d1f1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .25s;
  display: flex;
}

.fn-social-link-dark:hover {
  opacity: .7;
}

.fn-social-share-wrapper-second {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.fn-standard-dark-link {
  color: #1d1f1e;
  font-size: 18px;
  line-height: 1.4em;
  transition: opacity .25s;
  display: block;
}

.fn-standard-dark-link:hover {
  opacity: .7;
}

.fn-standard-dark-link.w--current {
  color: #df0;
}

.fn-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #1d1f1e;
  background-color: #8e8e8e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}

.fn-footer-advence {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.rl_gallery10_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.rl-heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery10_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_gallery10_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.rl_gallery10_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-text-style-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.body {
  background-color: #fff;
}

.body-black {
  color: #fff;
  background-color: #222;
}

.c_container_main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.c_container_main.footer_gradient {
  background-color: #2d2737;
  background-image: linear-gradient(255deg, #7a2a6a80, #563e8680);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.c_col1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 300px;
  margin-top: -12px;
  display: flex;
  position: relative;
}

.c_col1.lower_col {
  align-items: center;
  width: 100%;
  margin-top: 64px;
  position: relative;
  overflow: visible;
}

.image_hero {
  z-index: 1;
  width: 80%;
  position: relative;
}

.image_hero.jo {
  width: 90%;
}

.brix---opacity-10 {
  opacity: 1;
  display: block;
}

.abs_flaoting {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(140deg);
}

.screentop-80px {
  margin-top: 80px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary {
  z-index: 99;
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(80deg, #2e50a1, #812564);
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
  position: relative;
}

.btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.btn_small {
  letter-spacing: 1px;
  min-width: 160px;
  min-height: 50px;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.btn-primary.btn_top-menu {
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 500;
}

.brix---button-row-left {
  margin-right: 24px;
}

.buttons-row-center {
  justify-content: center;
  align-items: center;
  display: none;
}

.paragraph-default {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

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

.heading-h1-size {
  color: var(--elements-webflow-library-neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 120%;
}

.heading-h1-size.h_bold {
  font-weight: 600;
}

.color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.s_txt_center {
  z-index: 10;
  text-align: center;
  position: relative;
}

.c_inner-container-574px---center {
  z-index: 10;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.hero {
  padding-top: 40px;
  padding-bottom: 140px;
  position: relative;
  overflow: visible;
}

.navbar {
  background-color: #fff0;
  position: sticky;
  top: 0;
}

.color-gradient-top {
  color: #541f4f;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(67deg, #2852a5, #852260);
  -webkit-background-clip: text;
  background-clip: text;
}

.color-gradient-top.shape {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.color-gradient-top.shape.round {
  border-radius: 40px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

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

.text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.link-wrapper-2 {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: none;
}

.link-wrapper-2:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.paragraph-default2 {
  color: var(--elements-webflow-library-neutral--800);
  max-width: 420px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-default2.bottom {
  text-align: right;
}

.paragraph-default2.quote {
  min-height: 180px;
  font-size: 18px;
  font-weight: 600;
  line-height: 190%;
}

.color-neutral-601 {
  color: var(--elements-webflow-library-neutral--600);
}

.bottom {
  margin-bottom: 32px;
}

.display-4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.color-neutral-800-2 {
  color: var(--elements-webflow-library-neutral--800);
}

.img_flo_jo_simple.jo_bigger {
  width: 110%;
  max-width: 400px;
}

.img_flo_jo_simple.smaller {
  width: 100%;
  max-width: 320px;
  display: block;
}

.img_flo_jo_simple.smaller.bigger {
  max-width: 400px;
}

.img_wrapper_shadow {
  box-shadow: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.grid-2-columns-text-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-content {
  color: var(--elements-webflow-library-neutral--600);
  text-decoration: none;
}

.grid-2-columns-text-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-1-column-gap-row-64px {
  z-index: 2;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.inner-container-1000px-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container-1000px-center.hideconmt {
  display: none;
}

.heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.heading-h2-size.small-h2 {
  font-size: 40px;
}

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

.heading-h2-size.small {
  font-size: 48px;
}

.subtitle {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.subtitle.hide_siub {
  display: none;
}

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

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

.inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

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

.container-default-1220 {
  z-index: 2;
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container-default-1220.center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.container-default-1220.spaced {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.container-default-1220.wpaddding_top {
  border-radius: 30px;
  padding-top: 80px;
  padding-bottom: 120px;
}

.container-default-1220.wpaddding_top.dark {
  background-image: linear-gradient(321deg, #5930a54d, #281ca50d);
}

.container-default-1220.wpaddding_top.white {
  background-image: linear-gradient(83deg, #ffffff4d, #ffffff0d);
  margin-left: auto;
  margin-right: auto;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--blue);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.button-row-left-2 {
  margin-right: 24px;
}

.buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.grid-cta-v1 {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: var(--elements-webflow-library-accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-floating-jo {
  opacity: .4;
  position: absolute;
  inset: auto 0% -300px auto;
}

.cta-flaoting-flo {
  z-index: 0;
  opacity: .2;
  position: absolute;
  inset: -300px auto 0% 0%;
}

.cta-card {
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}

.section-small {
  padding-top: 0;
  padding-bottom: 0;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.mg-bottom-0 {
  color: #fff;
  margin-bottom: 0;
}

.mg-bottom-0.hide_text {
  display: none;
}

.flojo---footer-logo {
  transform-style: preserve-3d;
  padding: 38px;
  transition: transform .3s;
}

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

.grid-footer-logo---paragraph {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.footer-bottom {
  color: var(--elements-webflow-library-neutral--600);
  text-align: right;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.hamburger-menu-bar-bottom, .hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: block;
}

.header-nav-link {
  color: var(--text_blue);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.header-nav-link:hover {
  color: #4b35c7;
}

.header-nav-link.w--current {
  color: var(--text_blue);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.hide_item {
  display: none;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-logo {
  opacity: .6;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 160px;
  max-width: 130px;
  height: 100%;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

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

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

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

.menu-wrapp {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #dddddd1a;
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: fixed;
}

.para_explanation {
  opacity: .5;
  margin-top: 24px;
}

.para_explanation.hide {
  display: none;
}

.bg_1_homepage {
  background-image: linear-gradient(114deg, #b6c6ff, #b991cf 67%, #c5a8ad);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.smudge_red {
  z-index: 0;
  opacity: .6;
  filter: blur(100px);
  background-color: #df6262;
  border-radius: 100%;
  width: 500px;
  height: 420px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0;
}

.smudge_red.hide {
  display: none;
}

.smudge_magenta {
  z-index: 0;
  opacity: .5;
  filter: blur(100px);
  background-color: #8543c3;
  border-radius: 100%;
  width: 300px;
  height: 220px;
  position: absolute;
  left: -100px;
}

.smudge_magenta._2 {
  opacity: .5;
  background-color: #4365c3;
  width: 300px;
  height: 300px;
  bottom: 0;
  left: auto;
  right: 0;
}

.smudge_magenta.hide {
  display: none;
}

.columns {
  z-index: 0;
  padding-bottom: 50px;
  position: relative;
}

.smudge_teal {
  z-index: 0;
  opacity: .5;
  filter: blur(200px);
  background-color: #3cc3a6;
  background-image: linear-gradient(#14b4ac, #4c9e8900);
  width: 600px;
  height: 600px;
  margin-top: -200px;
  position: absolute;
  left: 0;
}

.smudge_teal.hide {
  display: none;
}

.c_gradient_bottom {
  background-image: none;
  position: relative;
}

.whyit-works {
  color: var(--elements-webflow-library-neutral--100);
  width: 100%;
  height: 100%;
  margin-top: -300px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.smudge_teal_hero {
  z-index: -1;
  opacity: 1;
  filter: none;
  width: 1200px;
  height: 1200px;
  margin-top: -300px;
  margin-left: -400px;
  position: absolute;
  top: 5%;
  left: -10px;
}

.smudge_teal_hero.small_card {
  opacity: .5;
  filter: none;
  width: 400px;
  height: 400px;
  margin-top: 100px;
  margin-left: 100px;
  inset: 0% auto auto 0%;
}

.smudge_teal_hero.small_card._2_card_offset {
  margin-top: -40px;
  margin-left: 170px;
}

.smudge_teal_hero.small_card._3 {
  width: 900px;
  height: 900px;
  margin-top: 0;
  margin-bottom: -100px;
  margin-right: -100px;
  inset: auto 0% 0% auto;
}

.c_white-blob {
  z-index: -1;
  opacity: .5;
  filter: blur(5px);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.c_white-blob.hide {
  display: none;
}

.s_whtie-blob {
  z-index: -1;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: relative;
}

.para_subtitle {
  color: var(--elements-webflow-library-neutral--800);
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.para_subtitle.signup {
  margin-top: 32px;
  font-weight: 700;
}

.c_text_card {
  background-image: linear-gradient(#f2eefb33, #f2eefb33);
  border-radius: 40px;
  align-items: center;
  max-width: 800px;
  height: 100%;
  padding: 90px 31px 31px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c_title {
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 120px;
  position: relative;
}

.img_fullwidht {
  width: 100%;
}

.img_fullwidht.img_corners20 {
  border-radius: 40px;
}

.c_image {
  z-index: 3;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c_grid_para2xol_text {
  z-index: 1;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 64px;
  display: grid;
  position: relative;
}

.h2_black {
  color: var(--elements-webflow-library-neutral--800);
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.h2_black.flat {
  margin-top: 0;
}

.h2_black.top_space {
  margin-top: 64px;
}

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

.h2_black.smaller {
  text-align: left;
  font-size: 26px;
}

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

.h3_black {
  color: var(--elements-webflow-library-neutral--800);
  font-weight: 500;
}

.c-expl_col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-expl_col.hode_mobile {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.field_text_field {
  background-color: #fffc;
  border: 0 solid #000;
  border-radius: 60px;
  width: 100%;
  min-width: 400px;
  max-width: 400px;
  min-height: 56px;
  margin-bottom: 18px;
  padding-left: 28px;
  font-size: 16px;
}

.form-block {
  display: none;
}

.html-embed {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 600px;
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
}

.how-it-works {
  margin-top: 0;
}

.hide___form-block-2 {
  display: none;
}

.copyritght_bottom {
  color: #fff;
  display: none;
}

.sy_text_card {
  color: var(--elements-webflow-library-neutral--800);
}

.text-block {
  opacity: .5;
  color: #fff;
}

.c_text_card_nterior {
  width: 80%;
  max-width: 380px;
  margin: 24px auto;
}

.c_cont_imagebig_focusgraphic {
  padding-top: 0;
}

.c_top-banner {
  color: #fff;
  min-height: 120px;
}

.smudge_white {
  z-index: 0;
  width: 100%;
  min-width: 600px;
  height: 100%;
  min-height: 600px;
  position: absolute;
}

.h4-quote {
  color: var(--elements-webflow-library-neutral--800);
  font-style: italic;
  font-weight: 500;
}

.body-2-gradient {
  background-image: linear-gradient(161deg, #b6c6ff, #b991cf 65%, #c5a8ad);
}

.c_white-blob2-noblur {
  z-index: -1;
  width: 800px;
  height: 800px;
  display: block;
  position: absolute;
  inset: 0%;
}

.c_white-blob2-noblur.hide {
  display: none;
}

.s_whtie-blob-copy {
  z-index: -1;
  opacity: .3;
  width: 100%;
  height: 100%;
  position: relative;
}

.in1_color_surf_white_pad_top {
  background-color: #fff3;
  border-radius: 40px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-color--dark {
  background-color: #48305b;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.c-color--dark.fcolor_footer_round_flatformob {
  border-radius: 40px 40px 0 0;
}

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

.in2_inner_main1000px-center-90 {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.experiment {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.smudgebottom {
  z-index: 0;
  opacity: .3;
  width: 1400px;
  height: 1400px;
  margin-left: 600px;
  position: absolute;
  inset: 0%;
}

.body--white {
  background-color: #fff;
  background-image: none;
}

.smudge_red_hrero {
  z-index: -1;
  width: 900px;
  height: 900px;
  position: absolute;
  inset: 0%;
}

.smudge_red_hrero.hide {
  display: none;
}

.body-2 {
  background-color: #fff;
  background-image: none;
}

.content_all {
  width: 100%;
  overflow: hidden;
}

.c_mid_interior {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.h2_spaceer_24 {
  height: 24px;
}

.image {
  width: 100%;
  height: 100%;
}

.c_5col_breaks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #554d74;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  padding: 82px;
  display: grid;
}

.link_test {
  display: none;
}

.c_article_body {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c_grid_articles-2col {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 120px;
  display: grid;
  position: relative;
}

.sy_card_art_article_block {
  width: 100%;
}

.sy_card_art_article_block.photo {
  max-width: 400px;
  min-height: 400px;
}

.sy_card_article_surface-white {
  background-color: #dfdfeb;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1);
}

.sy_card_article_surface-white:hover {
  transform: translate(0, -4px);
}

.sy_card_art_padding_for_surf_white {
  color: var(--black);
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 32px;
  display: flex;
}

.sy_card_art_padding_for_surf_white:hover {
  color: var(--black);
}

.body-3 {
  background-color: #d5cce3;
}

.sy_c__article_top {
  text-align: center;
  max-width: 700px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.spacer_m_40_article {
  height: 60px;
}

.spacer_l_page_start_article {
  height: 100px;
}

.sy_card_art_rich-text-block p {
  line-height: 180%;
}

.sy_card_art_rich-text-block h3 {
  font-weight: 600;
}

.link {
  direction: ltr;
  object-fit: cover;
  max-width: 100px;
}

.spacer_card_top60 {
  height: 60px;
}

.c_breakcetner {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 64px;
}

.c_div_cta-test_space {
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.c_studies {
  text-align: center;
  margin-top: 40px;
}

.body-_flojo_articles {
  background-color: #d2cfe8;
  background-image: none;
}

.cdownloadcenter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 500px;
  display: flex;
}

.c_tutorial {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

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

.img_tut {
  border-radius: 40px;
  width: 100%;
}

.heading {
  text-align: center;
}

.link-2 {
  font-size: 28px;
}

.space_bottom_footer {
  height: 80px;
}

.paragraph_download {
  color: var(--text_blue);
  text-align: center;
}

.paragraph_download.hide {
  display: none;
}

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

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

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

.image-3 {
  min-width: 140px;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  margin-top: 16px;
  display: block;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.link-4 {
  margin-left: 8px;
}

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

.flj-body {
  background-color: #d9cfe8;
  background-image: none;
}

.link-ecso {
  color: #797181;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.link-ecso:hover {
  color: #f3f3f3;
}

.link-ecso.small {
  margin-right: 0;
  padding-left: 24px;
  font-size: 12px;
  display: inline;
}

.space_20 {
  height: 16px;
}

.copyright {
  opacity: .5;
  color: #fff;
  margin-top: 40px;
  font-size: 14px;
}

.c_rt_policies {
  width: 90%;
  max-width: 960px;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.code-embed {
  width: 90%;
  height: 2000px;
  margin-left: auto;
  margin-right: auto;
}

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

.p_description {
  font-weight: 500;
  line-height: 140%;
}

.img_article {
  object-fit: cover;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  width: 100%;
  height: 410px;
  margin-left: auto;
  margin-right: auto;
}

.h4-article {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.c_artcle_hide {
  display: none;
}

.h1_page_title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

.h1_page_title.article {
  margin-top: 0;
  font-size: 40px;
  line-height: 130%;
}

.c_article_rt {
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.c_video_embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article_richtext {
  margin-top: 60px;
}

.article_richtext p {
  font-size: 18px;
  line-height: 170%;
}

.article_richtext h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 600;
}

.ig-link {
  color: var(--link-color);
  text-align: center;
  margin-top: 42px;
  display: block;
}

.div-block-4 {
  padding-right: 24px;
}

.codeigembed.hide_embed {
  display: none;
}

.image-4 {
  border-radius: 30px;
  max-width: 400px;
}

.sy_link-at-end {
  min-height: 120px;
}

.s_50 {
  opacity: .4;
}

.s_50.darker {
  color: var(--elements-webflow-library-neutral--300);
}

.paragraph {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}

.bg-anim {
  z-index: -3;
  opacity: .5;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.c_inner_container-white {
  z-index: 10;
  background-color: #fff0;
  border-radius: 30px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.columns_images {
  z-index: 0;
  height: 300px;
  margin-top: -60px;
  padding-bottom: 50px;
  position: relative;
}

.para_soon_testflight {
  color: var(--elements-webflow-library-neutral--800);
  margin-top: 16px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.s_pad {
  margin-top: 8px;
  display: block;
}

.c_article_text_holder {
  z-index: 1;
  flex-flow: column;
  justify-content: space-around;
  width: 85%;
  height: 100%;
  min-height: 290px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.s_txt_read_more_artcile {
  color: var(--link-color);
  margin-top: 24px;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
}

.s_txt_read_more_artcile:hover {
  color: var(--link-hover);
}

.sy_card_study_article_surface-white {
  background-color: #fff6;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  padding: 47px;
  position: relative;
  overflow: hidden;
}

.c_div_space_studies_40 {
  height: 60px;
}

.img_bg {
  z-index: -1;
  opacity: .7;
  margin-bottom: -200px;
  margin-right: -200px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.img_bg.img2 {
  margin: -200px 200px 200px -200px;
}

.c_hide_style {
  display: none;
}

.s_txt_page_subtilte {
  margin-top: 24px;
  font-size: 22px;
  line-height: 150%;
}

.container {
  display: none;
  position: absolute;
}

.c_hold_circles {
  z-index: -1;
  width: 400px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.code-embed-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.c_rotate {
  z-index: -1;
  opacity: 1;
  width: 400px;
  display: none;
  position: absolute;
  inset: 0%;
}

.c_smudge_article {
  z-index: -1;
  opacity: .5;
  width: 800px;
  height: 800px;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.c_smudge_article._2 {
  margin-left: -300px;
}

.studies_hold {
  position: relative;
}

@media screen and (min-width: 1440px) {
  h2 {
    font-weight: 600;
  }

  .btn-primary.btn_small {
    padding: 14px 22px;
    font-size: 15px;
  }

  .navbar {
    position: fixed;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .header-nav-link {
    font-size: 14px;
  }

  .header-nav-list-item.hide_item {
    display: none;
  }

  .menu-wrapp {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .smudgebottom {
    margin-left: 1000px;
  }

  .article_richtext p {
    line-height: 180%;
  }

  .article_richtext li {
    margin-top: 16px;
    font-size: 18px;
    line-height: 150%;
  }

  .article_richtext h3 {
    margin-top: 40px;
    margin-bottom: 12px;
    font-weight: 600;
  }
}

@media screen and (max-width: 991px) {
  .fn-nav-line-3, .fn-nav-line-2, .fn-nav-line-1 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-menu-button {
    margin-right: -18px;
    padding-right: 18px;
  }

  .fn-menu-button.w--open {
    z-index: 2;
    background-color: #0000;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-button-secondery-dark {
    transition: none;
  }

  .fn-button-secondery-dark:hover {
    color: #1d1f1e;
    background-color: #0000;
  }

  .fn-navbar-link-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    transition: none;
  }

  .fn-navbar-link-box:hover {
    opacity: 1;
  }

  .fn-navbar-link-box.navbar-link-box-last {
    margin-bottom: 12px;
  }

  .fn-navbar-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-wrapper {
    background-color: #df0;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 24px 24px;
    display: flex;
    position: relative;
  }

  .fn-navbar-menu-box {
    background-color: #0000;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-navbar-container-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fh-hero-image-wrapper-second {
    width: 100%;
    height: 460px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: #0000;
  }

  .fn-heading-1 {
    font-size: 48px;
  }

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

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

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-footer-image {
    margin-top: 12px;
  }

  .fn-footer-image-2 {
    height: 150px;
  }

  .fn-social-link-dark {
    transition: none;
  }

  .fn-social-link-dark:hover {
    opacity: 1;
  }

  .fn-standard-dark-link {
    transition: none;
  }

  .fn-standard-dark-link:hover {
    opacity: 1;
    color: #1d1f1e;
  }

  .fn-footer-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 60px;
  }

  .fn-footer-advence {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .c_container_main {
    max-width: 600px;
  }

  .c_container_main.tos_mod {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .abs_flaoting {
    top: 24%;
    right: -30%;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .hero {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .paragraph-default2 {
    margin-top: 22px;
    font-size: 18px;
    line-height: 160%;
  }

  .paragraph-default2.bottom {
    text-align: left;
    line-height: 150%;
  }

  .bottom {
    margin-bottom: 24px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .img_flo_jo_simple {
    width: 100%;
    max-width: 360px;
  }

  .img_flo_jo_simple.jo_bigger {
    min-width: 320px;
    margin-top: -150px;
    margin-left: -80px;
  }

  .img_flo_jo_simple.smaller {
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    margin-top: -150px;
    margin-left: -350px;
  }

  .img_flo_jo_simple.smaller.bigger {
    margin-left: -50px;
  }

  .grid-2-columns-text-right, .grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .inner-container-1000px-center {
    max-width: 640px;
  }

  .heading-h2-size {
    font-size: 60px;
  }

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

  .container-default-1220.spaced {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-floating-jo {
    display: none;
  }

  .cta-card {
    padding: 72px 54px;
  }

  .section-small {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .flojo---footer-logo {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .btn-header-hidden-on-mbl {
    display: block;
  }

  .hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
    display: block;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-nav-link {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 120%;
  }

  .header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-end;
    max-width: 400px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 8px;
    font-size: 14px;
  }

  .header-menu-wrapper {
    z-index: 999;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #d9d0e7cc;
    min-height: 470px;
    padding: 24px;
    display: none;
  }

  .header-right-col {
    display: flex;
  }

  .header-logo {
    max-width: 232px;
  }

  .menu-wrapp {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #ffffff1a;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .columns {
    padding-top: 80px;
  }

  .whyit-works {
    padding-top: 0;
    padding-bottom: 0;
  }

  .smudge_teal_hero.small_card {
    margin-left: -100px;
    inset: 0%;
  }

  .c_col_wrap_image {
    height: 60px;
  }

  .c_title {
    margin-bottom: 60px;
  }

  .c_grid_para2xol_text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }

  .c-expl_col {
    width: 100%;
  }

  .c-expl_col.hode_mobile {
    display: none;
  }

  .c-expl_col.text {
    max-width: 560px;
  }

  .html-embed {
    min-width: auto;
  }

  .sy_text_card {
    width: 80%;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .c_top-banner {
    color: #fff;
    margin-bottom: 32px;
  }

  .in1_color_surf_white_pad_top {
    padding-top: 40px;
  }

  .c-color--dark.fcolor_footer_round_flatformob {
    border-radius: 0;
    width: 100%;
  }

  .in2_inner_main1000px-center-90 {
    width: 90%;
  }

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

  .smudgebottom {
    margin-left: 200px;
  }

  .smudge_red_hrero {
    margin-left: -100px;
    inset: 0%;
  }

  .h2_spaceer_24 {
    height: 10px;
  }

  .c_5col_breaks {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

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

  .sy_card_art_padding_for_surf_white, .sy_card_art_padding_for_surf_white:hover {
    color: var(--black);
  }

  .c_div_cta-test_space {
    width: 100%;
  }

  .image-2 {
    display: none;
  }

  .hide_mobile {
    display: block;
  }

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

  .link-3 {
    color: #9458da;
    font-size: 16px;
  }

  .c_rt_policies {
    max-width: 700px;
  }

  .code-embed {
    height: 2900px;
  }

  .c_grid_articles_3 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .c_inner_container-white {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns_images {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .fn-button-dark {
    width: 100%;
  }

  .fn-navbar-link-box {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 18px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .fh-hero-image-wrapper-second {
    display: none;
  }

  .fn-button {
    width: 100%;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .fn-footer-image-2 {
    margin-top: 0;
  }

  .fn-social-share-wrapper-second {
    flex-direction: row;
    margin-top: 12px;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fn-footer-advence {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_gallery10_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

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

  .abs_flaoting {
    max-width: 480px;
  }

  .screentop-80px {
    margin-top: 64px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

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

  .heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .img_wrapper_shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library-general--shadow-04);
    border-radius: 14px;
  }

  .grid-2-columns-text-right, .grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .inner-container-1000px-center {
    max-width: 470px;
  }

  .heading-h2-size {
    font-size: 28px;
  }

  .subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

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

  .container-default-1220.spaced {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary-white {
    padding: 20px 32px;
  }

  .button-row-left-2 {
    margin-right: 16px;
  }

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

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-floating-jo {
    max-width: 50%;
  }

  .cta-card {
    padding: 56px 40px;
  }

  .section-small {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-logo---paragraph {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .btn-header-hidden-on-mbl, .header-nav-list-item-show-in-mbl {
    display: block;
  }

  .header-logo {
    width: 160px;
    max-width: 90%;
  }

  .bg_1_homepage {
    padding-bottom: 0;
  }

  .whyit-works {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c_text_card {
    padding-top: 40px;
  }

  .html-embed {
    width: 100%;
    min-width: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .sy_text_card {
    width: 100%;
  }

  .c_5col_breaks {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .c_div_cta-test_space {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .code-embed {
    max-width: 650px;
    height: 2400px;
  }
}

@media screen and (max-width: 479px) {
  .fn-button-wrapper, .fn-button-secondery, .fn-button {
    width: 100%;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-footer-image-2 {
    height: 100px;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .c_container_main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c_container_main.hero {
    width: 100%;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .c_col1 {
    width: 150%;
  }

  .c_col1.lower_col {
    width: 150%;
    max-width: 400px;
    margin-top: 0;
  }

  .c_col1.first {
    max-width: 400px;
    margin-left: -100px;
  }

  .image_hero, .image_hero.jo {
    width: 100%;
  }

  .abs_flaoting {
    display: none;
  }

  .screentop-80px {
    margin-top: 56px;
  }

  .brix---btn-secondary, .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row-center {
    flex-direction: column;
  }

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

  .heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .heading-h1-size.h_bold {
    font-size: 40px;
    line-height: 47px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-icon-right {
    width: 18px;
  }

  .text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .paragraph-default2 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
  }

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

  .paragraph-default2.quote {
    min-height: 100px;
    font-size: 16px;
  }

  .img_flo_jo_simple.jo_bigger {
    margin-left: 0;
    margin-right: -50px;
  }

  .img_flo_jo_simple.smaller {
    margin-top: -100px;
    margin-left: -200px;
    position: relative;
  }

  .img_flo_jo_simple.smaller.bigger {
    margin-top: -130px;
    margin-left: 0;
    position: absolute;
  }

  .img_wrapper_shadow {
    border-radius: 16px;
  }

  .link-content.second {
    margin-top: 24px;
  }

  .grid-2-columns-text-left {
    width: 100%;
  }

  .inner-container-1000px-center {
    max-width: 310px;
  }

  .heading-h2-size {
    font-size: 40px;
  }

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

  .heading-h2-size.small {
    font-size: 40px;
  }

  .subtitle {
    font-size: 14px;
    line-height: 18px;
  }

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

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

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

  .container-default-1220.spaced {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-default-1220.wpaddding_top {
    border-radius: 0;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---btn-secondary-white, .btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

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

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-floating-jo {
    max-width: 70%;
    right: -33%;
  }

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

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

  .flojo---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-header-hidden-on-mbl {
    display: none;
  }

  .header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .header-nav-link {
    text-align: right;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-menu-list {
    margin-top: 40px;
  }

  .header-logo {
    width: 140px;
    max-width: 84%;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .c_gradient_bottom {
    width: 100%;
    overflow: hidden;
  }

  .whyit-works {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .smudge_teal_hero.small_card._2_card_offset {
    width: 300px;
    height: 300px;
    margin-top: 80px;
    margin-left: 80px;
  }

  .para_subtitle {
    font-size: 19px;
    line-height: 28px;
  }

  .c_text_card {
    background-image: linear-gradient(119deg, #41315f1a 31%, #883dff26), linear-gradient(#f2eefb33, #f2eefb33);
    padding: 16px 8px 26px;
  }

  .c_col_wrap_image {
    height: 0;
  }

  .c_title {
    margin-top: 0;
  }

  .img_fullwidht.img_corners20 {
    border-radius: 20px;
  }

  .img_fullwidht.img_corners20.top {
    border-radius: 40px;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .c_image {
    width: 100%;
    height: 100%;
  }

  .c_grid_para2xol_text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h2_black {
    font-size: 24px;
  }

  .h2_black.smaller {
    text-align: left;
  }

  .field_text_field {
    text-align: center;
    min-width: 300px;
  }

  .form-block {
    display: none;
  }

  .html-embed {
    max-width: 260px;
  }

  .hide___form-block-2 {
    display: none;
  }

  .c_text_card_nterior {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .break-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 64px;
    display: flex;
    overflow: hidden;
  }

  .in1_color_surf_white_pad_top {
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-color--dark.fcolor_footer_round_flatformob, .in2_inner_main1000px-center-90 {
    width: 100%;
  }

  .experiment {
    padding-top: 0;
  }

  .smudgebottom {
    margin-left: 0;
    display: none;
  }

  .c_5col_breaks {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 100%;
    margin-top: 0;
    padding: 80px 16px 120px;
  }

  .sy_card_art_padding_for_surf_white {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .sy_c__article_top {
    width: 100%;
  }

  .spacer_l_page_start_article {
    height: 40px;
  }

  .sy_card_art_rich-text-block {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
  }

  .c_breakcetner {
    width: 95%;
    margin-top: 60px;
  }

  .c_div_cta-test_space {
    margin-top: 0;
  }

  .link-ecso.small {
    display: block;
  }

  .link-ecso.disabled:hover {
    opacity: .4;
  }

  .code-embed {
    width: 95%;
    height: 3400px;
  }

  .p_description, .h4-article {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .h1_page_title.article {
    font-size: 28px;
  }

  .article_richtext {
    margin-top: 0;
  }

  .c_inner_container-white {
    padding-left: 8px;
    padding-right: 8px;
  }

  .para_soon_testflight {
    font-size: 14px;
  }

  .column-100 {
    margin-bottom: -50px;
  }
}

#w-node-eae4b481-9e1b-8473-6b39-abaa9838c21c-3e663c25, #w-node-eae4b481-9e1b-8473-6b39-abaa9838c225-3e663c25, #w-node-_838f059b-aa6f-0dd2-b7bf-b66ba9863f14-3e663c25, #w-node-_838f059b-aa6f-0dd2-b7bf-b66ba9863f2c-3e663c25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc12c26c-021f-ee35-694c-94d88bea0dc1-3e663c25 {
  justify-self: center;
}

#w-node-db4f95e8-39f2-9a66-f770-ddfed1f88de0-3e663c25, #w-node-_7f32448f-a823-da2a-b033-e43c795bba4d-3e663c25, #w-node-c77eb9aa-f56b-bb69-7c90-ce7900c42291-3e663c25, #w-node-_9c1851bd-5eb5-7090-46f8-9cb8a481b779-3e663c25, #w-node-_9da746a8-0128-5118-7a71-9821f4dc8f77-3e663c25, #w-node-_93352679-4ec7-a50b-ce3d-c08b46b37d22-3e663c25, #w-node-ab65fc00-d362-3a7f-e944-bff5f254f3fd-3e663c25, #w-node-db7fe068-1f57-ebef-ea7b-4d0007ce559b-3e663c25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e1902a7-32e7-5be8-1bdb-2f3b8fab8f0c-8fab8f06 {
  place-self: start;
}

#w-node-_2e1902a7-32e7-5be8-1bdb-2f3b8fab8f0e-8fab8f06, #w-node-_2e1902a7-32e7-5be8-1bdb-2f3b8fab8f12-8fab8f06, #w-node-fc5bc740-7c9e-8458-6503-a5ecb174e6a4-b174e69c, #w-node-_415b633b-ccb0-8a00-3fc1-67603d29a4d7-3d29a4d7, #w-node-_26c389aa-203e-6225-679d-777e369be5e7-369be5e7, #w-node-bd128b1f-1575-5b07-9360-8e021a2c8a3c-ddadda5e, #w-node-_944da412-85ef-0812-0721-d1676fa9169f-ddadda5e, #w-node-a9eeae28-778d-e800-890b-51d29842608d-ddadda5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bc12c26c-021f-ee35-694c-94d88bea0dc1-3e663c25 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e1902a7-32e7-5be8-1bdb-2f3b8fab8f0c-8fab8f06 {
    justify-self: center;
  }
}


