
:root {
    --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;
    --purple: #812563;
  }
  
  .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 {
    
    /* background-color: #d9cfe8; */
    /* background-image: none; */
    
    /* font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 120%;
    color: #222; */


    background: linear-gradient(-40deg, #bf7964, #994767, #96ebeb, #9aedc7);
    background-size: 300% 300%;
    animation: gradient 20s ease infinite;
    
    /* height: 100vh; */
    margin: 0;
    
    font-family: 'Montserrat', sans-serif;
    line-height: 150%;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    
    flex-direction: column;


  }
  

  @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


  h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }
  
  p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 150%;
  }
  
  a {
    /* color: #803cce; */
    /* font-weight: 600; */
    text-decoration: none;
    transition: color .3s;
    display: inline;
  }
  
  a:hover {
    color: #f2a8ff;
    -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-legal-links-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-wrap: wrap;
    display: flex;
  }
  
  
  
  .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-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;
  }
  
  
  .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_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;
    max-width: 200px;
  }
  
  .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: none;
    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;
  }
  
  .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;
  }

  .h1_title{
    font-size: 48px;
  }
  
  .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: 140px;
    /* 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);
    margin-bottom: 0;
    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: 700;
    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;
  }

  .col-img{
    max-width: 120px;
  }
  
  .heading-h2-size {
    margin-top: 0;
    margin-bottom: 0;
    font-family: sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    /* color: #fff; */
  }
  
  .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: 120px;
    margin-bottom: 120px;
    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: 40px;
    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;
  }
  
  
  
  
  .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: -200px;
    margin-bottom: 0;
    padding-top: 80px;
    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 {
    filter: none;
    width: 600px;
    height: 600px;
    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-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: 20px;
    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;
    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: center;
    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;
  }
  
  .h3_black {
    color: var(--elements-webflow-library-neutral--800);
    font-weight: 500;
    font-size: 24;
  }
  
  .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: rgba(255, 255, 255, 0.5); */
    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;
  }
  
  .grid {
    flex-direction: column;
    display: flex;
  }
  
  .in2_inner_1000px-center {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .experiment {
    justify-content: center;
    align-items: center;
    /* padding-top: 100px;   */
    padding-bottom: 100px;
    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;
  }
  
  .conntent_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;
  }
  
  .surface-white {
    background-color: #fff6;
    border-radius: 40px;
    width: 100%;
    height: 100%;
  }
  
  .card_padding_for_surf_white {
    width: 100%;
    padding: 42px 42px 58px;
  }
  
  .body-3 {
    background-color: #d5cce3;
  }
  
  .spacer_40_article {
    height: 60px;
  }
  

  
  .spacer_page_start_article {
    height: 200px;
  }
  
  .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;
  }
  
  .hide_mobile {
    align-items: center;
    display: flex;
  }
  
  .c_studies {
    text-align: center;
    margin-top: 40px;
  }
  
  .body-4 {
    background-color: #d2cfe8;
  }
  
  .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;
  }
  
  
  .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;
  }

  
  .link-ecso {
    color: #797181;
    font-size: 14px;
    display: block;
  }
  
  .link-ecso:hover {
    color: #f3f3f3;
  }
  
  .link-ecso.small {
    margin-right: 16px;
    font-size: 13px;
    display: inline;
  }
  
  .space_20 {
    height: 16px;
  }
  
  .copyright {
    opacity: .5;
    color: #fff;
  }
  
  .c_rt_policies {
    width: 960px;
    min-height: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  @media screen and (min-width: 1440px) {
    .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;
    }
  
    .smudgebottom {
      margin-left: 1000px;
    }
  }
  


  /*  ====================================================== 
  
  
  
  
  */
  @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-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;
    }
  
  
    .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: 480px;
    }
  
    .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: 22px;
      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;
    }
  
    .grid-2-columns-text-right, .grid-2-columns-text-left {
      grid-row-gap: 48px;
      grid-template-columns: 1fr;
    }
  
    .container-title-flj{
        max-width: 960px;
        margin: auto;
        display: flex; 
        justify-content: center; 
        align-items: center;
        text-align: center;

    }

    .inner-container-1000px-center {
      max-width: 640px;
    }
  
   
    .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;
    }
  
  
    .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;
      margin-top: 80px;
      padding-right: 8px;
      font-size: 14px;
    }
  
    .header-menu-wrapper {
      z-index: 999;
      -webkit-backdrop-filter: blur(30px);
      backdrop-filter: blur(30px);
      background-color: #ffffff80;
      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: 118px;
      padding-bottom: 118px;
    }
  
    .smudge_teal_hero.small_card {
      margin-left: -100px;
      inset: 0%;
    }
  
    .c_grid_para2xol_text {
      grid-template-columns: 1fr;
      width: 100%;
    }
  
    .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;
    }
  
  
    .in2_inner_1000px-center {
      width: 90%;
    }
  
    .smudgebottom {
      margin-left: 200px;
    }
  
    .smudge_red_hrero {
      margin-left: -100px;
      inset: 0%;
    }
  
    .c_5col_breaks {
      grid-row-gap: 64px;
      grid-template-columns: 1fr 1fr;
    }
  
    .c_grid_articles-2col {
      grid-template-columns: 1fr;
    }
  
    .div-block {
      width: 100%;
    }
  
    .image-2 {
      display: none;
    }
  
    .hide_mobile {
      display: block;
    }
  
    ._3col {
      grid-template-columns: 1fr;
    }
  }




  /* ========MEDIUM               ==================================*/
  
  @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-heading-5 {
      font-size: 18px;
    }
  
    .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;
    }
  
    .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: 40px;
      padding-bottom: 40px;
    }
  
    .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;
    }
  
    .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: 72px;
      padding-bottom: 72px;
    }
  
  
    
  
    .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: 100px;
      padding-top: 100px;
      padding-bottom: 100px;
    }
  
    .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%;
    }
  }
  
  /* MOBILE ========================================
  ===============================================   */


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

    .h1{
        font-size: 32px;
    }
    .h2_black{
       font-size: 28px;

    }

    .hero{
        margin: 0;
        padding-top: 24px;
    }


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

    .c_text_card{
        margin: 0;
        padding: 0;

    }

    .c_text_card_nterior {
    width: 100%;
    margin: 0;

    }

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

    .fn-links-wrapper {
      margin-bottom: 12px;
    }
  
    .c_container_main {
      padding-left: 16px;
      padding-right: 16px;
    }
  
    .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;
    }
  

    .h1{
        font-size: 40px;
    }

