:root {
  --_colors---default: #f5f8fa;
  --_colors---black: #000;
  --_font-size---base: 16px;
  --_font-size---sm: 14px;
  --_font-size---9xl: 64px;
  --_font-size---5xl: 40px;
  --_font-size---6xl: 48px;
  --_font-size---4xl: 32px;
  --_font-size---3xl: 28px;
  --_font-size---2xl: 24px;
  --_font-size---xl: 20px;
  --_colors---primary: #ffa421;
  --primary-hover: #ffa421cc;
  --gray-200: #f2f3f5;
  --gray-300: #f2f3f5;
  --gray-400: #9ca3af;
  --transparent: #0000;
  --_colors---secondary: #bdbdbd;
  --_font-size---lg: 18px;
  --_font-size---xs: 12px;
  --_colors---flowui-component-library--white: white;
  --_colors---success-light: #70c46f;
  --_font-size---8xl: 56px;
  --blue: #004399;
  --_font-size---10xl: 72px;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--white: ;
  --flowui-component-library--grey-600: #393b6a;
  --gray-500: #6b7280;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --flowui-component-library--primary-lighter: #f7f5ff;
  --flowui-component-library--primary-base: #642eff;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --gray-600: #4b5563;
  --_font-size---xxs: 8px;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --_colors---primary-light: white;
  --_colors---primary-dark: white;
  --_colors---secondary-light: white;
  --_colors---secondary-main: white;
  --_colors---secondary-dark: #a74576;
  --_font-size---7xl: 52px;
  --_colors---success-main: #70c46f;
  --_colors---success-dark: #519252;
  --_colors---info-light: white;
  --_colors---info-main: white;
  --_colors---info-dark: white;
  --_colors---warning-light: white;
  --_colors---warning-main: #ffb037;
  --_colors---warning-dark: #fd6939;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
}

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

.body {
  background-color: var(--_colors---default);
  color: var(--_colors---black);
  font-family: Poppins, sans-serif;
  font-size: var(--_font-size---base);
  line-height: 1.6em;
}

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

.container {
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 20px;
  display: block;
}

.container.hero {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 80%;
  display: grid;
  overflow: visible;
}

.container.justify-between {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.navbar {
  height: 110px;
}

.container._300vh {
  height: 300vh;
}

.container.built-for-firms {
  position: sticky;
  top: 110px;
}

.container.powerful-platform {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.py {
  padding-top: 50px;
  padding-bottom: 100px;
}

.h1 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: var(--_font-size---9xl);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2em;
}

.h1.nowrap {
  white-space: nowrap;
}

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

.h1.text-center.mb-16 {
  margin-bottom: 16px;
}

.h2 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: var(--_font-size---6xl);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2em;
}

.h2.about-title {
  margin-top: 120px;
}

.h2.about-title.pt-0 {
  margin-top: 0;
}

.h2.advance-features, .h2.center {
  text-align: center;
}

.h2.center.mb-48 {
  margin-bottom: 48px;
}

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

.h2.text-center.mb-48 {
  margin-bottom: 48px;
}

.h2.mob-center {
  cursor: pointer;
}

.h3 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: var(--_font-size---5xl);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2em;
}

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

.h4 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: var(--_font-size---2xl);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
}

.h4.mb-16 {
  margin-bottom: 16px;
}

.h4.font-semi {
  font-weight: 600;
}

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

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_colors---primary);
  color: var(--_colors---black);
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--primary-hover);
  color: var(--_colors---black);
}

.button.mt-60 {
  margin-top: 60px;
}

.button.mt-50 {
  margin-top: 24px;
}

.button.icon {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

.button.icon.outline.embla-prev {
  transition: border-color .4s, color .2s, background-color .2s;
}

.button.icon.outline.embla-next {
  transition-duration: .4s, .4s;
}

.button.icon.lg {
  width: 60px;
  height: 60px;
  position: relative;
}

.button.secondary {
  background-color: var(--gray-200);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.button.secondary:hover {
  background-color: var(--gray-300);
}

.button.outline {
  border: 1px solid var(--gray-400);
  background-color: var(--transparent);
}

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

.button.nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_colors---primary);
  font-size: var(--_font-size---base);
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.4em;
  display: flex;
}

