:root {
  --violet: #6c4bff;
  --border-soft: #e0e0f0;
  --background: #f7f7fb;
  --font-family: Inter, sans-serif;
  --text-main: #121212;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --violet-dark: #4a2fcc;
  --text-secondary: #555;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --dark-bg: #111118;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--primary-base: #642eff;
  --_root---text-secondary: white;
  --radius-xl: 18px;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  z-index: 10;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #f7f7fbcc;
  border-bottom: 1px solid #e0e0f099;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  background-color: #ddd0;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.logo {
  grid-column-gap: .45em;
  grid-row-gap: .45em;
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  font-size: .9em;
  font-weight: 700;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .95rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: transform .15s, color .2s;
}

.nav-link:hover {
  color: var(--violet);
  transform: translateY(-1px);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  border: 1px solid var(--violet);
  color: var(--violet);
  letter-spacing: 2px;
  text-transform: none;
  background-color: #0000;
  border-radius: 999px;
  padding: 12px 25px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--border-soft);
  color: var(--violet);
}

.button-primary:active {
  background-color: #43464d;
}

.text-block {
  border-radius: 999px;
  font-weight: 700;
}

.body {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--background);
  font-family: var(--font-family);
  color: var(--text-main);
  object-fit: fill;
  font-size: 15px;
  overflow: auto;
}

.logo-mark {
  box-sizing: border-box;
  clear: none;
  background-color: #fff;
  background-image: linear-gradient(142deg, white, var(--violet) 40%, black);
  text-align: center;
  -webkit-text-stroke-width: 15px;
  text-transform: uppercase;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-size: 2px;
  font-weight: 400;
  line-height: .5px;
  text-decoration: none;
  overflow: visible;
  box-shadow: 0 10px 25px 5px #4c3cbe8c;
}

.text-block-2 {
  color: var(--text-main);
  line-height: 1.6;
}

.list-item {
  transition: transform .15s;
}

.list-item:hover {
  transform: translate(0, -1px);
}

