:root {
  --waves-library-black: #131313;
  --untitled-ui-gray600: #475467;
  --untitled-ui-primary700: #fff;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-white: white;
  --untitled-ui-gray700: #f0f0f0;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray25: #fcfcfd;
  --untitled-ui-gray400: #1b1c1f;
  --avatar-kit-black: #1a1b1f;
  --avatar-kit-forest-green: #1b9e3c;
  --avatar-kit-white-smoke: whitesmoke;
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --waves-library-white: white;
  --untitled-ui-warning500: #f79009;
  --untitled-ui-indigo500: #6172f3;
  --untitled-ui-pink500: #ee46bc;
  --untitled-ui-blue500: #2e90fa;
  --untitled-ui-orange50: #fef6ee;
  --untitled-ui-orange700: #b93815;
  --untitled-ui-indigo50-501: #eef4ff;
  --untitled-ui-indigo700: #3538cd;
  --untitled-ui-pink50-501: rgba(255, 255, 255, .24);
  --untitled-ui-pink700: #fff;
  --untitled-ui-blue50-501: #eff8ff;
  --untitled-ui-blue700: #175cd3;
  --untitled-ui-primary50: #000;
  --conversion-flow-library-coral: #ff8a56;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-500: #6b7094;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-primary500: #9e77ed;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-04: rgba(20, 20, 43, .14);
  --elements-webflow-library--neutral--600: #6e7191;
  --combine-library--grey-600: #fff;
  --combine-library--grey-800: #fff;
  --combine-library--white: #161c1f;
  --combine-library--primary-800: #00a1c1;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--grey-050: #000;
  --untitled-ui--primary900: #fff;
  --untitled-ui--primary200: #e9d7fe;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library--general--shadow-03: rgba(20, 20, 43, .1);
  --avatar-kit-white: white;
  --combine-library--warning-800: #f27900;
}

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

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.text-color-purple-500 {
  color: #8f6ee7;
}

.badge-grey {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #f0f0f0;
  background-image: radial-gradient(circle at 50% 140%, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .64), rgba(0, 0, 0, .64));
  border: .8px solid rgba(240, 240, 240, .08);
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.dashboard {
  z-index: 1;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  width: 100%;
  max-width: 994px;
  position: relative;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.nav-link {
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link:hover {
  background-color: rgba(82, 82, 82, .32);
}

.nav-link.w--current {
  color: #642eff;
}

.heading-text-wrap {
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-section-m {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 144px 5% 64px;
  display: flex;
  position: relative;
}

.header-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  display: flex;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0) 30%), linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .08));
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