.paragraph-base {
  font-size: var(--_font-size---base);
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-base.mb-16 {
  margin-bottom: 16px;
}

.paragraph-base.link-black {
  color: var(--_colors---black);
}

.paragraph-base.mb-24 {
  margin-bottom: 24px;
}

.paragraph-base.mb-24.op-50 {
  opacity: .7;
}

.paragraph-base.mx-xs {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-base.mx-xs.text-center {
  text-align: center;
}

.paragraph-base.mx-xs.text-center.mb-32 {
  margin-bottom: 32px;
}

.paragraph-base.gray {
  color: var(--_colors---secondary);
}

.paragraph-lg {
  font-size: var(--_font-size---lg);
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-l2xl {
  font-size: var(--_font-size---xl);
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-sm {
  font-size: var(--_font-size---sm);
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-sm.font-smi {
  margin-bottom: 8px;
  font-weight: 600;
}

.paragraph-sm.mb-24 {
  margin-bottom: 24px;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--_colors---flowui-component-library--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--_colors---flowui-component-library--white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--_colors---flowui-component-library--white);
  text-overflow: clip;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px 5px 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.nav-link.dropdown {
  padding-right: 0;
}

.nav-link.dropdown.text-black, .nav-link.text-black {
  color: var(--_colors---black);
}

.nav-link.is_yellow {
  color: var(--_colors---primary);
}

.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-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#00214c 100%, #fff);
  display: block;
  position: fixed;
  left: 0;
  right: 0;
}

.image {
  max-height: 100px;
}

.div-block-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--_colors---primary), var(--_colors---success-light));
  height: 120vh;
}

.bg-gradient {
  color: var(--_colors---flowui-component-library--white);
  background-image: linear-gradient(#00214c, #004399);
  padding-top: 180px;
  padding-bottom: 100px;
  display: block;
}

.bg-gradient.overflow-hidden-workstation {
  background-image: linear-gradient(#00214c 30%, #004399);
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.bg-gradient.overflow-hidden, .bg-gradient.overflow-hidden-reshearch {
  background-image: linear-gradient(#00214c 30%, #004399);
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}

.text {
  margin-top: 0;
  margin-bottom: 0;
}

.text.xl {
  font-size: var(--_font-size---xl);
}

.text.bold {
  font-weight: 700;
}

.text._2xl {
  font-size: var(--_font-size---2xl);
  line-height: 1.2em;
}

.text._2xl.bold.text-black {
  color: var(--_colors---black);
}

.text._8xl {
  font-size: var(--_font-size---8xl);
  font-weight: 600;
  line-height: 1.2em;
}

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

.text.md {
  font-size: var(--_font-size---lg);
}

.text.md.medium {
  font-weight: 400;
}

.text.md.lg-center.mb-24 {
  cursor: pointer;
}

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

.text.md.text-center.mb-16 {
  margin-bottom: 16px;
}

.text.mt-4 {
  margin-top: 4px;
}

.text.mt-8 {
  margin-top: 8px;
}

.text.mt-16 {
  margin-top: 16px;
}

.text.semibold {
  font-weight: 600;
}

.text.semibold.xl.center {
  text-align: center;
}

.text.blue {
  color: var(--blue);
}

.text._4xl {
  font-size: var(--_font-size---4xl);
}

.text._4xl.semibold.white {
  position: static;
  top: 32px;
  left: 32px;
}

.text._10xl {
  font-size: var(--_font-size---10xl);
}

.text.primary {
  color: var(--_colors---primary);
}

.text.font-18 {
  font-size: var(--_font-size---lg);
}

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

.nav-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-primary {
  color: var(--_colors---primary);
}

.paragraph, .bold-text {
  font-weight: 400;
}

.hero-left-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.section.py.hide {
  display: block;
}

.section.py.d-none {
  display: none;
}

.section.bg-gradient.py.elevation {
  background-image: linear-gradient(#00214c, #004399);
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.bg-gradient.py.elevation.d-none {
  display: none;
}

.section.py-100 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.py-100.bg-white {
  background-color: var(--_colors---flowui-component-library--white);
  padding-top: 20px;
  padding-bottom: 0;
}

.section.py-100.bg-white.d-none {
  display: none;
}

.section.pb-100 {
  padding-bottom: 100px;
}

.section.pb-100.bg-white {
  background-color: var(--_colors---flowui-component-library--white);
}

.about-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  transition: background-color .3s;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.div-block-6 {
  color: var(--_colors---flowui-component-library--white);
  border-radius: 16px;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
  padding-top: 0;
  display: grid;
}

.div-block-8 {
  background-color: #00000080;
  flex-flow: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  object-fit: cover;
  border-radius: 16px;
  width: auto;
  height: auto;
  max-height: 100%;
  display: block;
}

.div-block-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--_colors---flowui-component-library--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  text-decoration: none;
  display: flex;
}

.image-3 {
  width: 20px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._10xl {
  font-size: var(--_font-size---10xl);
  line-height: 120%;
}

.div-block-13 {
  margin-right: 128px;
}

.background-video {
  width: 100%;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-container.h-testimonial {
  width: 35%;
}

.image-container.h-80 {
  justify-content: center;
  align-items: center;
  height: 90px;
  overflow: hidden;
}

.image-container.mt-48 {
  margin-top: 48px;
}

.div-block-17 {
  color: #000;
}

.icon-svg {
  width: 26px;
  height: 26px;
  margin-bottom: 24px;
}

.container-base-2 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial {
  background-color: #002c66;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2em;
}

.image-4 {
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 100px;
}

.image-4.full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.content-wrapper {
  width: 65%;
  padding: 24px;
}

.heading-wrapper {
  justify-content: space-between;
  display: flex;
}

.heading-wrapper.mb-48 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.paragraph-28 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6em;
}

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

.section-expectatio.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.h2-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2em;
}

.h2-3.text-center {
  text-align: center;
}

.h2-3.text-center.mb-48 {
  margin-bottom: 48px;
  line-height: 1.2em;
}

.section-industry.py-96 {
  color: #000;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-industry.d-none {
  display: none;
}

.paragraph-base-2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

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

.paragraph-base-2.text-center.mt-20 {
  opacity: 0;
  padding-top: 20px;
  display: block;
}

.div-block-18 {
  grid-column-gap: 64px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.h2-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2em;
}

.btn {
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #fd6939;
  border: 2px solid #fd6939;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.btn:hover {
  color: #fd6939;
  background-color: #0000;
}

.div-block-20 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #fff;
  background-color: #002a63;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 96px;
  display: grid;
}

.paragraph-29 {
  line-height: 1.6em;
}

.section-cta.py-96 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-21 {
  margin-top: 40px;
  display: flex;
}

.footer {
  background-color: #001f47;
}

.footer.py-96 {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-22 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
}

.paragraph-sm-2 {
  font-size: var(--_font-size---sm);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-sm-2.uppercase {
  text-transform: uppercase;
}

.paragraph-sm-2.uppercase.gray {
  color: #bdbdbd;
}

.paragraph-sm-2.gray {
  color: #bdbdbd;
  line-height: 1.6em;
}

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

.footer-link {
  color: #fff;
  text-decoration: none;
}

.image-6 {
  width: 22px;
  height: 22px;
}

.div-block-23 {
  background-color: #001f47;
}

.div-block-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.divider {
  background-color: #636774;
  width: 100%;
  height: 1px;
}

.section-vestmark-stats.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-vestmark-stats.py-96.white {
  color: #fff;
}

.div-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 20px;
  display: flex;
}

.text-span {
  color: #bdbdbd;
}

.div-block-27 {
  background-color: #264062;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.div-block-27.d-none {
  display: none;
}

.log--wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.div-block-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.embla {
  width: 100%;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.embla__container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.embla__slide {
  border-radius: 24px;
  flex: 0 0 50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.embla__slide.gray {
  background-color: var(--gray-300);
  flex: 0 0 50%;
}

.embla__slide.blue-light {
  background-color: #99c5ff;
}

.embla__slide.blue-deep {
  background-color: #002c66;
}

.image-7 {
  width: 56px;
  margin-bottom: 10px;
}

.hero-badge {
  background-color: #0000001a;
  border-radius: 999px;
  padding: 2px 8px;
}

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

.arrow-left {
  width: 16px;
  height: 16px;
}

.arrow-left.rotate-180 {
  transform: rotate(180deg);
}

.heading {
  font-weight: 600;
}

.grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.check-icon {
  color: var(--blue);
  width: 16px;
  height: 16px;
}

.list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--_colors---black);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.div-block-29 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.built-for-him._300vh {
  display: block;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
}

.advanced-feature-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#f2f3f5, #f1f2f4);
  border-radius: 32px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.advanced-feature-card.c1-r-2 {
  background-image: url('../images/homepage-bento-box-2-686.webp'), linear-gradient(#f2f3f5, #f1f2f4);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 400px, auto;
  padding-bottom: 200px;
}

.advanced-feature-card.c-3 {
  background-image: url('../images/homepage-bento-box-4-686-2.webp'), linear-gradient(#f2f3f5, #f1f2f4);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 100%;
}

.div-block-31 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_colors---flowui-component-library--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 32px;
  display: flex;
}

.stat-count {
  font-size: var(--_font-size---8xl);
  font-weight: 400;
  line-height: 1em;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--_colors---flowui-component-library--white);
  background-image: url('../images/homepage-bento-box-3-686x1075-1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  flex-flow: column;
  height: 100%;
  padding: 32px;
  display: flex;
}

.embla-buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.modular-logos-loop {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

.modular-logos-loop-content {
  width: 100%;
  position: relative;
}

.modular-logos-loop-relative {
  position: relative;
}

.modular-clients-04-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--_colors---primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.modular-logos-grid-content {
  padding-top: 1em;
  padding-bottom: 1em;
}

.logos-image {
  object-fit: contain;
  width: 100%;
  max-width: 172px;
  height: 100%;
  max-height: 35px;
}

.modular-logos-loop-absolute {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 100%;
}

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

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-8 {
  object-fit: contain;
  border-radius: 16px;
  width: 400px;
  height: 350px;
  margin-top: 0;
  overflow: visible;
}

.image-9 {
  flex: none;
  width: 64px;
  height: 64px;
  position: static;
}

.grow-delay-300 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

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

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

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

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  height: auto;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.text-blue {
  color: var(--blue);
}

.powerful-platform-right-image {
  max-width: 500px;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000003d;
  border-radius: 12px;
  flex-flow: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.h5 {
  font-weight: 600;
}

.div-block-39 {
  grid-column-gap: 105px;
  grid-row-gap: 105px;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0 auto 0%;
  transform: translate(0, -65px)rotate(-20deg);
}

.plus-button-menu {
  color: var(--_colors---flowui-component-library--white);
  background-color: #0e4286;
  border-radius: 12px;
  width: 300px;
  padding: 20px;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
}

.dropdown-content {
  background-color: var(--_colors---flowui-component-library--white);
  color: var(--_colors---black);
  border-radius: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-2 {
  color: var(--_colors---flowui-component-library--white);
}

.slide-up {
  width: 100%;
  display: block;
}

.slide-up.m-none {
  width: 100%;
}

.slide-up.drkstop-none {
  display: none;
}

.slide-up-d-200 {
  cursor: pointer;
}

.slide-up-d-300 {
  align-self: auto;
}

.slide-up-d-300.flex {
  align-self: center;
}

.hero-image {
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.hero-image.right {
  justify-content: center;
  align-items: center;
  height: 350px;
}

.slide-up-d-400.h-full {
  height: 100%;
}

.div-block-40 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-41 {
  height: 100%;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  display: none;
  position: relative;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three {
  background-color: var(--_colors---flowui-component-library--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.solution-card-icon {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  text-align: center;
  margin-bottom: 20px;
}

.dialog {
  display: none;
}

.dialog-overlay {
  z-index: 50;
  background-color: #0000004a;
  position: fixed;
  inset: 0%;
}

.dialog-content {
  z-index: 100;
  background-color: var(--_colors---flowui-component-library--white);
  padding: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
}

.containar-sm {
  background-color: var(--_colors---flowui-component-library--white);
  max-width: 940px;
}

.containar-sm.modal {
  max-height: 80vh;
  padding: 32px;
  position: fixed;
  inset: 0% 0% 0;
}

.containar-sm.modal-content {
  border-radius: 10px;
  max-height: 90vh;
  padding: 32px;
  overflow: auto;
}

.containar-sm.bg-remove {
  background-color: var(--transparent);
}

.div-block-42 {
  background-color: #00000080;
}

.image-10 {
  cursor: pointer;
  width: 48px;
  height: 48px;
}

.div-block-43 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.link {
  color: var(--blue);
  text-decoration: none;
}

.div-block-44 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-45 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.modal {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal.d-flex {
  display: flex;
}

.div-block-46 {
  z-index: -10;
  background-color: #0009;
  position: fixed;
  inset: 0;
}

.link-2 {
  color: var(--_colors---black);
}

.div-block-47 {
  background-color: #001f47;
}

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

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

.div-block-49 {
  background-color: #001f47;
  background-image: url('../images/contact-bg-780.webp');
  background-position: 50%;
  background-size: auto;
  border-radius: 16px;
  padding: 40px;
}

.text-field {
  border: 1px solid var(--gray-400);
  background-color: #0000;
  border-radius: 8px;
  height: 54px;
  padding: 14px 16px;
}

.text-field.h-120 {
  height: auto;
  min-height: 120px;
}

.textarea {
  min-height: 120px;
}

.div-block-50 {
  margin-top: 24px;
}

.div-block-51 {
  background-color: var(--_colors---flowui-component-library--white);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.image-11 {
  width: 48px;
  height: 48px;
}

.image-11._23 {
  width: 44px;
  height: 44px;
}

.div-block-52 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-3 {
  color: var(--_colors---black);
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.bold-text-2, .bold-text-3 {
  color: var(--_colors---black);
}

.section-herro-about.py-100 {
  background-color: var(--blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-54 {
  display: inline-block;
}

.div-block-55 {
  color: var(--_colors---flowui-component-library--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-56 {
  background-color: var(--blue);
}

.py-100 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  position: relative;
}

.f-feature-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 140px;
  min-width: 72px;
  height: 140px;
  min-height: 72px;
  margin-bottom: 20px;
  padding: 16px;
}

.f-sub-heading-large {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-heading-detail-small {
  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 {
  margin-bottom: 48px;
}

.f-feature-card-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--flowui-component-library--gray-200);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

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

.div-block-57 {
  border-radius: 10px;
  height: 100%;
  padding: 32px;
  box-shadow: -1px 2px 5px #0003;
}

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

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

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

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

.f-h6-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

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

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-right-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section {
  background-color: var(--flowui-component-library--white);
  padding: 100px 5%;
  display: none;
  position: relative;
  overflow: hidden;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-testimonial-card {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-slider-cards {
  background-color: #fff;
  height: auto;
}

.transform {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-base {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  height: 120px;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--gray-500);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---flowui-component-library--white);
  background-image: linear-gradient(#0003, #0003);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 100px;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.image-12 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.div-block-60 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.modiuls {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
  overflow: hidden;
}

.div-block-62 {
  position: sticky;
  top: 100px;
}

.heading-12 {
  position: sticky;
}

.div-block-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px none var(--gray-500);
  border-radius: 8px;
  display: flex;
  position: sticky;
  top: 100px;
}

.div-block-63 {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  display: flex;
  overflow: hidden;
}

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

.marquee-wrap {
  display: flex;
}

.loop-track {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-gradiant-overlay-div {
  z-index: 5;
  background-image: linear-gradient(90deg, var(--blue), #fff0);
  min-width: 14rem;
  min-height: 5rem;
  position: absolute;
  inset: -16px auto 0% 0%;
}

.white-gradiant-overlay-div._1 {
  background-image: linear-gradient(260deg, var(--blue), #fff0);
  left: auto;
  right: 0%;
}

.loop-collection {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  display: flex;
}

.div-block-64 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-left-workstation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-left-workstation.mb-64 {
  margin-bottom: 64px;
}

.hero-left-workstation.mb-48 {
  margin-bottom: 48px;
}

.div-block-65 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-66 {
  max-width: 600px;
}

.div-block-66.mb-48 {
  margin-bottom: 48px;
}

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

.div-block-68 {
  position: relative;
}

.div-block-69 {
  z-index: 10;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 32px;
  position: absolute;
}

.div-block-70 {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 280px;
  display: flex;
  overflow: hidden;
}

.div-block-71 {
  max-width: 400px;
}

.div-block-72 {
  color: var(--flowui-component-library--white);
}

.div-block-73 {
  background-color: #0000004d;
  border-radius: 16px;
  position: absolute;
  inset: 0;
}

.div-block-74 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--_colors---flowui-component-library--white);
  background-color: #002c66;
  border-radius: 16px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.div-block-75 {
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.image-14 {
  max-height: 100%;
}

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

.div-block-74-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_colors---default);
  border-radius: 16px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.div-block-77 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.right-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--_colors---flowui-component-library--white);
  background-color: #002c66;
  border-radius: 16px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.div-block-71-copy {
  max-width: 400px;
}

.div-block-right-bottom {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--_colors---default);
  border-radius: 16px;
  flex-flow: row;
  padding: 32px;
  display: flex;
}

.div-block-75-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-75-right {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-75-copy {
  justify-content: center;
  align-items: center;
  height: 280px;
  display: flex;
}

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

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

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

.rl_faq6_accordion {
  border: 1px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  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;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_section_faq6 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

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

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

.rl_faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.rl_faq6_question-text {
  color: var(--relume-library-lite--rl-black);
  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;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

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

.modiul-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-container-modiul {
  background-color: #002c66;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 710px;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.image-container-modiul.h-testimonial {
  width: 35%;
}

.image-container-modiul.h-80 {
  justify-content: center;
  align-items: center;
  height: 80px;
  overflow: hidden;
}

.image-container-modiul.mt-48 {
  margin-top: 48px;
}

.image-16 {
  object-fit: contain;
  border-radius: 16px;
  width: auto;
  height: auto;
  max-height: 100%;
}

.about-card2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--gray-300);
  color: var(--_colors---black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.about-card2.slide-up-d-200 {
  justify-content: center;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-top: 30px;
  display: grid;
}

.image-containerwork {
  z-index: 999;
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-containerwork.h-testimonial {
  width: 35%;
}

.image-containerwork.h-80 {
  justify-content: center;
  align-items: center;
  height: 80px;
  overflow: hidden;
}

.image-containerwork.mt-48 {
  margin-top: 48px;
}

.link-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--_colors---flowui-component-library--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-17 {
  background-color: #fff;
  height: 32px;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_colors---flowui-component-library--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-80 {
  margin-top: 40px;
}

.research-2nd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-81 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid gray;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 10px;
  display: grid;
}

.div-block-82 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.video {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 0;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  overflow: visible;
}

.div-block-83 {
  overflow: hidden;
}

.container-1200 {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container-1200.hero {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
  overflow: visible;
}

.container-1200.justify-between {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-1200.navbar {
  height: 110px;
}

.container-1200._300vh {
  height: 300vh;
}

.container-1200.built-for-firms {
  position: sticky;
  top: 110px;
}

.container-1200.powerful-platform {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-1200.py {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-31 {
  text-decoration: none;
}

.bold-text-4, .link-4 {
  color: var(--_colors---black);
  text-decoration: none;
}

.div-block-84, .div-block-85 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  color: var(--_colors---black);
  text-decoration: none;
}

.navbar-contat {
  background-color: #0000;
  height: 100px;
  display: block;
}

.bg-gradient-contact {
  color: var(--_colors---flowui-component-library--white);
  background-image: linear-gradient(#00214c, #004399);
  height: 100px;
}

.bg-gradient-contact.overflow-hidden-workstation {
  padding-top: 200px;
  padding-bottom: 0;
  overflow: hidden;
}

.bg-gradient-contact.overflow-hidden {
  padding-top: 200px;
  padding-bottom: 64px;
  overflow: hidden;
}

.bg-gradient-contact.overflow-hidden-reshearch {
  padding-top: 200px;
  padding-bottom: 120px;
  overflow: hidden;
}

.video-wrapper {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 1px 3px 4px #999;
}

.div-block-86 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-articat {
  background-color: var(--gray-300);
  color: var(--_colors---black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.image-18 {
  border-radius: 12px;
}

.div-block-87 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.image-19 {
  width: 64px;
  height: 64px;
}

.close-btn {
  cursor: pointer;
  background-color: #262626;
  border-radius: 50%;
}

.div-block-117 {
  z-index: auto;
  background-color: #292929;
  background-image: url('../images/Ellipse-18.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #7d7d7d;
  position: absolute;
  inset: 4px;
}

.text-block {
  z-index: 1;
  text-transform: uppercase;
  position: relative;
}

.div-block-118 {
  z-index: auto;
  background-color: #292929;
  background-image: url('../images/Ellipse-18.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #7d7d7d;
  position: absolute;
  inset: 4px;
}

.button-primary-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #29292900;
  border: 1px #7d7d7d;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  padding: 12px 20px 12px 28px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-119 {
  position: relative;
}

.drawer-logo {
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  display: flex;
  overflow: hidden;
}

.button-corner {
  aspect-ratio: 1;
  background-color: #d3191900;
  border: 2px solid #fff;
  border-style: solid solid none none;
  width: 10%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.button-corner.top-left {
  aspect-ratio: 1;
  border-left-style: solid;
  border-right-style: none;
  width: 15px;
  height: 15px;
  left: 0;
  right: auto;
}

.button-corner.bottom-left {
  border-style: none none solid solid;
  width: 15px;
  height: 15px;
  inset: auto auto 0 0;
}

.button-corner.top-right {
  width: 15px;
  height: 15px;
}

.button-corner.bottom-right {
  border-top-style: none;
  border-bottom-style: solid;
  width: 15px;
  height: 15px;
  inset: auto 0 0 auto;
}

.drawer {
  z-index: 1002;
  background-color: var(--blue);
  flex-flow: column;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  padding: 40px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 6px 11px 4px #0003;
}

.image-3-copy {
  max-height: 100%;
}

.image-20 {
  z-index: 1;
  aspect-ratio: 1;
  width: 25px;
  position: relative;
}

.overlay {
  z-index: 1000;
  background-color: #0009;
  display: none;
  position: fixed;
  inset: 0;
}

.div-block-120.dekstop-none {
  display: none;
}

.div-block-121 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-121.mb-120 {
  margin-bottom: 120px;
}

.nav-link-2 {
  border-radius: 999px;
  align-items: center;
  height: 10px;
  font-size: 16px;
  display: flex;
}

.nav-link-2:hover, .nav-link-2:visited {
  color: #1d1f2c;
  background-color: #fff;
}

.nav-link-2.w--current {
  color: #000;
  background-color: #fff;
}

.cta-mobile {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-45 {
  z-index: 1;
  aspect-ratio: 1;
  width: 40px;
  position: relative;
}

.list-5 {
  flex-flow: column;
  display: flex;
}

.image-28 {
  width: 44px;
  height: 44px;
}

.text-block-2 {
  z-index: 1;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-image: repeating-linear-gradient(#000, #232323);
  border: 1px solid #7d7d7d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2.sm {
  padding: 16px 32px;
}

.mobile-menu {
  cursor: pointer;
  width: 80px;
  height: 80px;
}

.nav-link-mob {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--_colors---flowui-component-library--white);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.nav-link-mob.dropdown {
  padding-right: 0;
}

.nav-link-mob.dropdown.text-black, .nav-link-mob.text-black {
  color: var(--_colors---black);
}

.list-6 {
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.code-embed {
  border-radius: 12px;
  box-shadow: -1px -1px 9px 6px #e5f75dcc;
}

.div-block-123 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-124, .in-mobile {
  display: none;
}

.list-7 {
  list-style: circle;
}

.bold-text-6 {
  background-color: #0000;
  font-style: normal;
  text-decoration: underline;
}

.image-46 {
  margin-left: 10px;
}

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

.code-embed-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-quote {
  font-size: 12px;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-alert-information {
  background-color: var(--flowui-component-library--primary-lighter);
  color: var(--flowui-component-library--primary-base);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 16px;
  display: flex;
}

.f-alert-content {
  width: 100%;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium-2 {
  font-weight: 500;
}

.f-alert-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-text-weight-medium-2 {
  font-weight: 500;
}

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

.f-interaction {
  grid-row-gap: 16px;
  background-color: var(--flowui-component-library--gray-200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 14px;
  display: flex;
}

.f-interaction-accent {
  max-width: 320px;
}

.f-interaction-detail {
  color: #6b7094;
  font-weight: 500;
}

.f-interaction-alert {
  background-color: var(--flowui-component-library--white);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  align-items: flex-start;
  padding: 16px 24px 16px 16px;
  display: flex;
  box-shadow: 56px 0 80px -24px #393b6a1f;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-alert-information-2 {
  background-color: var(--flowui-component-library--primary-lighter);
  color: var(--flowui-component-library--primary-base);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 16px;
  display: flex;
}

.f-alert-content-2 {
  width: 100%;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-3.f-text-weight-medium-3 {
  font-weight: 500;
}

.f-alert-icon-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-text-weight-medium-3 {
  font-weight: 500;
}

.f-interaction-wrapper-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.f-interaction-2 {
  grid-row-gap: 16px;
  background-color: var(--flowui-component-library--gray-200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 14px;
  display: flex;
}

.f-interaction-accent-2 {
  max-width: 320px;
}

.f-interaction-detail-2 {
  color: #6b7094;
  font-weight: 500;
}

.f-interaction-alert-2 {
  background-color: var(--flowui-component-library--white);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  align-items: flex-start;
  padding: 16px 24px 16px 16px;
  display: flex;
  box-shadow: 56px 0 80px -24px #393b6a1f;
}

.image-47 {
  flex: 0 auto;
  width: 400px;
  height: 350px;
  overflow: visible;
}

.image-48 {
  cursor: pointer;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
}

.image-48:hover {
  filter: brightness(70%);
}

.image-49 {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.image-49:hover {
  filter: brightness(70%);
}

.italic-text {
  cursor: auto;
}

.div-block-125 {
  max-height: none;
  font-weight: 400;
  line-height: 30px;
}

.image-51 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-32 {
  color: var(--flowui-component-library--gray-500);
  font-size: var(--_font-size---sm);
  text-align: center;
  letter-spacing: normal;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  line-height: 1.5em;
  text-decoration: none;
}

.paragraph-33 {
  font-size: var(--_font-size---lg);
}

.div-block-126 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.paragraph-34 {
  margin-top: 20px;
}

.div-block-127 {
  flex: none;
  width: 45%;
}

.image-52 {
  border-radius: 0;
  width: 45%;
  box-shadow: 0 2px 4px 6px #999;
}

.image-symm, .image-53 {
  background-color: #01395c;
  width: 300px;
}

.image-54 {
  width: 300px;
}

.link-block-6 {
  color: var(--_colors---flowui-component-library--white);
  cursor: pointer;
  text-decoration: none;
}

.link-block-6:hover {
  filter: brightness(70%);
}

.link-block-6:visited {
  color: var(--_colors---flowui-component-library--white);
}

.link-block-7 {
  color: var(--_colors---flowui-component-library--white);
  text-decoration: none;
}

.link-block-7:hover {
  filter: brightness(70%);
}

.video-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  display: block;
}

.div-block-128 {
  width: 60%;
}

.image-55 {
  aspect-ratio: 16 / 9;
}

.link-block-8 {
  color: var(--_colors---black);
  text-decoration: none;
}

.link-block-8:hover {
  filter: brightness(70%);
}

.div-block-129, .div-block-130, .div-block-131 {
  padding-left: 20px;
  padding-right: 20px;
}

.resource-section {
  padding-top: 32px;
}

.resource-container {
  max-width: 1200px;
}

.resource-toolbar {
  border-bottom: 1px solid #e0e4ea;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 12px;
  display: flex;
}

.toolbar-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.card {
  background-color: #fff;
  border: 1px solid #dcdfe5;
  border-radius: 3px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  transition: box-shadow .15s;
  display: flex;
  box-shadow: 0 1px 2px #0000000f;
}

.card:hover {
  position: static;
  transform: translate(0, -2px);
}

.card-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.card-icon {
  width: 32px;
  height: 32px;
}

.card-header-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-wrapper {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.checkbox-box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
}

.checkbox-box.checked {
  background-color: #06c;
  background-image: url('../images/check.svg');
  background-position: 0 0;
  background-size: auto;
}

.card-title {
  font-size: 16px;
  line-height: 1.4em;
}

.button-3 {
  border-radius: 3px;
  height: 32px;
}

.button-4 {
  color: var(--_colors---flowui-component-library--white);
  border-bottom: 1px #000;
  border-radius: 3px;
  height: 32px;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-margin-top-thirty.rt-margin-bottom-ten {
  text-align: center;
  align-self: auto;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

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

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-home-three-award-main-dot {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.rt-home-three-award-sticky-box {
  width: 100%;
}

.rt-home-three-award-appere-line {
  background-color: var(--primary-hover);
  transform-origin: 0%;
  height: 4px;
  position: absolute;
  inset: 72px 0% auto;
}

.rt-home-three-award-appere-section {
  object-fit: contain;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-home-three-award-description {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 24px;
  padding-bottom: 43px;
}

.rt-home-three-award-item {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-home-three-award-dot {
  background-color: var(--primary-hover);
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.rt-home-three-award-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-align: center;
  max-width: 181px;
  font-size: 16px;
  line-height: 25px;
}

.rt-container-11 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-container-11.rt-home-three-award-appere-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.rt-container-11.rt-home-three-award-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block-4 {
  color: var(--gray-600);
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

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

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: 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-66 {
  margin-bottom: 8px;
}

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

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

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

.f-feature-icon-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-hover);
  border-radius: 8px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.f-sub-heading-large-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.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-68 {
  margin-bottom: 20px;
}

.f-feature-card-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--flowui-component-library--gray-200);
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center;
  padding: 40px 32px;
  display: grid;
}

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

.div-block-132 {
  min-width: auto;
  max-width: none;
  display: flex;
}

.div-block-133, .div-block-134, .div-block-135 {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .rt-home-three-award-sticky-box {
    width: auto;
    display: flex;
  }

  .rt-home-three-award-appere-section {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 40px;
    display: flex;
    overflow: visible;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .container.hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .container.py {
    padding-top: 64px;
  }

  .h1 {
    font-size: var(--_font-size---5xl);
  }

  .h1.nowrap {
    white-space: nowrap;
  }

  .h1.hero-title {
    text-align: center;
    white-space: nowrap;
  }

  .h2 {
    font-size: var(--_font-size---6xl);
  }

  .h2.about-title, .h2.mb-center, .h2.mob-center {
    text-align: center;
  }

  .h3 {
    font-size: var(--_font-size---6xl);
  }

  .h4 {
    font-size: var(--_font-size---2xl);
  }

  .h4.lg-center {
    text-align: center;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #00214c;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding: 16px 20px;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    color: var(--_colors---flowui-component-library--white);
    padding: 12px;
    transform: translate(12px);
  }

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

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

  .hero-left-wrapper {
    align-items: center;
    width: 100%;
  }

  .grid, .div-block-7, .grid-2 {
    grid-template-columns: 1fr;
  }

  .h2-2 {
    font-size: 48px;
  }

  .paragraph-28 {
    font-size: 24px;
  }

  .h2-3 {
    font-size: 48px;
  }

  .div-block-18 {
    grid-template-columns: 1fr 1fr;
  }

  .h2-4 {
    font-size: 48px;
  }

  .div-block-20 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 48px;
  }

  .div-block-22 {
    grid-template-columns: 1fr 1fr;
  }

  .embla__slide {
    flex-flow: column;
    flex: 0 0 100%;
    overflow: visible;
  }

  .advanced-feature-card.c-3 {
    background-position: 100% 100%, 0 0;
    height: 700px;
  }

  .div-block-33 {
    height: 700px;
  }

  .modular-clients-04-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .div-block-35 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: none;
  }

  .image-8 {
    transform: scale(1)translate(0);
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

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

  .slide-up.m-none {
    display: none;
  }

  .slide-up.drkstop-none {
    display: block;
  }

  .slide-up-d-300.flex {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-image.right {
    justify-content: center;
    align-items: center;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .f-feature-card-row {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

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

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .div-block-59 {
    top: 0;
  }

  .div-block-60 {
    grid-template-columns: 1fr;
  }

  .white-gradiant-overlay-div {
    background-image: linear-gradient(99deg, #fff, #fff0);
  }

  .white-gradiant-overlay-div._1 {
    background-image: linear-gradient(264deg, #fff, #fff0);
  }

  .hero-left-workstation {
    align-items: center;
    width: 100%;
  }

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

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

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-block-79 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-81 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-81.reverce {
    grid-auto-flow: row dense;
  }

  .container-1200.hero {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .container-1200.py {
    padding-top: 6px;
  }

  .div-block-87 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .drawer-logo {
    height: 64px;
  }

  .button-corner.top-right {
    height: 32%;
  }

  .button-corner.bottom-right {
    width: auto;
    height: 32%;
  }

  .drawer {
    justify-content: space-between;
    align-items: stretch;
    overflow: auto;
    transform: translate(100%);
  }

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

  .div-block-120.dekstop-none {
    display: block;
  }

  .nav-link-2 {
    width: 100%;
  }

  .div-block-122 {
    display: block;
  }

  .cta-mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .list-item-6 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .list-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .cta {
    display: none;
  }

  .nav-link-mob {
    padding: 16px 20px;
  }

  .nav-link-mob.is_yellow {
    color: var(--_colors---primary);
  }

  .div-block-123 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-50 {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-three-award-sticky-box {
    position: static;
  }

  .rt-home-three-award-appere-line {
    display: block;
  }

  .rt-home-three-award-description {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

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

  .div-block-132 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: var(--_font-size---sm);
  }

  .section-guid.py-100 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.powerful-platform.py {
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: var(--_font-size---5xl);
  }

  .h2 {
    font-size: var(--_font-size---4xl);
  }

  .h2.about-title {
    margin-top: 64px;
  }

  .h2.center.mb-48 {
    margin-bottom: 24px;
  }

  .h2.expectation-title {
    text-align: center;
  }

  .h3 {
    font-size: var(--_font-size---3xl);
  }

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

  .h4 {
    font-size: var(--_font-size---2xl);
  }

  .button {
    font-size: var(--_font-size---sm);
  }

  .button.mt-50 {
    margin-top: 20px;
  }

  .div-block {
    height: 400px;
  }

  .paragraph-base {
    font-size: var(--_font-size---sm);
  }

  .paragraph-base.mob-center {
    text-align: center;
  }

  .paragraph-lg {
    font-size: var(--_font-size---base);
  }

  .paragraph-l2xl {
    font-size: var(--_font-size---lg);
  }

  .paragraph-sm {
    font-size: var(--_font-size---sm);
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    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;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    display: none;
  }

  .bg-gradient.overflow-hidden-workstation {
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .bg-gradient.overflow-hidden {
    padding-top: 140px;
    padding-bottom: 32px;
  }

  .bg-gradient.overflow-hidden-reshearch {
    padding-top: 140px;
    padding-bottom: 64px;
  }

  .grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .section.pb-100 {
    padding-bottom: 64px;
  }

  .div-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-8 {
    padding: 24px;
  }

  .image-2 {
    height: 400px;
  }

  .image-container.h-testimonial {
    width: 40%;
  }

  .h2-2 {
    font-size: 32px;
  }

  .content-wrapper {
    width: 60%;
  }

  .heading-wrapper.mb-48 {
    justify-content: center;
    margin-bottom: 24px;
  }

  .paragraph-28 {
    font-size: 20px;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
  }

  .section-expectatio.py-96 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h2-3 {
    font-size: 32px;
  }

  .h2-3.text-center.mb-48 {
    margin-bottom: 24px;
  }

  .section-industry.py-96 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .paragraph-base-2 {
    font-size: 14px;
  }

  .paragraph-base-2.text-center.mt-20 {
    opacity: 1;
  }

  .div-block-18 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .h2-4 {
    font-size: 32px;
  }

  .btn {
    font-size: 14px;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .section-cta.py-96, .footer.py-96 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-22 {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .paragraph-sm-2 {
    font-size: 12px;
  }

  .paragraph-sm-2.text-center.mb-start {
    text-align: left;
  }

  .div-block-25 {
    margin-top: 32px;
    padding-bottom: 32px;
  }

  .section-vestmark-stats.py-96 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .embla-buttons-wrapper.lg {
    display: none;
  }

  .div-block-34 {
    margin-top: 44px;
  }

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

  .grow-delay-300 {
    width: auto;
    height: auto;
  }

  .grow-delay-300.hide {
    display: none;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .powerful-platform-right-image {
    max-width: 400px;
  }

  .team-slider, .pricing-overview {
    padding: 60px 15px;
  }

  .containar-sm.modal-content {
    width: 100%;
    height: 100%;
    max-height: 100vh;
  }

  .div-block-43 {
    margin-bottom: 24px;
  }

  .div-block-43.mobile {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .link.h4.mobile-center, .link-2 {
    text-align: center;
  }

  .section-form.py-100 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-48 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .text-field {
    height: 44px;
  }

  .section-herro-about.py-100 {
    padding-top: 140px;
    padding-bottom: 64px;
  }

  .py-100 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

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

  .f-feature-card-row {
    grid-template-columns: 1fr;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .transform {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-60 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .modiuls {
    height: 300px;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
  }

  .white-gradiant-overlay-div {
    display: none;
  }

  .hero-left-workstation.mb-64 {
    margin-bottom: 32px;
  }

  .div-block-66.mb-48 {
    margin-bottom: 24px;
  }

  .div-block-69, .div-block-74, .div-block-74-copy, .right-card, .div-block-right-bottom {
    padding: 24px;
  }

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

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

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

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

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

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_faq6_question-text {
    font-size: 1rem;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .image-container-modiul.h-testimonial {
    width: 40%;
  }

  .div-block-79 {
    grid-template-columns: 1fr;
  }

  .image-containerwork.h-testimonial {
    width: 40%;
  }

  .link-block-4 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .div-block-81 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .container-1200 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-1200.powerful-platform.py {
    grid-template-columns: 1fr;
  }

  .bg-gradient-contact.overflow-hidden {
    padding-bottom: 32px;
  }

  .bg-gradient-contact.overflow-hidden-reshearch {
    padding-top: 140px;
    padding-bottom: 64px;
  }

  .d-none {
    display: none;
  }

  .button-primary-2 {
    padding: 12px 16px 12px 20px;
    font-size: 14px;
  }

  .drawer-logo {
    height: 40px;
  }

  .drawer {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 32px;
  }

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

  .div-block-121.mb-120 {
    justify-content: space-between;
    align-items: center;
  }

  .cta-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-45 {
    width: 32px;
  }

  .button-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .mobile-menu {
    width: 44px;
    height: 44px;
  }

  .nav-link-mob {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-123 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .in-mobile {
    display: block;
  }

  .mob-none, .rt-home-three-award-appere-line {
    display: none;
  }

  .rt-home-three-award-content {
    max-width: 100%;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.navbar {
    height: 80px;
  }

  .container.py {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h2.about-title {
    margin-top: 60px;
  }

  .h4 {
    font-size: var(--_font-size---xl);
  }

  .button.navbar {
    display: none;
  }

  .paragraph-sm {
    font-size: var(--_font-size---xs);
  }

  .paragraph-sm.mb-24 {
    margin-bottom: 16px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    transform: translate(8px);
  }

  .bg-gradient.overflow-hidden-workstation {
    padding-top: 100px;
  }

  .bg-gradient.overflow-hidden {
    padding-top: 140px;
  }

  .bg-gradient.overflow-hidden-reshearch {
    padding-top: 100px;
  }

  .text.semibold.xl {
    font-size: var(--_font-size---lg);
  }

  .about-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-container.h-testimonial {
    width: 100%;
    height: auto;
  }

  .testimonial {
    flex-flow: column;
  }

  .content-wrapper {
    width: 100%;
  }

  .div-block-18 {
    grid-template-columns: 1fr;
  }

  .image-7 {
    width: 40px;
  }

  .advanced-feature-card.c-3 {
    background-size: 300px, auto;
    height: 500px;
  }

  .stat-count {
    font-size: var(--_font-size---4xl);
  }

  .modular-clients-04-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center start;
  }

  .modular-logos-grid-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logos-image {
    max-width: 90px;
    max-height: 20px;
  }

  .div-block-34 {
    margin-top: 24px;
  }

  .image-9 {
    width: 60px;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-image {
    height: 200px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .div-block-57 {
    padding: 20px;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .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;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .div-block-59 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .image-12 {
    width: auto;
    height: auto;
  }

  .modiuls {
    height: 200px;
  }

  .div-block-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .div-block-63 {
    height: 250px;
  }

  .div-block-64, .rl_faq6_component {
    grid-template-columns: 1fr;
  }

  .image-container-modiul.h-testimonial {
    width: 100%;
    height: auto;
  }

  .about-card2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-containerwork.h-testimonial {
    width: 100%;
    height: auto;
  }

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

  .container-1200.py {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bg-gradient-contact {
    justify-content: flex-start;
    align-items: flex-start;
    height: 80px;
  }

  .bg-gradient-contact.overflow-hidden-workstation, .bg-gradient-contact.overflow-hidden, .bg-gradient-contact.overflow-hidden-reshearch {
    padding-top: 100px;
  }

  .about-articat {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-19 {
    width: 48px;
    height: 48px;
  }

  .text-block {
    font-size: 12px;
  }

  .drawer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 20px;
  }

  .image-20, .image-45 {
    width: 16px;
    height: 16px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .div-block-131 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-award-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-home-three-award-content {
    text-align: center;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_20ad68c9-f23c-5343-025a-4b353f8492f4-e58a8a02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_700a492d-c1b7-a806-1174-b35cceb2704b-e58a8a02 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_628f5054-bcf2-a042-b716-117f9c833786-e58a8a02 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ddd1a79b-7510-21f3-5720-e1cbcc3ded34-e58a8a02, #w-node-ea24f5ee-5107-fca4-5a75-26828ffdd5fa-e58a8a02, #w-node-_7dc8780b-417b-314a-37a5-a9881bfc863c-e58a8a02, #w-node-_587725bb-acea-1887-67d5-566b4eb43893-4eb43854, #w-node-_587725bb-acea-1887-67d5-566b4eb43855-4eb43854, #w-node-_587725bb-acea-1887-67d5-566b4eb438ba-4eb43854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32c94d48-e930-c914-3a8a-8eed603d39c5-e58a8a05, #w-node-_32c94d48-e930-c914-3a8a-8eed603d39d5-e58a8a05 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8bec49c1-a1f8-a56d-3925-31c4fd1de827-e58a8a05, #w-node-_7b3be76d-b789-7c1d-7f46-9cfefaeb57d2-e58a8a05, #w-node-_663f4f2c-9071-257e-7125-08bb958675f6-e58a8a05, #w-node-_663f4f2c-9071-257e-7125-08bb95867607-e58a8a05, #w-node-_663f4f2c-9071-257e-7125-08bb95867618-e58a8a05, #w-node-_663f4f2c-9071-257e-7125-08bb9586762b-e58a8a05, #w-node-_663f4f2c-9071-257e-7125-08bb9586763c-e58a8a05, #w-node-_663f4f2c-9071-257e-7125-08bb9586764d-e58a8a05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc34a7ee-0fa1-0a38-512b-9a16504a5717-e58a8a06 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_348aabd1-99dc-539b-4d93-81a7bc2f8529-e58a8a06, #w-node-_2426b43c-fb78-840f-c775-3afcddc856ec-e58a8a06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12aff933-712e-0185-188d-6c6592427882-e58a8a06 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_435b7470-2576-6121-08ca-b862502ca4b4-7cb4b241, #w-node-c0581536-59e2-d810-1464-2348ecd39144-7cb4b241, #w-node-_469279f7-4f9d-24e2-d08d-a49cf4abbb52-7cb4b241, #w-node-_238edffd-0b6c-a220-9463-65c659a615ca-7cb4b241, #w-node-_48d65ef3-7f8d-e746-de11-7eef1baff8a6-7cb4b241, #w-node-_71ce24b4-1868-95bc-77dc-9be0a5604ff3-7cb4b241, #w-node-_2964387a-8ac7-59bf-ec27-461a40065b4f-7cb4b241, #w-node-_4061c503-4ef6-8e5b-744e-ee3a6af16522-7cb4b241, #w-node-_3c793a3b-91c8-0507-7640-78e5170b38f9-7cb4b241, #w-node-df87dc75-2fbe-f6c6-2451-584e4ee5c65b-7cb4b241, #w-node-fc95cf99-db76-df72-36be-22f3cca6030d-7cb4b241 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dc34a7ee-0fa1-0a38-512b-9a16504a5717-506d2d3e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_348aabd1-99dc-539b-4d93-81a7bc2f8529-506d2d3e, #w-node-_2426b43c-fb78-840f-c775-3afcddc856ec-506d2d3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12aff933-712e-0185-188d-6c6592427882-506d2d3e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-dc34a7ee-0fa1-0a38-512b-9a16504a5717-2d82db9f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_348aabd1-99dc-539b-4d93-81a7bc2f8529-2d82db9f, #w-node-_2426b43c-fb78-840f-c775-3afcddc856ec-2d82db9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12aff933-712e-0185-188d-6c6592427882-2d82db9f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-_0f4b92a4-50b2-5d64-f9fb-067983cf357a-e58a8a02, #w-node-_4fc3f884-c637-67cc-f8d4-8251ed87e155-e58a8a02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_700a492d-c1b7-a806-1174-b35cceb2704b-e58a8a02, #w-node-_628f5054-bcf2-a042-b716-117f9c833786-e58a8a02 {
    grid-column: span 1 / span 1;
  }

  #w-node-_587725bb-acea-1887-67d5-566b4eb43893-4eb43854, #w-node-_587725bb-acea-1887-67d5-566b4eb43855-4eb43854, #w-node-_587725bb-acea-1887-67d5-566b4eb438ba-4eb43854 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32c94d48-e930-c914-3a8a-8eed603d39c5-e58a8a05, #w-node-_32c94d48-e930-c914-3a8a-8eed603d39d5-e58a8a05 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8bec49c1-a1f8-a56d-3925-31c4fd1de827-e58a8a05, #w-node-_7b3be76d-b789-7c1d-7f46-9cfefaeb57d2-e58a8a05 {
    grid-column: span 2 / span 2;
  }

  #w-node-dc34a7ee-0fa1-0a38-512b-9a16504a5717-e58a8a06 {
    grid-column: span 12 / span 12;
  }

  #w-node-_348aabd1-99dc-539b-4d93-81a7bc2f8529-e58a8a06 {
    grid-column: span 2 / span 2;
  }

  #w-node-_12aff933-712e-0185-188d-6c6592427882-e58a8a06, #w-node-dc34a7ee-0fa1-0a38-512b-9a16504a5717-506d2d3e {
    grid-column: span 12 / span 12;
  }

  #w-node-_348aabd1-99dc-539b-4d93-81a7bc2f8529-506d2d3e {
    grid-column: span 2 / span 2;
  }

  #w-node-_12aff933-712e-0185-188d-6c6592427882-506d2d3e, #w-node-dc34a7ee-0fa1-0a38-512b-9a16504a5717-2d82db9f {
    grid-column: span 12 / span 12;
  }

  #w-node-_348aabd1-99dc-539b-4d93-81a7bc2f8529-2d82db9f {
    grid-column: span 2 / span 2;
  }

  #w-node-_12aff933-712e-0185-188d-6c6592427882-2d82db9f {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f4b92a4-50b2-5d64-f9fb-067983cf357a-e58a8a02, #w-node-_4fc3f884-c637-67cc-f8d4-8251ed87e155-e58a8a02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8bec49c1-a1f8-a56d-3925-31c4fd1de827-e58a8a05, #w-node-_7b3be76d-b789-7c1d-7f46-9cfefaeb57d2-e58a8a05 {
    grid-column: span 1 / span 1;
  }

  #w-node-_348aabd1-99dc-539b-4d93-81a7bc2f8529-e58a8a06, #w-node-_2426b43c-fb78-840f-c775-3afcddc856ec-e58a8a06, #w-node-_348aabd1-99dc-539b-4d93-81a7bc2f8529-506d2d3e, #w-node-_2426b43c-fb78-840f-c775-3afcddc856ec-506d2d3e, #w-node-_348aabd1-99dc-539b-4d93-81a7bc2f8529-2d82db9f, #w-node-_2426b43c-fb78-840f-c775-3afcddc856ec-2d82db9f {
    grid-column: span 4 / span 4;
  }
}