.h2_black{
    font-size: 32px;
}

    .heading-h1-size {
      margin-bottom: 10px;
      font-size: 30px;
      line-height: 37px;
    }
  
    .brix---container-default {
      padding-left: 20px;
      padding-right: 20px;
    }
  
  
    .link-icon-right {
      width: 18px;
    }
  
    .text-200-bold {
      font-size: 15px;
      line-height: 16px;
    }
  
    .paragraph-default2 {
      font-size: 17px;
      line-height: 28px;
    }
  
    .paragraph-default2.bottom {
      margin-bottom: 40px;
    }
  
    .img_flo_jo_simple.jo_bigger {
      margin-left: 0;
      margin-right: -50px;
    }
  
    .img_flo_jo_simple.smaller {
      margin-top: -100px;
      margin-left: -200px;
    }
  
    .img_wrapper_shadow {
      border-radius: 16px;
    }
  
    .inner-container-1000px-center {
      max-width: 310px;
    }
  
    /* =============== mobile  */

    .heading-h2-size {
      font-size: 32px;
    }
  
    .heading-h2-size.small-h2 {
      font-size: 28px;
    }
  
    .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;
    }
  
 
  
    .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, .header-nav-list-item {
      text-align: left;
      width: 100%;
    }
  
    .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: 0;
      padding-bottom: 0;
    }
  
    .para_subtitle {
      font-size: 17px;
      line-height: 28px;
    }
  
    .c_text_card {
      padding: 16px 16px 26px;
    }
  
    .img_fullwidht.img_corners20 {
      border-radius: 20px;
    }
  
    .img_fullwidht.img_corners20.top {
      min-width: 0;
    }
  
    .c_grid_para2xol_text {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
    }
  
    .field_text_field {
      text-align: center;
      min-width: 300px;
    }
  
    .form-block {
      display: none;
    }
  
    .html-embed {
      max-width: 300px;
    }
  
    .hide___form-block-2 {
      display: none;
    }
  
   
  
    .break-menu {
      flex-direction: column;
      align-items: center;
      width: 100%;
      display: flex;
      overflow: hidden;
    }
  
    .in1_color_surf_white_pad_top {
      background-color: #fff0;
      padding-top: 0;
    }
  

  
    .smudgebottom {
      margin-left: 0;
      display: none;
    }
  
    .c_5col_breaks {
      grid-template-columns: 1fr;
      justify-items: center;
      width: 100%;
      padding: 80px 34px 120px;
    }
  }



/* ===========  DUPE */



.s-links-center{
    font-size: 14px;
    text-align: center;
    width: 500px;
    padding:8px;
    color: white;
    /* padding-right:16px; */
    text-decoration: none;
}