.h2-heading {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(350deg, rgba(41, 17, 105, 0), #bba7f1 49%, #bba7f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.dashboard-prism {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -25%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-content {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.caption {
  letter-spacing: .04px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption.text-color-gray-300 {
  color: #d1d1d1;
}

.nav-wrapper {
  grid-column-gap: 320px;
  align-items: center;
  display: flex;
}

.nav-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.button-primary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: rgba(91, 44, 221, .64);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.background-line-css {
  display: none;
}

.dashboard-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.background-lines {
  z-index: 0;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  max-height: 900px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.align-center {
  align-items: center;
}

.logo-image {
  width: 48px;
}

.button-secondary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: rgba(61, 61, 61, .64);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 48px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.subheading-small {
  color: #ababab;
  letter-spacing: -.02em;
  font-size: 20px;
  line-height: 32px;
}

.navigation-fixed {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  height: 15%;
  padding: 35px 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #000;
  background-image: url('../images/651dcb7e84d836e6d5ab8168_bg-grid-lighter.4c1e8196.svg');
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
}

.navbar-logo-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

.container {
  width: 100%;
  max-width: 100%;
}

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

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

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-2:hover {
  color: rgba(255, 255, 255, .75);
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(255, 255, 255, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 3px;
  padding: 15px 33px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  transition: all .2s;
}

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

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

.button-primary.new {
  background-color: #1d2a3a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
}

.text-block {
  font-family: Poppins, sans-serif;
}

.list-item {
  margin-right: 20px;
  padding: 13px 0;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-image-hero-3 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.waves-master-image-hero-3 {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 120%;
  display: none;
}

.waves-content-hero-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 544px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 56px;
  display: none;
}

.waves-hero-3-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.social-genius---section-hero-primary {
  background-image: url('../images/Frame-55.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1100px;
  height: 730px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---heading-1-no-margins-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 120%;
  display: flex;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.uui-text-size-small {
  color: #fff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: var(--untitled-ui-gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: #919191;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
}

.uui-blog01_date-wrapper {
  color: #fff;
  align-items: center;
  display: flex;
}

.uui-blog01_author-heading {
  color: #fff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blog01_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog01_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium {
  color: #fff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blog01_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog01_title-link {
  color: #fff;
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog01_category-link {
  color: var(--untitled-ui-primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blog01_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blog01_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blog01_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blog01_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog01_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog01_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.uui-blog01_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog01_menu-link {
  color: var(--untitled-ui-gray500);
  white-space: nowrap;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog01_menu-link:hover, .uui-blog01_menu-link.w--current {
  border-bottom-color: var(--untitled-ui-primary700);
  color: var(--untitled-ui-primary700);
}

.uui-blog01_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog01_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui-gray200);
}

.uui-blog01_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.uui-text-size-large {
  color: #fff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading {
  color: #fff;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  color: #fff;
  text-align: center;
}

.sg-padding-vertical-xhuge {
  justify-content: space-between;
  width: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-family: Poppins, sans-serif;
  display: flex;
}

.uui-container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.uui-page-padding {
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: #fff;
}

.sg-media-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  height: 65px;
  margin-top: 0;
  display: flex;
}

.text-block-88 {
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.bold-text-8 {
  color: #fff;
  font-size: 31px;
  text-decoration: none;
}

.div-block-222 {
  color: #fff;
  background-color: #ed9ae4;
  background-image: url('../images/546.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
}

.div-block-222:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), #000);
}

.heading-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.div-block-227 {
  align-items: center;
  display: flex;
}

.custom-container {
  flex: 0 auto;
  line-height: 0;
}

.gallery-grid-2 {
  grid-row-gap: 1px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: grid;
}

.bold-text-9 {
  color: #fff;
  font-size: 31px;
  text-decoration: none;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.text-block-93 {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.bold-text-10 {
  color: #fff;
  font-size: 31px;
  text-decoration: none;
}

.gallery-image-wrapper {
  background-color: rgba(0, 0, 0, .27);
  min-height: 100%;
  position: relative;
}

.div-block-225 {
  background-color: #6a35ff;
  background-image: url('../images/436.svg');
  background-position: 50% 0;
  background-size: contain;
  align-items: flex-end;
  min-height: 100%;
  max-height: 100%;
  padding: 40px 40px 60px;
  display: flex;
}

.div-block-225:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), #000);
}

.div-block-223 {
  background-color: rgba(211, 140, 146, 0);
  background-image: url('../images/466.svg');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  min-height: 100%;
  padding: 40px 40px 60px;
  display: flex;
}

.div-block-223:hover {
  background-color: rgba(211, 140, 146, 0);
  background-image: none;
}

.sg-button-media {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  flex: none;
  align-self: auto;
  width: 190px;
  height: 65px;
  padding: 22px 50px;
  transition: all .25s ease-out;
  overflow: hidden;
}

.sg-button-media:hover {
  transform: translate(0, -2px);
}

.sg-button-media.nekad {
  width: 240px;
}

.sg-button-media.nekad.vfd.lng {
  border-style: none;
  width: 100%;
  height: 0%;
  padding: 0;
}

.div-block-226 {
  background-color: rgba(255, 159, 89, .15);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000 0%, rgba(0, 0, 0, 0) 51%, #000), url('../images/456.svg');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
  align-items: flex-end;
  height: 100%;
  min-height: 100%;
  padding: 192px 40px 40px;
  display: flex;
}

.div-block-226:hover {
  background-color: rgba(255, 159, 89, 0);
  background-image: none;
}

.text-span-15 {
  background-color: #ff9f59;
  border: .25px solid #fff;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-heroheader03_image {
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px none var(--untitled-ui-primary600);
  color: var(--untitled-ui-gray900);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  border-color: var(--untitled-ui-gray800);
  grid-column-gap: .75rem;
  background-color: #1a1c1f;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  background-color: var(--untitled-ui-gray800);
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.is-reverse-mobile-landscape {
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: #fff;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-heading-xlarge {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 130px;
  font-weight: 600;
  line-height: .9;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: -6rem;
  position: relative;
}

.uui-heroheader03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.uui-section_heroheader03 {
  padding-top: 100px;
  overflow: hidden;
}

.body-2 {
  background-color: #000;
  font-family: Poppins, sans-serif;
}

.list-item-2, .list-item-3 {
  display: none;
}

.text-span-16 {
  color: #3f608d;
}

.link-block-3 {
  color: #fff;
  align-self: center;
  text-decoration: none;
}

.image-47, .image-36 {
  align-self: center;
}

.socials-section {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-200 {
  background-color: #0b65c2;
  background-image: url('../images/466.svg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  display: flex;
}

.div-block-199 {
  background-color: #1ea1f2;
  background-image: url('../images/546.svg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.venture-card {
  background-color: #24b9bb;
  background-image: url('../images/436.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  padding: 257px 10px 30px 25px;
  display: flex;
}

.venture-card:hover {
  filter: blur(3px);
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-image: linear-gradient(rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/436.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.venture-card._2 {
  background-image: url('../images/546.svg');
  padding-left: 25px;
}

.venture-card._2:hover {
  filter: blur(3px);
  background-color: rgba(36, 185, 187, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/546.svg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.venture-card._3 {
  background-color: #000;
  background-image: url('../images/466.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: stretch;
}

.venture-card._3:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/466.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.venture-card._4 {
  background-image: url('../images/456_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.venture-card._4:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/456_1.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-202 {
  background-color: #f72f2e;
  background-image: url('../images/456.svg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  display: flex;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner11_close-button {
  color: var(--untitled-ui-gray500);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: .75rem;
  bottom: auto;
  left: auto;
  right: .75rem;
}

.uui-banner11_close-button:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray600);
}

.uui-text-style-link {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-banner11_text {
  color: #000;
  margin-right: .375rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-banner11_text-wrapper {
  grid-row-gap: .125rem;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.uui-banner11_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-banner11_wrapper {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-gray25);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-page-padding-2 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-94 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text-block-95 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.sg---mobile-version {
  display: none;
}

.uui-heroheader03_image-2 {
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader03_image-wrapper-2 {
  position: relative;
}

.uui-text-size-xlarge-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.uui-heading-xlarge-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 110px;
}

.uui-heroheader03_content-2 {
  z-index: 1;
  margin-right: 0;
  position: relative;
}

.uui-heroheader03_component-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 5rem;
  padding-bottom: 9rem;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-span-17 {
  color: #3f608d;
}

.dvae-s-mobile-view {
  display: none;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px none var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(127, 86, 217, 0);
  background-image: linear-gradient(90deg, #f5a85d, #d378c1 34%, #5f51eb 69%, #039cc6);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: .725rem 3.025rem;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: rgba(105, 65, 198, 0);
  background-image: linear-gradient(to right, #fa9d42, #df6dc8 34%, #5647e7 69%, #0386aa);
}

.uui-button-2:focus {
  box-shadow: none;
  background-color: rgba(127, 86, 217, 0);
  border-color: rgba(127, 86, 217, 0);
}

.uui-button-2.w--current {
  padding-left: 1.425rem;
  padding-right: 1.425rem;
}

.uui-button-2.ckj {
  padding-top: .925rem;
  padding-bottom: .925rem;
}

.uui-button-2.klo, .uui-button-2.hjk {
  margin-top: 0;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray700);
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-2.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_link {
  color: var(--untitled-ui-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: #ffeefd;
}

.uui-navbar07_link.w--current {
  color: #bebebe;
  font-size: 12px;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar07_item-heading {
  color: var(--untitled-ui-gray200);
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  color: #7d6acb;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui-primary600);
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  border-left: 1px rgba(255, 255, 255, .07);
  border-right: 1px rgba(255, 255, 255, .07);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: #202020;
  border-bottom-style: none;
  border-left: 1px rgba(255, 255, 255, .07);
}

.uui-navbar07_dropdown-link.no-stroke {
  border-bottom-style: none;
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: max-content auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar07_dropdown-list.w--open {
  box-shadow: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  border: 1px rgba(234, 236, 240, .08);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  right: auto;
}

.uui-dropdown-icon {
  color: var(--untitled-ui-gray200);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: #24163a;
  font-family: Poppins, sans-serif;
}

.uui-navbar07_menu-left {
  margin-right: 20px;
  display: flex;
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 4rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  max-width: 100%;
  height: 75%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  flex-wrap: nowrap;
  align-items: center;
  width: 300px;
  height: 100px;
  display: flex;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_component {
  border-bottom: 1px none var(--untitled-ui-gray100);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(14, 18, 37, .28);
  align-items: center;
  min-height: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.uui-navbar07_component.transparent {
  background-color: rgba(0, 0, 0, .55);
  min-height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-96 {
  color: var(--untitled-ui-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.div-block-246 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.combine-header4_span {
  color: #6157f8;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f8b34b, #ec80b4 18%, #6157f8 55%, #00a1c1);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}

.combine-heading-style-h2-4 {
  color: #f8f8f8;
  margin-top: 0;
  margin-bottom: -.2rem;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h2-4.dash {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 70px;
}

.combine-cta2_span-2 {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #311f6e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-right: 0;
  padding: 20px 44px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #202f43;
}

.text-block-107 {
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-107.ghk {
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-25 {
  color: #2456b3;
  font-weight: 400;
}

.text-span-25.corr {
  color: rgba(255, 255, 255, .79);
}

.combine-feature1_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  display: flex;
}

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

.f-button-wrapper.dashing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
}

.f-button-wrapper.dashing.align-left {
  justify-content: flex-end;
}

.f-button-wrapper.dashing.jkf {
  justify-content: center;
  align-items: center;
}

.f-button-wrapper.dashing.jkf.ghi {
  justify-content: flex-start;
  align-items: center;
}

.f-button-wrapper.dashing {
  justify-content: flex-start;
}

.f-button-wrapper.dashing.dd {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.f-button-wrapper.dashing.dd.ff {
  justify-content: flex-end;
}

.f-button-wrapper.dashing.dd.kk {
  justify-content: center;
}

.f-button-wrapper.dashing.dd {
  justify-content: space-between;
  align-items: center;
}

.text-block-108 {
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-108:hover {
  color: #fff;
}

.brix---section-5 {
  color: #cee0e7;
  background-color: rgba(14, 18, 38, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.25rem 4rem;
  display: flex;
}

.combine-text-size-regular-7 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.combine-text-size-regular-7.dash-2 {
  color: #eaeaea;
  text-align: center;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 19px;
  font-weight: 300;
}

.combine-header2_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---text-300-bold-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.brix---card-content-v7-3 {
  border-top: 1px #a679ff;
  width: 100%;
  height: 200px;
  padding: 40px 26px;
}

.combine-text-size-regular-5 {
  color: #642eff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-padding-global-5 {
  padding-top: 20px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-play_icon {
  color: #fff;
  border-radius: 50rem;
  width: 5rem;
  height: 5rem;
  transition: color .25s;
}

.combine-play_icon:hover {
  color: rgba(255, 255, 255, .6);
}

.brix---color-neutral-819 {
  color: #211f54;
}

.bold-text-11 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.bold-text-12 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  max-width: 140px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.container-17 {
  background-color: rgba(166, 121, 255, 0);
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 13%, #a679ff 53%, rgba(255, 255, 255, 0) 87%);
  height: 2px;
}

.container-17.color-3 {
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 13%, #ff5fcc 53%, rgba(255, 255, 255, 0) 86%);
  height: 2px;
}

.container-17.color-2 {
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 16%, #4dcfaf 53%, rgba(255, 255, 255, 0) 85%);
  height: 2px;
}

.container-17.color-4 {
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 14%, #ff9d24 53%, rgba(255, 255, 255, 0) 91%);
  height: 2px;
}

.text-span-22.nc {
  color: #4dcfaf;
  font-family: Poppins, sans-serif;
}

.brix---display-9 {
  color: #a679ff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 84px;
}

.combine-header2_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 59rem;
  padding-top: 0;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.bold-text-13 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.combine-header2_overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .34);
  border: 5px solid #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.combine-heading-style-h1-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.25;
}

.brix---stats-v7-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 40px;
}

.brix---stats-v7-grid-3.landing-page {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
}

.brix---color-neutral-820 {
  color: #6e7191;
}

.container-16 {
  max-width: 1180px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.combine-header2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---color-accent-4 {
  color: #cee0e7;
  -webkit-text-stroke-color: #101010;
}

.brix---color-accent-4.bc {
  color: #ff9e24;
  font-family: Poppins, sans-serif;
}

.brix---color-accent-4.nc {
  color: #ff5fcc;
  font-family: Poppins, sans-serif;
}

.brix---color-accent-4.bc {
  color: #ff9e24;
}

.brix---color-accent-4.nc {
  color: #ff5fcc;
}

.brix---card-3 {
  background-color: #12162c;
  border: 1px solid #171e3f;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.div-block-248 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.combine-header2_video-wrapper {
  border: 0 #fff;
  border-radius: 1.2rem;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-play_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.bold-text-14 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(rgba(37, 25, 62, 0), rgba(250, 235, 227, 0));
  height: 220px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #0e1226, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: block;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---subtitle-2 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.uui-footer04_legal-link {
  color: var(--untitled-ui-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: #fff;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-3.text-color-gray500 {
  color: var(--untitled-ui-gray200);
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid rgba(234, 236, 240, .17);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
}

.uui-footer04_social-icon {
  color: var(--untitled-ui-white);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_social-link {
  color: var(--untitled-ui-gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui-gray500);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-white);
  text-align: left;
  border-bottom: 1px #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: #fff;
  font-weight: 500;
}

.uui-footer04_link-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  object-fit: fill;
  flex: none;
  width: 70%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: -20px;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component-2 {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  height: 7rem;
  text-decoration: none;
  display: flex;
}

.uui-footer04_logo-link {
  text-decoration: none;
  display: flex;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 120px;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 0;
}

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

.uui-page-padding-4 {
  background-color: #000;
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-109 {
  color: #fff6f6;
  border-bottom: 2px #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-110 {
  color: var(--untitled-ui-white);
  border-bottom: 2px #fff;
  font-size: 14px;
  font-weight: 400;
}

.avatarkit-metric-description {
  color: var(--avatar-kit-black);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.avatarkit-features-title-small {
  color: var(--avatar-kit-forest-green);
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.avatarkit-features-title {
  color: var(--avatar-kit-black);
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.avatarkit-circle-feature-gray {
  background-color: var(--avatar-kit-white-smoke);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 132px;
  margin-bottom: 10px;
  display: flex;
}

.avatarkit-component-block {
  text-align: center;
  background-color: #303030;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 0;
  display: flex;
}

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

.avatarkit-container-component {
  background-color: #0e1227;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.avatarkit-padding-global-components {
  background-color: var(--avatar-kit-white-smoke);
  color: var(--avatar-kit-black);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.cf-growth-para-text-18px {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-growth-heading-32px {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.cf-growth-wrapper.large {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-20px {
  opacity: .7;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library-sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.growth-flex {
  padding-bottom: 180px;
}

.cf-wrapper-1160.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 100px;
}

.cf-growth-section {
  position: relative;
}

.venture-businesses {
  padding-top: 0;
}

.ventures-link-block {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.text-block-111 {
  color: #696969;
  font-weight: 700;
  text-decoration: none;
}

.qube-learn-text, .oriz-text {
  color: #fff;
  font-weight: 700;
}

.qubelearn-teaxt {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.cf-mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cf-image-animation-div {
  width: auto;
  height: 100%;
}

.cf-mission-special-image {
  border-radius: 8px;
  width: 100%;
  max-width: 240px;
  position: absolute;
  top: auto;
  bottom: 400px;
  left: -180px;
  right: auto;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-body---18px {
  color: rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #fff;
  margin-bottom: 33px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.mission-grid-text-wrapper {
  background-color: rgba(48, 40, 40, 0);
  width: 100%;
  max-width: 340px;
}

.cf-mission-text-grid {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 132%;
}

.cf-h3-heading-40px.white.nt {
  font-family: Aeonik, sans-serif;
  font-weight: 500;
}

.cf-heading-animation-div {
  width: auto;
  margin-bottom: 20px;
}

.cf-heading-animation-div.no-gapps {
  margin-bottom: 0;
}

.cf-yellow-king-text-span {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: rgba(219, 186, 247, .19);
  background-image: none;
  border: 1px solid rgba(243, 243, 243, .07);
  border-radius: 6px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.cf-yellow-king-text-span.lmbyc {
  color: #9c9c9c;
  background-color: rgba(219, 186, 247, 0);
  border-style: none none solid;
  border-bottom-color: rgba(243, 243, 243, 0);
  padding-left: 0;
  font-weight: 400;
}

.cf-yellow-king-text-span.lmbyc.dash {
  color: #bebebe;
  margin-bottom: 20px;
  padding-right: 0;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: end;
  width: 100%;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-mission-section {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  position: relative;
}

.waves---cta-white {
  background-color: var(--waves-library-white);
  color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

.waves---subtitle-3 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-481 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(rgba(19, 19, 19, .1) 22%, rgba(19, 19, 19, .66) 77%, rgba(19, 19, 19, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library-white);
  background-image: url('../images/Wide-Image_1Wide Image.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves---section-medium-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.avatarkit-left-text-copy {
  color: var(--avatar-kit-black);
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.avatarkit-accordion-content {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.avatarkit-accordion-content-wrap {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.avatarkit-vertical-line {
  background-color: var(--avatar-kit-black);
  color: #ff7839;
  width: 2px;
  height: 40%;
  position: absolute;
}

.avatarkit-horizontal-line {
  background-color: var(--avatar-kit-black);
  width: 40%;
  height: 2px;
  position: absolute;
}

.avatarkit-toggle-plus {
  background-color: #f3f3f3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  right: 0;
}

.avatarkit-toggle-heading {
  color: var(--avatar-kit-black);
  text-align: left;
  text-transform: capitalize;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.avatarkit-avatar-image {
  object-fit: cover;
  background-color: #f3f3f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 0;
  display: flex;
}

.avatarkit-mg-10px-right {
  margin-right: 10px;
}

.avatarkit-flex-toggle {
  color: var(--avatar-kit-black);
  align-items: center;
  display: flex;
}

.avatarkit-accordion-head {
  color: var(--avatar-kit-black);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  padding: 20px;
  display: flex;
  position: relative;
}

.avatarkit-accordion-card {
  text-align: left;
  background-color: #0c1e2c;
  border: 1px #000;
  border-radius: 6px;
  margin-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.bold-text {
  color: var(--avatar-kit-black);
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.avatarkit-accordion-wrapper {
  width: auto;
  max-width: 800px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.avatarkit-container-component-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.avatarkit-padding-global-components-2 {
  color: var(--avatar-kit-black);
  background-color: rgba(245, 245, 245, 0);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.heading-17 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 80px;
}

.text-block-112 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.div-block-249 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.uui-career09_icon {
  color: var(--untitled-ui-gray400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-career07_icon-wrapper {
  flex: none;
  margin-right: .5rem;
}

.uui-career07_detail-wrapper {
  color: var(--untitled-ui-gray600);
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-career09_job-details-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.text-color-gray400 {
  color: var(--untitled-ui-gray400);
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.badge-dot {
  color: var(--untitled-ui-gray500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: var(--untitled-ui-warning500);
}

.badge-dot.text-color-indigo500 {
  color: var(--untitled-ui-indigo500);
}

.badge-dot.text-color-pink500 {
  color: var(--untitled-ui-pink500);
}

.badge-dot.text-color-blue500 {
  color: var(--untitled-ui-blue500);
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-orange {
  background-color: var(--untitled-ui-orange50);
  color: var(--untitled-ui-orange700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui-indigo50-501);
  color: var(--untitled-ui-indigo700);
  border-radius: .2rem;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui-pink50-501);
  color: var(--untitled-ui-pink700);
  border: 1px solid #fff;
  border-radius: .4rem;
  padding: .825rem 2.325rem;
}

.uui-badge.is-blue {
  background-color: var(--untitled-ui-blue50-501);
  color: var(--untitled-ui-blue700);
  font-size: .875rem;
  font-weight: 500;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
  border-radius: .2rem;
}

.uui-career09_label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.uui-career09_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-career09_title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.uui-career09_top-wrapper {
  justify-content: space-between;
  margin-bottom: .5rem;
  display: flex;
}

.uui-career09_item {
  border: 1px solid var(--untitled-ui-gray200);
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}

.uui-career09_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-career09_tabs-content {
  width: 100%;
  overflow: visible;
}

.uui-career09_tab-link {
  color: var(--untitled-ui-gray500);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .375rem;
  justify-content: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-career09_tab-link.w--current {
  color: var(--untitled-ui-gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);
}

.uui-career09_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui-gray100);
  background-color: var(--untitled-ui-gray50-501);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-career09_component {
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-align-center-2 {
  text-align: center;
  margin-bottom: 40px;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  background-color: rgba(0, 0, 0, .49);
  padding-left: 2rem;
  padding-right: 2rem;
}

.cf-floating-white-div {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-floating-image-container-2 {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-floating-image-container-1 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-home-center-image {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.cf-home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 180px;
  display: flex;
  position: relative;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-22px-paragraph---white {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-1140px-wrapper---home-vertical {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 70%, #fff 70%);
  overflow: hidden;
}

.text-block-113 {
  color: #000;
  margin-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-113.white {
  color: #fff;
}

.link-block-4 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall.icon {
  color: #000;
}

.icon-embed-xxsmall.icon.white {
  color: #fff;
}

.div-block-197 {
  background-color: #7b5be1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 60px 0;
  display: block;
}

.section-5 {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 0;
  display: block;
}

.container-12 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.container-11, .container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  height: 100%;
  max-height: 100%;
}

.div-block-250 {
  background-color: #0b65c2;
  max-width: 100%;
  height: 100%;
  padding: 60px 0;
}

.div-block-251 {
  background-color: #d50000;
  max-width: 100%;
  height: 100%;
  padding: 60px 0;
}

.div-block-198 {
  background-color: #043b90;
  max-width: 100%;
  height: 100%;
  padding: 60px 0;
  display: block;
}

.tiktok {
  background-color: #1b1b1b;
  max-width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-18 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.div-block-252 {
  margin-bottom: 80px;
  margin-right: 460px;
}

.text-block-114 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-115 {
  border-bottom: 2px #fff;
  font-size: 14px;
  font-weight: 400;
}

.text-block-116 {
  border-bottom: 1px #fff;
  font-size: 14px;
  font-weight: 400;
}

.text-block-116:hover {
  color: #fff;
}

.text-block-117 {
  border-bottom: 2px #fff;
  font-size: 14px;
  font-weight: 400;
}

.text-block-117:hover {
  color: #fff;
}

.text-block-118 {
  border-bottom: 2px #fff;
  font-size: 14px;
  font-weight: 400;
}

.text-block-118:hover {
  color: #fff;
}

.uui-footer04_legal-link-2 {
  color: var(--untitled-ui-gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link-2:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer04_legal-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-4 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-4.text-color-gray500 {
  color: var(--untitled-ui-gray500);
}

.uui-text-size-small-4.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-footer04_bottom-wrapper-2 {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui-gray200);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_social-icon-2 {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_social-link-2 {
  color: var(--untitled-ui-gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link-2:hover {
  color: var(--untitled-ui-gray500);
}

.uui-footer04_social-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.uui-footer04_link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-footer04_link-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image-3 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-3 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-3 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-3 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark-3 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component-3 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer04_top-wrapper-2 {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-padding-vertical-xlarge-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-3:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-faq01_cta {
  background-color: var(--untitled-ui-gray50-501);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: #ffae00;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: #ffb700;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  color: #ffd900;
  border: 2px solid #ffb700;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui-primary600);
  margin-right: 13px;
}

.uui-faq01_heading {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  cursor: pointer;
  background-color: #12162c;
  border: 1px solid #0f1538;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 20px;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px none var(--untitled-ui-gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 2.5rem;
}

.uui-heading-medium-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-2.gfh {
  color: #000;
  font-family: Aeonik, sans-serif;
  font-weight: 700;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.div-block-253 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.link-block {
  align-self: center;
  text-decoration: none;
}

.div-block-240 {
  align-items: center;
  display: flex;
}

.text-block-126 {
  color: #fff;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.textt-block-124 {
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  line-height: 40px;
  display: none;
}

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

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-text-divider-2 {
  color: var(--untitled-ui-gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-2.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-blogpost02_date-wrapper {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.uui-blogpost02_author-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost02_author-image {
  object-fit: cover;
  border: 3px solid #a5a5a5;
  border-radius: 100%;
  width: 5.2rem;
  min-width: 3.5rem;
  height: 5.2rem;
  min-height: 3.5rem;
}

.uui-blogpost02_author-image.stroke {
  border-style: none;
  border-color: #fff;
  border-radius: 0%;
  width: 25.5rem;
  min-width: 7rem;
  height: 9.1rem;
}

.uui-blogpost02_author-image-wrapper {
  margin-bottom: 1rem;
}

.uui-blogpost02_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost02_divider {
  background-color: var(--untitled-ui-gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-blogpost02_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.uui-blogpost02_tag-list-wrapper {
  width: 100%;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-3.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-3.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray-3.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost02_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.uui-blogpost02_share-heading {
  color: #fff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost02_share-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-blogpost02_content-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-text-rich-text {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.uui-text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text h6 {
  color: #fff;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.uui-text-rich-text p {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.uui-text-rich-text blockquote {
  color: #b1b1b1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.uui-text-rich-text ul {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
}

.uui-text-rich-text img {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
}

.uui-text-rich-text li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui-gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
}

.uui-blogpost02_content {
  margin-bottom: 4rem;
}

.uui-breadcrumb-link {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-breadcrumb-link.w--current {
  color: var(--untitled-ui-primary700);
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: var(--untitled-ui-primary800);
}

.uui-breadcrumb-divider {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost02_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-blogpost02_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.uui-heading-tiny {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-tiny.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-heading-large-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-large-2.text-color-white {
  color: var(--untitled-ui-white);
  text-align: left;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}

.uui-blogpost02_category-link {
  color: #fff;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-blogpost02_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogpost02_title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost02_title-wrapper.diff {
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
}

.uui-padding-vertical-xhuge-3 {
  padding: 15rem 0 10rem;
}

.uui-blogpost02_background {
  z-index: -1;
  background-image: linear-gradient(rgba(16, 24, 40, .4), rgba(16, 24, 40, .4)), url('../images/iii.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.uui-blogpost02_background.change-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/img-dealbox.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.uui-blogpost02_background.change-bg-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/jjj.svg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.uui-blogpost02_background.change-bg-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/kgk.svg');
  background-position: 0 0, 50%;
}

.uui-blogpost02_header {
  margin-bottom: 4rem;
  position: relative;
}

.body-4, .body-5, .body-6 {
  background-color: #000;
}

.text-block-127, .text-block-128 {
  color: #fff;
}

.telegram {
  background-color: #3da1ff;
  max-width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.body-7 {
  background-color: #000;
  background-image: url('../images/651dcb7e84d836e6d5ab8168_bg-grid-lighter.4c1e8196.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.cf-review-text---18px---italic {
  color: rgba(255, 255, 255, .9);
  letter-spacing: -.16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-reviewer-image-3 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-2 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  height: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-1 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
}

.cf-bottom-right-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.cf-view-more-line {
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-hero-email-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.cf-mail-icon {
  color: #fff;
  margin-left: 0;
  margin-right: 10px;
}

.cf-hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-bio-text {
  color: rgba(255, 255, 255, .9);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.cf-top-right-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-right-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-hero-main-image {
  width: 45%;
  max-width: 581px;
}

.cf-hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-review-text {
  color: rgba(255, 255, 255, .9);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 35px;
  height: 35px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-58px-heading {
  color: #fff;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.cf-top-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-left-info-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-1 {
  background-color: rgba(243, 243, 243, 0);
  padding-top: 97px;
  overflow: hidden;
}

.cf-secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--conversion-flow-library-medium-purple);
  color: #fff;
}

.cf-secondary-button.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-secondary-button.pricing-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 46%, var(--conversion-flow-library-sandy-brown));
}

.cf-pricing-plan-content-text {
  letter-spacing: .5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-pricing-plan-price {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 38%, var(--conversion-flow-library-coral) 73%, var(--conversion-flow-library-sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-note-text {
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.cf-pricing-plan-text {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.cf-pricing-box-plan-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-plan-wrapper.white-border {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.cf-pricing-box {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box.pricing-1-box {
  background-color: #fff;
}

.cf-pricing-box.green-pricing-box {
  color: #fff;
  background-color: #1d1d1d;
  border-style: none;
}

.cf-primary-button {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button.pricing-button {
  color: #000;
  background-color: #fff;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-primary-button.pricing-button:hover {
  background-image: linear-gradient(96deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 50%, var(--conversion-flow-library-sandy-brown));
  color: #fff;
}

.cf-pricing-box-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-wrapper {
  margin-top: 50px;
}

.cf-pricing-box-wrapper.pricing-1-box {
  margin-top: 100px;
  position: relative;
  top: 0;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-toggle-arrow-icon {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-toggle-save-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-save-container {
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -141%;
  left: 15%;
  right: 0%;
}

.cf-toggle-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-dot.green-toggle-dot {
  background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple) 17%, var(--conversion-flow-library-light-coral) 55%, var(--conversion-flow-library-sandy-brown));
}

.cf-toggle-contain {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-contain.white-toggle {
  background-color: #fff;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.cf-pricing-toggle-header-wrapper.pricing-header-toggle {
  justify-content: center;
}

.cf-pricing-hero-para {
  color: #fff;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 49%, var(--conversion-flow-library-coral) 75%, var(--conversion-flow-library-sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-pricing-hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 115%;
}

.cf-white-top-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.cf-pricing-hero-head-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-pricing-hero-section {
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.cf-play-button-icon {
  margin-left: 5px;
}

.cf-video-play-button-inside {
  background-color: var(--conversion-flow-library-medium-purple);
  background-image: linear-gradient(127deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 54%, var(--conversion-flow-library-sandy-brown));
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 97.5px;
  height: 97.5px;
  display: flex;
  overflow: hidden;
}

.cf-video-play-button {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  margin-top: 250px;
  margin-left: -54px;
  display: flex;
  position: absolute;
  left: 50%;
  overflow: hidden;
}

.cf-video-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.cf-video-thumbnail.contain {
  object-fit: contain;
}

.cf-video-laptop-bar-image {
  height: 40px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cf-video {
  flex-direction: column;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.cf-video-checkmark-icon {
  margin-right: 10px;
}

.cf-video-checkmarks-item {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.cf-video-checkmark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-video-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.video-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 960px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cf-video-section {
  background-color: #000;
  padding-top: 53px;
}

.body-8 {
  background-color: #000;
  background-image: url('../images/651dcb7e84d836e6d5ab8168_bg-grid-lighter.4c1e8196.svg');
  background-position: 30% 140%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  font-family: Poppins, sans-serif;
}

.cf-wrapper-1161 {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper-1161.video-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 960px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: -26%;
  right: auto;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px rgba(0, 0, 0, .07);
}

.cf-cta-bottom-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -4%;
}

.cf-pink-button {
  background-color: var(--conversion-flow-library-light-coral);
  color: #0b0b0b;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: var(--conversion-flow-library-sandy-brown);
}

.cf-purple-button {
  background-color: var(--conversion-flow-library-medium-purple);
  color: #000;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  background-color: var(--conversion-flow-library-coral);
  color: #0b0b0b;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts {
  background-color: var(--conversion-flow-library-sandy-brown);
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  display: flex;
}

.cf-cta-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-2 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: rgba(13, 14, 16, .4);
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px rgba(13, 14, 16, .1);
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field-dropdown::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-form-dropdown {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.cf-info-heading {
  color: rgba(255, 255, 255, .4);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 0;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: rgba(13, 14, 16, 0);
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 70px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-254 {
  background-color: #161c1f;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 22px 30px;
  line-height: 10px;
  display: flex;
}

.div-block-254:hover {
  background-color: #363f4c;
}

.section-6 {
  padding-top: 40px;
  padding-bottom: 99px;
}

.section-6.white {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .97), rgba(255, 255, 255, .97)), url('../images/IMG_9078.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
}

.heading-20 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-129 {
  color: #fff;
  line-height: 30px;
}

.bold-text-15 {
  color: #fff;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.link {
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.cf-benefits-pointer-line {
  background-color: rgba(177, 108, 234, .1);
  height: 2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cf-benefits-pointer-line._3 {
  background-color: rgba(209, 211, 213, .08);
}

.cf-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.cf-text-block-2._16-px {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.cf-case-study-number-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-benefits-pointer-number {
  background-image: linear-gradient(84deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 54%, var(--conversion-flow-library-sandy-brown));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.cf-benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-benefits-pointer-item {
  max-width: 300px;
  padding-top: 24px;
  padding-bottom: 56px;
  position: relative;
}

.cf-benefits-pointers-right {
  margin-top: 120px;
}

.cf-video-thumbnail-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.cf-benefits-image {
  flex-direction: column;
  align-items: center;
  width: 50%;
  max-width: 400px;
  height: 100%;
  margin: 60px 5%;
  display: flex;
  position: relative;
  left: 0%;
}

.cf-wrapper-1162 {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper-1162.benefits-wrapper {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.cf-benefits-section {
  padding-top: 40px;
  padding-bottom: 130px;
}

.cf-growth-para-text-18px-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.cf-growth-heading-32px-2 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image-2 {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper-2 {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.cf-growth-wrapper-2.large {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Highlight_03.svg');
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-20px-2 {
  opacity: .7;
  margin-top: 26px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic-2 {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library-sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px-2 {
  letter-spacing: -.01em;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
}

.cf-growth-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container-2 {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1163 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1163.growth-flex {
  padding-bottom: 180px;
}

.cf-growth-section-2 {
  position: relative;
}

.cf-cta-top-image-2 {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: -26%;
  right: auto;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px rgba(0, 0, 0, .07);
}

.cf-cta-bottom-image-2 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -4%;
}

.cf-pink-button-2 {
  background-color: var(--conversion-flow-library-light-coral);
  color: #0b0b0b;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button-2:hover {
  background-color: var(--conversion-flow-library-sandy-brown);
}

.cf-purple-button-2 {
  background-color: var(--conversion-flow-library-medium-purple);
  color: #000;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button-2:hover {
  background-color: var(--conversion-flow-library-coral);
  color: #0b0b0b;
}

.cf-cta-buttons-container-2 {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph-2 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 178%;
}

.cf-cta-h2-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Aeonik, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts-2 {
  color: #fff;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  background-color: rgba(104, 104, 104, .18);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}

.cf-center-wrapper-cta-2 {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  display: flex;
}

.cf-cta-wrapper-3 {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-3 {
  color: #fff;
  background-color: #000;
  background-image: url('../images/651dcb7e84d836e6d5ab8168_bg-grid-lighter.4c1e8196.svg');
  background-position: 0 0;
  background-size: auto;
  border-top: 1px solid rgba(255, 255, 255, .14);
  position: relative;
}

.uui-space-xhuge-2 {
  width: 100%;
  min-height: 7rem;
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-3 {
  color: var(--untitled-ui-gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-3.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-blogpost02_date-wrapper-2 {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.uui-blogpost02_author-heading-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost02_author-image-2 {
  object-fit: contain;
  border: 2px #fff;
  border-radius: 0%;
  width: 24rem;
  min-width: 18rem;
  height: 5.2rem;
  min-height: 3.5rem;
}

.uui-blogpost02_author-image-wrapper-2 {
  margin-bottom: 1rem;
}

.uui-blogpost02_author-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost02_divider-2 {
  background-color: var(--untitled-ui-gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-2.is-pink {
  background-color: var(--untitled-ui-pink50-501);
  color: var(--untitled-ui-pink700);
}

.uui-badge-2.is-indigo {
  background-color: var(--untitled-ui-indigo50-501);
  color: var(--untitled-ui-indigo700);
}

.uui-badge-2.is-primary {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
}

.uui-blogpost02_tag-list-2 {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.uui-blogpost02_tag-list-wrapper-2 {
  width: 100%;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-3.text-color-gray400 {
  color: var(--untitled-ui-gray400);
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-4:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-4:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-4.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-4.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray-4.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost02_share-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.uui-blogpost02_share-heading-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.uui-blogpost02_content-bottom-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-text-rich-text-2 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text-2 h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text-2 h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text-2 h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text-2 h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text-2 h5, .uui-text-rich-text-2 h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text-2 p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text-2 blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-style: italic;
}

.uui-text-rich-text-2 a {
  text-decoration: underline;
}

.uui-text-rich-text-2 figcaption {
  color: var(--untitled-ui-gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
}

.uui-blogpost02_content-2 {
  margin-bottom: 4rem;
}

.uui-breadcrumb-link-2 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-breadcrumb-link-2.w--current {
  color: var(--untitled-ui-primary700);
  font-weight: 600;
}

.uui-breadcrumb-link-2.w--current:hover {
  color: var(--untitled-ui-primary800);
}

.uui-breadcrumb-divider-2 {
  color: var(--untitled-ui-gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost02_breadcrumb-2 {
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-blogpost02_content-top-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center, .align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-small-5 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-5.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-heading-tiny-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-tiny-2.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-heading-large-3 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-large-3.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-blogpost02_category-link-2 {
  color: #fff;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-blogpost02_category-link-2.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogpost02_title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost02_background-2 {
  z-index: -1;
  background-image: linear-gradient(rgba(16, 24, 40, .4), rgba(16, 24, 40, .4)), url('../images/Blog-Image-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.uui-blogpost02_header-2 {
  margin-bottom: 4rem;
  position: relative;
}

.text-block-130, .text-block-131 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-132 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-133, .text-block-134, .text-block-135 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-136, .text-block-137 {
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.text-block-138 {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.uui-blogpost02_author-image-3 {
  border: 3px #fff;
  border-radius: 0%;
  width: 22rem;
  height: 6rem;
  min-height: 0;
}

.text-block-139 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block-140 {
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.cf-floating-white-div-2 {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-floating-scribble-2 {
  z-index: 1;
  position: static;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-floating-image-container-3 {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.cf-floating-black-div-2 {
  background-color: #0d0e10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-floating-image-container-4 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-home-center-image-2 {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.cf-home-image-container-2 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 180px;
  display: flex;
  position: relative;
}

.cf-button-gradient-2 {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-cta-arrow-div-2 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text-2 {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  position: relative;
}

.cf-cta-button-2 {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button-2:hover {
  background-color: #b16cea;
}

.cf-cta-button-2.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-22px-paragraph---white-2 {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.cf-gradient-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-82px-heading-2 {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
}

.cf-1140px-wrapper---home-vertical-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-4 {
  background-color: rgba(13, 14, 16, 0);
  background-image: none;
  padding-top: 80px;
  overflow: hidden;
}

.cf-secondary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button-2:hover {
  background-color: var(--conversion-flow-library-medium-purple);
  color: #fff;
}

.cf-secondary-button-2.middle-price-button {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.cf-secondary-button-2.middle-price-button:hover {
  background-color: #e5e5e5;
}

.cf-pricing-plan-small-text-2 {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-pricing-plan-price-2 {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 38%, var(--conversion-flow-library-coral) 73%, var(--conversion-flow-library-sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price-2.pricing-3-price {
  margin-bottom: 0;
}

.cf-pricing-price-container {
  border-top: 1px solid rgba(0, 46, 36, .2);
  border-bottom: 1px solid rgba(0, 46, 36, .2);
  flex: none;
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cf-pricing-price-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-content-text-2 {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon-2 {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-content-wrapper-2.pricing-3-content {
  max-width: 228px;
  margin-bottom: 0;
  margin-right: 10px;
}

.cf-pricing-plan-amount-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-description {
  color: rgba(11, 20, 31, .7);
  text-align: center;
  max-width: 270px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-pricing-plan-description.middle-para {
  color: rgba(255, 255, 255, .7);
}

.cf-pricing-plan-name {
  color: #000;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.cf-pricing-plan-name.white {
  color: #fff;
}

.cf-pricing-3-box-plan-block {
  border-right: 1px solid rgba(0, 46, 36, .2);
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 40px;
  display: flex;
}

.cf-pricing-3-box-plan-block._2 {
  border-right-color: rgba(255, 255, 255, .03);
}

.cf-pricing-3-box {
  grid-column-gap: 60px;
  background-color: #fff;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 60px;
  display: grid;
  box-shadow: 0 10px 100px rgba(0, 0, 0, .1);
}

.cf-pricing-3-box.middle-block {
  color: #fff;
  background-color: #181818;
}

.cf-pricing-3-blocks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.cf-pricing-3-blocks-wrapper.pricing-box-6 {
  grid-template-rows: auto;
  margin-bottom: 0;
}

.cf-wrapper-1200px-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-toggle-arrow-icon-2 {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-toggle-save-text-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-save-text-2.black {
  color: #000;
}

.cf-toggle-save-container-2 {
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -141%;
  left: 15%;
  right: 0%;
}

.cf-toggle-text-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-contain-2 {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-row-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-3-toggle-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.cf-pricing-hero-block-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-growth-para-text-18px-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-growth-heading-32px-3 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image-3 {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper-3 {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.cf-growth-wrapper-3.large {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-20px-3 {
  opacity: .7;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic-3 {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library-sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px-3 {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

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

.cf-growth-container-3 {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1164 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1164.growth-flex {
  padding-bottom: 180px;
}

.cf-growth-section-3 {
  position: relative;
}

.uui-space-xhuge-3 {
  width: 100%;
  min-height: 7rem;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-4 {
  color: var(--untitled-ui-gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-4.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-blogpost02_date-wrapper-3 {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.uui-blogpost02_author-heading-3 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost02_author-image-4 {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-blogpost02_author-image-wrapper-3 {
  margin-bottom: 1rem;
}

.uui-blogpost02_author-wrapper-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost02_divider-3 {
  background-color: var(--untitled-ui-gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-badge-3 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-3.is-pink {
  background-color: var(--untitled-ui-pink50-501);
  color: var(--untitled-ui-pink700);
}

.uui-badge-3.is-indigo {
  background-color: var(--untitled-ui-indigo50-501);
  color: var(--untitled-ui-indigo700);
}

.uui-badge-3.is-primary {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
}

.uui-blogpost02_tag-list-3 {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.uui-blogpost02_tag-list-wrapper-3 {
  width: 100%;
}

.uui-button-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-4.text-color-gray400 {
  color: var(--untitled-ui-gray400);
}

.uui-button-secondary-gray-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-5:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-5:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-5.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-5.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray-5.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost02_share-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.uui-blogpost02_share-heading-3 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost02_share-wrapper-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-blogpost02_content-bottom-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-text-rich-text-3 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text-3 h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text-3 h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text-3 h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text-3 h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text-3 h5, .uui-text-rich-text-3 h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text-3 p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text-3 blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-style: italic;
}

.uui-text-rich-text-3 a {
  text-decoration: underline;
}

.uui-text-rich-text-3 figcaption {
  color: var(--untitled-ui-gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
}

.uui-blogpost02_content-3 {
  margin-bottom: 4rem;
}

.uui-breadcrumb-link-3 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link-3:hover {
  color: var(--untitled-ui-gray700);
}

.uui-breadcrumb-link-3.w--current {
  color: var(--untitled-ui-primary700);
  font-weight: 600;
}

.uui-breadcrumb-link-3.w--current:hover {
  color: var(--untitled-ui-primary800);
}

.uui-breadcrumb-divider-3 {
  color: var(--untitled-ui-gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost02_breadcrumb-3 {
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-blogpost02_content-top-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center, .align-center-4 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-page-padding-7 {
  object-fit: contain;
  padding: 30rem 2rem 3rem 0;
  display: block;
}

.uui-text-size-small-6 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-6.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-heading-tiny-3 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-tiny-3.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-heading-large-4 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-large-4.text-color-white {
  color: var(--untitled-ui-white);
  text-align: left;
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 13px #fc7a0c;
  margin-bottom: 1rem;
  font-family: Aeonik, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.uui-blogpost02_category-link-3 {
  color: #fff;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-blogpost02_category-link-3.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogpost02_title-wrapper-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 71rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-small-3 {
  width: 100%;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
}

.uui-blogpost02_background-3 {
  z-index: -1;
  background-image: linear-gradient(rgba(16, 24, 40, .4), rgba(16, 24, 40, .4)), url('../images/grace-grace.svg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1280px;
}

.uui-blogpost02_header-3 {
  margin-bottom: 0;
  position: relative;
}

.text-block-141 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.html-embed {
  background-color: rgba(237, 237, 237, 0);
  font-family: Poppins, sans-serif;
}

.uui-blogpost01_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-blogpost06_share-heading {
  color: var(--untitled-ui-gray500);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.uui-blogpost01_divider {
  background-color: var(--untitled-ui-gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-blogpost06_rich-text-divider {
  background-color: var(--untitled-ui-gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-blogpost06_content {
  margin-bottom: 4rem;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-page-padding-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-blogpost06_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 45rem;
}

.uui-blogpost06_author-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost03_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-blogpost03_author-image-wrapper {
  margin-right: 1rem;
}

.uui-blogpost06_author-wrapper {
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.uui-text-size-xlarge-3 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-blogpost06_subheading {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost06_subheading-divider {
  color: var(--untitled-ui-primary700);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.uui-blogpost03_date-wrapper {
  margin-bottom: 1rem;
  display: flex;
}

.uui-blogpost06_header-content {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-blogpost06_header {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab {
  background-color: #181818;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.cf-tabs-element._2 {
  top: auto;
  bottom: -4%;
  left: auto;
  right: -6%;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple) 31%, var(--conversion-flow-library-light-coral) 75%, var(--conversion-flow-library-coral) 92%, var(--conversion-flow-library-sandy-brown));
}

.cf-tabs-content-text {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: var(--conversion-flow-library-medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 17%;
  box-shadow: 8px 18px 160px rgba(0, 0, 0, .2);
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 8%;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-home-tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  color: #fff;
  background-color: #b16cea;
  border-radius: 7px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-section-4 {
  background-color: #0d0e10;
  padding-top: 40px;
}

.cf-pricing-hero-block-section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-142 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-143 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-144, .text-block-145 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.uui-blogpost02_title-wrapper-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 48rem;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.uui-padding-vertical-xhuge-7 {
  padding-top: 31.1rem;
  padding-bottom: 2rem;
}

.uui-container-small-4 {
  width: 100%;
  max-width: 71rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost02_background-4 {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/grace-grace.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.uui-blogpost02_header-4 {
  margin-bottom: 0;
  position: relative;
}

.cf-growth-para-text-18px-4 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.cf-growth-heading-32px-4 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image-4 {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper-4 {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.cf-growth-wrapper-4.large {
  box-shadow: none;
  color: #fff;
  background-color: #1b1b1b;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-20px-4 {
  opacity: .7;
  color: #fff;
  margin-top: 26px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.cf-text-opacity-70-italic-4 {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library-sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px-4 {
  letter-spacing: -.01em;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
}

.cf-growth-grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container-4 {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1165 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1165.growth-flex {
  padding-bottom: 180px;
}

.cf-growth-section-4 {
  position: relative;
}

.cf-tab-image-2.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image-2.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image-2.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image-2.tab-1 {
  width: 100%;
  max-width: 400px;
}

.cf-tabs-right-tab-2 {
  background-color: #b16cea;
  background-image: linear-gradient(to right, #e89f73, #9468d7 49%, #3b8fca);
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element-2 {
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.cf-tabs-element-2._2 {
  top: auto;
  bottom: -4%;
  left: auto;
  right: -6%;
}

.cf-black-small-button-2 {
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  width: 169px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: background-color .9s;
}

.cf-black-small-button-2:hover {
  background-color: #181818;
}

.cf-tabs-content-text-2 {
  color: #303030;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.cf-tabs-content-heading-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading-2 {
  color: var(--untitled-ui-gray400);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Aeonik, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}

.cf-tabs-left-wrap-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain-2 {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 570px;
  display: flex;
}

.cf-tabs-image-2.absolute {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 17%;
  box-shadow: 8px 18px 160px rgba(0, 0, 0, .2);
}

.cf-tabs-image-2.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image-2.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image-2.absolute.tab-2 {
  box-shadow: none;
  width: 81%;
  max-width: 410px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 15%;
}

.cf-tabs-image-2.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image-2.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content-2 {
  border-radius: 12px;
}

.cf-home-tab-link-2 {
  color: #fff;
  background-color: #1a1919;
  border-radius: 8px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link-2:hover {
  opacity: .8;
}

.cf-home-tab-link-2.w--current {
  color: #fff;
  background-color: #b16cea;
  background-image: linear-gradient(65deg, #f4a860, #9a64d7 42%, #1a96c8);
  border-radius: 8px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu-2 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text-2 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 155%;
}

.cf-features-4-tabs-heading-2 {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 16px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.cf-tabs-header-2 {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper-2 {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-section-5 {
  background-color: rgba(13, 14, 16, 0);
}

.text-block-146, .text-block-147, .text-block-148 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-149, .text-block-150 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cf-services-image {
  object-fit: contain;
  border-radius: 16px;
}

.cf-services-right-contain {
  width: 50%;
  max-width: 500px;
}

.cf-call-arrow-down-3 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-call-arrow-down-3.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain-2 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain-2.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button-2 {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button-2._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-services-paragraph {
  color: #fff;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 156%;
}

.cf-services-h2-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-services-icon {
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 32px;
}

.cf-services-icon._2 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(24, 111, 225, .25);
}

.cf-services-icon._1 {
  border-radius: 18px;
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(252, 107, 92, .25);
}

.cf-services-left-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 450px;
  display: flex;
}

.cf-services-page-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 200px;
  display: flex;
}

.cf-services-page-contain.reverse {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.cf-services-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-secondary-button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 8px;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .23s;
}

.cf-secondary-button-3:hover {
  color: #fff;
  background-color: #292929;
}

.cf-secondary-button-3.middle-price-button {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  font-weight: 600;
}

.cf-secondary-button-3.middle-price-button:hover {
  background-color: #e5e5e5;
}

.cf-pricing-plan-small-text-3 {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-pricing-plan-price-3 {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 38%, var(--conversion-flow-library-coral) 73%, var(--conversion-flow-library-sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price-3.pricing-3-price {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.cf-pricing-price-container-2 {
  border-top: 1px solid rgba(0, 46, 36, .2);
  border-bottom: 1px solid rgba(0, 46, 36, .2);
  flex: none;
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cf-pricing-price-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-content-text-3 {
  letter-spacing: .5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon-3 {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.cf-pricing-plan-content-wrapper-3 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-content-wrapper-3.pricing-3-content {
  max-width: 290px;
  margin-bottom: 0;
  margin-right: 10px;
}

.cf-pricing-plan-amount-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-description-2 {
  color: #000;
  text-align: center;
  max-width: 350px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.cf-pricing-plan-description-2.middle-para {
  color: rgba(255, 255, 255, .7);
}

.cf-pricing-plan-name-2 {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

.cf-pricing-plan-name-2.white {
  color: #fff;
}

.cf-pricing-3-box-plan-block-2 {
  border-right: 1px solid rgba(0, 46, 36, .2);
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 0;
  display: flex;
}

.cf-pricing-3-box-plan-block-2._2 {
  border-right-color: rgba(255, 255, 255, .2);
}

.cf-pricing-3-box-2 {
  grid-column-gap: 60px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 60px;
  display: grid;
  box-shadow: 0 10px 100px rgba(0, 0, 0, .1);
}

.cf-pricing-3-box-2.middle-block {
  color: #fff;
  background-color: #000;
}

.cf-pricing-3-blocks-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.cf-pricing-3-blocks-wrapper-2.pricing-box-6 {
  grid-template-rows: auto;
}

.cf-wrapper-1200px-3 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-toggle-arrow-icon-3 {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-toggle-save-text-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-save-text-3.black {
  color: #fff;
}

.cf-toggle-save-container-3 {
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -141%;
  left: 15%;
  right: 0%;
}

.cf-toggle-text-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-dot-3 {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-contain-3 {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-row-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-3-toggle-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.cf-pricing-hero-block-section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text {
  font-weight: 300;
}

.text:hover {
  color: #fff;
}

.text-2:hover {
  color: #dbdbdb;
}

.text-block-151 {
  font-size: 10px;
  font-weight: 300;
}

.body-9 {
  background-color: #000;
}

.container-18 {
  margin-top: 30px;
}

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

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bold-text-16 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.header76_image {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-top.margin-small {
  border-top: 2px solid #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 0;
}

.margin-top.margin-medium {
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxsmall, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -120%;
  display: grid;
}

.underlined {
  color: #fff;
  background-color: #009094;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #009095;
  border: 1px #000;
  border-radius: 8px;
  padding: .95rem 1.6rem;
  font-size: 15px;
}

.button.is-secondary {
  color: #000;
  background-color: #f5f5f5;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.button.is-secondary.services {
  color: #0f0f0f;
  background-color: #f5f5f5;
}

.text-span {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 20px;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 0;
}

.margin-bottom.margin-small {
  text-align: center;
  text-align: center;
  color: #6f7b89;
  text-align: left;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  font-family: Aeonik, sans-serif;
  font-size: 17px;
  line-height: 24px;
  display: flex;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

.text-size-medium {
  color: #000;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}

.button-group {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.heading-21 {
  color: #009096;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 131%;
}

.header76_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header76_content-left {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 4rem;
}

.section_header76 {
  padding-top: 100px;
  padding-bottom: 0;
}

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.text-span-2 {
  font-size: 16px;
}

.bold-text-17 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-block-152 {
  font-size: 14px;
  font-weight: 300;
}

.cf-tabs-menu-3 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  display: flex;
}

.cf-tabs-content-heading-3 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-content-contain-3 {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100%;
  display: flex;
}

.text-span-3 {
  color: #000;
}

.cf-tabs-contain-3 {
  align-self: center;
}

.cf-features-section-6 {
  background-color: #f0f7f1;
}

.cf-features-4-tabs-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bold-text-2 {
  color: #009094;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 400;
}

.cf-tabs-left-wrap-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 101px 54px 101px 64px;
  display: flex;
  position: relative;
}

.cf-tabs-right-tab-3 {
  background-color: #009094;
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(15, 15, 15, .15)), url('../images/health-care.svg');
  background-position: 0 0, 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.link-2 {
  color: #009095;
  letter-spacing: -1px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.cf-tabs-content-text-3 {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-tabs-header-text-3 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
}

.cf-tabs-header-3 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  display: flex;
}

.cf-features-4-tabs-heading-3 {
  color: #009096;
  text-align: center;
  max-width: 744px;
  margin: 0 0 16px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.cf-tabs-sub-heading-3 {
  color: #009093;
  letter-spacing: 5px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.text-block-153 {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}

.text-block-154, .text-block-155, .text-block-156 {
  font-size: 14px;
  font-weight: 300;
}

.cf-home-tab-link-3 {
  color: #2e2e2e;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 36px;
  padding: 18px 18px 16px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link-3:hover {
  opacity: .8;
}

.cf-home-tab-link-3.w--current {
  color: #fff;
  background-color: #009095;
  border-radius: 8px;
  padding: 18px 30px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.waves---cta-white-2 {
  background-color: var(--waves-library-white);
  color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-19 {
  margin-top: 16px;
}

.waves---subtitle-4 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-482 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-6 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-gradient-hero-6 {
  background-image: linear-gradient(rgba(19, 19, 19, .1) 22%, rgba(19, 19, 19, .66) 77%, rgba(19, 19, 19, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-section-hero-6 {
  color: var(--waves-library-white);
  background-image: url('../images/Wide-Image_1Wide Image.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 175px;
  position: relative;
}

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

.udesly-progress-bar {
  background-color: #379bdd;
  width: 100%;
  height: 4px;
}

.udesly-progress-bar-wrapper {
  z-index: 9999999;
  width: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.udesly-not-active-dot {
  width: 20px;
  height: 20px;
  padding: 0;
}

.udesly-not-active-dot:hover {
  background-color: #9e6ff5;
}

.udesly-active-dot {
  background-color: #ca38ff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  padding: 0;
}

.udesly-custom-dots-wrapper {
  cursor: pointer;
}

.udesly-custom-dots-widget {
  z-index: 99999;
  justify-content: space-around;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider {
  width: 100%;
  height: 800px;
  display: none;
}

.slide {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/1-1.jpg');
  background-position: 0 0, 0 -150px;
  background-size: auto, 1512px;
  height: 100%;
}

.mask {
  background-color: #000;
}

.section-7 {
  width: 100%;
  height: 100%;
  display: block;
}

.slide-2 {
  background-image: url('../images/1-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1280px;
}

.slider-2 {
  width: 100%;
  height: 720px;
}

.image-53 {
  width: 100%;
}

.slider-3 {
  width: 100%;
  height: 810px;
}

.right-arrow {
  display: none;
}

.icon-2 {
  display: none;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.slide-3 {
  background-color: #000;
  height: 100%;
}

.slide-4 {
  background-color: #b8a907;
}

.slide-5 {
  background-color: #094474;
}

.slide-6 {
  background-color: #af0398;
}

.slide-7 {
  background-color: #2e0102;
}

.slide-8 {
  background-color: #414141;
}

.left-arrow {
  display: block;
}

.icon-3 {
  display: none;
}

.div-block-256, .section-8 {
  width: 100%;
  height: 100%;
}

.mask-2 {
  background-color: #a76b6b;
  width: 100%;
  height: 100%;
}

.image-54 {
  width: 100%;
}

.slider-4 {
  width: 100%;
  height: 100vh;
}

.slide-9 {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .97), rgba(0, 0, 0, .63) 43%, #000 102%), url('../images/OLA_1971.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  padding-top: 220px;
}

.div-block-257 {
  width: 100%;
  height: 100%;
}

.icon-4, .slide-nav-2, .icon-5 {
  display: none;
}

.image-55 {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.mask-3 {
  width: 100%;
  height: 100%;
}

.slide-10 {
  background-image: linear-gradient(#000, rgba(0, 0, 0, .5) 42%, #000), url('../images/1-1.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 210px;
}

.slide-11 {
  background-image: linear-gradient(#000, rgba(0, 0, 0, .8) 18%, rgba(0, 0, 0, .56)), url('../images/OLA_1962.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 210px;
}

.slide-12 {
  background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .47) 47%, rgba(0, 0, 0, .56)), url('../images/2-2.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 210px;
}

.slide-13 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), #000), url('../images/IMG_8968.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 210px;
}

.slide-14 {
  background-image: linear-gradient(rgba(0, 0, 0, .59), #000), url('../images/1_1.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 210px;
}

.heading-22 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 43px;
  line-height: 55px;
}

.text-block-157 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-157.cvh {
  margin-left: 227px;
  margin-right: 227px;
}

.container-19 {
  max-width: 1200px;
  margin-bottom: 220px;
}

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

.brix---text-300-bold {
  color: rgba(255, 255, 255, .67);
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.f-logo-carousel-wrap {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 16px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 104px;
  margin-left: 0;
  margin-right: 0;
  padding: 32px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

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

.f-section-large-3.jkf {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.f-logo-cell {
  background-color: rgba(243, 245, 251, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  min-height: 140px;
  margin-left: 0;
  margin-right: 20px;
  padding: 24px 0;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: rgba(228, 230, 241, 0);
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: none;
  width: 140px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: none;
  width: 140px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.f-logo-css {
  display: block;
}

.logo-carousel-item {
  flex: none;
  padding: 1rem;
}

.carousel-component {
  display: none;
}

.small-instructions {
  font-size: 1rem;
}

.logo-carousel {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.instructions {
  color: rgba(51, 51, 51, .53);
  text-align: center;
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .05);
  flex: none;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  transform: perspective(1px);
}

.logo-link {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copy-animation {
  height: 0;
}

.carousel {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-258 {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

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

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

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

.uui-heroheader21_image {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-clip: border-box;
  max-height: 100%;
}

.uui-heroheader21_image-wrapper {
  height: 100%;
  max-height: 100%;
}

.uui-text-style-link-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small-7 {
  color: #fff;
  letter-spacing: normal;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-4:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader21_form {
  max-width: 32rem;
  max-height: 5%;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-max-width-small-2 {
  width: 100%;
  max-width: 30rem;
}

.uui-text-size-xlarge-4 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Aeonik, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.uui-heading-xlarge-3.huo {
  text-transform: uppercase;
  font-size: 35px;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui-primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-heroheader21_content {
  width: 100%;
  max-width: 40rem;
  max-height: 60%;
  margin: 50px auto 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heroheader21_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  background-image: linear-gradient(126deg, #f5a85d, #c373c6 12%, #6b1aa1 54%, #525fe4);
  grid-template-rows: repeat(auto-fit, minmax(500px, .75fr));
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

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

.udesly-hover-split {
  text-align: left;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.udesly-overflow-hidden {
  overflow: hidden;
}

.udesly-typewriter-effect {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Aeonik, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.text-span-26 {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-span-27 {
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.quick-stack {
  padding: 0;
}

.cell {
  flex-direction: column;
}

.cell-2 {
  padding-bottom: 0;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  padding: 0;
}

.cell-3 {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.section-9 {
  background-color: #248bcf;
  background-image: linear-gradient(235deg, #611ea2, #762e8f 28%, #e77e23 77%);
}

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

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

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

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

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

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

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

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

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

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

.brix---square-icon-56px {
  border-radius: 8px;
  width: 56px;
}

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

.brix---grid-content-section-v6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

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

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

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

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

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

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

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

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

.text-size-medium-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-2.text-weight-semibold {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
}

.layout422_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-link.is-icon.is-alternate {
  display: flex;
}

.layout422_overlay {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout422_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout422_hover-content {
  display: block;
}

.layout422_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

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

.layout422_card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout422_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout422_instructions-callout-image {
  margin-top: 1.5rem;
}

.layout422_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.text-color-white-4 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Aeonik, sans-serif;
  font-size: 30px;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.layout-422-instructions-delete {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
}

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

.max-width-large {
  width: 100%;
  max-width: 58rem;
}

.container-large-2 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.rl-styleguide_label {
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.layout422_card-content {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 50vh;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
}

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

.body-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular.sub-text {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.combine-text-weight-semibold {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-clients4_image {
  object-fit: cover;
  border: 0 #fff;
  width: 100%;
  height: 100%;
}

.combine-clients4_image-wrapper {
  border: 4px solid #fff;
  border-radius: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.combine-clients4_client {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-clients4_span-s {
  color: #f27900;
  background-color: rgba(248, 179, 75, .14);
}

.combine-clients4_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library--white);
  border: 1px rgba(255, 255, 255, .15);
  border-radius: 1.25rem;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.combine-clients4_span-primary {
  color: var(--combine-library--primary-800);
  background-color: #193845;
}

.combine-clients4_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-clients4_span-secondary {
  color: var(--combine-library--secondary-600);
  background-color: rgba(0, 161, 193, .18);
}

.combine-clients4_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

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

.combine-space-large {
  height: 3rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_clients4 {
  background-color: var(--combine-library--grey-050);
}

.header-text {
  color: #fff;
  font-size: 40px;
}

.text-block-158 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.uui-heroheader22_image {
  object-fit: cover;
  width: 100%;
  height: 32.25rem;
}

.uui-heroheader22_image-wrapper {
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-5:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-5:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-5.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-5.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-6 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-6:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-6:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-6.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-4.button-row-center {
  justify-content: center;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.uui-text-size-xlarge-5 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-5.text-color-primary700 {
  color: var(--untitled-ui-primary700);
}

.uui-space-small-5 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heroheader22_text-underline {
  background-image: url('../images/underline-01.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: visible;
}

.uui-heading-xlarge-4 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge-4.text-color-primary900 {
  color: var(--untitled-ui--primary900);
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.uui-padding-vertical-xhuge-8 {
  padding-top: 7rem;
  padding-bottom: 0;
}

.uui-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: 0;
  margin-right: 0;
}

.uui-page-padding-9 {
  padding-left: 0;
  padding-right: 0;
}

.uui-section_heroheader22 {
  background-color: #fff;
}

.uui-heroheader20_background-grid-mask {
  z-index: -1;
  background-color: var(--untitled-ui-white);
  width: 100%;
  height: 300%;
  position: absolute;
  top: auto;
  bottom: -267%;
  left: 0%;
  right: 0%;
}

.uui-heroheader20_background-grid-section {
  height: 4.5rem;
}

.uui-heroheader20_background-grid-section.background-color-primary100 {
  background-color: var(--untitled-ui-primary100);
}

.uui-heroheader20_background-grid-section.background-color-primary300 {
  background-color: var(--untitled-ui-primary300);
}

.uui-heroheader20_background-grid-section.background-color-primary200 {
  background-color: var(--untitled-ui--primary200);
}

.background-color-primary100 {
  background-color: var(--untitled-ui-primary100);
}

.background-color-white {
  background-color: var(--untitled-ui-white);
}

.background-color-primary300 {
  background-color: var(--untitled-ui-primary300);
}

.background-color-primary200 {
  background-color: var(--untitled-ui--primary200);
}

.uui-heroheader20_background-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 125rem;
  min-width: 125rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.uui-heroheader20_background {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
  transform: skew(0deg, -7.25deg);
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  width: 15rem;
  height: 15rem;
  position: absolute;
}

.uui-heroheader20_lightbox-image {
  object-fit: cover;
  border: 10px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.uui-heroheader20_lightbox {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57.25rem;
  height: 32.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-heroheader20_lightbox.shadow-xxlarge {
  max-width: 100%;
  height: 42rem;
}

.uui-heroheader20_lightbox-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.uui-max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-5.align-center, .align-center-5 {
  margin-left: auto;
  margin-right: auto;
}

.uui-badge-group_icon-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon-2.text-color-primary500 {
  color: var(--untitled-ui-primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper-2 {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge-2 {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge-2.is-primary {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
}

.uui-badge-group-2 {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group-2.is-primary {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  text-decoration: none;
}

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

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

.uui-padding-vertical-xhuge-9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-10 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader20 {
  background-color: var(--untitled-ui-primary50);
  overflow: hidden;
}

.uui-lightbox_play-icon-2 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.uui-heroheader20_lightbox-wrapper-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.bold-text-18 {
  font-weight: 400;
}

.text-block-159 {
  color: #818fa2;
  font-family: Poppins, sans-serif;
}

.body-10 {
  background-color: #000;
}

.cf-pricing-hero-block-section-3-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-19 {
  font-weight: 400;
}

.text-align-center-2 {
  text-align: center;
  margin-bottom: 0;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#2467e3, #2467e3);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: .925rem 2rem;
  font-family: Aeonik, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.button-3:hover, .button-3:active {
  border-style: none;
}

.button-3.is-secondary {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border-style: solid;
  font-weight: 500;
}

.header78_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header78_image {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
}

.padding-section-large-2 {
  padding-top: 13.3rem;
  padding-bottom: 0;
}

.header78_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.header78_image-wrapper {
  background-color: rgba(0, 0, 0, 0);
  width: 18rem;
  height: 29.2rem;
  padding-top: 0%;
  position: relative;
  top: 21px;
}

.header78_image-wrapper.n {
  width: 18rem;
  height: 25.7rem;
  margin-top: 0;
  padding-top: 0%;
  top: 46px;
}

.header78_image-wrapper.dezk-chgs {
  top: 65px;
}

.header78_image-wrapper.new-gap.new-ga-2 {
  top: 64px;
}

.header78_image-wrapper.k {
  width: 17rem;
  padding-top: 58%;
  top: 73px;
}

.header78_image-wrapper.k.k2 {
  width: 18rem;
  height: 26.5rem;
  top: 107px;
}

.header78_image-wrapper.k.k2.m {
  height: 22.4rem;
  top: 0;
}

.header78_image-wrapper.g {
  width: 19rem;
  top: 53px;
}

.header78_image-wrapper.g.stray {
  top: 90px;
}

.header78_image-wrapper.exact-gap.great {
  top: 64px;
}

.header78_image-wrapper.uo.decker {
  top: 63px;
}

.header78_image-wrapper.l {
  width: 18rem;
  top: 129px;
}

.header78_image-wrapper.j {
  width: 18rem;
  height: 31rem;
  padding-top: 0%;
  top: -66px;
}

.header78_image-wrapper.j.klj {
  height: 34rem;
  top: 100px;
}

.header78_image-wrapper.j.make-gap-2 {
  top: -15px;
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-size-medium-3 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.section_header78 {
  background-color: #050505;
  background-image: url('../images/Frame-82.svg');
  background-position: 0 -40px;
  background-repeat: no-repeat;
  background-size: 1730px;
}

.header78_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header78_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 288px .25fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  width: 100%;
  height: 55vh;
  display: grid;
}

.padding-global-2 {
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.banner15_component {
  justify-content: flex-end;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner15_inner-wrapper {
  justify-content: flex-end;
  display: flex;
}

.banner15_marquee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.banner15_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 1rem;
  display: flex;
}

.banner15_heading-wrapper.hide-tablet {
  padding-left: 0;
  padding-right: 0;
}

.banner15_heading-wrapper.hide-mobile-landscape {
  padding-left: 1rem;
  padding-right: 0;
}

.heading-style-h1 {
  color: #161c1f;
  font-family: Poppins, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

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

.product1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.product1_image {
  aspect-ratio: 10 / 40;
  object-fit: contain;
  width: 43rem;
  max-width: 22rem;
  height: 33rem;
  display: block;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  line-height: 40px;
}

.product1_item-link {
  text-decoration: none;
}

.product1_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product1_heading {
  flex: 1;
}

.product1_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-size-small {
  color: #fff;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
}

.product1_image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.product1_item {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.heading-23 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.product-header3_add-to-cart {
  color: #fff;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.button-5.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-5.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.product-header3_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header3_layout {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  background-color: #272727;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 36px;
  font-family: Poppins, sans-serif;
  display: grid;
}

.product-header3_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1.5rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.product-header3_form-wrapper {
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.product-header3_variant-wrapper {
  flex: 1;
  margin-right: 1rem;
}

.product-header3_image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header3_lightbox-link {
  width: 100%;
  display: block;
}

.product-header3_main-image {
  aspect-ratio: 4 / 4;
  object-fit: contain;
  width: 20rem;
  max-width: 100rem;
  height: 30rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.product-header3_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.variant-button {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-disabled {
  opacity: .25;
}

.variant-button.is-active {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.heading-style-h5 {
  margin-right: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.product-header3_details {
  overflow: hidden;
}

.product-header3_component {
  padding-bottom: 3rem;
}

.product-header3_heading {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header3_image-wrapper {
  width: 100%;
}

.product-header3_main-image-wrapper {
  text-align: center;
  width: 100%;
}

.text-size-small-2 {
  font-family: Poppins, sans-serif;
  font-size: .875rem;
}

.form_field-label {
  color: #fff;
  margin-bottom: .5rem;
  font-weight: 400;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-wrap: wrap;
  display: flex;
}

.breadcrumb-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.product-header3_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header3_breadcrumb {
  color: #fff;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: .875rem;
  display: flex;
}

.product-header3_rating-wrapper {
  color: #ffb700;
  margin-right: .5rem;
  display: flex;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form_input.is-select-input {
  background-image: none;
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.product-header3_price-wrapper {
  color: #fff;
  margin-bottom: 10px;
  display: flex;
}

.product-header3_accordion-wrapper {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.product-header3_default-state {
  margin-bottom: 2rem;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.padding-global-4 {
  padding-left: 0%;
  padding-right: 0%;
}

.product-header3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.heading-style-h3 {
  color: #fff;
  text-align: left;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-header3_text-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.product-header3_option {
  margin-bottom: 1.5rem;
}

.product-header3_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-160 {
  letter-spacing: 4px;
  text-transform: uppercase;
}

.italic-text {
  font-style: normal;
}

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

.new-body, .nxt-sect, .coaching-two {
  display: none;
}

.brix---section-6 {
  color: #cee0e7;
  background-color: rgba(14, 18, 38, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 1.25rem 30px;
  display: flex;
}

.combine-header2_component-2 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-20 {
  color: #ffb62e;
  font-weight: 400;
}

.text-span-51 {
  color: #ffb700;
  font-size: 15px;
  font-weight: 400;
}

.combine-heading-style-h1-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
}

.bold-text-21 {
  font-weight: 400;
}

.combine-text-size-regular-8 {
  color: #642eff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.text-span-50 {
  color: #fff;
  -webkit-text-stroke-width: .25px;
  -webkit-text-stroke-color: red;
  text-decoration: line-through;
}

.brix---color-neutral-821 {
  color: #211f54;
}

.bold-text-22 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.bold-text-23 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  max-width: 140px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.bold-text-24 {
  font-weight: 400;
}

.container-20 {
  background-color: rgba(166, 121, 255, 0);
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 13%, #a679ff 53%, rgba(255, 255, 255, 0) 87%);
  height: 2px;
}

.container-20.color-3 {
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 13%, #ff5fcc 53%, rgba(255, 255, 255, 0) 86%);
  height: 2px;
}

.container-20.color-2 {
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 16%, #4dcfaf 53%, rgba(255, 255, 255, 0) 85%);
  height: 2px;
}

.container-20.color-4 {
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 14%, #ff9d24 53%, rgba(255, 255, 255, 0) 91%);
  height: 2px;
}

.text-block-162 {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
}

.text-span-52.nc {
  color: #4dcfaf;
}

.brix---display-10 {
  color: #a679ff;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 84px;
}

.combine-header2_content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 59rem;
  padding-top: 20px;
}

.bold-text-25 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.div-block-259 {
  margin-bottom: 20px;
}

.brix---color-neutral-822 {
  color: #6e7191;
}

.container-21 {
  max-width: 1070px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-span-53 {
  color: #2456b3;
  font-weight: 400;
}

.text-span-53.corr {
  color: rgba(255, 255, 255, .79);
}

.brix---card-4 {
  background-color: #12162c;
  border: 1px solid #1e2448;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.f-button-neutral-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #311f6e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 20px 44px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: #202f43;
}

.f-button-neutral-3.nxt-button {
  margin-top: 0;
  margin-right: 0;
}

.bold-text-26 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.combine-text-size-regular-9 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.combine-text-size-regular-9.dash-2 {
  color: #eaeaea;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 19px;
  font-weight: 300;
}

.combine-header2_component-3 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-27 {
  color: #ffb62e;
  font-weight: 400;
}

.text-span-54 {
  color: #ffb700;
  font-size: 15px;
  font-weight: 400;
}

.combine-heading-style-h1-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
}

.text-span-55 {
  color: #fff;
  -webkit-text-stroke-width: .25px;
  -webkit-text-stroke-color: red;
  text-decoration: line-through;
}

.bold-text-28 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.bold-text-29 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  max-width: 140px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.bold-text-30 {
  font-weight: 400;
}

.container-22 {
  background-color: rgba(166, 121, 255, 0);
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 13%, #a679ff 53%, rgba(255, 255, 255, 0) 87%);
  height: 2px;
}

.container-22.color-3 {
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 13%, #ff5fcc 53%, rgba(255, 255, 255, 0) 86%);
  height: 2px;
}

.container-22.color-2 {
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 16%, #4dcfaf 53%, rgba(255, 255, 255, 0) 85%);
  height: 2px;
}

.container-22.color-4 {
  background-image: linear-gradient(244deg, rgba(0, 0, 0, 0) 14%, #ff9d24 53%, rgba(255, 255, 255, 0) 91%);
  height: 2px;
}

.text-block-163 {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
}

.text-span-56.nc {
  color: #4dcfaf;
}

.bold-text-31 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.div-block-261 {
  margin-bottom: 20px;
}

.brix---color-neutral-823 {
  color: #6e7191;
}

.container-23 {
  max-width: 1070px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-span-57 {
  color: #2456b3;
  font-weight: 400;
}

.text-span-57.corr {
  color: rgba(255, 255, 255, .79);
}

.brix---section-7 {
  color: #cee0e7;
  background-color: #0e1226;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.25rem 30px;
  display: flex;
}

.brix---section-7.dash {
  padding-top: 60px;
}

.bold-text-32 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.youtube {
  background-color: red;
  background-image: url('../images/Join-Grace.png');
  background-position: 50%;
  background-size: cover;
}

.product-header9_rating-icon {
  color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.heading-2 {
  font-family: Aeonik, sans-serif;
  font-size: 31px;
}

.combine-space-large-2 {
  height: 4rem;
}

.text-block-8 {
  color: #2a496e;
  font-size: 10px;
  text-decoration: none;
}

.text-block-6 {
  color: #2a496e;
  border-radius: 0;
  padding: 5px 12px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  display: block;
}

.bold-text-33 {
  color: #fff;
  font-family: Aeonik, sans-serif;
  font-size: 49px;
  line-height: 50px;
}

.bold-text-33.new-color {
  color: #0e1226;
  font-size: 35px;
  line-height: 5px;
}

.bold-text-33.edit {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.image-4 {
  margin-right: 5px;
}

.product-header9_rating-wrapper {
  color: #ffbd67;
  margin-bottom: .3rem;
  font-family: Aeonik, sans-serif;
  display: flex;
}

.image-3 {
  margin-right: 5px;
}

.heading-style-h3-2 {
  color: #0e1226;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 37px;
}

.product-header9_content-right {
  border: 1px solid rgba(202, 202, 202, .18);
  border-radius: 12px;
  padding: 33px 40px 35px;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.combine-text-size-regular-10 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.icon-embed-xxsmall-2 {
  color: #ffbd67;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
}

.product-header9_breadcrumb {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-size: .875rem;
  display: flex;
}

.combine-space-medium-2 {
  width: 100%;
  height: 2rem;
}

.grid {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .75fr;
}

.breadcrumb-divider-2 {
  color: #2a496e;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .125rem;
  margin-right: .125rem;
  font-family: Aeonik, sans-serif;
  display: flex;
}

.combine-text-align-center-2 {
  text-align: center;
  max-width: 860px;
}

.text-block-7 {
  color: #2a496e;
  font-size: 10px;
  text-decoration: none;
}

.product-header9_reviews-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.combine-container-large-2 {
  background-color: #f5f5f5;
  width: 100%;
  max-width: 100%;
  height: 170px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-9 {
  background-color: #0e1226;
}

.bold-text-34 {
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-size-small-3 {
  color: #313131;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.combine-section_header5 {
  background-color: #0e1226;
  background-image: url('../images/651dcb7e84d836e6d5ab8168_bg-grid-lighter.4c1e8196.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 0;
}

.text-size-tiny-2 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.button-6 {
  text-align: center;
  background-color: #311f6e;
  border-radius: 7px;
  width: 100%;
  max-width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h4 {
  color: #000;
  text-align: center;
  font-family: Aeonik, sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
}

.combine-container-small-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin: 40px auto 160px;
  display: flex;
}

.combine-padding-global-6 {
  padding-left: 0;
  padding-right: 0;
}

.container-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, .32);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1160px;
  padding: 40px 30px;
  display: block;
  position: relative;
  top: -98px;
}

.breadcrumb-link-2 {
  background-color: #edf3fa;
  border-radius: 5px;
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.text-span-58 {
  text-decoration: none;
}

.text-span-59 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: line-through;
}

.text-span-60 {
  color: #a5a6a8;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-decoration: line-through;
}

.bold-text-35 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.header21_content {
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 20px;
}

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

.heading-created.black {
  color: #273b70;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}

.header21_component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, .32);
  border-radius: 16px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px;
  display: grid;
}

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

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .14);
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.product-header9_lightbox-thumbnail {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-size-medium-4 {
  color: #000;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.product-header9_lightbox-video {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.section_header21 {
  background-color: #f5f5f5;
}

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

.brix---play-button-100px {
  transform-style: preserve-3d;
  border-radius: 50%;
  width: 100px;
  transition: transform .3s;
  box-shadow: 0 24px 65px rgba(20, 20, 43, .16);
}

.brix---play-button-100px:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---video-bg-image-testimonial {
  width: 600px;
  max-width: 120%;
}

.combine-clients3_slide-2 {
  height: auto;
}

.combine-heading-style-h2-6 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.35;
}

.brix---testimonial-video-wrapper {
  border-radius: 8px;
  flex: none;
  width: 592px;
  overflow: hidden;
}

.combine-icon_small-3 {
  color: #fff;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.bold-text-36 {
  color: #a679ff;
  letter-spacing: 4px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.combine-container-small-7 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_clients3-2 {
  background-color: rgba(242, 243, 247, 0);
}

.combine-clients3_circle-2 {
  color: #5f6570;
  background-color: #12162c;
  border: 2px solid #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.brix---card-testimonial-video-left {
  background-color: #fff;
  border: 1px #eff0f6;
  border-radius: 24px;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.combine-clients3_custom-nav-2 {
  display: none;
}

.combine-container-medium-2 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-text-size-regular-11 {
  color: #5f6570;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-padding-global-7 {
  padding: 40px 1.25rem 0;
}

.combine-padding-section-medium-10 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-clients3_right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.combine-space-medium-7 {
  width: 100%;
  height: 1rem;
}

.combine-clients3_slide-nav-2 {
  color: #a679ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-top: .5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brix---testimonial-video-image-wrapper {
  height: 100%;
  position: relative;
}

.combine-clients3_mask-2 {
  height: auto;
  margin-top: 2.5rem;
  margin-left: 4rem;
  margin-right: 4rem;
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-clients3_slider-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 50rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-clients3_item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #12162c;
  border: 2px solid rgba(255, 255, 255, .06);
  border-radius: .5rem;
  flex-direction: column;
  max-width: 40rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  display: flex;
}

.combine-space-large-5 {
  height: 1.2rem;
}

.brix---bg-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.combine-clients3_left-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.body-11 {
  background-color: #0e1226;
  font-family: Poppins, sans-serif;
}

.combine-heading-style-h2-7 {
  color: #f8f8f8;
  margin-top: 0;
  margin-bottom: -.2rem;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h2-7.dash {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 50px;
}

.combine-heading-style-h2-7.dash.dd {
  text-align: center;
  margin-bottom: 2rem;
}

.combine-header4_span-2 {
  color: #6157f8;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f8b34b, #ec80b4 18%, #6157f8 55%, #00a1c1);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.combine-cta2_span-3 {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.div-block-263 {
  text-align: center;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}

.footer-subscribe {
  text-indent: 0;
  column-count: 0;
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 134px 10px;
  display: flex;
  position: relative;
}

.combine-heading-style-h2-8 {
  color: #f8f8f8;
  margin-top: 0;
  margin-bottom: -.2rem;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h2-8.dash {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 50px;
}

.combine-heading-style-h2-8.dash.dd {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 40px;
}

.div-block-238 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-125 {
  color: #fff;
  align-self: center;
  font-size: 14px;
}

.brix---footer-bottom-2 {
  color: #6e7191;
  text-align: center;
  border-top: .25px solid rgba(239, 240, 246, .34);
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.bold-text-37 {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-121 {
  letter-spacing: 1px;
  font-size: 15px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  margin-right: 20px;
  transition: transform .3s;
}

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

.text-block-164 {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
}

.link-block-5 {
  align-self: center;
}

.text-span-61 {
  color: #2456b3;
  font-weight: 400;
}

.text-span-61.corr {
  color: rgba(255, 255, 255, .79);
}

.text-span-61.corr.next {
  color: #474747;
}

.container-13 {
  width: 100%;
  max-width: 1260px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.f-button-secondary-2 {
  color: #000;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 18px 46px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.text-block-165 {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

.textt-block-125 {
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  line-height: 40px;
  display: none;
}

.shell4-layout_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.topbar2_search {
  align-items: center;
  display: flex;
  position: relative;
}

.sidebar7_menu-bottom {
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.topbar2_notification-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding: .5rem 1rem;
  display: flex;
}

.topbar2_close-icon {
  margin-left: 1rem;
}

.padding-vertical, .padding-vertical.padding-large {
  padding-left: 0;
  padding-right: 0;
}

.page-wrapper {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.topbar2_component {
  z-index: 999;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sidebar7_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.sidebar7_container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.sidebar7_badge {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.sidebar7_accordion-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sidebar7_menu-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.topbar2_dropdown-toggle {
  padding: 0;
}

.sidebar7_link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  width: 100%;
  display: flex;
}

.topbar2_notification-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 14rem;
  padding: .25rem .5rem;
  overflow: auto;
}

.shell4_sidebar-height {
  display: none;
}

.topbar2_dropdown-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  height: 1px;
  margin: .5rem 1rem;
}

.padding-horizontal, .padding-horizontal.padding-medium {
  padding-top: 0;
  padding-bottom: 0;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.topbar-type-label-delete-this {
  z-index: 999999;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  align-items: center;
  height: 1.5rem;
  padding-left: .25rem;
  padding-right: .6rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 3rem;
  right: 2rem;
}

.topbar-type-label-delete-this.is-level2 {
  color: #2e90fa;
  background-color: #e0eefe;
  border-color: rgba(46, 144, 250, .25);
}

.topbar-type-label-delete-this.is-level1 {
  z-index: 9999;
  color: #ff7448;
  background-color: #ffeae4;
  border: 1px solid rgba(255, 116, 72, .25);
}

.topbar2_notification-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: .5rem 1rem;
  display: flex;
}

.topbar2_dropdown-link {
  padding: .5rem 1rem;
}

.topbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.shell-header-text-replace-this {
  color: #fff;
  text-align: left;
  border-top: .25px #000;
  border-bottom: .25px rgba(211, 211, 211, .28);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
}

.topbar2_search-tablet {
  z-index: 6;
  display: none;
}

.sidebar7_background-layer {
  display: none;
}

.topbar2_search-button-tablet {
  padding: .5rem;
  display: none;
}

.topbar2_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.topbar2_bell-dot {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  outline-offset: 0px;
  border-radius: 100%;
  outline-width: 3px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: .5rem;
  bottom: auto;
  left: auto;
  right: .5rem;
}

.topbar2_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.topbar2_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.topbar2_search-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-small-4 {
  font-size: .875rem;
}

.topbar2_search-wrapper {
  z-index: 2;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  top: 4.5rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sidebar7_link {
  grid-column-gap: .5rem;
  text-align: center;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.sidebar7_link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.sidebar7_link.is-indent {
  padding-left: 2.75rem;
}

.sidebar7_menu {
  height: 100%;
}

.sidebar7_accordion-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.topbar2_form-block {
  margin-bottom: 0;
}

.topbar2_menu-dropdown {
  z-index: 1;
}

.shell-content-text-replace-this {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 2px #d3d3d3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.icon-embed-xxsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.topbar2_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.shell4_main-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  flex: 1;
  position: static;
}

.sidebar-type-label-delete-this {
  z-index: 999999;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
  align-items: center;
  height: 1.5rem;
  padding-left: .25rem;
  padding-right: .6rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0;
  right: 1.5rem;
}

.sidebar-type-label-delete-this.is-level1 {
  z-index: 9999;
  color: #ff7448;
  background-color: #ffeae4;
  border: 1px solid rgba(255, 116, 72, .25);
}

.sidebar-type-label-delete-this.is-level2 {
  color: #2e90fa;
  background-color: #e0eefe;
  border-color: rgba(46, 144, 250, .25);
}

.topbar2_dropdown-content {
  flex-direction: column;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.form_icon-wrapper {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 12px;
  right: auto;
}

.sidebar7_component {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-right: .25px solid #21284b;
  flex-direction: column;
  width: 19.5rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: static;
  top: 0;
}

.sidebar7_menu-top {
  border-right: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.sidebar7_close-tablet {
  cursor: pointer;
  display: none;
}

.topbar2_search-desktop {
  width: 100%;
  max-width: 35rem;
}

.shell4_wrapper {
  border-top: .25px solid #21284b;
  align-items: flex-start;
  display: flex;
  position: static;
}

.shell4_sidebar-wrapper {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 4.5rem;
}

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

.button-7 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-7.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-7.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button-7.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.button-7.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: rgba(0, 0, 0, 0);
}

.sidebar7_menu-button {
  padding: 0;
}

.topbar2_notification {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  min-width: 18rem;
  margin-top: .5rem;
  padding: .25rem .5rem;
  display: grid;
}

.body-12 {
  background-color: #0e1226;
  background-image: url('../images/651dcb7e84d836e6d5ab8168_bg-grid-lighter.4c1e8196.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sidebar4_background-layer {
  display: none;
}

.topbar3_search-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sidebar4_component {
  border-top: .25px solid #474747;
  border-right: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  width: 19.5rem;
  min-width: 19.5rem;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: static;
  top: 0;
}

.page-wrapper-2 {
  display: none;
}

.topbar3_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.topbar3_dropdown-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  height: 1px;
  margin: .5rem 1rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sidebar4_accordion-list {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.sidebar4_menu-bottom {
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.topbar3_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-left: .75rem;
  display: flex;
}

.sidebar4_menu-button {
  padding: 0;
}

.sidebar4_menu-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.sidebar4_accordion-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sidebar4_badge {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.topbar3_dropdown-link {
  padding: .5rem 1rem;
}

.topbar3_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.shell-header-text-replace-this-2 {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border-bottom: .25px dashed #d3d3d3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.topbar3_search {
  align-items: center;
  display: flex;
  position: relative;
}

.sidebar4_link {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.sidebar4_link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.sidebar4_link.is-indent {
  padding-left: 2.75rem;
}

.topbar3_dropdown-toggle {
  padding: 0;
}

.topbar3_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.topbar3_close-icon {
  margin-left: 1rem;
}

.topbar3_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.topbar3_search-button-tablet {
  padding: .5rem;
  display: none;
}

.topbar3_menu-dropdown {
  z-index: 1;
}

.topbar3_notification {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  min-width: 18rem;
  margin-top: .5rem;
  padding: .25rem .5rem;
  display: grid;
}

.shell3-layout_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-small-5 {
  font-size: .875rem;
}

.topbar3_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.shell3_sidebar-wrapper {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sidebar4_link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  width: 100%;
  display: flex;
}

.sidebar4_close-tablet {
  cursor: pointer;
  display: none;
}

.sidebar4_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.shell-content-text-replace-this-2 {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border-width: .25px;
  border-color: #505050 #d3d3d3 #d3d3d3;
  border-bottom-style: dashed;
  border-left-style: none;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.shell3_inner-wrapper-height {
  display: none;
}

.sidebar4_logo-link {
  align-self: flex-start;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}

.topbar3_bell-dot {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  outline-offset: 0px;
  border-radius: 100%;
  outline-width: 3px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: .5rem;
  bottom: auto;
  left: auto;
  right: .5rem;
}

.topbar3_notification-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding: .5rem 1rem;
  display: flex;
}

.shell3_wrapper {
  display: flex;
  position: relative;
}

.sidebar4_container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.topbar3_notification-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 14rem;
  padding: .25rem .5rem;
  overflow: auto;
}

.topbar3_form-block {
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.topbar3_search-tablet {
  z-index: 6;
  display: none;
}

.topbar3_dropdown-content {
  flex-direction: column;
  display: flex;
}

.shell3_main-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  flex: 1;
  position: relative;
}

.sidebar4_menu-top {
  color: #fff;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Poppins, sans-serif;
  display: flex;
  overflow: auto;
}

.topbar3_search-wrapper {
  z-index: 2;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  top: 4.5rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.topbar3_dropdown-account {
  align-items: center;
  padding: 0;
  display: flex;
}

.topbar3_notification-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: .5rem 1rem;
  display: flex;
}

.topbar3_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.sidebar4_menu {
  height: 100%;
}

.tabs {
  border-top: .25px solid #5f5f5f;
  border-right: 1px solid rgba(0, 0, 0, .27);
  flex: 1;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
  display: flex;
}

.tabs-menu {
  background-color: #0e1226;
  border-right: .25px solid rgba(255, 255, 255, .27);
  flex-flow: column;
  flex: 0 auto;
  min-width: 25%;
  max-width: 60%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-25 {
  width: 100%;
  max-width: 100%;
  padding: 20px 38px;
  font-family: Poppins, sans-serif;
}

.tab-pane-tab-1 {
  width: 100%;
  max-width: 100%;
}

.tabs-content {
  background-color: #0e1226;
  width: 100%;
  max-width: 100%;
}

.tab-link-tab-2 {
  background-color: rgba(221, 221, 221, 0);
  padding: 15px 26px;
  font-family: Poppins, sans-serif;
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, .5);
  border: .25px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
}

.tab-link-tab-3 {
  background-color: rgba(221, 221, 221, 0);
  padding: 15px 26px;
}

.tab-link-tab-3.w--current {
  background-color: #000;
  border: .25px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
}

.tab-link-tab-1 {
  background-color: #0e1226;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-tab-1.w--current {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, .25);
  border: 1px solid #252525;
  border-radius: 8px;
  padding: 15px 26px;
  font-family: Poppins, sans-serif;
}

.text-block-166, .text-block-167, .text-block-168 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.container-26 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.bold-text-38 {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-169 {
  letter-spacing: 1px;
  font-size: 15px;
}

.text-block-170 {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
}

.text-span-62 {
  color: #2456b3;
  font-weight: 400;
}

.text-span-62.corr {
  color: rgba(255, 255, 255, .79);
}

.text-span-62.corr.next {
  color: #474747;
}

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

.bold-text-39 {
  letter-spacing: 0;
  font-weight: 400;
}

.bold-text-40 {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-171 {
  letter-spacing: 0;
  font-size: 14px;
}

.text-block-172 {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
}

.text-span-63 {
  color: #2456b3;
  font-weight: 400;
}

.text-span-63.corr {
  color: rgba(255, 255, 255, .79);
}

.text-span-63.corr.next {
  color: #474747;
}

.f-button-neutral-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #311f6e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 20px 44px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: #202f43;
}

.sidebar7_link-wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  width: 100%;
  display: flex;
}

.shell-header-text-replace-this-3 {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border-bottom: 2px #d3d3d3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-size-small-6 {
  font-size: .875rem;
}

.shell-content-text-replace-this-3 {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  background-color: #000;
  border: 2px #d3d3d3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.shell4_main-wrapper-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  flex: 1;
  position: relative;
}

.sidebar7_component-2 {
  border-right: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  width: 19.5rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sidebar7_menu-top-2 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.shell4_wrapper-2 {
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.body-13 {
  background-color: #0e1226;
  background-image: url('../images/651dcb7e84d836e6d5ab8168_bg-grid-lighter.4c1e8196.svg');
  background-position: 0 0;
  background-size: auto;
}

.body-14 {
  background-color: #0e1226;
  background-image: url('../images/651dcb7e84d836e6d5ab8168_bg-grid-lighter.4c1e8196.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---contact-v10-half-bg-image-right {
  z-index: -1;
  background-color: #000;
  width: 46%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

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

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

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.brix---grid-contact-v10 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.go---sign-up {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
}

.body-15 {
  background-color: #000;
}

.text-span-64 {
  text-decoration: none;
}

.uui-cta03_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.uui-cta03_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-style-link-3 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-3:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small-8 {
  color: #fff;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-button-6 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-6:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-6:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-signup-form_wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-cta03_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-text-size-large-3 {
  color: #fff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-small-6 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-cta03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Aeonik, sans-serif;
  display: grid;
}

.uui-padding-vertical-xhuge-10 {
  color: #181818;
  flex-flow: column;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

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

.uui-page-padding-11 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_cta03 {
  background-color: #202020;
}

.uui-cta01_image-02 {
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  top: auto;
  bottom: -5rem;
  left: 2rem;
  right: 0%;
}

.uui-cta01_image-01 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16%;
  right: auto;
}

.uui-cta01_image-wrapper {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/IMG_9078.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 32rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-secondary-gray-7 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-7:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-7:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-4 {
  color: #fff;
  letter-spacing: normal;
  width: 100%;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-heading-large-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.uui-cta01_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Aeonik, sans-serif;
  font-weight: 500;
  display: grid;
}

.uui-section_cta01 {
  background-color: #202020;
}

.uui-icon-1x1-xsmall-2 {
  color: #ff2929;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout21_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout21_item {
  display: flex;
}

.uui-layout21_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-heading-medium-3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Aeonik, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
}

.uui-heading-medium-3.dark, .uui-heading-medium-3.hgk {
  color: #fff;
}

.uui-heading-medium-3.ghj {
  color: #fff;
  margin-bottom: 1.2rem;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout21_content-left {
  margin-bottom: 60px;
}

.uui-layout20_component-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: grid;
}

.container-27 {
  background-color: #f5a85d;
  max-width: 80px;
  height: 3px;
}

.text-span-65 {
  color: #ffd900;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(202deg, #ffa24e, #ff6168 24%, #da64a7 79%, #b56ce4);
  -webkit-background-clip: text;
  background-clip: text;
}

.cf-growth-para-text-18px-5 {
  color: #fff;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.cf-growth-heading-32px-5 {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Aeonik, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image-5 {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper-5 {
  box-shadow: none;
  background-color: #161c1f;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
}

.cf-growth-wrapper-5.large {
  box-shadow: none;
  color: #fff;
  background-color: #0c0c0c;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #161c1f;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-20px-5 {
  opacity: 1;
  color: #fff;
  margin-top: 26px;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic-5 {
  background-image: linear-gradient(90deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library-sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 14px;
  font-family: Aeonik, sans-serif;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px-5 {
  letter-spacing: -.01em;
  font-family: Aeonik, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.cf-growth-grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container-5 {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1166 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1166.growth-flex {
  padding-bottom: 180px;
}

.cf-growth-section-5 {
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.layout67_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout67_item-icon-wrapper {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.section_layout67 {
  position: relative;
}

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

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

.layout67_background-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.text-color-white-5 {
  color: #fff;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.layout67_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-size-medium-6 {
  font-size: 1.125rem;
}

.header81_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header81_content-right {
  flex: none;
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header81_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.header81_component {
  height: 300vh;
  position: relative;
}

.header81_content-left {
  flex: none;
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
  position: relative;
}

.header81_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header81_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.layout192_content {
  margin-right: 60px;
}

.text-size-medium-7 {
  font-size: 1.125rem;
}

.layout192_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout192_image {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  width: 100%;
  height: 100%;
}

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

.heading-24 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
}

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

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

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

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

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

.brix---paragraph-default-3 {
  color: #000;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

.brix---display-4 {
  color: #000;
  font-family: Aeonik, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

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

.brix---image-wrapper-br-24px-shadow-2 {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 87px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.brix---grid-2-columns-text-left {
  grid-column-gap: 59px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 75px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

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

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

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

.brix---section-8 {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 176px;
  font-family: Aeonik, sans-serif;
}

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

.header2_component {
  grid-column-gap: 3.7rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.header2_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.heading-style-h1-2 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.text-size-medium-8 {
  color: #fff;
  font-size: 1.125rem;
}

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

.header2_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

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

.uui-layout01_image {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 3rem;
  right: auto;
}

.uui-layout01_image-wrapper {
  background-color: #1f1f1f;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-7 {
  grid-column-gap: 0rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-7:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-7:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-8 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-8:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-8:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-6.is-reverse-mobile-landscape {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-5 {
  color: #fff;
  letter-spacing: normal;
  font-family: Aeonik, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.uui-heading-subheading-4 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 28rem;
  display: grid;
}

.uui-padding-vertical-xhuge-11 {
  height: 30rem;
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-large-10 {
  width: 100%;
  max-width: 80rem;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-12 {
  padding: 4rem 2rem;
}

.image-57 {
  border: 2px solid #fff;
  border-radius: 16px;
}

.uui-button-8 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-8:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-8:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-row-7 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-7.button-row-center {
  justify-content: center;
}

.uui-space-small-7 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large-6 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item-2, .uui-avatar-stack_item-2 {
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item-2.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component-2 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

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

.uui-faq01_cta-2 {
  background-color: var(--untitled-ui-gray50-501);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium-4 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium-6 {
  color: #000;
  letter-spacing: 0;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.uui-faq01_answer-2 {
  overflow: hidden;
}

.accordion-icon_vertical-line-2 {
  background-color: #fba400;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line-2 {
  background-color: #fba400;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component-2 {
  color: #4f90ff;
  border: 2px solid #fca400;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper-2 {
  color: var(--untitled-ui-primary600);
}

.uui-faq01_heading-2 {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
}

.uui-faq01_question-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion-2 {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.uui-faq01_accordion-2.last-item {
  border-bottom-color: rgba(0, 0, 0, 0);
  width: 100%;
}

.uui-faq01_list-2 {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component-2 {
  margin-top: 0;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-5 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-5 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-6 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-6.align-center, .align-center-6 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-12 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-13 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_faq01-2 {
  background-color: #fff;
}

.link-3 {
  text-decoration: none;
}

.text-span-66 {
  color: #000;
}

.link-4, .link-5, .link-6, .link-7, .link-8 {
  text-decoration: none;
}

.text-span-67, .text-span-68, .text-span-69, .text-span-70 {
  color: #000;
}

.html-embed-3 {
  text-align: center;
}

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

.container-28 {
  max-width: 1200px;
  margin-left: 100px;
  margin-right: 100px;
}

.body-16 {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .91), rgba(0, 0, 0, .91)), url('../images/IMG_9078.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-10 {
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (min-width: 1280px) {
  .cf-tabs-element, .cf-tabs-element-2 {
    top: 18%;
    right: 21%;
  }
}

@media screen and (min-width: 1440px) {
  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .cf-tab-image-2.tab-5 {
    width: 68%;
  }

  .cf-tab-image-2.tab-4 {
    width: 78%;
  }

  .cf-tab-image-2.tab-3 {
    width: 80%;
  }

  .cf-tab-image-2.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element-2 {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image-2.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image-2.absolute.card {
    width: 48%;
  }

  .cf-tabs-image-2.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image-2.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image-2.tab-2 {
    width: 62%;
  }

  .f-container-regular-4 {
    max-width: 100%;
  }

  .brix---text-300-bold {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .uui-heroheader21_image {
    object-fit: fill;
    max-height: 100%;
  }

  .uui-heroheader21_image-wrapper {
    flex-direction: column;
    justify-content: space-between;
    max-height: 80%;
    display: flex;
  }

  .uui-heroheader21_content {
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .uui-heroheader21_component {
    background-color: #466bde;
    align-content: stretch;
    align-items: start;
  }

  .udesly-overflow-hidden {
    color: #fff;
  }

  .cell-3 {
    padding-right: 40px;
  }

  .padding-section-large, .layout422_component {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .uui-lightbox_play-icon {
    width: 15rem;
    height: 15rem;
  }

  .uui-heroheader20_lightbox.shadow-xxlarge {
    height: 100%;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v10 {
    grid-template-columns: .85fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-button {
    color: #fff;
    background-color: rgba(0, 0, 0, .64);
    background-image: radial-gradient(circle at 50% 220%, rgba(255, 255, 255, .29), rgba(255, 255, 255, 0));
    border-radius: 12px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #36178c;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu {
    color: #393b6a;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .nav-link-2 {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-icon {
    color: #000;
  }

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

  .nav-link-accent {
    color: #000;
    padding-right: 0;
  }

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

  .menu-button {
    border: .26px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    padding: 12px;
  }

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

  .text-block {
    color: #000;
  }

  .list-item {
    margin-right: 0;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .waves-hero-3-grid {
    grid-template-columns: 1fr;
  }

  .social-genius---section-hero-primary {
    text-align: center;
  }

  .icon {
    color: #fff;
  }

  .waves---heading-1-no-margins-2 {
    font-size: 64px;
    line-height: 115%;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .uui-blog01_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .sg-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .uui-page-padding {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .sg-media-wrapper {
    justify-content: center;
    align-items: center;
  }

  .bold-text-8 {
    font-size: 50px;
  }

  .div-block-222 {
    background-position: 0 0, 50%;
    padding-top: 350px;
    padding-bottom: 60px;
  }

  .div-block-222:hover {
    background-position: 0 0, 50%;
  }

  .heading-16 {
    font-size: 50px;
  }

  .custom-container {
    width: 610px;
  }

  .gallery-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-9 {
    font-size: 50px;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-93 {
    font-size: 20px;
  }

  .bold-text-10 {
    font-size: 50px;
  }

  .div-block-225, .div-block-223 {
    padding-top: 350px;
    padding-bottom: 60px;
  }

  .div-block-226 {
    justify-content: center;
    padding: 350px 100px 60px 60px;
  }

  .hide-tablet {
    display: none;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-text-size-xlarge {
    font-size: 16px;
  }

  .uui-text-size-xlarge.bb {
    padding-left: 7px;
    font-size: 27px;
  }

  .uui-heading-xlarge {
    font-size: 100px;
  }

  .uui-heroheader03_content {
    margin-right: 1rem;
  }

  .uui-heroheader03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .uui-section_heroheader03 {
    display: block;
  }

  .body-2 {
    background-position: 50% 0;
    background-size: cover;
  }

  .image-36 {
    height: 40%;
    padding-top: 0;
  }

  .socials-section {
    display: block;
    position: static;
  }

  .div-block-200 {
    padding: 100px;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-rows: minmax(0, 1.5fr) auto;
    grid-template-columns: 1fr 1fr;
  }

  .venture-card {
    justify-content: center;
    padding: 100px;
    display: flex;
  }

  .div-block-202 {
    align-items: center;
  }

  .uui-heroheader03_image-2 {
    height: 54rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 150px;
    line-height: 140px;
  }

  .uui-heroheader03_content-2 {
    margin-right: 0;
  }

  .uui-heroheader03_component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .dvae-s-mobile-view {
    display: block;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-button-2 {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .hide-tablet-2 {
    display: none;
  }

  .uui-button-secondary-gray-2.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    padding-bottom: 0;
  }

  .uui-navbar07_link {
    color: #201940;
    width: 100%;
    padding: .75rem 0;
    font-size: 12px;
  }

  .uui-navbar07_link:hover {
    color: #8f8f8f;
    font-size: 12px;
  }

  .uui-navbar07_link:active, .uui-navbar07_link:focus {
    font-size: 12px;
  }

  .uui-navbar07_link:focus-visible {
    font-size: 12px;
  }

  .uui-navbar07_link[data-wf-focus-visible], .uui-navbar07_link:visited {
    font-size: 12px;
  }

  .uui-navbar07_item-heading {
    color: #22173e;
    font-size: 15px;
  }

  .uui-navbar07_dropdown-link {
    border-bottom-color: rgba(56, 56, 56, .05);
    padding-left: .8rem;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar07_dropdown-link-list {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    background-color: rgba(10, 7, 19, 0);
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: #221941;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 60px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-right: 0;
    display: flex;
  }

  .uui-navbar07_menu {
    border-top: 1px none var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 4rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .text-block-96 {
    color: #1f1940;
    font-size: 12px;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .brix---section-5 {
    background-image: none;
    padding: 30px 20px;
  }

  .combine-text-size-regular-7.dash-2 {
    font-size: 18px;
  }

  .combine-padding-global-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .brix---display-9 {
    font-size: 58px;
    line-height: 70px;
  }

  .combine-header2_content {
    padding-left: 140px;
    padding-right: 140px;
  }

  .combine-heading-style-h1-4 {
    font-size: 3rem;
  }

  .brix---stats-v7-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---stats-v7-grid-3.landing-page {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-16 {
    max-width: 100%;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

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

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .uui-logo_logotype-2 {
    width: 90%;
  }

  .uui-footer04_top-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 5.75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: start;
    margin-bottom: 67px;
    display: grid;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 0;
  }

  .avatarkit-metric-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .avatarkit-container-component {
    max-width: 75rem;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .avatarkit-toggle-plus {
    margin-right: 20px;
    position: absolute;
  }

  .avatarkit-mg-10px-right {
    margin-right: 10px;
  }

  .avatarkit-accordion-wrapper {
    width: 100%;
    max-width: none;
  }

  .avatarkit-container-component-2 {
    max-width: 75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

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

  .div-block-252 {
    margin-right: 40px;
  }

  .uui-footer04_top-wrapper-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .textt-block-124 {
    font-size: 14px;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .uui-blogpost02_content {
    margin-bottom: 3rem;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }

  .uui-blogpost02_background.change-bg-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/jjj.svg');
    background-size: auto, cover;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-secondary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-text.pricing-1-plan-text {
    font-size: 40px;
  }

  .cf-pricing-box-plan-wrapper {
    text-align: center;
    align-items: center;
  }

  .cf-pricing-box {
    min-height: auto;
  }

  .cf-pricing-box.pricing-1-box, .cf-pricing-box.green-pricing-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-primary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-row.pricing-box-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cf-pricing-box-row.pricing-box-1 {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-toggle-save-text {
    font-size: 18px;
  }

  .cf-toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-pricing-hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .cf-video-play-button {
    margin-top: 200px;
  }

  .cf-video-laptop-bar-image {
    top: -29px;
  }

  .cf-video {
    height: 500px;
  }

  .cf-video-checkmark-icon {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .cf-video-checkmarks-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .cf-video-checkmark {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    display: grid;
  }

  .cf-video-heading {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 0;
  }

  .text-block-129 {
    font-family: Poppins, sans-serif;
    font-size: 10px;
  }

  .bold-text-15 {
    font-size: 17px;
  }

  .cf-benefits-image {
    display: none;
  }

  .cf-wrapper-1162.benefits-wrapper {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .cf-growth-para-text-18px-2 {
    line-height: 150%;
  }

  .cf-growth-heading-32px-2 {
    line-height: 120%;
  }

  .cf-growth-wrapper-2 {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px-2 {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px-2 {
    line-height: 100%;
  }

  .cf-growth-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1163 {
    flex-direction: column;
  }

  .cf-wrapper-1163.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-cta-top-image-2 {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .cf-cta-bottom-image-2 {
    width: 28%;
  }

  .cf-cta-buttons-container-2 {
    width: 100%;
  }

  .cf-cta-h2-heading-2 {
    font-size: 36px;
  }

  .cf-center-wrapper-cta-2 {
    width: 90%;
  }

  .cf-cta-wrapper-3 {
    padding-bottom: 200px;
  }

  .uui-space-xhuge-2 {
    min-height: 6rem;
  }

  .uui-blogpost02_content-2 {
    margin-bottom: 3rem;
  }

  .uui-heading-large-3 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cf-home-center-image-2 {
    width: 90%;
  }

  .cf-82px-heading-2 {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    flex-direction: column;
  }

  .cf-pricing-plan-price-2 {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-content-item-2.pricing-3-content-item {
    margin-bottom: 10px;
  }

  .cf-pricing-plan-content-wrapper-2 {
    margin-bottom: 0;
  }

  .cf-pricing-plan-amount-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box-plan-block {
    padding-right: 9px;
  }

  .cf-pricing-3-box {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-pricing-3-blocks-wrapper {
    grid-row-gap: 20px;
  }

  .cf-toggle-save-text-2 {
    font-size: 18px;
  }

  .cf-toggle-contain-2 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-growth-para-text-18px-3 {
    line-height: 150%;
  }

  .cf-growth-heading-32px-3 {
    line-height: 120%;
  }

  .cf-growth-wrapper-3 {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px-3 {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px-3 {
    line-height: 100%;
  }

  .cf-growth-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1164 {
    flex-direction: column;
  }

  .cf-wrapper-1164.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .uui-space-xhuge-3 {
    min-height: 6rem;
  }

  .uui-blogpost02_content-3 {
    margin-bottom: 3rem;
  }

  .uui-page-padding-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .uui-heading-large-4 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogpost06_content {
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogpost06_image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .uui-blogpost06_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .uui-blogpost06_header-content {
    max-width: none;
  }

  .uui-blogpost06_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 21.6rem;
    padding-bottom: 1rem;
  }

  .cf-growth-para-text-18px-4 {
    line-height: 150%;
  }

  .cf-growth-heading-32px-4 {
    line-height: 120%;
  }

  .cf-growth-wrapper-4 {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px-4 {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px-4 {
    line-height: 100%;
  }

  .cf-growth-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1165 {
    flex-direction: column;
  }

  .cf-wrapper-1165.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-tab-image-2.tab-1 {
    width: 80%;
    max-width: 490px;
  }

  .cf-tabs-right-tab-2 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    width: 100%;
    bottom: 19%;
    right: 12%;
  }

  .cf-tabs-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-services-right-contain {
    width: 100%;
  }

  .cf-services-h2-heading {
    font-size: 30px;
  }

  .cf-services-left-contain {
    width: 100%;
    margin-top: 60px;
  }

  .cf-services-page-contain, .cf-services-page-contain.reverse {
    flex-direction: column-reverse;
  }

  .cf-secondary-button-3 {
    width: 100%;
  }

  .cf-pricing-plan-price-3 {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-content-item-3.pricing-3-content-item {
    margin-bottom: 10px;
  }

  .cf-pricing-plan-content-wrapper-3 {
    margin-bottom: 0;
  }

  .cf-pricing-plan-amount-block-2 {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box-plan-block-2 {
    padding-right: 9px;
  }

  .cf-pricing-3-box-2 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-pricing-3-blocks-wrapper-2 {
    grid-row-gap: 20px;
  }

  .cf-toggle-save-text-3 {
    font-size: 18px;
  }

  .cf-toggle-contain-3 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-pricing-hero-block-section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-18 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-255 {
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .header76_images-layout {
    align-content: end;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .header76_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header76_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section_header76 {
    padding-top: 100px;
  }

  .cf-tabs-menu-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-content-contain-3 {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-features-section-6 {
    background-color: #fff;
  }

  .cf-tabs-left-wrap-3 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-right-tab-3 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .waves---mega-heading-3 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-6 {
    padding-top: 240px;
  }

  .text-block-157 {
    font-size: 18px;
  }

  .text-block-157.cvh {
    margin-left: 69px;
    margin-right: 69px;
  }

  .container-19 {
    margin-bottom: 140px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .f-container-regular-4 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .brix---text-300-bold {
    margin-left: 20px;
  }

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

  .f-logo-carousel-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-49 {
    max-width: 60%;
  }

  .f-section-large-3 {
    margin-bottom: 100px;
    padding: 0 0%;
    display: block;
  }

  .f-section-large-3.jkf {
    margin-bottom: 0;
  }

  .f-logo-gradient-l, .f-logo-gradient-r {
    background-image: none;
  }

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

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

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

  .uui-heroheader21_image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .uui-heroheader21_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .uui-heading-xlarge-3 {
    font-size: 3.25rem;
  }

  .uui-heroheader21_content {
    max-width: none;
  }

  .uui-heroheader21_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .udesly-typewriter-effect {
    font-size: 50px;
  }

  .cell-3 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

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

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

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

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

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

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

  .layout422_image {
    object-fit: cover;
  }

  .layout422_card-content {
    padding: 2rem;
  }

  .combine-clients4_grid {
    grid-template-columns: 1fr 1fr;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-4 {
    font-size: 3.25rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader20_background-grid-section {
    height: 7.5vw;
  }

  .uui-heroheader20_background-grid {
    width: 150vw;
    min-width: 150vw;
  }

  .uui-lightbox_play-icon {
    width: 6rem;
    height: 6rem;
  }

  .uui-heroheader20_lightbox-image {
    object-fit: cover;
    flex: 1;
    width: 100%;
    height: 100%;
  }

  .uui-heroheader20_lightbox {
    max-width: none;
    height: 30rem;
  }

  .uui-heroheader20_lightbox.shadow-xxlarge {
    height: 28rem;
  }

  .uui-heroheader20_lightbox-wrapper {
    height: auto;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader20_lightbox-wrapper-2 {
    height: auto;
  }

  .cf-pricing-hero-block-section-3-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 70px;
  }

  .padding-section-large-2 {
    padding-top: 11.6rem;
    padding-bottom: 0;
  }

  .container-large-3 {
    padding-top: 0;
  }

  .padding-global-2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .heading-style-h1 {
    font-size: 6rem;
  }

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

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

  .product1_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product1_heading {
    margin-right: 3rem;
  }

  .product1_button-row {
    flex: none;
  }

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .product-header3_component {
    padding-bottom: 2.5rem;
  }

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

  .brix---section-6 {
    background-image: none;
    padding: 30px 20px 118px;
  }

  .bold-text-20 {
    font-size: 15px;
  }

  .combine-heading-style-h1-5 {
    font-size: 2.75rem;
  }

  .brix---display-10 {
    font-size: 58px;
    line-height: 70px;
  }

  .container-21 {
    max-width: 100%;
  }

  .bold-text-27 {
    font-size: 15px;
  }

  .combine-heading-style-h1-6 {
    font-size: 2.75rem;
  }

  .container-23 {
    max-width: 100%;
  }

  .brix---section-7 {
    background-image: none;
    padding: 30px 20px 118px;
  }

  .brix---section-7.dash {
    padding-top: 140px;
  }

  .combine-space-large-2 {
    height: 0;
  }

  .text-block-8, .text-block-6 {
    font-size: 12px;
  }

  .heading-style-h3-2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.1rem;
    line-height: 39px;
  }

  .product-header9_content-right {
    max-height: none;
    padding-right: 40px;
    position: static;
    overflow: visible;
  }

  .product-header9_breadcrumb {
    justify-content: center;
    align-items: center;
  }

  .grid {
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .product-header9_reviews-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .combine-container-large-2 {
    background-color: rgba(245, 245, 245, 0);
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    top: 163px;
  }

  .div-block-9 {
    margin-bottom: 0;
  }

  .text-size-small-3 {
    font-size: 14px;
    font-weight: 400;
  }

  .combine-section_header5 {
    background-color: #0e1226;
    background-image: url('../images/651dcb7e84d836e6d5ab8168_bg-grid-lighter.4c1e8196.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
  }

  .text-size-tiny-2 {
    text-align: center;
    font-size: 16px;
  }

  .button-6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-style-h4 {
    font-size: 5rem;
  }

  .combine-container-small-2 {
    margin-bottom: 0;
  }

  .combine-padding-global-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container-24 {
    justify-content: center;
    display: flex;
    top: 0;
  }

  .header21_content {
    padding-bottom: 0;
  }

  .header21_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .container-large-6 {
    padding-top: 0;
  }

  .product-header9_lightbox-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .text-size-medium-4 {
    margin-bottom: 0;
  }

  .padding-global-5 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .brix---play-button-100px {
    max-width: 100px;
  }

  .brix---video-bg-image-testimonial {
    width: 100%;
  }

  .combine-heading-style-h2-6 {
    font-size: 2.5rem;
  }

  .brix---testimonial-video-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .brix---card-testimonial-video-left {
    flex-direction: column;
  }

  .combine-padding-global-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-clients3_mask-2 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .combine-heading-style-h2-7 {
    font-size: 2.5rem;
  }

  .footer-subscribe {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .combine-heading-style-h2-8 {
    font-size: 2.5rem;
  }

  .div-block-238 {
    justify-content: space-between;
    width: 100%;
  }

  .text-block-125 {
    color: #fff;
    align-self: center;
    font-size: 13px;
  }

  .brix---footer-bottom-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-logo {
    margin-right: 10px;
  }

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

  .textt-block-125 {
    font-size: 14px;
  }

  .shell4-layout_component {
    grid-template-columns: 1fr;
  }

  .topbar2_search {
    width: auto;
  }

  .topbar2_close-icon {
    cursor: pointer;
  }

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

  .sidebar7_container {
    flex-direction: row;
    align-items: center;
  }

  .sidebar7_accordion-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .topbar2_logo-link {
    margin-left: 3.5rem;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon.is-left {
    margin-left: -.5rem;
    margin-right: 0;
  }

  .sidebar7_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .sidebar7_background-layer {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .topbar2_search-button-tablet {
    cursor: pointer;
    display: block;
  }

  .topbar2_container {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .sidebar7_menu {
    background-color: rgba(0, 0, 0, 0);
    width: 19.5rem;
    height: 100dvh;
  }

  .topbar2_form-block {
    z-index: 999;
    width: 100%;
  }

  .sidebar-type-label-delete-this {
    left: 2rem;
    right: auto;
  }

  .sidebar-type-label-delete-this.is-level1 {
    min-width: 4.75rem;
  }

  .sidebar7_component {
    background-color: rgba(0, 0, 0, 0);
    border-right-style: none;
    width: auto;
    height: auto;
    min-height: 4.5rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
  }

  .sidebar7_close-tablet {
    z-index: 1;
    color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    position: fixed;
    top: 1rem;
    right: 1rem;
  }

  .topbar2_search-desktop {
    display: none;
  }

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

  .shell4_sidebar-wrapper {
    height: auto;
    position: absolute;
    top: -4.5rem;
    overflow: visible;
  }

  .menu-icon_line-top-2 {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar7_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .sidebar4_background-layer {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sidebar4_component {
    background-color: rgba(0, 0, 0, 0);
    border-right-style: none;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: 4.5rem;
    padding: 0 2rem;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .sidebar4_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .sidebar4_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sidebar4_accordion-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .topbar3_search-desktop {
    display: none;
  }

  .topbar3_close-icon {
    cursor: pointer;
  }

  .topbar3_search-button-tablet {
    cursor: pointer;
    display: block;
  }

  .topbar3_container {
    grid-template-columns: 1fr;
    justify-content: flex-end;
    justify-items: end;
  }

  .shell3_sidebar-wrapper {
    height: 100%;
    position: absolute;
  }

  .sidebar4_close-tablet {
    z-index: 1;
    color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    position: fixed;
    top: 1rem;
    right: 1rem;
  }

  .sidebar4_logo-link {
    order: 1;
    justify-content: flex-start;
    align-self: auto;
    margin-bottom: 0;
    margin-left: 1rem;
    display: flex;
  }

  .shell3_wrapper {
    flex-direction: column;
  }

  .sidebar4_container {
    flex-direction: row;
    align-items: center;
  }

  .topbar3_form-block {
    z-index: 999;
    width: 100%;
    max-width: none;
  }

  .topbar3_search-tablet {
    display: none;
  }

  .menu-icon_line-top-3 {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar4_menu {
    background-color: rgba(0, 0, 0, 0);
    width: 19.5rem;
    height: 100dvh;
  }

  .tabs-menu {
    display: none;
  }

  .sidebar7_component-2 {
    background-color: rgba(0, 0, 0, 0);
    border-right-style: none;
    width: auto;
    height: auto;
    min-height: 4.5rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
  }

  .shell4_wrapper-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .menu-icon_line-top-4 {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .brix---contact-v10-half-bg-image-right {
    background-image: none;
    width: 100%;
    height: 400px;
    margin-top: 56px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

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

  .brix---grid-contact-v10 {
    grid-template-columns: 1fr;
  }

  .go---sign-up {
    padding-top: 118px;
    padding-bottom: 497px;
  }

  .uui-heading-large-5 {
    font-size: 2.75rem;
  }

  .uui-cta03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-cta01_image-02 {
    width: 35%;
    min-width: auto;
    bottom: -15%;
  }

  .uui-cta01_image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -40%;
    position: static;
    left: auto;
    right: -2rem;
  }

  .uui-cta01_image-wrapper {
    padding: 4rem 2rem;
  }

  .uui-heading-large-6 {
    font-size: 2.75rem;
  }

  .uui-cta01_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout20_component-copy {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .cf-growth-para-text-18px-5 {
    line-height: 150%;
  }

  .cf-growth-heading-32px-5 {
    line-height: 120%;
  }

  .cf-growth-wrapper-5 {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px-5 {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px-5 {
    line-height: 100%;
  }

  .cf-growth-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1166 {
    flex-direction: column;
  }

  .cf-wrapper-1166.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

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

  .layout67_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .header81_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 6rem;
    position: static;
  }

  .header81_content-right {
    flex: 0 auto;
    width: 100%;
    position: static;
  }

  .header81_image-wrapper {
    padding-top: 100%;
  }

  .header81_component {
    height: auto;
  }

  .header81_content-left {
    flex: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
  }

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

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

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

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

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

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

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

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

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

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

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .uui-layout01_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout01_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-11, .uui-padding-vertical-xhuge-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    margin-left: auto;
  }

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

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .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 rgba(0, 0, 0, .05);
  }

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

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

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

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

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

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

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---heading-1-no-margins, .waves---heading-1-no-margins-2 {
    font-size: 56px;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blog01_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog01_image-link:hover {
    box-shadow: none;
  }

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

  .uui-blog01_menu-link:hover {
    color: var(--untitled-ui-gray500);
    border-bottom-style: none;
  }

  .uui-blog01_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog01_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog01_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog01_component {
    margin-top: 4rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .sg-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: none;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sg-media-wrapper {
    justify-content: flex-start;
  }

  .bold-text-8 {
    font-size: 35px;
  }

  .div-block-222 {
    padding-top: 220px;
  }

  .heading-16, .bold-text-9 {
    font-size: 35px;
  }

  .text-block-93 {
    max-width: 100%;
    font-size: 16px;
  }

  .bold-text-10 {
    font-size: 35px;
  }

  .gallery-image-wrapper {
    width: 560px;
  }

  .div-block-225, .div-block-223 {
    padding-top: 220px;
  }

  .div-block-226 {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 220px;
    padding-left: 60px;
  }

  .text-span-15 {
    font-size: 16px;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 710px;
  }

  .uui-heroheader03_image-wrapper {
    flex-direction: row;
    display: block;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heading-xlarge {
    font-family: Poppins, sans-serif;
    font-size: 110px;
  }

  .uui-heroheader03_component {
    flex-direction: column;
  }

  .image-36 {
    flex: none;
    align-self: auto;
  }

  .grid-2 {
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-block-202 {
    align-items: center;
    display: flex;
  }

  .uui-banner11_close-button {
    position: absolute;
    top: .5rem;
    bottom: auto;
    left: auto;
    right: .5rem;
  }

  .uui-banner11_close-button:hover {
    color: var(--untitled-ui-gray500);
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-text-style-link {
    font-size: 14px;
  }

  .uui-text-size-medium-2 {
    display: flex;
  }

  .uui-banner11_text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }

  .uui-banner11_text-wrapper {
    text-align: center;
    flex-direction: row;
    align-items: center;
  }

  .uui-banner11_content {
    justify-content: center;
  }

  .uui-banner11_wrapper {
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
  }

  .uui-page-padding-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .sg---mobile-version {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .uui-heroheader03_image-2 {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 41rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 117px;
    line-height: 120px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui-gray600);
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-navbar07_link {
    font-size: 12px;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-logo_logotype {
    height: 100%;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar07_container {
    height: 100%;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_component.transparent {
    min-height: 5rem;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .combine-header4_span {
    font-size: 60px;
  }

  .combine-heading-style-h2-4 {
    text-align: center;
  }

  .combine-heading-style-h2-4.dash {
    font-size: 60px;
  }

  .f-button-neutral {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    margin-right: 0;
    display: block;
  }

  .combine-feature1_content {
    align-items: center;
  }

  .brix---section-5 {
    background-image: none;
    padding: 20px 0;
  }

  .brix---text-300-bold-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-content-v7-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .combine-padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-play_icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .brix---display-9 {
    font-size: 45px;
    line-height: 56px;
  }

  .combine-header2_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .combine-heading-style-h1-4 {
    font-family: Poppins, sans-serif;
  }

  .brix---stats-v7-grid-3, .brix---stats-v7-grid-3.landing-page, .brix---stats-v7-grid-3.landing-page {
    grid-template-columns: 1fr 1fr;
  }

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

  .combine-header2_component {
    flex-direction: column;
  }

  .div-block-248 {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-header2_video-wrapper {
    width: 100%;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

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

  .uui-footer04_legal-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_social-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-footer04_link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .uui-logo_logotype-2 {
    width: 70%;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-logo_component-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer04_top-wrapper {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-109, .text-block-110 {
    font-size: 14px;
  }

  .avatarkit-component-block {
    width: auto;
    margin-bottom: 0;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

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

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

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

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .avatarkit-toggle-plus {
    width: 32px;
    height: 32px;
    margin-right: 0;
    position: relative;
  }

  .avatarkit-toggle-heading {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }

  .avatarkit-mg-10px-right {
    margin-right: 10px;
  }

  .avatarkit-accordion-head {
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .avatarkit-accordion-wrapper {
    width: 100%;
    max-width: none;
  }

  .uui-career07_detail-wrapper {
    margin-right: 1.25rem;
  }

  .uui-career09_job-details-wrapper {
    margin-top: 1.25rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-badge.is-pink {
    justify-content: center;
    width: 100%;
  }

  .uui-career09_item {
    padding: 1.35rem;
  }

  .uui-career09_component {
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-button-gradient, .cf-cta-button, .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .heading-18 {
    font-size: 30px;
  }

  .text-block-114, .text-block-115, .text-block-116, .text-block-117, .text-block-118 {
    font-size: 14px;
  }

  .uui-footer04_legal-link-2:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer04_legal-list-2 {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_social-link-2:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer04_social-list-2 {
    align-items: start;
    justify-items: center;
  }

  .uui-footer04_link-2:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-footer04_link-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg-3 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .text-block-126 {
    display: none;
  }

  .textt-block-124 {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    display: flex;
  }

  .image-52 {
    display: none;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-blogpost02_author-heading {
    font-size: 1rem;
  }

  .uui-blogpost02_author-wrapper {
    margin-top: 2rem;
  }

  .uui-blogpost02_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost02_content, .uui-blogpost02_content-top {
    margin-bottom: 2rem;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 9rem;
    padding-bottom: 2rem;
  }

  .uui-blogpost02_header {
    margin-bottom: 3rem;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-note-text {
    text-align: center;
  }

  .cf-pricing-plan-text {
    font-size: 32px;
  }

  .cf-pricing-box-plan-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .cf-pricing-box.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-wrapper {
    margin-top: 100px;
  }

  .cf-pricing-toggle-header-wrapper {
    flex-direction: column;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-pricing-hero-heading {
    font-size: 42px;
  }

  .cf-video-play-button {
    margin-top: 200px;
  }

  .cf-video-checkmarks-item {
    max-width: none;
  }

  .cf-video-checkmark {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .cf-video-heading {
    font-size: 34px;
  }

  .cf-wrapper, .cf-wrapper-1161 {
    width: 90%;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

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

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-benefits-pointer-item {
    max-width: 100%;
  }

  .cf-benefits-pointers-right {
    margin-top: 0;
  }

  .cf-wrapper-1162 {
    width: 90%;
  }

  .cf-wrapper-1162.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-growth-para-text-18px-2 {
    font-size: 16px;
  }

  .cf-growth-heading-32px-2 {
    font-size: 30px;
  }

  .cf-growth-wrapper-2.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px-2 {
    font-size: 45px;
  }

  .cf-growth-grid-2 {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1163.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-cta-bottom-image-2 {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph-2 {
    max-width: 500px;
    font-size: 16px;
  }

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

  .cf-center-wrapper-cta-2 {
    width: 90%;
  }

  .cf-cta-wrapper-3 {
    padding-bottom: 170px;
  }

  .uui-space-xhuge-2 {
    min-height: 4rem;
  }

  .uui-blogpost02_author-heading-2 {
    font-size: 1rem;
  }

  .uui-blogpost02_author-wrapper-2 {
    margin-top: 2rem;
  }

  .uui-blogpost02_divider-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-text-rich-text-2 figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text-2 figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost02_content-2, .uui-blogpost02_content-top-2 {
    margin-bottom: 2rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-large-3 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogpost02_header-2 {
    margin-bottom: 3rem;
  }

  .cf-floating-white-div-2 {
    display: none;
  }

  .cf-floating-scribble-2 {
    width: 80%;
  }

  .cf-floating-image-container-3 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div-2 {
    display: none;
  }

  .cf-floating-image-container-4 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-home-image-container-2 {
    margin-bottom: 140px;
  }

  .cf-button-gradient-2, .cf-cta-button-2, .cf-22px-paragraph---white-2 {
    font-size: 20px;
  }

  .cf-82px-heading-2 {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    width: 90%;
  }

  .cf-hero-section-4 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .cf-pricing-price-container.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cf-pricing-plan-content-text-2 {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon-2 {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-wrapper-2.pricing-3-content {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-pricing-plan-amount-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-pricing-3-box-plan-block {
    border-bottom: 1px solid rgba(0, 46, 36, .2);
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box {
    border-radius: 20px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-growth-para-text-18px-3 {
    font-size: 16px;
  }

  .cf-growth-heading-32px-3 {
    font-size: 30px;
  }

  .cf-growth-wrapper-3.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px-3 {
    font-size: 45px;
  }

  .cf-growth-grid-3 {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1164.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .uui-space-xhuge-3 {
    min-height: 4rem;
  }

  .uui-blogpost02_author-heading-3 {
    font-size: 1rem;
  }

  .uui-blogpost02_author-wrapper-3 {
    margin-top: 2rem;
  }

  .uui-blogpost02_divider-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-badge-3 {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray-5 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-text-rich-text-3 figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text-3 figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost02_content-3, .uui-blogpost02_content-top-3 {
    margin-bottom: 2rem;
  }

  .uui-page-padding-7 {
    background-color: rgba(0, 0, 0, .4);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-large-4 {
    font-size: 2.25rem;
  }

  .uui-heading-large-4.text-color-white {
    font-size: 30px;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogpost02_header-3 {
    margin-bottom: 3rem;
  }

  .text-block-141 {
    font-size: 16px;
  }

  .uui-blogpost01_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-blogpost06_content {
    margin-bottom: 2rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .uui-blogpost06_author-heading {
    font-size: 1rem;
  }

  .uui-blogpost03_author-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .uui-blogpost03_author-image-wrapper {
    margin-right: .75rem;
  }

  .uui-blogpost06_author-wrapper {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-blogpost03_date-wrapper {
    margin-bottom: .75rem;
  }

  .uui-blogpost06_header-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogpost06_header {
    grid-row-gap: 3rem;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 24.9rem;
    padding-bottom: .125rem;
  }

  .uui-blogpost02_header-4 {
    margin-bottom: 3rem;
  }

  .cf-growth-para-text-18px-4 {
    font-size: 16px;
  }

  .cf-growth-heading-32px-4 {
    font-size: 30px;
  }

  .cf-growth-wrapper-4.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px-4 {
    font-size: 45px;
  }

  .cf-growth-grid-4 {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1165.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-tabs-right-tab-2 {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 22px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    min-height: auto;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    max-width: 400px;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .cf-home-tab-link-2 {
    padding: 15px 30px;
  }

  .cf-tabs-menu-2 {
    width: 100%;
  }

  .cf-tabs-header-text-2 {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 25px;
  }

  .cf-tabs-header-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cf-services-page-contain {
    margin-bottom: 150px;
  }

  .cf-services-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-secondary-button-3 {
    width: 100%;
  }

  .cf-pricing-price-container-2.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
    margin-bottom: 20px;
  }

  .cf-pricing-price-block-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-pricing-plan-content-text-3 {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon-3 {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-wrapper-3.pricing-3-content {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-pricing-plan-amount-block-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .cf-pricing-plan-description-2 {
    max-width: 340px;
  }

  .cf-pricing-3-box-plan-block-2 {
    border-bottom: 1px solid rgba(0, 46, 36, .2);
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box-2 {
    border-radius: 20px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-pricing-hero-block-section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-255 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header76_content-right {
    height: 30rem;
  }

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

  .header76_component {
    padding-top: 4rem;
  }

  .cf-tabs-menu-3 {
    width: 100%;
  }

  .cf-tabs-content-heading-3 {
    font-size: 22px;
  }

  .cf-tabs-content-contain-3 {
    flex-direction: column;
    min-height: auto;
  }

  .cf-tabs-left-wrap-3 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-right-tab-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-features-4-tabs-heading-3 {
    font-size: 35px;
  }

  .cf-home-tab-link-3 {
    padding: 15px 30px;
  }

  .waves---subtitle-4 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-3 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-6 {
    text-align: center;
    align-items: center;
  }

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

  .waves-section-hero-6 {
    padding-top: 160px;
  }

  .text-block-157.cvh {
    margin-left: -16px;
    margin-right: -16px;
  }

  .container-19 {
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .f-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-section-large-3.jkf {
    margin-bottom: 0;
  }

  .f-logo-cell {
    min-width: 190px;
    margin-right: 0;
  }

  .div-block-258 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

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

  .uui-heroheader21_image-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-heroheader21_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge-4 {
    font-size: 1.125rem;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-heroheader21_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader21_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

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

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

  .brix---square-icon-56px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

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

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

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

  .layout422_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

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

  .layout422_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout422_card-content {
    padding: 1.5rem;
  }

  .combine-clients4_grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-heroheader22_image {
    max-width: none;
    height: 22rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-5.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-5.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-6 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-6:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-6.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape, .uui-button-row-4.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-5 {
    font-size: 1.125rem;
  }

  .uui-space-small-5 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-4 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader20_background {
    background-image: url('../images/Background-Pattern-Small.svg');
    background-position: 50% -80px;
    top: 46%;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-heroheader20_lightbox {
    height: 20rem;
  }

  .uui-badge-group_badge-2 {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group-2 {
    font-size: .75rem;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-lightbox_play-icon-2 {
    width: 4rem;
    height: 4rem;
  }

  .cf-pricing-hero-block-section-3-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3 {
    padding-top: 1.025rem;
    padding-bottom: 1.025rem;
  }

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

  .padding-section-large-2 {
    padding-top: 9.2rem;
    padding-bottom: 0;
  }

  .header78_image-wrapper {
    width: 18rem;
  }

  .header78_image-wrapper.k.k2 {
    top: 140px;
  }

  .container-large-3 {
    max-width: 98rem;
    padding-top: 20px;
  }

  .text-size-medium-3 {
    font-size: 1.1rem;
  }

  .header78_image-list {
    height: 57vh;
  }

  .padding-global-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .heading-style-h1 {
    font-size: 6rem;
  }

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

  .product1_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .product1_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product1_heading {
    margin-right: 0;
  }

  .product1_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .product1_image-wrapper {
    height: 100%;
  }

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header3_accordion-icon {
    width: 1.75rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .product-header3_main-image {
    aspect-ratio: 70 / 40;
    width: 20rem;
    max-width: 103rem;
  }

  .product-header3_gallery {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 4rem;
  }

  .product-header3_component {
    padding-bottom: 1.5rem;
  }

  .product-header3_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header3_main-image-wrapper {
    text-align: left;
  }

  .product-header3_list {
    grid-template-rows: auto;
  }

  .product-header3_price-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .brix---section-6 {
    background-image: none;
    padding: 20px 0 40px;
  }

  .combine-header2_component-2 {
    flex-direction: column;
  }

  .bold-text-20 {
    font-size: 14px;
  }

  .combine-heading-style-h1-5 {
    font-family: Poppins, sans-serif;
  }

  .brix---display-10 {
    font-size: 45px;
    line-height: 56px;
  }

  .container-21 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-260 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-button-neutral-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    margin-right: 0;
    display: block;
  }

  .f-button-neutral-3.nxt-button {
    width: 100%;
  }

  .combine-header2_component-3 {
    flex-direction: column;
  }

  .bold-text-27 {
    font-size: 14px;
  }

  .combine-heading-style-h1-6 {
    font-family: Poppins, sans-serif;
  }

  .container-23 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-262 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-7 {
    background-image: none;
    padding: 20px 0 40px;
  }

  .brix---section-7.dash {
    padding-top: 40px;
  }

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

  .combine-space-large-2 {
    height: .2rem;
  }

  .bold-text-33 {
    font-size: 40px;
    line-height: 30px;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .product-header9_content-right {
    padding-left: 25px;
    padding-right: 25px;
  }

  .combine-text-size-regular-10 {
    font-size: 18px;
  }

  .product-header9_breadcrumb {
    flex-flow: column;
  }

  .combine-space-medium-2 {
    height: 1.1rem;
  }

  .combine-container-large-2 {
    top: 52px;
  }

  .combine-padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .heading-style-h4 {
    font-size: 2.9rem;
    line-height: 1.4;
  }

  .combine-padding-global-6 {
    padding-top: 70px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-24 {
    padding-top: 30px;
  }

  .bold-text-35 {
    font-size: 17px;
    font-weight: 500;
  }

  .header21_component {
    grid-row-gap: 3rem;
  }

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

  .container-large-6 {
    max-width: 98rem;
    padding-top: 20px;
  }

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

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

  .combine-padding-global-7 {
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .combine-heading-style-h2-7 {
    text-align: center;
  }

  .combine-header4_span-2 {
    font-size: 51px;
  }

  .footer-subscribe {
    border-bottom-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .combine-heading-style-h2-8 {
    text-align: center;
  }

  .brix---footer-logo, .image-56 {
    display: none;
  }

  .f-button-secondary-2 {
    width: 100%;
    min-height: 100%;
    margin-bottom: 10px;
  }

  .text-block-165 {
    display: none;
  }

  .textt-block-125 {
    font-size: 13px;
    display: flex;
  }

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

  .topbar2_component {
    height: auto;
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .topbar2_logo-link {
    padding-left: 0;
  }

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

  .topbar-type-label-delete-this {
    top: 2.5rem;
    right: 1rem;
  }

  .shell-header-text-replace-this {
    padding-left: 20px;
    padding-right: 10px;
  }

  .topbar2_content-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .topbar2_search-wrapper {
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 4rem;
  }

  .sidebar7_menu {
    width: 80vw;
  }

  .sidebar-type-label-delete-this {
    left: 1rem;
  }

  .sidebar7_component {
    min-height: 4rem;
    padding-left: 1.5rem;
  }

  .shell4_sidebar-wrapper {
    top: -4rem;
  }

  .sidebar4_component {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .topbar3_component {
    height: auto;
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .topbar3_text-wrapper {
    display: none;
  }

  .topbar3_search-wrapper {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: 4rem;
  }

  .topbar3_content-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .sidebar4_menu {
    width: 80vw;
  }

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

  .f-button-neutral-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    margin-right: 0;
    display: block;
  }

  .sidebar7_component-2 {
    min-height: 4rem;
    padding-left: 1.5rem;
  }

  .brix---contact-v10-half-bg-image-right {
    height: 309px;
    display: none;
  }

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

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

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

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

  .brix---grid-contact-v10 {
    grid-template-columns: 1fr;
  }

  .go---sign-up {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .uui-cta03_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-cta03_form {
    margin-top: 2rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-small-6 {
    min-height: 1.25rem;
  }

  .uui-heading-large-5 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-section_cta03 {
    overflow: hidden;
  }

  .uui-cta01_image-02 {
    width: 35%;
    max-width: none;
    bottom: -15%;
    left: 1rem;
  }

  .uui-cta01_image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -30%;
    position: static;
  }

  .uui-cta01_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-7 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-7:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-4 {
    font-size: 18px;
  }

  .uui-heading-large-6 {
    font-size: 2.25rem;
  }

  .uui-cta01_component {
    grid-row-gap: 3rem;
  }

  .uui-layout21_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-heading-medium-3 {
    font-size: 35px;
    line-height: 1.4;
  }

  .uui-heading-medium-3.dark {
    font-size: 35px;
  }

  .uui-layout20_component-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .cf-growth-para-text-18px-5 {
    font-size: 16px;
  }

  .cf-growth-heading-32px-5 {
    font-size: 30px;
  }

  .cf-growth-wrapper-5.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px-5 {
    font-size: 45px;
  }

  .cf-growth-grid-5 {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1166.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

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

  .layout67_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .text-color-white-5 {
    font-size: 18px;
  }

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

  .header81_content-wrapper {
    padding-top: 4rem;
  }

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

  .layout192_content {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .layout192_component {
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

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

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

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

  .brix---image-wrapper-br-24px-shadow-2 {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

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

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

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

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

  .section_header2 {
    padding-bottom: 0;
  }

  .header2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

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

  .uui-layout01_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout01_image-wrapper {
    padding: 1.5rem 1rem;
  }

  .uui-button-7 {
    font-size: 1rem;
  }

  .uui-button-7:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-4 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-8 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-8:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-6 {
    align-self: stretch;
  }

  .uui-button-row-6.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-5 {
    font-size: 18px;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-4 {
    font-size: 35px;
    line-height: 1.4;
  }

  .uui-layout01_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .uui-padding-vertical-xhuge-11 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-container-large-10 {
    height: 100%;
  }

  .uui-page-padding-12 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-button-8 {
    font-size: 1rem;
  }

  .uui-button-8:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-row-7 {
    align-self: stretch;
  }

  .uui-button-row-7.button-row-center.is-reverse-mobile-landscape, .uui-button-row-7.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-7 {
    min-height: 1.25rem;
  }

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .avatar-stack_component-2 {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta-2 {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium-4 {
    min-height: 1.5rem;
  }

  .uui-faq01_component-2 {
    margin-top: 3rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-13 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .header-button-wrap {
    flex-direction: column;
  }

  .banner {
    display: none;
  }

  .h2-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .nav-button-wrap {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-dropdown {
    margin-left: 0;
  }

  .nav-dropdown-toggle {
    padding-left: 0;
  }

  .nav-divider {
    margin-left: 0;
  }

  .nav-link-accent {
    margin-left: 0;
    padding-left: 0;
  }

  .waves-master-image-hero-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .social-genius---section-hero-primary {
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---heading-1-no-margins-2 {
    font-size: 36px;
    line-height: 110%;
  }

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

  .sg-media-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 30%;
  }

  .bold-text-8 {
    font-size: 30px;
  }

  .div-block-222 {
    width: 100%;
    padding: 220px 20px 60px;
  }

  .heading-16 {
    font-size: 30px;
  }

  .custom-container {
    width: 100%;
  }

  .gallery-grid-2 {
    align-self: stretch;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
  }

  .text-block-93 {
    font-size: 15px;
  }

  .gallery-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .div-block-225 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: space-between;
    width: 100%;
    padding: 220px 20px 60px;
  }

  .div-block-225:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .5), #000), url('../images/6b252a119013297.Y3JvcCw4ODAsNjg4LDAsNg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-223 {
    background-position: 0 0, 50%;
    width: 100%;
    padding: 220px 20px 60px;
  }

  .div-block-223:hover {
    background-position: 0 0, 50%;
  }

  .sg-button-media {
    width: 400px;
  }

  .sg-button-media.nekad.vfd {
    width: 75%;
  }

  .sg-button-media.nekad.vfd.lng {
    width: 100%;
  }

  .div-block-226 {
    background-position: 0 0, 50%;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 220px 20px 60px;
  }

  .div-block-226:hover {
    background-position: 0 0, 50%;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    height: 28rem;
    line-height: 20px;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    padding-left: 0;
  }

  .uui-text-size-xlarge {
    padding-left: 0;
    font-size: 16px;
  }

  .uui-text-size-xlarge.bb {
    padding-left: 0;
    font-size: 20px;
  }

  .uui-heading-xlarge {
    font-size: 80px;
  }

  .uui-heroheader03_component {
    grid-template-columns: 1fr;
  }

  .uui-section_heroheader03 {
    display: block;
  }

  .body-2 {
    background-attachment: fixed;
  }

  .image-47 {
    align-self: center;
  }

  .image-36 {
    height: 100%;
  }

  .socials-section {
    padding-top: 0;
    display: block;
  }

  .div-block-200 {
    padding: 56px;
  }

  .image-39 {
    flex: 0 auto;
    align-self: center;
    max-height: 100px;
    display: block;
  }

  .div-block-199 {
    padding: 56px;
  }

  .grid-2 {
    grid-template-rows: minmax(0, 3fr) minmax(0, 3fr);
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .venture-card, .div-block-202 {
    padding: 56px;
  }

  .uui-text-style-link {
    font-size: 12px;
  }

  .uui-banner11_text {
    margin-right: .125rem;
    font-size: 12px;
  }

  .uui-banner11_text-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .uui-banner11_wrapper {
    justify-content: center;
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .uui-heroheader03_image-2 {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    height: 400px;
  }

  .uui-text-size-xlarge-2 {
    font-size: 17px;
  }

  .uui-heading-xlarge-2 {
    font-size: 80px;
    line-height: 80px;
  }

  .uui-heroheader03_content-2 {
    width: 100%;
  }

  .uui-heroheader03_component-2 {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .uui-button-2 {
    border-radius: 4px;
    width: 100%;
    padding-top: .825rem;
    padding-bottom: .825rem;
    font-size: 14px;
    font-weight: 400;
  }

  .uui-navbar07_item-heading {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    font-family: Inter, sans-serif;
  }

  .uui-navbar07_menu-left {
    margin-bottom: 30px;
  }

  .uui-logo_logotype {
    height: 60%;
  }

  .uui-logo_component {
    width: 240px;
    height: 80px;
  }

  .uui-navbar07_component.transparent {
    min-height: 5rem;
    padding-left: 0;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-246 {
    width: 100%;
    margin-bottom: 0;
  }

  .combine-header4_span {
    font-size: 45px;
    line-height: 0;
  }

  .combine-heading-style-h2-4 {
    font-size: 30px;
  }

  .combine-heading-style-h2-4.dash {
    text-align: left;
    font-size: 45px;
  }

  .combine-cta2_span-2 {
    font-size: 45px;
  }

  .f-button-neutral {
    background-color: #1f2d3f;
    width: 100%;
    font-size: 14px;
    display: block;
  }

  .text-block-107 {
    font-size: 14px;
  }

  .combine-feature1_content {
    align-items: flex-start;
    max-width: 100%;
  }

  .f-button-wrapper {
    justify-content: space-between;
  }

  .brix---section-5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-top: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-text-size-regular-7, .combine-text-size-regular-7.dash-2 {
    font-size: 16px;
  }

  .brix---text-300-bold-4 {
    font-size: 15px;
    line-height: 21px;
  }

  .combine-text-size-regular-5 {
    font-size: 16px;
  }

  .combine-padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-span-22 {
    color: #000;
  }

  .brix---display-9 {
    font-size: 50px;
    line-height: 70px;
  }

  .combine-header2_content {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-header2_overlay {
    border-width: 3px;
  }

  .combine-heading-style-h1-4 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .brix---stats-v7-grid-3 {
    grid-template-columns: 1fr;
  }

  .brix---stats-v7-grid-3.landing-page {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

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

  .combine-header2_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .uui-footer04_link {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-footer04_link-list {
    grid-column-gap: .75rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: center;
  }

  .uui-logo_logotype-2 {
    width: 90%;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: center;
    margin-bottom: 40px;
  }

  .text-block-109 {
    border-bottom-width: 2px;
  }

  .text-block-110 {
    border-bottom-width: 2px;
    font-weight: 500;
  }

  .avatarkit-metric-grid {
    grid-template-columns: 1fr;
  }

  .avatarkit-container-component {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatarkit-padding-global-components {
    background-color: var(--avatar-kit-white-smoke);
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

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

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-body---18px.white {
    font-size: 16px;
  }

  .mission-grid-text-wrapper {
    max-width: 100%;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .cf-h3-heading-40px.white.nt {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .cf-yellow-king-text-span.lmbyc {
    font-size: 10px;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .mission-image-container {
    margin-bottom: 20px;
  }

  .cf-mission-section {
    padding-top: 65px;
  }

  .waves---subtitle-3 {
    font-size: 20px;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .avatarkit-toggle-plus {
    display: none;
  }

  .avatarkit-avatar-image {
    margin-right: 0;
  }

  .avatarkit-mg-10px-right {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .avatarkit-flex-toggle {
    flex-direction: row;
    align-items: center;
  }

  .avatarkit-accordion-head {
    flex-direction: column;
  }

  .avatarkit-accordion-wrapper {
    width: 100%;
    max-width: none;
  }

  .avatarkit-container-component-2 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatarkit-padding-global-components-2 {
    background-color: var(--avatar-kit-white-smoke);
  }

  .uui-career09_button-wrapper {
    display: none;
  }

  .uui-badge.is-indigo {
    border-radius: .2rem;
  }

  .uui-badge.is-pink {
    border-radius: .2rem;
    margin-top: 0;
    font-family: Poppins, sans-serif;
  }

  .uui-badge.is-primary {
    border-radius: .2rem;
  }

  .uui-career09_title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-career09_top-wrapper {
    margin-bottom: 1rem;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .div-block-197, .div-block-250 {
    padding: 50px;
  }

  .div-block-251 {
    padding: 51px;
  }

  .div-block-198 {
    padding: 50px;
  }

  .heading-18 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-252 {
    margin-bottom: 50px;
    margin-right: 0;
    line-height: 10px;
  }

  .text-block-114 {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
  }

  .uui-footer04_social-icon-2 {
    color: #fff;
  }

  .uui-footer04_social-list-2 {
    grid-template-columns: max-content;
    align-content: center;
    justify-content: center;
  }

  .uui-footer04_link-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-medium-2, .heading-19 {
    font-size: 25px;
  }

  .textt-block-124 {
    align-items: stretch;
    margin-right: 0;
  }

  .image-52 {
    display: none;
  }

  .uui-blogpost02_author-image.stroke {
    width: 16.1rem;
    height: 5.7rem;
  }

  .uui-blogpost02_tag-list {
    justify-content: center;
  }

  .uui-blogpost02_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost02_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-blogpost02_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-text-rich-text p {
    font-size: 15px;
  }

  .uui-text-rich-text figure {
    margin-top: 1rem;
  }

  .uui-blogpost02_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heading-large-2.text-color-white {
    text-transform: uppercase;
    font-size: 2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .uui-blogpost02_background.change-bg-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/ql-img.png');
    background-position: 0 0, 50%;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-pricing-box-plan-wrapper {
    width: 100%;
  }

  .cf-pricing-box.pricing-1-box, .cf-pricing-box.green-pricing-box {
    padding: 30px 15px;
  }

  .cf-primary-button {
    padding: 16px 20px;
  }

  .cf-pricing-box-row.pricing-box-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-pricing-box-wrapper.pricing-1-box {
    top: -80px;
  }

  .cf-pricing-hero-para {
    font-size: 16px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-pricing-hero-section {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .cf-video-play-button {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cf-video-laptop-bar-image {
    top: -26px;
  }

  .cf-video {
    height: 300px;
  }

  .cf-video-heading {
    font-size: 30px;
  }

  .cf-wrapper.video-wrapper, .cf-wrapper-1161.video-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .cf-cta-bottom-image {
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 60px;
  }

  .cf-form-section-1 {
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .div-block-254 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    padding-top: 40px;
  }

  .bold-text-15 {
    font-size: 15px;
  }

  .cf-text-block-2._16-px {
    line-height: 26px;
  }

  .cf-benefits-pointer-heading-and-number {
    justify-content: flex-start;
  }

  .cf-benefits-pointer-item {
    max-width: none;
  }

  .cf-wrapper-1162.benefits-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-benefits-section {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-growth-heading-32px-2 {
    font-size: 28px;
  }

  .cf-growth-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-2.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px-2 {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px-2 {
    font-size: 40px;
  }

  .cf-wrapper-1163 {
    width: 90%;
  }

  .cf-wrapper-1163.growth-flex {
    padding-top: 0;
  }

  .cf-cta-top-image-2 {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .cf-cta-bottom-image-2 {
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-buttons-container-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
  }

  .cf-cta-paragraph-2 {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading-2 {
    font-size: 31px;
  }

  .cf-tag-texts-2 {
    font-size: 10px;
  }

  .cf-cta-wrapper-3 {
    border-top-color: rgba(255, 255, 255, .05);
    border-bottom-color: rgba(255, 255, 255, .05);
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .uui-blogpost02_tag-list-2 {
    justify-content: flex-start;
  }

  .uui-blogpost02_tag-list-wrapper-2 {
    width: 100%;
  }

  .uui-blogpost02_share-wrapper-2 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-blogpost02_content-bottom-2, .uui-blogpost02_content-top-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-130, .text-block-131, .text-block-132 {
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 300;
  }

  .text-block-133, .text-block-134, .text-block-135 {
    font-size: 10px;
    font-weight: 300;
  }

  .uui-blogpost02_author-image-3 {
    width: 16rem;
  }

  .cf-home-image-container-2 {
    margin-bottom: 100px;
  }

  .cf-cta-arrow-div-2 {
    flex: none;
  }

  .cf-button-text-2 {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button-2 {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button-2.rectangle {
    padding-left: 50px;
  }

  .cf-22px-paragraph---white-2 {
    font-size: 18px;
  }

  .cf-gradient-span-2 {
    line-height: 110%;
  }

  .cf-82px-heading-2 {
    font-size: 40px;
  }

  .cf-hero-section-4 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .cf-secondary-button-2 {
    font-size: 16px;
  }

  .cf-pricing-plan-amount-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .cf-pricing-plan-description, .cf-pricing-plan-description.middle-para {
    font-size: 16px;
  }

  .cf-pricing-plan-name {
    font-size: 38px;
  }

  .cf-pricing-3-box-plan-block {
    width: 90%;
  }

  .cf-pricing-3-box {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cf-pricing-3-blocks-wrapper {
    display: flex;
  }

  .cf-growth-heading-32px-3 {
    font-size: 28px;
  }

  .cf-growth-wrapper-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-3.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px-3 {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px-3 {
    font-size: 40px;
  }

  .cf-wrapper-1164 {
    width: 90%;
  }

  .cf-wrapper-1164.growth-flex {
    padding-top: 0;
  }

  .uui-blogpost02_tag-list-3 {
    justify-content: flex-start;
  }

  .uui-blogpost02_tag-list-wrapper-3 {
    width: 100%;
  }

  .uui-blogpost02_share-wrapper-3 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-blogpost02_content-bottom-3, .uui-blogpost02_content-top-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-page-padding-7 {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .uui-heading-large-4.text-color-white {
    font-size: 30px;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .uui-blogpost02_background-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/grace-grace.svg');
    background-position: 0 0, 50% 0;
    background-size: auto, 620px;
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-141 {
    text-align: left;
    font-size: 15px;
  }

  .uui-blogpost06_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-blogpost06_header {
    grid-template-columns: 1fr;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 23.3rem;
  }

  .uui-blogpost02_background-4 {
    background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/grace-grace.svg');
    background-position: 0 0, 40% 0;
    background-size: auto, 740px;
  }

  .cf-growth-heading-32px-4 {
    font-size: 28px;
  }

  .cf-growth-wrapper-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-4.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px-4 {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px-4 {
    font-size: 40px;
  }

  .cf-wrapper-1165 {
    width: 90%;
  }

  .cf-wrapper-1165.growth-flex {
    padding-top: 0;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-element-2._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-black-small-button-2 {
    width: 100%;
    font-size: 15px;
  }

  .cf-tabs-content-text-2 {
    font-size: 15px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 20px;
  }

  .cf-tabs-left-wrap-2 {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain-2 {
    min-height: auto;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    right: 0%;
  }

  .cf-home-tab-link-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu-2 {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text-2 {
    font-size: 15px;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 25px;
  }

  .cf-gradient-span-3 {
    line-height: 110%;
  }

  .cf-services-h2-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-services-page-contain {
    margin-bottom: 140px;
  }

  .cf-services-main-wrapper {
    padding-bottom: 40px;
  }

  .cf-secondary-button-3 {
    font-size: 16px;
  }

  .cf-pricing-price-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cf-pricing-plan-content-text-3 {
    font-size: 15px;
  }

  .cf-pricing-plan-amount-block-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .cf-pricing-plan-description-2 {
    font-size: 15px;
  }

  .cf-pricing-plan-description-2.middle-para {
    font-size: 16px;
  }

  .cf-pricing-plan-name-2 {
    font-size: 26px;
  }

  .cf-pricing-3-box-plan-block-2 {
    width: 90%;
  }

  .cf-pricing-3-box-2 {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cf-pricing-3-blocks-wrapper-2 {
    display: flex;
  }

  .cf-pricing-hero-block-section-3 {
    padding-top: 60px;
  }

  .container-18 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-255 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header76_images-layout {
    background-color: #fff;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 100px;
  }

  .margin-bottom.margin-small {
    font-size: 17px;
  }

  .header76_content-right {
    height: 34.9rem;
  }

  .text-size-medium {
    font-size: 16px;
  }

  .button-group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: space-between;
  }

  .heading-21 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 130%;
  }

  .header76_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
    padding-top: 3rem;
  }

  .section_header76 {
    background-color: rgba(145, 118, 118, 0);
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 81px;
    padding-bottom: 0;
    display: block;
  }

  .cf-tabs-menu-3 {
    margin-bottom: 50px;
  }

  .cf-tabs-content-heading-3 {
    font-size: 20px;
  }

  .cf-tabs-content-contain-3 {
    min-height: auto;
  }

  .cf-features-section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-tabs-left-wrap-3 {
    padding: 40px 15px;
  }

  .cf-tabs-right-tab-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-content-text-3, .cf-tabs-header-text-3 {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading-3 {
    font-size: 30px;
  }

  .cf-home-tab-link-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .waves---subtitle-4 {
    font-size: 20px;
  }

  .waves---mega-heading-3 {
    font-size: 36px;
  }

  .waves-section-hero-6 {
    padding-bottom: 48px;
  }

  .slider-4 {
    height: 90vh;
  }

  .slide-9 {
    background-position: 0 0, -140px 10px;
    background-size: auto, cover;
    padding-top: 140px;
  }

  .text-block-157 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-157.cvh {
    margin-left: -1px;
    margin-right: -1px;
  }

  .container-19 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---text-300-bold {
    color: rgba(229, 228, 229, .67);
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .f-logo-carousel-wrap {
    min-height: 100%;
  }

  .image-49 {
    max-width: 90%;
  }

  .f-section-large-3 {
    padding-left: 0%;
  }

  .f-section-large-3.jkf {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .f-logo-cell {
    justify-content: center;
    min-width: 200px;
    min-height: 100px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .f-logo-gradient-l, .f-logo-gradient-r {
    width: 40px;
  }

  .small-instructions {
    line-height: 1em;
  }

  .div-block-258 {
    height: 100%;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-text-size-xlarge-4 {
    font-size: 15px;
  }

  .uui-heroheader21_component {
    grid-template-columns: 1fr;
  }

  .udesly-typewriter-effect {
    font-size: 35px;
    line-height: 100%;
  }

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

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

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

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

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

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .brix---square-icon-56px {
    border-radius: 14px;
    max-width: 56px;
  }

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

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

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

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

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

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

  .padding-section-large {
    padding-top: 0;
  }

  .layout422_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader22_image {
    height: 15rem;
  }

  .uui-heroheader20_background {
    top: 42%;
  }

  .uui-heroheader20_lightbox {
    height: 15rem;
  }

  .uui-heroheader20_lightbox.shadow-xxlarge {
    height: 16rem;
  }

  .uui-section_heroheader20 {
    line-height: 100%;
  }

  .cf-pricing-hero-block-section-3-copy {
    padding-top: 60px;
  }

  .button-3 {
    width: 100%;
  }

  .heading {
    font-size: 38px;
    line-height: 40px;
  }

  .padding-section-large-2 {
    padding-top: 8.5rem;
    padding-bottom: 0;
  }

  .header78_image-list-top {
    grid-column-gap: .5rem;
  }

  .header78_image-wrapper {
    width: 13rem;
    height: 22rem;
    top: -6px;
  }

  .header78_image-wrapper.n {
    width: 13rem;
    height: 21rem;
    top: 0;
  }

  .header78_image-wrapper.dezk-chgs {
    top: -6px;
  }

  .header78_image-wrapper.new-gap {
    top: 12px;
  }

  .header78_image-wrapper.new-gap.new-ga-2 {
    top: 10px;
  }

  .header78_image-wrapper.k.k2 {
    width: 13rem;
    height: 19rem;
    top: 23px;
  }

  .header78_image-wrapper.k.k2.m {
    width: 13rem;
    top: 33px;
  }

  .header78_image-wrapper.g {
    width: 13rem;
  }

  .header78_image-wrapper.exact-gap {
    top: 7px;
  }

  .header78_image-wrapper.uo {
    top: 12px;
  }

  .header78_image-wrapper.uo.decker {
    top: 5px;
  }

  .header78_image-wrapper.l {
    width: 13rem;
    height: 19rem;
  }

  .header78_image-wrapper.j {
    width: 13rem;
    height: 34rem;
  }

  .header78_image-wrapper.j.klj {
    top: 16px;
  }

  .header78_images-layout {
    grid-template-columns: 1fr;
  }

  .text-size-medium-3 {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .section_header78 {
    background-position: 50% -30%;
    background-size: 1380px;
  }

  .header78_content-bottom {
    width: 100vw;
  }

  .header78_image-list {
    grid-column-gap: .75rem;
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr;
    grid-auto-columns: minmax(0, .75fr);
    height: 37vh;
  }

  .button-group-2.is-center {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .product-header3_reviews-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-header3_layout {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-header3_main-image {
    aspect-ratio: 10 / 15;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .product-header3_gallery {
    grid-template-columns: 1.25fr;
    height: 100%;
  }

  .heading-style-h5 {
    margin-bottom: 10px;
    font-size: 2.6rem;
  }

  .product-header3_main-image-wrapper {
    height: 100%;
  }

  .text-size-small-2 {
    margin-top: 10px;
  }

  .product-header3_price-wrapper {
    flex-direction: column;
  }

  .heading-style-h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .product-header3_text-divider {
    display: none;
  }

  .brix---section-6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-top: 0;
    padding-top: 20px;
  }

  .bold-text-20 {
    font-size: 12px;
  }

  .combine-heading-style-h1-5 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .bold-text-21, .combine-text-size-regular-8 {
    font-size: 16px;
  }

  .text-block-162 {
    font-size: 14px;
  }

  .text-span-52 {
    color: #000;
  }

  .brix---display-10 {
    font-size: 50px;
    line-height: 70px;
  }

  .f-button-neutral-3 {
    background-color: #311f6e;
    width: 100%;
    font-size: 14px;
    display: block;
  }

  .f-button-neutral-3.nxt-button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .combine-text-size-regular-9, .combine-text-size-regular-9.dash-2 {
    font-size: 16px;
  }

  .bold-text-27 {
    font-size: 12px;
  }

  .combine-heading-style-h1-6 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .text-block-163 {
    font-size: 14px;
  }

  .text-span-56 {
    color: #000;
  }

  .brix---section-7 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-top: 0;
    padding-top: 20px;
  }

  .text-block-8, .text-block-6 {
    color: #311f6e;
    font-size: 11px;
  }

  .bold-text-33 {
    font-family: Poppins, sans-serif;
    font-size: 27px;
    line-height: 0;
  }

  .heading-style-h3-2 {
    color: #311f6e;
    text-align: center;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .product-header9_content-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .combine-text-size-regular-10 {
    font-size: 16px;
  }

  .div-block-10 {
    align-items: center;
    display: flex;
  }

  .product-header9_breadcrumb {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    justify-items: center;
    display: grid;
  }

  .grid {
    grid-template-columns: 1.25fr;
  }

  .text-block-7 {
    color: #311f6e;
    font-size: 11px;
  }

  .product-header9_reviews-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .combine-section_header5 {
    background-position: 50% -11%, 50% -40%;
    background-size: auto, contain;
    background-attachment: fixed, scroll;
  }

  .combine-padding-section-medium-2 {
    padding-top: 0;
  }

  .text-size-tiny-2 {
    font-size: 12px;
  }

  .heading-style-h4 {
    color: #273b70;
    font-size: 2.7rem;
  }

  .combine-padding-global-6 {
    padding-top: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .breadcrumb-link-2 {
    background-color: #faf8ff;
  }

  .text-span-58 {
    color: #311f6e;
  }

  .header21_content {
    padding-right: 0;
  }

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

  .text-size-medium-4 {
    font-size: 18px;
  }

  .icon-embed-large {
    width: 3rem;
    height: 3rem;
  }

  .brix---card-testimonial-video-left {
    border-radius: 25px;
  }

  .combine-padding-global-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-padding-section-medium-10 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .combine-clients3_right-arrow-2 {
    display: none;
  }

  .combine-clients3_mask-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .combine-clients3_left-arrow-2 {
    display: none;
  }

  .combine-heading-style-h2-7 {
    font-size: 30px;
  }

  .combine-heading-style-h2-7.dash {
    text-align: center;
    margin-bottom: .25rem;
    font-size: 31px;
  }

  .combine-header4_span-2 {
    font-size: 31px;
  }

  .div-block-263 {
    width: 100%;
    min-width: 249px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer-subscribe {
    padding-bottom: 0;
  }

  .combine-heading-style-h2-8 {
    font-size: 30px;
  }

  .combine-heading-style-h2-8.dash {
    text-align: center;
    margin-bottom: .25rem;
    font-size: 31px;
  }

  .combine-heading-style-h2-8.dash.dd {
    font-family: Poppins, sans-serif;
    font-size: 25px;
  }

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

  .text-block-125 {
    margin-bottom: 0;
  }

  .brix---footer-bottom-2 {
    justify-content: center;
  }

  .bold-text-37 {
    font-size: 14px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 110px;
    margin-right: 10px;
    display: none;
    overflow: visible;
  }

  .text-block-164 {
    font-size: 14px;
  }

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

  .image-56 {
    display: none;
  }

  .f-button-secondary-2 {
    width: 100%;
  }

  .textt-block-125 {
    margin-right: 0;
  }

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

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

  .shell-header-text-replace-this {
    padding-left: 20px;
    font-size: 25px;
    line-height: 31px;
  }

  .container-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content {
    padding-top: 40px;
  }

  .bold-text-38, .text-block-170, .bold-text-40, .text-block-172 {
    font-size: 14px;
  }

  .f-button-neutral-4 {
    background-color: #311f6e;
    width: 100%;
    font-size: 14px;
    display: block;
  }

  .div-block-266 {
    padding-top: 0;
  }

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

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

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

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

  .go---sign-up {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .uui-signup-form_wrapper-2 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-cta03_component {
    grid-template-columns: 1fr;
  }

  .uui-cta01_image-02 {
    width: 50%;
    bottom: -12%;
  }

  .uui-cta01_image-01 {
    width: 150%;
    min-width: 150%;
    margin-right: -100%;
  }

  .uui-cta01_component {
    grid-template-columns: 1fr;
  }

  .cf-growth-heading-32px-5 {
    font-size: 28px;
  }

  .cf-growth-wrapper-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-5.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px-5 {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px-5 {
    font-size: 40px;
  }

  .cf-wrapper-1166 {
    width: 90%;
  }

  .cf-wrapper-1166.growth-flex {
    padding-top: 0;
  }

  .layout67_component, .layout192_component {
    grid-template-columns: 1fr;
  }

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

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

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

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

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

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

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

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

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

  .header2_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-layout01_image-wrapper {
    min-height: 13rem;
  }

  .container-28 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_276e9d37-a06a-5513-0517-0fb83cb48842-e2451dff, #w-node-fb8b6559-14b6-5122-a34e-7fb1781da868-e2451dff, #w-node-_97bad428-3c80-f517-dd11-eec8bb33e78c-e2451dff, #w-node-_2bb2a276-9305-c9e5-1d98-167b68b1b4be-e2451dff {
  align-self: start;
}

#w-node-_77211a47-5a9f-cbb0-5379-01e4d35d297d-d35d296b {
  justify-self: end;
}

#w-node-_77211a47-5a9f-cbb0-5379-01e4d35d2984-d35d296b {
  justify-self: start;
}

#w-node-_737efd02-ff22-f6ca-aa4c-38d1db41b24a-db41b23e {
  align-self: auto;
  justify-self: auto;
}

#w-node-_91a17ea3-8ca6-bb2d-c1cf-2c7aba2bfc21-ba2bfc1a, #w-node-_91a17ea3-8ca6-bb2d-c1cf-2c7aba2bfc2a-ba2bfc1a, #w-node-_91a17ea3-8ca6-bb2d-c1cf-2c7aba2bfc33-ba2bfc1a, #w-node-_91a17ea3-8ca6-bb2d-c1cf-2c7aba2bfc3c-ba2bfc1a, #w-node-_91a17ea3-8ca6-bb2d-c1cf-2c7aba2bfc45-ba2bfc1a, #w-node-_91a17ea3-8ca6-bb2d-c1cf-2c7aba2bfc4e-ba2bfc1a, #w-node-_91a17ea3-8ca6-bb2d-c1cf-2c7aba2bfc57-ba2bfc1a, #w-node-_875dd386-f432-6ef8-9363-c417a3efb7b9-ba2bfc1a, #w-node-_76c2a0c8-25d8-9915-6e73-59ab20b35825-ba2bfc1a, #w-node-f1711fe1-2830-3825-eaf3-58d93237be54-ba2bfc1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aa788a4-aa31-7432-0057-63df4785da1a-4785da04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: auto;
}

#w-node-_8aa788a4-aa31-7432-0057-63df4785da1c-4785da04, #w-node-_8aa788a4-aa31-7432-0057-63df4785da1e-4785da04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aa788a4-aa31-7432-0057-63df4785da27-4785da04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8aa788a4-aa31-7432-0057-63df4785da29-4785da04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aa788a4-aa31-7432-0057-63df4785da32-4785da04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8aa788a4-aa31-7432-0057-63df4785da34-4785da04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aa788a4-aa31-7432-0057-63df4785da3e-4785da04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8aa788a4-aa31-7432-0057-63df4785da40-4785da04, #w-node-_8aa788a4-aa31-7432-0057-63df4785da49-4785da04, #w-node-_8aa788a4-aa31-7432-0057-63df4785da4b-4785da04, #w-node-_8aa788a4-aa31-7432-0057-63df4785da54-4785da04, #w-node-_8aa788a4-aa31-7432-0057-63df4785da56-4785da04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aa788a4-aa31-7432-0057-63df4785da60-4785da04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8aa788a4-aa31-7432-0057-63df4785da62-4785da04, #w-node-_8aa788a4-aa31-7432-0057-63df4785da6b-4785da04, #w-node-_8aa788a4-aa31-7432-0057-63df4785da6d-4785da04, #w-node-_8aa788a4-aa31-7432-0057-63df4785da76-4785da04, #w-node-_8aa788a4-aa31-7432-0057-63df4785da78-4785da04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_231fdb52-806a-de45-b3f9-019d4c70999c-4c70999a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fc7e982b-55e3-294a-b0db-c3094ca2a0de-4ca2a0c3 {
  align-self: stretch;
}

#w-node-edd07181-4273-3f1c-7fae-a18014ebd3aa-4ca2a0c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edd07181-4273-3f1c-7fae-a18014ebd3b2-4ca2a0c3, #w-node-_94bffbfb-5d1c-6ddd-433d-af53e02320df-4ca2a0c3, #w-node-_9c5f4aa3-fcad-7fe6-0ede-c0af211f7c49-e2451e03, #w-node-cd8cced1-c778-3bd8-bb8c-29cff504c588-e2451e03 {
  align-self: stretch;
}

#w-node-a76dc1e6-d2e7-2be1-6a67-b940200446b7-e2451e03, #w-node-_2dc40470-7094-7e8e-2fc2-35e608866401-088663f3, #w-node-_837ef18a-b10f-431b-01c9-cd6f410728b5-e2451e07, #w-node-_837ef18a-b10f-431b-01c9-cd6f410728b6-e2451e07, #w-node-_8e14bf66-e574-549b-e513-27253a038eaf-e2451e07, #w-node-_8e14bf66-e574-549b-e513-27253a038eb0-e2451e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8912d36-4730-0519-c509-60717f1c3777-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a8912d36-4730-0519-c509-60717f1c3778-e6e6c7c4, #w-node-a8912d36-4730-0519-c509-60717f1c3779-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8912d36-4730-0519-c509-60717f1c377a-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a8912d36-4730-0519-c509-60717f1c377b-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8912d36-4730-0519-c509-60717f1c377c-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a8912d36-4730-0519-c509-60717f1c377d-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8912d36-4730-0519-c509-60717f1c377e-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a8912d36-4730-0519-c509-60717f1c377f-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8912d36-4730-0519-c509-60717f1c3780-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a8912d36-4730-0519-c509-60717f1c3781-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8912d36-4730-0519-c509-60717f1c3782-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-a8912d36-4730-0519-c509-60717f1c3783-e6e6c7c4, #w-node-a8912d36-4730-0519-c509-60717f1c3784-e6e6c7c4, #w-node-a8912d36-4730-0519-c509-60717f1c3785-e6e6c7c4, #w-node-a8912d36-4730-0519-c509-60717f1c3786-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8912d36-4730-0519-c509-60717f1c3787-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a8912d36-4730-0519-c509-60717f1c3788-e6e6c7c4, #w-node-a8912d36-4730-0519-c509-60717f1c3789-e6e6c7c4, #w-node-a8912d36-4730-0519-c509-60717f1c378a-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8912d36-4730-0519-c509-60717f1c378b-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a8912d36-4730-0519-c509-60717f1c378c-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8912d36-4730-0519-c509-60717f1c378d-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a8912d36-4730-0519-c509-60717f1c378e-e6e6c7c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66192bdc-2758-715e-2d87-e44589f06563-e964a18f {
  align-self: stretch;
}

#w-node-_66192bdc-2758-715e-2d87-e44589f06576-e964a18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66192bdc-2758-715e-2d87-e44589f0657e-e964a18f {
  align-self: stretch;
}

#w-node-_714ba01f-043d-6593-351b-a928a2ae40e7-e964a18f, #w-node-_714ba01f-043d-6593-351b-a928a2ae40e8-e964a18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714ba01f-043d-6593-351b-a928a2ae40ea-e964a18f {
  align-self: center;
  justify-self: center;
}

#w-node-_714ba01f-043d-6593-351b-a928a2ae4109-e964a18f {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_78fb2424-8a90-7a20-fb7c-34c22e7b9684-e964a18f, #w-node-_78fb2424-8a90-7a20-fb7c-34c22e7b9690-e964a18f, #w-node-_78fb2424-8a90-7a20-fb7c-34c22e7b969d-e964a18f, #w-node-_78fb2424-8a90-7a20-fb7c-34c22e7b96a8-e964a18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adc8a25b-8309-7229-899f-c5bb58b48ed9-e964a18f {
  align-self: auto;
  justify-self: auto;
}

#w-node-_84fcf96e-fbdc-d9a3-c2eb-a8bdd0e3d22e-189afe76 {
  align-self: stretch;
}

#w-node-_84fcf96e-fbdc-d9a3-c2eb-a8bdd0e3d241-189afe76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84fcf96e-fbdc-d9a3-c2eb-a8bdd0e3d249-189afe76 {
  align-self: stretch;
}

#w-node-_5fab6491-13d2-aac4-2880-636a15fb8361-189afe76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2bc5d07-aa93-2cbd-77f6-8225e8043497-798fa295 {
  align-self: stretch;
}

#w-node-d2bc5d07-aa93-2cbd-77f6-8225e80434aa-798fa295 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2bc5d07-aa93-2cbd-77f6-8225e80434b2-798fa295, #w-node-e3951166-c305-11aa-381c-29be57091ffd-e2902ca6 {
  align-self: stretch;
}

#w-node-e3951166-c305-11aa-381c-29be57092010-e2902ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3951166-c305-11aa-381c-29be57092018-e2902ca6 {
  align-self: stretch;
}

#w-node-_8d454052-2408-bb32-9f26-b179b20f5036-89cf2214, #w-node-_8d454052-2408-bb32-9f26-b179b20f503c-89cf2214, #w-node-_8d454052-2408-bb32-9f26-b179b20f5042-89cf2214, #w-node-ea5566e8-0cee-30e6-8552-d0904fbf9c12-89cf2214, #w-node-ea5566e8-0cee-30e6-8552-d0904fbf9c06-89cf2214, #w-node-ea5566e8-0cee-30e6-8552-d0904fbf9c0c-89cf2214 {
  align-self: start;
}

#w-node-_742b03ac-c175-d443-1547-da254d8aebe6-89cf2214 {
  align-self: center;
}

#w-node-_18444191-89b8-c868-d76c-85c9fb82d1b2-89cf2214, #w-node-_18444191-89b8-c868-d76c-85c9fb82d1b8-89cf2214, #w-node-_18444191-89b8-c868-d76c-85c9fb82d1be-89cf2214, #w-node-f68da7c5-75eb-4d2b-184b-af1349b7d991-89cf2214, #w-node-_89dd6e66-71ac-f350-1868-9d171a8fb84e-89cf2214, #w-node-b6759a59-b809-ce4b-75e1-dbea379a7385-89cf2214 {
  align-self: start;
}

#w-node-a8875ff8-227f-231a-f0ed-896651eec805-89cf2214 {
  align-self: center;
}

#w-node-d82a6512-1b20-dd47-9e42-3252e06f95a7-89cf2214, #w-node-d82a6512-1b20-dd47-9e42-3252e06f95ad-89cf2214, #w-node-d82a6512-1b20-dd47-9e42-3252e06f95b3-89cf2214, #w-node-d82a6512-1b20-dd47-9e42-3252e06f95b9-89cf2214, #w-node-d82a6512-1b20-dd47-9e42-3252e06f95bf-89cf2214, #w-node-d82a6512-1b20-dd47-9e42-3252e06f95c5-89cf2214 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_77211a47-5a9f-cbb0-5379-01e4d35d297d-d35d296b {
    align-self: start;
  }

  #w-node-_231fdb52-806a-de45-b3f9-019d4c70999c-4c70999a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_837ef18a-b10f-431b-01c9-cd6f410728b5-e2451e07, #w-node-_8e14bf66-e574-549b-e513-27253a038eaf-e2451e07 {
    order: -9999;
  }

  #w-node-_147e30bc-2316-a925-bdc3-07042f1fb1c9-89cf2214 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_77211a47-5a9f-cbb0-5379-01e4d35d2973-d35d296b {
    align-self: center;
    justify-self: center;
  }

  #w-node-_77211a47-5a9f-cbb0-5379-01e4d35d297d-d35d296b {
    justify-self: start;
  }

  #w-node-_742b03ac-c175-d443-1547-da254d8aebe6-89cf2214 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_4e730b30-52a8-7b66-b56b-640dc90b10ea-89cf2214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77211a47-5a9f-cbb0-5379-01e4d35d297d-d35d296b, #w-node-_77211a47-5a9f-cbb0-5379-01e4d35d2984-d35d296b {
    justify-self: center;
  }

  #w-node-_9c5f4aa3-fcad-7fe6-0ede-c0af211f7c49-e2451e03, #w-node-cd8cced1-c778-3bd8-bb8c-29cff504c588-e2451e03 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-a8912d36-4730-0519-c509-60717f1c3778-e6e6c7c4, #w-node-a8912d36-4730-0519-c509-60717f1c377a-e6e6c7c4 {
    align-self: end;
  }

  #w-node-a8912d36-4730-0519-c509-60717f1c3780-e6e6c7c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_714ba01f-043d-6593-351b-a928a2ae40ff-e964a18f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_714ba01f-043d-6593-351b-a928a2ae4104-e964a18f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-ThinItalic.otf') format('opentype'), url('../fonts/Aeonik-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.otf') format('opentype'), url('../fonts/Aeonik-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-MediumItalic.otf') format('opentype'), url('../fonts/Aeonik-MediumItalic.otf') format('opentype'), url('../fonts/Aeonik-Medium.otf') format('opentype'), url('../fonts/Aeonik-Medium.otf') format('opentype'), url('../fonts/Aeonik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-LightItalic.otf') format('opentype'), url('../fonts/Aeonik-LightItalic.otf') format('opentype'), url('../fonts/Aeonik-LightItalic.otf') format('opentype'), url('../fonts/Aeonik-Light.otf') format('opentype'), url('../fonts/Aeonik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-BlackItalic.otf') format('opentype'), url('../fonts/Aeonik-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}