.udesly-text-field {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-code-snippet {
  display: none;
}

.udesly-input-wrapper-2 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.f-h3-heading {
  color: var(--text-main);
  letter-spacing: -.02em;
  -webkit-text-stroke-color: var(--text-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--violet-dark);
  background-color: #6c4bff0f;
  border-radius: 20px;
  align-self: flex-start;
  padding: 3px 12px;
  display: flex;
}

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

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

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

.f-paragraph-large {
  color: var(--text-secondary);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-button-neutral {
  background-color: var(--violet-dark);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
  transform: translate(0, -2px);
}

.f-heading-detail-small {
  color: var(--violet-dark);
  letter-spacing: .08em;
  -webkit-text-stroke-color: var(--violet-dark);
  text-transform: capitalize;
  font-size: .8rem;
  font-weight: 400;
  line-height: 24px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.f-section-regular {
  padding: 100px 5% 72px;
  position: relative;
}

.f-content-image-wrapper {
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  height: 72%;
  display: flex;
  overflow: visible;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.text-span {
  color: var(--violet);
}

.text-span-2 {
  color: var(--violet-dark);
}

.text-span-3 {
  color: var(--text-main);
}

.text-block-3 {
  -webkit-text-stroke-color: var(--violet-dark);
  line-height: 1.6;
  transition: transform .2s, background-color .3s;
  box-shadow: 6px 9px 17px 3px #6c4bff4f;
}

.text-block-4 {
  color: var(--violet);
  line-height: 1.6;
}

.slider {
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  align-self: stretch;
  height: 100%;
  padding-top: 10px;
  box-shadow: inset 5px 5px 16px 5px #12121214;
}

.mask {
  background-color: #0000;
  border-radius: 17px;
}

.slide-nav {
  filter: sepia();
  pointer-events: none;
  direction: ltr;
  text-overflow: clip;
  mix-blend-mode: difference;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 1%;
  padding-right: 2%;
  line-height: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.slide-nav:focus {
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #121212;
}

.div-block-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  justify-content: space-between;
  height: 25%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 55%;
  height: 100%;
  display: flex;
}

.div-block-4 {
  border-radius: 20px;
  width: 40%;
  height: 100%;
}

.text-block-5 {
  direction: ltr;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
}

.slide {
  box-sizing: border-box;
  background-color: var(--flowui-component-library--white);
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

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

.div-block-8 {
  flex: 1;
  align-self: auto;
}

.text-block-6 {
  color: var(--text-secondary);
  font-size: 11px;
}

.text-block-7 {
  font-weight: 800;
}

.div-block-9 {
  display: flex;
}

.slider-2 {
  background-color: var(--flowui-component-library--white);
  border-radius: 20px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  box-shadow: 8px 8px 18px 9px #eef1ff;
}

.slide-nav-2 {
  mix-blend-mode: difference;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  line-height: 15px;
  display: flex;
}

.mask-2 {
  padding: 20px;
}

.div-block-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-12 {
  padding-bottom: 10px;
  font-weight: 700;
  line-height: .95rem;
}

.div-block-13 {
  color: var(--text-secondary);
  font-size: 12px;
  line-height: .95rem;
}

.div-block-14 {
  background-color: var(--dark-bg);
  color: var(--background);
  border: 1px solid #000;
  border-radius: 20px;
  padding: .25rem .6rem;
  font-size: 12px;
  font-weight: 300;
  line-height: .95rem;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  max-height: 150px;
  display: grid;
}

.div-block-16 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.text-block-8 {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

.text-block-9 {
  font-size: 12px;
  line-height: 1.6;
}

.div-block-17 {
  color: var(--text-secondary);
  margin-top: 60px;
  line-height: 1.6;
}

.text-block-10 {
  color: #46d39a;
  -webkit-text-stroke-width: 3px;
  text-overflow: clip;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1.6;
  overflow: hidden;
}

.div-block-18 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.text-block-11 {
  color: var(--text-secondary);
  line-height: 1.6;
}

.text-block-12 {
  color: var(--violet-dark);
  -webkit-text-stroke-width: 3px;
  line-height: 1.6;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.testimonial-column-light {
  padding: 80px 5%;
  line-height: 1.6;
  position: relative;
}

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

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

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border-style: solid;
  border-width: 1px;
  border-color: #e4ebf3 #e4ebf3 var(--border-soft);
  box-shadow: 0 2px 5px 0 var(--border-soft);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 16px;
  display: flex;
}

.testimonial-text-two {
  background-color: var(--border-soft);
  color: var(--flowui-component-library--white);
  text-align: center;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 20px;
  display: flex;
  overflow: visible;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.paragraph {
  font-size: 1.05rem;
  font-weight: 600;
}

.paragraph-2 {
  color: var(--text-secondary);
  width: 100%;
  height: 72100%;
}

.bold-text {
  color: var(--violet-dark);
  font-size: 13px;
  font-weight: 400;
}

.paragraph-3 {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: var(--text-secondary);
  text-align: center;
}

.hero-heading-center {
  background-color: #f5f7fa;
  padding: 80px 30px;
  line-height: 1.6;
  position: relative;
}

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

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

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  background-color: var(--dark-bg);
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  padding: 2%;
  display: flex;
}

.hero-split {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px {
  color: #cfcfe9;
  -webkit-text-stroke-color: #6b7094;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: center;
  margin-bottom: 24px;
  font-weight: 400;
  display: block;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: var(--violet);
}

.point {
  float: none;
  clear: both;
  color: var(--text-secondary);
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  vertical-align: super;
  justify-content: center;
  align-items: center;
  display: inline;
  overflow: hidden;
}

.margin-bottom-24px-copy {
  color: var(--flowui-component-library--white);
  flex-flow: wrap;
  flex: 0 auto;
  align-content: center;
  margin-bottom: 24px;
  display: block;
}

.heading {
  color: var(--flowui-component-library--gray-200);
}

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

.text-block-13 {
  color: #bdbdea;
}

.div-block-20 {
  background-color: var(--flowui-component-library--gray-700);
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.text-block-14 {
  color: var(--flowui-component-library--white);
}

.text-block-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--border-soft);
  background-color: var(--flowui-component-library--white);
  box-shadow: 0 2px 5px 1px var(--border-soft);
  color: var(--text-main);
  border-radius: 20px;
  align-items: center;
  padding-left: 10px;
  line-height: 1.6;
  display: flex;
}

.text-span-7 {
  color: var(--violet-dark);
}

.f-h3-heading-2 {
  color: var(--dark-bg);
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.2;
}

.f-container-regular-2 {
  flex-flow: column;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  display: flex;
}

.f-paragraph-small {
  color: var(--text-secondary);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.8;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-33 {
  margin-bottom: 16px;
}

.f-paragraph-large-2 {
  color: var(--text-secondary);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-feature-icon-wrapper {
  background-color: var(--border-soft);
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  display: flex;
}

.f-sub-heading-large {
  color: var(--text-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-64 {
  flex-flow: column;
  margin-bottom: 64px;
  line-height: 1.6;
  display: flex;
}

.f-feature-card-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--flowui-component-library--gray-200);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.f-feature-card-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 1px;
  height: 200px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px dashed var(--border-soft);
  background-color: var(--flowui-component-library--white);
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-22 {
  border: 1px solid var(--border-soft);
  background-color: var(--flowui-component-library--white);
  box-shadow: inset 0 2px 5px 0 #0003, 0 2px 5px 0 var(--flowui-component-library--grey-300);
  border-radius: 20px;
}

.f-paragraph-small-copy {
  color: var(--text-secondary);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.8;
}

.div-block-23 {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  display: flex;
}

.div-block-24 {
  align-self: center;
}

.div-block-25 {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  object-fit: fill;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-26 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--border-soft);
  background-color: var(--background);
  border-radius: 999px;
  flex-flow: row;
  flex: none;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  max-height: 40px;
  padding: 10px;
  display: flex;
}

.image {
  border-radius: 10000px;
}

.text-block-16 {
  box-sizing: border-box;
  color: var(--text-secondary);
  text-align: center;
}

.text-span-8 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
}

.div-block-27 {
  box-sizing: border-box;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  direction: ltr;
  text-overflow: clip;
  white-space: nowrap;
  object-fit: contain;
  background-image: linear-gradient(270deg, #0000, #fff), linear-gradient(90deg, #0000, #fff);
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.div-block-28 {
  z-index: 100;
  background-color: var(--background);
  box-shadow: 0 2px 5px 0 var(--flowui-component-library--white);
  object-fit: scale-down;
  width: 50px;
  position: sticky;
  inset: auto auto 0% 0%;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  max-height: 740px;
  display: grid;
}

.div-form {
  border: 1px solid var(--border-soft);
  background-color: var(--flowui-component-library--white);
  box-shadow: 0 2px 5px 4px var(--border-soft);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.field-label {
  color: var(--text-secondary);
  font-weight: 400;
  line-height: 1.6;
}

.text-field {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.select-field {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--text-main);
  border-radius: 20px;
}

.select-field:hover {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.text-field-copy {
  box-sizing: border-box;
  float: none;
  clear: none;
  background-color: var(--flowui-component-library--gray-100);
  text-align: left;
  vertical-align: text-top;
  resize: vertical;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  overflow: visible;
}

.form {
  flex-flow: column;
  display: flex;
}

.textarea {
  height: 62px;
}

.div-block-30 {
  background-color: var(--border-soft);
  border-radius: 20px;
  padding: 10px;
}

.text-block-17 {
  color: var(--text-secondary);
  line-height: 1.6;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-link {
  color: var(--border-soft);
  letter-spacing: -.01em;
  white-space: nowrap;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-link.w--current {
  white-space: nowrap;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-small {
  background-color: var(--dark-bg);
  color: var(--border-soft);
  margin-top: 0;
  padding: 32px 5%;
  position: sticky;
  top: 100%;
  overflow: hidden;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message {
  margin-top: 13%;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.div-block-31 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 20px;
  padding: 10px 20px 20px;
}

.section {
  margin-top: 100px;
  margin-bottom: 20px;
}

.section-2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    height: 100%;
  }

  .slide-nav-2 {
    padding-top: 10px;
  }

  .div-block-17 {
    margin-top: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .f-feature-card-row {
    flex-direction: column;
  }

  .f-feature-card-divider {
    width: 50%;
    height: 1px;
    margin: 32px 0;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .success-message {
    margin-top: 35%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .logo {
    padding-left: 0;
  }

  .nav-menu-two {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    align-items: center;
    display: flex;
    overflow: clip;
  }

  .nav-link {
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 100px;
    padding-bottom: 72px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-29 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
    padding-left: 5px;
    padding-right: 5px;
  }

  .success-message {
    float: none;
    clear: none;
    direction: ltr;
    margin-top: 0%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .udesly-input-wrapper-2 {
    width: auto;
    max-width: none;
  }

  .f-content-image-wrapper {
    overflow: visible;
  }

  .div-block-5 {
    flex-flow: column;
    padding-top: 20px;
  }

  .div-block-6 {
    flex: 0 auto;
  }

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

  .text-block-6 {
    float: right;
    clear: left;
  }

  .slide-nav-2 {
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 10px;
  }

  .div-block-15 {
    max-height: 200px;
  }

  .div-block-17 {
    padding-bottom: 13px;
    font-size: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }
}

#w-node-_3b273b67-5cc3-2295-cbbf-72477057a8fa-de8976b8 {
  align-self: stretch;
}

#w-node-_3b273b67-5cc3-2295-cbbf-72477057a90b-de8976b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4cc485e4-e825-ebb8-07d5-3355941ea0e6-de8976b8, #w-node-_6dce7558-ee86-d048-3846-1a3553fd876c-de8976b8, #w-node-_16e0a497-8083-ff38-196c-07e591091c27-de8976b8, #w-node-_0984ac2f-3e1f-c792-d555-25ee776f4250-de8976b8 {
  place-self: stretch stretch;
}

#w-node-f613188f-f3ab-944f-4919-59efd193b024-de8976b8 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-b14245f6-d901-dd43-51a7-a224b7343648-de8976b8, #w-node-e3a85c9b-25f8-08f8-1a88-219b96f54cdf-de8976b8 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ad459761-fcc0-d746-7486-a11c779a3433-de8976b8 {
  align-self: auto;
}

#w-node-_082dbf01-c8d9-7b0a-e244-ff4a370cf451-370cf447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3b273b67-5cc3-2295-cbbf-72477057a8fa-de8976b8 {
    order: -9999;
  }
}


