:root {
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray200: #eaecf0;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--gray--300: #868898;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--neutral--black: black;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--green--400: #c5e7d1;
  --alley-component-library--red--200: #fdd8e0;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--gray--900: #131316;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.section-nav {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.navbar-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-menu-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ed4f11;
  border-radius: 7px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.white {
  color: #ed4f11;
  background-color: #fff;
}

.hero-stack {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.home-hero-header {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.section-footer {
  background-color: #f5f5f6;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.section-home-solutions {
  text-align: center;
  background-color: #f1f1f100;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

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

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

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

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

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

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

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

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

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

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

.grid-features {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  margin: 40px 200px;
  display: grid;
}

.div-features {
  background-color: #ececec;
}

.image {
  text-align: left;
}

.heading-features {
  color: #ed4f11;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
}

.span-features-orange {
  color: #ed4f11;
}

.div-block-features {
  text-align: center;
  padding: 10px 0;
}

.heading-2-features {
  color: #ed4f11;
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.image-2 {
  text-align: left;
}

.section-demo {
  background-color: #f7f8f8;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 56px;
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 0 30px;
  position: relative;
}

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

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

.hero-split {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

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

.heading-2 {
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

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

.button-features {
  text-align: center;
  overflow-wrap: normal;
  background-color: #ed4f11;
  padding: 20px 30px;
}

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

.section-solution-header {
  font-family: Montserrat, sans-serif;
}

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

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.hero-text-solutions-right {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ed4f11;
  border-radius: 8px;
  padding: 15px 30px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-3 {
  color: #ed4f11;
  font-size: 60px;
  line-height: 60px;
}

.section-solution-feature {
  font-family: Montserrat, sans-serif;
}

.hero-section-solution {
  border-bottom: 1px solid #e4ebf3;
  padding: 30px;
  position: relative;
}

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

.hero-split-solutions {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.hero-heading-solutions-right {
  color: #ed4f11;
}

.section-solution-text {
  margin: 50px 400px;
}

.text-solutions {
  text-align: center;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.div-block-2 {
  border-bottom: 1px solid #ed4f11;
  padding-top: 50px;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

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

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

.heading-5 {
  color: #ed4f11;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

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

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

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

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

.section-features-grid {
  color: #fff;
  background-image: linear-gradient(162deg, #ed4f11, #eb7d11);
  padding: 0 300px;
  font-family: Montserrat, sans-serif;
}

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

.solution-feature-header {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.div-block-solutions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: inline-block;
  position: static;
}

.section-solution-benefits {
  font-family: Montserrat, sans-serif;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

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

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

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.section-benefits-header {
  color: #ed4f11;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-2 {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.section-free-demo {
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

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

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-demo-title {
  color: #ed4f11;
}

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

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

.show-tablet {
  display: none;
}

.uui-button {
  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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

.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 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar03_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.uui-navbar03_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: background-color .3s;
  display: grid;
}

.uui-navbar03_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar03_bottom-bar-background {
  background-color: var(--untitled-ui--gray50-2);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

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

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

.uui-navbar03_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.uui-navbar03_bottom-bar-right {
  grid-column-gap: 1.5rem;
  display: flex;
  position: relative;
}

.uui-navbar03_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  font-weight: 500;
  display: flex;
  position: relative;
}

.uui-navbar03_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar03_icon-wrapper {
  flex: none;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 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);
}

.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-navbar03_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

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

.uui-navbar03_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar03_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

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

.uui-navbar03_link.w--current {
  color: #000;
}

.uui-navbar03_menu-dropdown {
  position: static;
}

.uui-navbar03_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar03_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar03_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

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

.uui-navbar03_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

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

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

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

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

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

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

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

.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 #1018280f, 0 1px 2px #1018281a;
}

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

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

.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_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  width: 3rem;
  height: 3rem;
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.uui-navbar03_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar03_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

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

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

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

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

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

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

.uui-navbar07_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.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_logo-link {
  padding-left: 0;
}

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

.uui-navbar07_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

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

.uui-navbar07_link.w--current {
  color: #000;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

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

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

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

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

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

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar08_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

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

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

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

.uui-navbar08_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

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

.uui-navbar08_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

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

.uui-navbar08_link.w--current {
  color: #000;
}

.uui-navbar08_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar08_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 40rem;
  padding: 1.25rem;
  left: -100%;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

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

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

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

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

.uui-navbar08_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar08_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar05_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.uui-navbar05_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-background {
  background-color: var(--untitled-ui--gray50-2);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

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

.uui-navbar05_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar05_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

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

.uui-navbar05_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar05_link {
  color: var(--untitled-ui--gray500);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

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

.uui-navbar05_link.w--current {
  color: #000;
}

.uui-navbar05_menu-dropdown {
  position: static;
}

.uui-navbar05_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar05_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

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

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

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

.uui-navbar05_icon-holder {
  flex: none;
}

.uui-navbar05_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar05_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

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

.uui-navbar05_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar05_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.navigation-tab {
  color: #181945;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.navigation-tab:hover, .navigation-tab.w--current {
  background-color: #b7c8e71a;
}

.grid-nav {
  grid-column-gap: 42px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  width: 100%;
}

.navigation-container {
  background-color: #fff;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-title {
  color: #04143466;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 700;
}

.navigation-left {
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.icon-arrow {
  margin-right: 10px;
}

.feature-link-bottom {
  background-color: #b7c8e71a;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.container-nav {
  border-bottom: 1px #0414341a;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.feature-link {
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.dropdown-wrapper {
  background-color: #fff;
  padding: 40px 3% 50px;
  overflow: hidden;
  box-shadow: 33px 115px 100px #0414341a;
}

.navigation-link {
  color: #333;
  white-space: nowrap;
  padding: 20px 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.navigation-link:hover {
  color: #7abadd;
}

.image-small {
  width: 6px;
  margin-left: 10px;
}

.button-nav {
  background-color: #ed4f11;
  border-radius: 12px;
  padding: 18px 24px;
  font-weight: 700;
  transition: all .35s;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.brand {
  margin-right: 20px;
}

.navigation-category-link {
  color: #181945;
  margin-bottom: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.navigation-category-link:hover {
  color: #7abadd;
}

.nav-link-2 {
  color: #583fbc;
  letter-spacing: -.03em;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  color: #7735f6;
}

.navigation-wrap {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #0414341a;
  align-items: center;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.thumbnail-wrapper {
  background-color: #f8f9fd;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #0000;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 110px 0 auto;
}

.tabs-content {
  border-left: 1px solid #0414341a;
  border-right: 1px solid #0414341a;
  width: 100%;
}

.navigation-link-title {
  color: #181945;
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.tab-pane {
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.navigation-link-grid {
  grid-template-rows: auto;
}

.navigation-link-text {
  color: #18194599;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tabs-menu {
  flex-direction: column;
  min-width: 320px;
  margin-right: 32px;
  display: flex;
}

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

.tabs {
  color: #ed4f11;
  display: flex;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown {
  color: #333;
  position: static;
}

.menu-wrap {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.toggle {
  padding-left: 18px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
}

.toggle:hover, .toggle.w--open {
  color: #7abadd;
}

.navigation-toggle {
  grid-column-gap: 2px;
  color: #131316;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 12px 12px 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-toggle:hover {
  color: #5167f6;
}

.navigation-toggle.w--open {
  color: #5167f6;
  background-color: #eceefe;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.navigation-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 64px #8f8f8f29;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

.navigation-left-2 {
  grid-column-gap: 64px;
  align-items: center;
  display: flex;
}

.navigation-right-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-primary-small:hover {
  background-color: #6478f7;
}

.button-primary-small:active {
  background-color: #8b99f9;
}

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

.navigation-icon-wrapper {
  background-color: #fff;
  border: 1px solid #dedfe3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.badge-small {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5167f6;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.navigation-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
}

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

.caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.caption.text-color-tertiary {
  color: #5e606e;
}

.navigation-dropdown-base {
  z-index: 99;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 64px #8f8f8f29;
}

.navigation-dropdown-base.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.navigation-list-dropdown {
  z-index: 99;
}

.navigation-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  position: absolute;
  inset: 94px 0 auto;
}

.navigation-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #dedfe3;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.column-regular.column-center {
  justify-content: flex-start;
  align-items: center;
}

.subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.navigation-grid-large {
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 24px;
}

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

.paragraph-small.text-color-secondary {
  color: #383942;
}

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

.button-secondary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-secondary-small:hover {
  background-color: #eceefe;
}

.button-secondary-small:active {
  background-color: #d8ddfd;
}

.text-color-brand {
  color: #5167f6;
}

.navigation-2 {
  z-index: 999;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.navigation-link-large {
  grid-column-gap: 8px;
  color: #5e606e;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.navigation-link-large:hover {
  color: #5167f6;
  background-color: #fff;
}

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

.navigation-link-2 {
  color: #131316;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-2:hover {
  color: #5167f6;
  background-color: #eceefe;
}

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

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

.navigation-dropdown {
  height: 100%;
  position: static;
}

.navigation-link-small {
  grid-column-gap: 16px;
  color: #131316;
  border-radius: 16px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.navigation-link-small:hover {
  color: #5167f6;
  background-color: #eceefe;
}

.navigation-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f4f4f6;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.nav-link-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1a1a;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link-small:hover {
  color: #ed4f11;
  background-color: #fff3ee;
}

.nav-account-dropdown-list {
  background-color: #e6e6e6;
}

.nav-account-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 20px;
  inset: 72px 0% auto auto;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ed4f11;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.button-ghost-small:hover {
  color: #ed4f11;
  background-color: #fff3ee;
  border-color: #ed4f11;
}

.navbar {
  z-index: 99;
  aspect-ratio: auto;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 5%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.nav-bottom-both {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  display: flex;
}

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

.row-small.row-space-between {
  justify-content: space-between;
}

.nav-link-3 {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-3:hover {
  color: #ed4f11;
}

.nav-link-3.w--open {
  color: #4c4cb3;
}

.nav-bottom-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

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

.nav-line-break {
  background-color: #e6e6e6;
  width: 1px;
  height: 48px;
}

.banner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 14px 5%;
  display: flex;
}

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

.nav-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  display: flex;
}

.nav-dropdown-toggle-2 {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  padding: 8px 30px 8px 20px;
  line-height: 24px;
  transition: none;
  display: flex;
}

.nav-dropdown-toggle-2:hover, .nav-dropdown-toggle-2.w--open, .nav-dropdown-toggle-2.w--open:active {
  color: #ed4f11;
}

.nav-account-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.nav-title-wrapper {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
  padding-bottom: 8px;
}

.nav-button-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ed4f11;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  display: flex;
}

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

.banner-link {
  color: #6070c8;
  align-items: center;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.banner-link:hover {
  opacity: .8;
}

.button-outline-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-outline-small:hover {
  color: #fff;
}

.button-outline-small.orange {
  color: #ed4f11;
}

.nav-container {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-bottom: 1px #0414341a;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-brand {
  flex: none;
  margin-right: 20px;
}

.nav-account-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px 14px 14px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-account-link:hover {
  color: #4255bd;
  background-color: #f4f5fb;
}

.nav-account-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  padding: 12px;
  display: flex;
}

.nav-line {
  background-color: #e6e6e6;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 20px;
}

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

.nav-dropdown-container {
  background-color: #fff;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  overflow: hidden;
}

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

.paragraph-small-2 {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-weight-semibold {
  font-weight: 600;
}

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

.nav-title-small {
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

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

.nav-dropdown-list-full {
  z-index: 99;
  min-width: 100%;
}

.nav-dropdown-list-full.w--open {
  z-index: 99;
  background-color: #fff;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  inset: 90px 0 auto;
  box-shadow: 25px 25px 64px -14px #4d4d4d29;
}

.banner-text {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary-small-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #4255bd;
  border: 1px solid #4255bd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-primary-small-2:hover {
  color: #4255bd;
  background-color: #fff;
}

.nav-dropdown-2 {
  position: static;
}

.overline-small {
  color: gray;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.nav-badge-wrapper {
  align-items: center;
  display: flex;
}

.nav-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.badge-new {
  color: #f7f7f7;
  background-color: #ed4f11;
  border-radius: 4px;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.nav-account-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-weight: 500;
  display: flex;
}

.nav-account-toggle:hover, .nav-account-toggle.w--open {
  color: #4255bd;
}

.overline {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.feature-icon {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feature-icon.icon-red {
  color: #e56161;
  background-color: #fceeee;
}

.feature-icon.icon-green {
  color: #86c1a0;
  background-color: #f2f8f5;
}

.feature-icon.icon-yellow {
  color: #e5cb61;
  background-color: #fcf9ee;
}

.feature-icon.icon-blue {
  color: #6173e5;
  background-color: #eeeffc;
}

.feature-icon.icon-gray {
  color: #6d767e;
  background-color: #f8f9fa;
}

.feature-icon.icon-orange {
  color: #e59661;
  background-color: #fcf3ee;
}

.feature-card-a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ed4f11;
  text-align: center;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.feature-card-a:hover {
  border-width: .5px;
  box-shadow: 0 24px 64px #e0e0e07a;
}

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

.caption-medium {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.h6-heading {
  text-align: center;
  letter-spacing: -.02em;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

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

.wrap-v-regular {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1e1e1e;
  flex-direction: column;
  display: flex;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

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

.section-solutions-apps {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.section-solutions-apps.white {
  color: #fff;
  font-weight: 600;
}

.section-solutions-apps.orange {
  color: #ed4f11;
  font-weight: 600;
}

.section-solutions-apps.black {
  color: #ed4f11;
}

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

.paragraph-small-3.text-color-gray-600 {
  color: #6d767e;
}

.text-span {
  color: #ed4f11;
}

.link-block-feature {
  text-decoration: none;
}

.image-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.div-block-3 {
  flex: 0 auto;
  display: block;
  position: static;
}

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

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

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

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

.uui-button-2 {
  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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

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

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

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

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-section_cta02 {
  background-color: var(--untitled-ui--gray50-2);
  overflow: hidden;
}

.uui-cta02_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;
  display: grid;
}

.uui-cta02_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-cta02_item {
  display: flex;
}

.uui-cta02_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

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

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-cta02_image-wrapper {
  height: 100%;
  min-height: 32rem;
  position: relative;
}

.uui-cta02_image-02 {
  z-index: 1;
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  inset: auto 0% -10%;
}

.uui-cta02_image-01 {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .625rem;
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: 0% auto 0% 12%;
}

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

.paragraph-small-4 {
  color: #333;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

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

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.title-wrapper-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-2 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.column-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.brand-span {
  color: #fff;
  background-color: #ed4f11;
  padding-left: 4px;
  padding-right: 4px;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subheading-large-2 {
  color: #ed4f11;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.subheading-large-2.text-brand-purple {
  color: #6153bd;
}

.feature-card-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ed4f11;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-large.text-color-white {
  color: #fff;
}

.paragraph-large.black {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.paragraph-large.black.small {
  color: #1e1e1e;
  margin-bottom: 20px;
  font-size: 16px;
}

.cta-content-right {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cta-detail-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-shape-right {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-regular {
  color: #586174;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-white {
  color: #fff;
}

.group-wrapper {
  align-items: center;
  display: flex;
}

.avatar-large {
  border: 2px solid #fff;
  border-radius: 100px;
  flex: none;
  width: 54px;
  height: 54px;
}

.avatar-large.grouped {
  margin-left: -12px;
}

.cta-button {
  color: #07090d;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.cta-button:hover {
  color: #1355ff;
  background-color: #fff;
}

.cta-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cta-section {
  background-color: #ed4f11;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-shape-left {
  pointer-events: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.h3-heading {
  color: #07090d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.h3-heading.text-color-white {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
}

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

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

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

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

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-footer-divider {
  background-color: var(--alley-component-library--gray--0);
  width: 1px;
  height: 32px;
}

.a-footer-detail-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.a-icon-button {
  width: 32px;
  height: 32px;
  color: var(--alley-component-library--gray--300);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-icon-button:hover {
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--neutral--black);
}

.a-footer-social {
  grid-column-gap: 8px;
  display: flex;
}

.a-footer-text-field {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px 12px 48px;
  transition: border .2s;
}

.a-footer-text-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library--blue--900);
}

.a-footer-form-icon {
  z-index: 1;
  position: absolute;
  inset: auto auto 13px 14px;
}

.a-footer-form {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  display: flex;
  position: relative;
}

.a-footer-divider-small {
  background-color: var(--alley-component-library--gray--0);
  width: 100%;
  height: 1px;
}

.a-footer-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 60px;
}

.a-footer-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.a-footer-link {
  color: var(--alley-component-library--gray--500);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link:hover {
  color: var(--alley-component-library--blue--900);
}

.a-footer-form-block {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
}

.a-footer-legal {
  grid-column-gap: 32px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-footer-link-small {
  color: var(--alley-component-library--gray--500);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link-small:hover {
  color: var(--alley-component-library--blue--900);
  text-decoration: underline;
}

.a-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.a-footer-icon-wrapper {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-footer-language {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.a-success-message {
  background-color: var(--alley-component-library--green--400);
}

.a-error-message {
  background-color: var(--alley-component-library--red--200);
}

.a-footer-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.a-footer-input-wrapper {
  position: relative;
}

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

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

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

.f-header-review-icon-wrapper {
  background-color: #e4e6f1;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.f-h1-heading {
  color: #ed4f11;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 66px;
}

.f-header-review-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  font-weight: 500;
  display: flex;
}

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

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.section-home-header {
  -webkit-text-fill-color: inherit;
  background-color: #f1f1f1;
  background-image: linear-gradient(#ed4f11eb, #ed4f11eb), url('../images/135489-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
}

.f-margin-bottom-25 {
  margin-bottom: 24px;
}

.header-buttons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 420px;
}

.header-dot {
  background-color: #d0d0d2;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  position: absolute;
}

.header-lines-group {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large.column-center {
  justify-content: flex-start;
  align-items: center;
}

.h1-heading-2 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.header-square {
  background-color: #f5f5f6;
  justify-content: space-between;
  width: 64px;
  height: 64px;
  display: flex;
}

.header-square.outlier {
  margin-bottom: -64px;
}

.header-square.clear {
  background-color: #0000;
}

.header-sqaures {
  justify-content: space-between;
  height: 128px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-sqaures-group {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.paragraph-x-large {
  font-size: 20px;
  line-height: 32px;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.button-primary-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.text-color-orange-500 {
  color: #ed4f11;
}

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

.header-title-wrapper {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-section-gray {
  background-color: #f5f5f6;
  padding-top: 80px;
  position: relative;
}

.header-squares-image-wrapper {
  height: 400px;
  position: relative;
}

.overline-regular {
  color: #ed4f11;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.header-line {
  background-color: #d0d0d2;
  width: 1px;
  height: 440px;
  position: relative;
}

.header-line.short {
  height: 230px;
}

.header-line.medium {
  height: 440px;
}

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

.header-line-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-image-large {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.section-2 {
  font-family: Montserrat, sans-serif;
}

.process-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

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

.brand-highlight {
  color: #fff;
  background-color: #ed4f11;
  padding-left: 4px;
  padding-right: 4px;
}

.process-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 68px;
  display: flex;
}

.process-line-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 72px;
  display: flex;
}

.button-primary-9 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-9:hover {
  background-color: #ff4b0e;
}

.process-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 366px;
  display: flex;
}

.button-outline-2 {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #d8dbdf;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.button-outline-2:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.process-number {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.process-line-progress {
  background-image: linear-gradient(#ed4f11, #d8dbdf);
  width: 1px;
}

.process-line {
  background-color: #edeef1;
  width: 2px;
  height: 100%;
}

.section-regular-3 {
  background-color: #fff;
  padding: 80px 5%;
  position: relative;
}

.h3-heading-2 {
  color: #ed4f11;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

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

.process-image {
  background-color: #edeef1;
  border-radius: 24px;
  width: 364px;
  overflow: hidden;
}

.feature-card-a-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex: 1;
  align-items: center;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.feature-card-a-2:hover {
  border-width: .5px;
  box-shadow: 0 24px 64px #c7441170;
}

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

.h6-heading-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

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

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.header-image-wrapper {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-buttons-2 {
  grid-template-rows: auto;
  max-width: 420px;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 8px 24px;
  display: flex;
}

.h1-heading-3 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.paragraph-small-5 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.overline-regular-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.section-wrapper {
  position: relative;
}

.header-section {
  padding: 160px 5% 64px;
  position: relative;
}

.button-primary-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.12px;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

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

.column-x-large.column-center {
  justify-content: flex-start;
  align-items: center;
}

.header-content-small {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  text-align: center;
  flex-flow: column;
  max-width: 55%;
  display: flex;
}

.icon-wrapper {
  color: #fff;
  background-color: #ed4f11;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.header-logo-card {
  color: #acb4c3;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

.header-title-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.header-card {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 6px solid #edeff2;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 304px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 0%;
  overflow: hidden;
}

.text-color-blue {
  color: #1457ff;
}

.header-image-2 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.h1-heading-4 {
  color: #fff;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.h1-heading-4.orange {
  color: #ed4f11;
  font-family: Montserrat, sans-serif;
}

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

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

.header-image-wrapper-right {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  padding-left: 48px;
  display: flex;
  position: relative;
}

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

.button-outline-3 {
  grid-column-gap: 8px;
  color: #07090d;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-flex;
}

.button-outline-3:hover {
  color: #1457ff;
  background-color: #f0f5ff;
  border-color: #b8ceff;
}

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

.button-primary-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ed4f11;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-11.clear {
  color: #fff;
  background-color: #ed4f1100;
  border: 1px solid #fff;
}

.button-primary-11.orange {
  color: #fff;
  background-color: #ed4f11;
  font-family: Montserrat, sans-serif;
}

.button-primary-11.outline {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
}

.button-primary-11.centre {
  text-align: center;
  justify-content: center;
}

.header-logo {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.header-logo:hover {
  opacity: 1;
  color: #3c4353;
}

.max-width-x-small {
  width: 100%;
  max-width: 350px;
}

.header-logos-2 {
  border: 1px solid #edeff2;
  border-radius: 6px;
  margin-top: 64px;
  display: flex;
}

.vertical-divider {
  background-color: #edeff2;
  width: 1px;
  height: 100px;
}

.header-buttons-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.row-regular.row-space-between {
  justify-content: space-between;
}

.header-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.h4-heading {
  color: #07090d;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.h6-heading-3 {
  color: #07090d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.icon-regular-5 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-span-2 {
  color: #ed4f11;
}

.button-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 600;
  line-height: 24px;
  display: inline-flex;
}

.feature-icon-2 {
  background-color: #ed4f11;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  padding: 8px;
  display: flex;
}

.feature-title {
  color: #07090d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.feature-section {
  padding: 70px 3%;
}

.features-title-wrap {
  text-align: center;
  max-width: 470px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.icon-2 {
  width: 26px;
}

.features-subheading {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.5;
}

.feature-title-wrap {
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.feature-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.feature-paragraph {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

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

.features-heading {
  color: #ed4f11;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.3;
}

.feature-card {
  color: #000;
  border-radius: 30px;
  padding: 24px 20px;
  text-decoration: none;
  transition: box-shadow .3s;
}

.feature-card:hover {
  box-shadow: 0 20px 60px #e5e5e566;
}

.paragraph-large-3 {
  color: #586174;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-large-3.text-color-white {
  color: #fff;
}

.container-large-6 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section-2 {
  background-color: #1457ff;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3-heading-3 {
  color: #07090d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.h3-heading-3.text-color-white {
  color: #fff;
}

.cta-button-2 {
  color: #ed4f11;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 222px;
  height: 67px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.cta-button-2:hover {
  color: #0f1529;
  background-color: #fff;
}

.cta-subheading {
  color: #ffffffe6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.cta-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-wrap {
  flex-direction: column;
  align-items: center;
}

.cta-grid {
  grid-row-gap: 40px;
  color: #fff;
  text-align: center;
  background-color: #ed4f11;
  background-image: url('../images/Elipse-Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 40px;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 80px 90px;
}

.feature-text {
  color: #fffc;
  font-weight: 500;
}

.features-wrap {
  align-items: center;
  display: flex;
}

.cta-section-3 {
  background-image: linear-gradient(#fff, #fff 50%, #e6e6e6 50%);
  padding: 50px 3% 150px;
}

.cta-heading {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

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

.blue-dot {
  background-color: #0dc8e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.section-solutions-home {
  color: #1e1e1e;
  letter-spacing: -.8px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 56px;
}

.section-benefits-home {
  color: #ed4f11;
  letter-spacing: -.8px;
  font-size: 54px;
  font-weight: 600;
  line-height: 56px;
}

.cta-accent-left {
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-dark {
  color: #fff;
  background-color: #ed4f11;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 64px;
  display: flex;
  position: relative;
}

.overline-2 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-2.text-color-purple {
  color: #8870d7;
}

.cta-content {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  display: flex;
  position: relative;
}

.section-regular-6 {
  padding: 96px 5%;
  position: relative;
}

.cta-accent-right {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-2.text-color-white {
  color: #fff;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ed4f11;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.cta-button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #55555e;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.cta-grid-2 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: url('../images/Trail-Vector.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto;
}

.cta-section-4 {
  background-color: #ed4f11;
  padding: 50px 3%;
}

.title-large {
  color: #0a291e;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

.button-detail {
  color: #85ada0;
  max-width: 350px;
  font-size: 16px;
  line-height: 24px;
}

.image-wrapper {
  align-items: flex-end;
}

.small-detail {
  color: #85ada0;
  margin-top: 40px;
  font-size: 12px;
  line-height: 24px;
}

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

.button-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.logo-button {
  background-color: #adebd6;
  border-radius: 500px;
  margin-right: 40px;
  padding: 18px 32px;
}

.cta-content-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.overline-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.overline-3.text-color-blue-500 {
  color: #6173e5;
}

.span-red {
  color: #e56161;
}

.cta-block-a {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 60px 48px;
  display: flex;
  position: relative;
}

.cta-bg-lines {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

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

.cta-detail-wrapper-2 {
  color: #6d767e;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.wrap-v-small.align-centre {
  align-items: center;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.cta-content-2 {
  z-index: 9;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-icon-block {
  background-color: #eeeffc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

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

.section-orange {
  background-color: #ed4f11;
  padding: 80px 5%;
  position: relative;
}

.button-primary-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.wrap-h-small.wrap-childen {
  flex-wrap: wrap;
}

.wrap-h-small.wrap-childen.justify-center {
  justify-content: center;
}

.h2-heading-3 {
  color: #07090d;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.cta-home-demo {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 64px;
  display: flex;
  position: relative;
}

.h2-heading-4 {
  color: #07090d;
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ed4f11;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #ed4f11;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

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

.section-industry-header {
  color: #07090d;
  background-color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.subheading-small {
  color: #24262d;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-small.text-color-brand-2 {
  color: #6869ac;
}

.dashed-divider {
  border: 1px dashed #8890ce;
}

.header-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.code-embed {
  display: none;
}

.header-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  height: 100%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.header-card-right {
  z-index: 5;
  max-width: 40%;
  position: absolute;
  inset: 29% 9% auto auto;
}

.header-community-count {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 200px;
  display: flex;
}

.h1-heading-5 {
  color: #24262d;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
}

.header-logos-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: .3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-brand-2 {
  color: #6869ac;
}

.h5-heading {
  color: #24262d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
}

.header-globe-wrapper {
  background-color: #e8ecf7;
  border: 1px dashed #6869ac;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 14px;
  display: flex;
}

.header-footnote {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.header-logos-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.header-gsap-text {
  z-index: 1;
  color: #6869ac;
  position: relative;
}

.header-community {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-outline-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6869ac;
  text-align: center;
  white-space: nowrap;
  background-color: #fff0;
  border: 1px solid #6869ac;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-outline-large:hover {
  background-color: #e8ecf7;
}

.paragraph-2x-large {
  color: #3d424c;
  font-size: 22px;
  line-height: 40px;
}

.max-width-regular-2 {
  width: 100%;
  max-width: 588px;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6869ac;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #2b2c50;
}

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

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

.section-regular-7 {
  padding: 64px 5%;
  position: relative;
}

.header-card-left {
  z-index: 3;
  max-width: 50%;
  position: absolute;
  inset: 30% auto auto -3%;
}

.paragraph-small-6 {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-6.text-color-tertiary {
  color: #575f70;
}

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

.paragraph-large-5 {
  color: #333;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.section-regular-8 {
  padding: 82px 5%;
  position: relative;
}

.form-input {
  color: #000;
  border: 1px solid #edeff2;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 32px;
  transition: background-color .3s, border-color .3s;
}

.form-input:hover {
  border-color: #b8ceff;
}

.form-input:focus {
  background-color: #f0f5ff;
  border-color: #1457ff;
}

.form-input.icon-left {
  padding-left: 48px;
}

.header-title-wrapper-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.header-component {
  position: relative;
}

.header-graphic-inner {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.header-form-block {
  max-width: 420px;
  margin-bottom: 0;
}

.header-logo-embed {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  display: flex;
}

.header-graphic {
  z-index: 5;
  background-color: #edeff2;
  border-radius: 12px;
  padding: 8px;
  position: absolute;
  inset: auto auto 64px 0%;
  overflow: hidden;
}

.h1-heading-6 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

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

.button-primary-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-13:hover {
  background-color: #1a44a0;
}

.header-image-right {
  width: 45%;
  padding-left: 64px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-newsletter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.form-success-message {
  background-color: #f0f5ff;
  border-radius: 12px;
  padding: 14px 18px;
}

.form-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-error-message {
  text-align: center;
  background-color: #fde7e7;
  border-radius: 6px;
  padding: 12px 16px;
}

.form-field-icon {
  position: absolute;
  left: 12px;
}

.header-content-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 470px;
  display: flex;
}

.icon-regular-6 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.section-industry-overview {
  background-color: #fafafa;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.content-shapes-column {
  grid-column-gap: 175px;
  grid-row-gap: 175px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.content-shapes-column.right {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.content-story {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-heading-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-5.text-weight-medium {
  font-weight: 500;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-2.column-center {
  margin-bottom: 30px;
}

.story-path {
  max-width: none;
  position: absolute;
  bottom: 80px;
}

.title-row {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.title-row.row-center {
  justify-content: center;
  align-items: center;
}

.section-x-large {
  padding: 144px 5%;
  position: relative;
}

.section-x-large.background-gray-50 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.relative {
  color: #ed4f11;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: relative;
}

.column-large-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.container-small-2 {
  z-index: 5;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-industry {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.content-shapes {
  justify-content: center;
  align-items: center;
  width: 1202px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.button-primary-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.overline-regular-3 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.title-doodle {
  z-index: 0;
  height: 22px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.background {
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-industry-features {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.h1-heading-7 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

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

.feature-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.section-regular-9 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.paragraph-regular-2 {
  color: #40444c;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.feature-footnote {
  text-align: center;
  max-width: 558px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.brand-span-2 {
  background-color: #ed4f11;
  padding-left: 4px;
  padding-right: 4px;
}

.paragraph-small-7 {
  color: #333;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.subheading-large-3 {
  color: #ed4f11;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.subheading-large-3.text-brand-purple {
  color: #6153bd;
}

.section-industry-demo {
  color: #fff;
  background-color: #ed4f11;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-large-6 {
  color: #586174;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-large-6.text-color-white {
  color: #fff;
}

.paragraph-regular-3 {
  color: #586174;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-3.text-color-white {
  color: #fff;
}

.container-large-10 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section-5 {
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3-heading-4 {
  color: #07090d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.h3-heading-4.text-color-white {
  color: #fff;
}

.content-grid {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.feature-icon-3 {
  color: #ed4f11;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.image-card {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  inset: auto auto 30% -20%;
  box-shadow: -19px 23px 150px #0000001a;
}

.content-image {
  border-radius: 50px;
  width: 100%;
  box-shadow: 28px 40px 50px -20px #0000001a;
}

.image-wrap {
  text-align: right;
  position: relative;
}

.content-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.red-text {
  color: #ff9066;
}

.image-card-title {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.content-paragraph {
  color: #665e73;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.section-content {
  padding: 180px 3%;
  overflow: hidden;
}

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

.image-card-02 {
  color: #a0a0a0;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  max-width: 75%;
  padding: 10px 26px 10px 18px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: auto -5vw 5% auto;
  box-shadow: 18px 24px 150px #0000001a;
}

.content-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.feature-wrapper {
  align-items: center;
  display: flex;
}

.feature-text-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.image-card-icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.section-industry-spec-solutions {
  background-color: #f1f1f1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.icon-large-2 {
  color: #333;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.section-regular-10 {
  background-color: #f0f0f000;
  padding: 82px 5%;
  position: relative;
}

.content-tab-image-wrapper {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #4b5563;
  background-color: #0000;
  border-radius: 8px 8px 0 0;
  align-items: flex-start;
  padding: 24px 32px;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.content-tab-link:hover, .content-tab-link.w--current {
  background-color: #f9fafb;
}

.overline-regular-4 {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-large-11 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.content-progress-bar-base {
  width: 100%;
  height: 5px;
  position: absolute;
  inset-block: auto 0;
  inset-inline: 0;
}

.content-tab-pane {
  height: 100%;
}

.subheading-large-4 {
  color: #ed4f11;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.subheading-large-4.text-color-gray-600 {
  color: #4b5563;
}

.paragraph-small-8 {
  color: #333;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.content-tabs-content {
  width: 100%;
  height: auto;
}

.content-tabs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: flex;
}

.h1-heading-8 {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.text-wrapper {
  overflow: hidden;
}

.title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.content-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #ed4f11;
  height: 5px;
  padding: 0;
  transition: width .125s;
}

.content-tabs-menu {
  flex-direction: column;
  width: 100%;
  max-width: 638px;
  display: flex;
}

.section-home-industries {
  color: #07090d;
  background-color: #07090d;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.feature-card-line {
  background-color: #1457ff;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-large-7 {
  color: #586174;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.feature-slider-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px 64px 24px;
  display: flex;
  position: relative;
}

.feature-section-2 {
  padding: 100px 5%;
  overflow: hidden;
}

.overline-4 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.feature-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.feature-slider-navigation-active {
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

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

.icon-x-large-2 {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.feature-card-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 8px;
  flex-flow: column;
  padding: 40px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card-3:hover {
  box-shadow: 0 64px 140px -48px #07090d14;
}

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-slider-background {
  background-color: #f6f7f9;
  border-radius: 12px;
  width: 1000px;
  position: absolute;
  inset: 0%;
}

.paragraph-small-9 {
  color: #586174;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.icon-button-primary-small {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: background-color .3s;
  display: flex;
}

.icon-button-primary-small:hover {
  background-color: #1a44a0;
}

.feature-slide {
  margin-right: 40px;
}

.icon-button-ghost-small {
  color: #07090d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.icon-button-ghost-small:hover {
  color: #1457ff;
  background-color: #f0f5ff;
}

.feature-mask {
  width: 360px;
  overflow: visible;
}

.h5-heading-2 {
  color: #07090d;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.slider-navigation {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
}

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

.h3-heading-5 {
  color: #07090d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.icon-wrapper-secondary {
  background-color: #f6f7f9;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 8px;
  display: flex;
  box-shadow: 33px 33px 88px -12px #06123729;
}

.feature-slider-navigation-inactive {
  cursor: pointer;
  background-color: #acb4c3;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.hide {
  display: none;
}

.icon-regular-7 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.team-accent-right {
  position: absolute;
  inset: 56px 56px auto auto;
}

.h6-heading-4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

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

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

.text-wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-accent-left {
  position: absolute;
  inset: 78px auto auto 84px;
}

.team-avatar-small {
  border-radius: 99px;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.h2-heading-6 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.text-color-purple {
  color: #8870d7;
}

.column-tiny-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.team-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #e4e4e7;
  border-radius: 12px;
  align-items: center;
  padding: 24px;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  box-shadow: 3px 3px #e4e4e7;
}

.team-card-small:hover {
  border-color: #131315;
  box-shadow: 3px 3px #131315;
}

.title-column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-11 {
  padding: 96px 5%;
  position: relative;
}

.paragraph-small-10 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-10.text-color-gray-700 {
  color: #76767f;
}

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.h6-heading-5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.h2-heading-7 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.column-tiny-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.section-regular-12 {
  padding: 96px 5%;
  position: relative;
}

.paragraph-small-11 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-11.text-color-gray-700 {
  color: #76767f;
}

.h6-heading-6 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.h2-heading-8 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.column-tiny-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-12 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-12.text-color-gray-700 {
  color: #76767f;
}

.h2-heading-9 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.column-tiny-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-13 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-13.text-color-gray-700 {
  color: #76767f;
}

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

.team-badge {
  letter-spacing: -.01em;
  background-color: #f4f4f5;
  border-radius: 40px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  line-height: 2;
  display: inline-block;
}

.team-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 96px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

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

.team-image-small {
  border: 1.5px solid #131315;
  border-radius: 99px;
  width: 96px;
  height: 96px;
  margin-top: -80px;
  overflow: hidden;
  box-shadow: 3px 3px #131315;
}

.h5-heading-3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.h2-heading-10 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.row-small-2.row-center {
  justify-content: flex-start;
  align-items: center;
}

.social-link {
  color: #131315;
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  padding: 8px;
  transition: color .3s;
}

.social-link:hover {
  color: #8870d7;
}

.team-block {
  background-color: #f4f4f5;
  border-radius: 8px;
  padding: 112px 80px;
}

.team-card-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #e4e4e7;
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  min-width: 364px;
  max-width: 364px;
  padding: 32px;
  display: flex;
  box-shadow: 3px 3px #e4e4e7;
}

.max-width-tiny {
  width: 100%;
  max-width: 320px;
}

.icon-regular-8 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.paragraph-small-14.text-color-gray-800 {
  color: #55555e;
}

.paragraph-small-14.text-color-gray-700 {
  color: #76767f;
}

.h2-heading-11 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.column-tiny-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.social-link-2 {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.team-socials {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 24px;
}

.section-regular-13 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.section-regular-13.background-white {
  background-color: #fff;
}

.team-slider-mask {
  width: 384px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

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

.icon-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.paragraph-small-15 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-15.text-color-tertiary, .text-color-tertiary {
  color: #59595f;
}

.team-slider {
  background-color: #0000;
  height: 100%;
  margin-left: -5vw;
  margin-right: -5vw;
  overflow: hidden;
}

.team-slider-trigger {
  background-image: none;
  width: 38%;
  transition: opacity .3s;
  inset: 0% 0% 0% auto;
}

.team-slider-trigger:hover {
  opacity: .5;
}

.team-slider-trigger.left {
  inset: 0% auto 0% 0%;
}

.team-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#f5f5f600 50%, #f5f5f6cc 70%, #f5f5f6 80%);
  position: absolute;
  inset: 0%;
}

.paragraph-large-8 {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-8.text-color-tertiary {
  color: #59595f;
}

.team-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.team-slide-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.column-tiny-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.team-caption-button {
  flex-flow: column;
  width: 100%;
  max-width: 200px;
  display: flex;
}

.team-caption {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e6e6e7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 24px;
  display: flex;
}

.h2-heading-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h6-heading-7 {
  color: #ed4f11;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.team-slide {
  margin-right: 32px;
}

.subheading-large-5 {
  color: #252527;
  letter-spacing: -.16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.title-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-secondary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

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

.icon-wrapper-2, .social-link-3 {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.section-regular-14 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.section-regular-14.background-white {
  background-color: #fff;
}

.paragraph-small-16 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-16.text-color-tertiary {
  color: #59595f;
}

.paragraph-large-9 {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-9.text-color-tertiary {
  color: #59595f;
}

.column-tiny-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.h2-heading-13 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.home-span-orange {
  color: #ed4f11;
}

.content-slide-card {
  color: #868898;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.content-slide {
  border-radius: 24px;
  max-width: 300px;
  min-height: 380px;
  margin-right: 24px;
  overflow: hidden;
}

.subheading-large-6 {
  color: #ed4f11;
  padding-top: 26px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.subheading-large-6.text-color-gray-50 {
  color: #dedfe3;
}

.h3-heading-6 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.content-mask {
  overflow: visible;
}

.paragraph-x-small {
  color: #9c9eab;
  white-space: pre-wrap;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.subheading-regular-2 {
  color: #dedfe3;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-color-blue-2 {
  color: #7e8ef1;
}

.max-width-large {
  max-width: 620px;
}

.slider-nav-inactive {
  cursor: pointer;
  background-color: #45485f;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.content-slider {
  background-color: #0000;
  width: 300px;
  height: auto;
}

.text-color-green {
  color: #86c1a0;
}

.paragraph-small-17 {
  color: #9c9eab;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.text-color-orange {
  color: #ed955a;
}

.slider-navigation-active {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.content-section {
  padding: 120px 5%;
  overflow: hidden;
}

.content-slider-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

.column-tiny-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.content-slider-button {
  color: #9c9eab;
  border: 1px solid #333647;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.content-slider-button:hover {
  color: #dedfe3;
  background-color: #222;
  border: 2px solid #333647;
}

.content-slider-button.home-slider {
  border-color: #fff;
  transition: color .3s, background-color .3s, border-color .3s;
}

.content-slider-button.home-slider:hover {
  background-color: #0000;
}

.content-shape-wrapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

.content-info-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.content-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 128px;
  display: flex;
}

.icon-regular-9 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #9c9eab;
  flex-flow: wrap;
  align-items: center;
  max-width: 510px;
  padding: 8px;
  display: flex;
}

.content-slider-footnote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-shape-embed {
  justify-content: center;
  display: flex;
}

.content-title-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #9c9eab;
  flex-flow: column;
  display: flex;
}

.button-outline-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: inline-flex;
}

.button-outline-4:hover {
  color: #fff;
  border-color: #fff;
}

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

.content-icon-wrapper {
  background-color: #22242f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
}

.span-home-industries {
  color: #ed4f11;
}

.icon-wrapper-primary {
  color: #1457ff;
  background-color: #f0f5ff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-wrapper-3 {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

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

.section-regular-15 {
  padding: 82px 5%;
  position: relative;
}

.overline-5 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.text-color-blue-3 {
  color: #1457ff;
}

.row-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-heading-14 {
  color: #07090d;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.content-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.content-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 340px;
  display: flex;
}

.paragraph-small-18 {
  color: #586174;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.content-image-card {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 6px solid #edeff2;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 304px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 32px 32px auto;
  overflow: hidden;
}

.content-grid-2 {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.content-image-wrapper {
  border-radius: 16px;
  height: 464px;
  position: relative;
  overflow: hidden;
}

.h6-heading-8 {
  color: #07090d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.icon-regular-10 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  border-radius: 0;
}

.content-slide-card-2 {
  color: #868898;
  background-color: #111218;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 380px;
  padding: 32px;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.content-slide-card-2:hover {
  background-color: #22242f;
}

.subheading-large-7 {
  color: #dedfe3;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.subheading-large-7.text-color-gray-50 {
  color: #dedfe3;
}

.section-industries-home-tltle {
  color: #fff;
  text-align: center;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 56px;
}

.subheading-regular-3 {
  color: #dedfe3;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-small-19 {
  color: #9c9eab;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.text-color-orange-501 {
  color: #ed955a;
}

.content-section-2 {
  background-color: #333;
  padding: 100px 5%;
  overflow: hidden;
}

.column-tiny-10 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.content-header-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.icon-regular-11 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.section-industries-home {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-block {
  text-decoration: none;
}

.heading-pattern {
  z-index: -1;
  background-image: url('../images/Heading-Pattern.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -12px;
  margin-right: -24px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: inline-block;
}

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.feature-02-right {
  width: 39%;
  max-width: 562px;
  inset: 0% 0% auto auto;
}

.pattern.right-bottom {
  inset: auto 0% 0% auto;
}

.pattern.contact-01-top {
  inset: 0% 7% auto auto;
}

.pattern.header-02-right {
  justify-content: flex-start;
  align-items: center;
  width: 42%;
  max-width: 615px;
  top: 0;
  right: 4%;
}

.pattern.header-02-left {
  top: 404px;
  left: 0;
}

.subheading-small-2 {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.column-2x-small.column-left {
  justify-content: center;
  align-items: flex-start;
}

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

.section-large.overflow-hidden {
  overflow: hidden;
}

.feature-cards-ghost {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  display: grid;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.paragraph-small-20 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.background-2 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.feature-card-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eeeef0;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-3.column-left {
  justify-content: center;
  align-items: flex-start;
}

.container-large-13 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-three-column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.h3-heading-7 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.max-width-x-small-2 {
  width: 100%;
  max-width: 348px;
}

.badge-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #f7f7f8;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.paragraph-regular-4 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

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

.heading-grid-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: end;
  width: 100%;
  max-width: 940px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.feature-empty-card {
  background-color: #fff;
  border: 1px solid #eeeef0;
  border-radius: 16px;
  flex: 1;
  min-height: 118px;
}

.feature-card-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.section-regular-16 {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
}

.paragraph-regular-5 {
  color: #40444c;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.icon-large-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.brand-span-3 {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.paragraph-small-21 {
  color: #1e1e1e;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.subheading-large-8 {
  color: #ed4f11;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.subheading-large-8.text-brand-purple {
  color: #6153bd;
}

.section-home-why-uniplan {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.content-section-3 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2-heading-15 {
  color: #1e1e1e;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.link-arrow {
  color: #ff443d;
  overflow: hidden;
}

.column-tiny-11 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.title-center-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.caption-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small.text-color-gray-900 {
  color: #393837;
}

.caption-small.text-color-gray-700 {
  color: #5f5e5d;
}

.content-carousel {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.caption-regular {
  color: #ed4f11;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

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

.carousel-horizontal {
  overflow: hidden;
}

.content-footer {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-carousel-card {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  padding: 24px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.content-carousel-card.raised {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.content-link-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.icon-wrapper-regular {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.content-carousel-track {
  flex-direction: row;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.section-home-features {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-home-features {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ed4f11;
  background-color: #3898ec00;
  border: 1px solid #ed4f11;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: inline-flex;
}

.button-home-features:hover {
  color: #fff;
  background-color: #ed4f11;
}

.cta-button-5 {
  background-color: #0dc8e9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 222px;
  height: 67px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.cta-button-5:hover {
  color: #0f1529;
  background-color: #fff;
}

.cta-container-3 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  color: #fff;
  text-align: center;
  background-color: #ed4f11;
  background-image: url('../images/Elipse-Background.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 40px;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 120px 90px 100px;
}

.cta-section-6 {
  background-image: linear-gradient(#f7f8f8, #fff 50%, #e6e6e6 50%);
  padding: 80px 3%;
}

.cta-heading-2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.button-home-demo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-size: 14px;
  display: inline-flex;
}

.process-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #22262a;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.process-button:hover {
  background-color: #eeeffc;
}

.h5-heading-4 {
  color: #ed4f11;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

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

.process-dropdown-image {
  height: 250px;
}

.process-step {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.process-component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.process-step-line {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.process-line-2 {
  background-color: #dfe3e7;
  width: 1px;
  height: 100%;
  position: absolute;
}

.process-dropdown {
  border-radius: 8px;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
}

.h2-heading-16 {
  color: #ed4f11;
  letter-spacing: -.04em;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.button-primary-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-small-3:hover {
  background-color: #8492eb;
}

.button-primary-small-3:active {
  background-color: #8b99f9;
}

.process-wrapper {
  width: 100%;
}

.process-dropdown-content {
  padding-bottom: 24px;
}

.process-line-progress-2 {
  background-color: #ed4f11;
  width: 1px;
}

.process-step-card {
  border: 1px solid #eaedf0;
  border-radius: 16px;
  padding: 32px;
}

.paragraph-regular-6 {
  color: #1e1e1e;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.paragraph-regular-6._18px {
  font-size: 18px;
}

.text-color-red-500 {
  color: #e56161;
}

.overline-regular-5 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

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

.process-number-2 {
  color: #fff;
  background-color: #dfe3e7;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: relative;
}

.process-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 40%;
  padding-bottom: 64px;
  display: flex;
  position: sticky;
  top: 64px;
}

.caption-regular-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.process-card-wrapper {
  width: 100%;
  padding-bottom: 24px;
}

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

.section-3 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/263401656_19599c6d-04a7-4b1d-ab67-525fe351716f.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.vertical-divider-2 {
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.feature-title-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

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

.feature-tile-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.icon-wrapper-4 {
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.feature-accent-line {
  background-color: #ed4f11;
  border-radius: 12px;
  width: 3px;
  height: 28px;
  position: absolute;
  inset: 120px auto 0% 0%;
}

.section-large-3 {
  background-color: #fafafa;
  padding: 100px 5%;
  position: relative;
}

.grid-feature-content {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-regular-7 {
  color: #1e1e1e;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.h3-heading-8 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.feature-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.feature-line-holder {
  position: relative;
}

.badge-outline {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.subheading-regular-4 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.container-regular-8 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-more-features {
  background-color: #f5f5f6;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.title-wrapper-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.faq-title-wrapper:hover {
  color: #ed4f11;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  align-items: start;
}

.faq-tab {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #5167f6;
}

.overline-regular-6 {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.section-regular-17 {
  padding: 92px 5%;
  position: relative;
}

.container-x-small {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subheading-large-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.h3-heading-9 {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.faq-icon {
  color: #868898;
  background-color: #fff;
  border: 1px solid #dedfe3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.paragraph-regular-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.faq-border {
  background-color: #fff;
  border: 1px solid #dedfe3;
  border-radius: 24px;
  padding: 20px 24px;
  transition: all .3s;
  display: block;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.process-number-wrapper {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 32px;
  line-height: 32px;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 450px;
}

.process-dashed-line {
  border: 1px dashed #d8dbdf;
  max-width: 840px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 28px 0% auto;
}

.button-wrapper-small {
  width: 100%;
  max-width: 160px;
}

.brand-highlight-2 {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.process-image-block {
  padding: 12px 24px;
}

.button-outline-5 {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #d8dbdf;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.button-outline-5:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.process-relative-wrapper {
  position: relative;
}

.section-regular-18 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.process-step-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: end stretch;
  margin-bottom: 64px;
}

.h3-heading-10 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

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

.paragraph-large-10.text-color-tertiary {
  color: #5b616e;
}

.process-header {
  z-index: 1;
  background-color: #f7f8f8;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

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

.subheading-large-10 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-10.text-color-brand-purple {
  color: #6153bd;
}

.feature-tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.feature-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #1a1a1a;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: border-color .3s;
  display: flex;
  overflow: hidden;
}

.feature-tab-link.w--current {
  background-color: #0000;
}

.feature-tab-link.current-gray:hover, .feature-tab-link.current-gray.w--current {
  border-color: #ccc;
}

.feature-tab-link.current-red:hover, .feature-tab-link.current-red.w--current {
  border-color: #f5a3a3;
}

.feature-tab-link.current-green:hover, .feature-tab-link.current-green.w--current {
  border-color: #b3e5c3;
}

.icon-wrapper-5 {
  color: #1a1a1a;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.icon-wrapper-5.green {
  color: #40bf6a;
  background-color: #f4fbf6;
  border-color: #b3e5c3;
}

.icon-wrapper-5.red {
  color: #e6191a;
  background-color: #fef1f1;
  border-color: #f5a3a3;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #f7f7f7;
  height: 100%;
  padding: 0;
  transition-property: width;
  transition-duration: .125s;
}

.tab-progress-bar.green {
  background-color: #f4fbf6;
}

.tab-progress-bar.red {
  background-color: #fef1f1;
}

.title-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheading-regular-5 {
  color: #000;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

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

.h2-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.image-cover {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tab-progress-bar-base {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0 0;
}

.paragraph-small-22 {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

.overline-regular-7 {
  color: gray;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.icon-large-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.section-regular-19 {
  padding: 92px 5%;
  position: relative;
}

.feature-tab-image {
  aspect-ratio: 8.4 / 3.06;
  overflow: hidden;
}

.section-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.content-carousel-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.max-width-regular-3 {
  max-width: 592px;
}

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

.heading-row {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.container-regular-9 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-small-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-small-4:hover {
  background-color: #734573;
}

.paragraph-x-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-2.text-color-gray-700 {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.content-tab-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f6;
  flex-flow: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.paragraph-small-23 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.content-tab-link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #d4d4d4;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.content-tab-link-2:hover {
  color: #ed4f11;
  background-color: #f1f1f1;
}

.content-tab-link-2.w--current {
  color: #ed4f11;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  border-bottom-color: #0000;
}

.content-carousel-logo {
  background-color: #0000;
  border: 1px solid #e7e0df;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 16px 24px;
  transition: background-color .3s;
  display: flex;
}

.content-carousel-logo:hover {
  background-color: #fff;
  border-color: #fff;
}

.section-regular-20 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-20.background-brown-50 {
  background-color: #fff;
}

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

.content-tab-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.h5-heading-5 {
  color: #1e1e1e;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.h4-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.3;
}

.content-tab-menu {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.text-link {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #734573;
}

.icon-x-large-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.overline-6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.content-carousel-2 {
  width: 100%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.content-carousel-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #f9f7f7, #faf9f900 20%, #f9f7f700 80%, #f9f7f7);
  position: absolute;
  inset: 0%;
}

.h2-heading-17 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.feature-carousel-wrapper {
  margin-top: 48px;
  overflow: hidden;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-tiny-12 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.feature-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.subheading-large-11 {
  color: #ed4f11;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.h5-heading-6 {
  color: #000;
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.caption-regular-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.caption-regular-3.text-color-gray-700 {
  color: #5f5e5d;
}

.feature-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.feature-illustration {
  width: 132px;
}

.icon-x-large-4 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-large-11 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-11.text-color-gray-950 {
  color: #1f1e1e;
}

.section-feature {
  background-color: #f5f5f6;
  padding-top: 96px;
  padding-bottom: 96px;
}

.feature-link-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #d6d3d1;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 306px;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

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

.max-width-regular-4 {
  max-width: 550px;
}

.text-color-red-501 {
  color: #ff443d;
}

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

.paragraph-regular-9.text-color-gray-800 {
  color: #4d4d4c;
}

.overline-7 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.header-wrapper-small {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-secondary-3 {
  grid-column-gap: 8px;
  color: #141414;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-secondary-3:hover {
  color: #fff;
  background-color: #000;
}

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

.section-header-2 {
  background-image: url('../images/Header-BG-01_1Header BG 01.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  padding: 100px 5% 52px;
  position: relative;
}

.header-divider {
  background-color: #000;
  width: 1px;
  height: 200px;
  margin: 40px auto 32px;
}

.column-large-5 {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.column-large-5.column-align-center {
  justify-content: center;
  align-items: center;
}

.header-bottom-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 72px;
  display: flex;
}

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

.scroll-link {
  grid-column-gap: 4px;
  color: #3d3d3d;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.h1-heading-9 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.header-card-content {
  z-index: 1;
  max-width: 50%;
  position: relative;
}

.container-small-3 {
  z-index: 1;
  width: 100%;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.header-ui-card-image {
  object-fit: cover;
  object-position: 0% 100%;
  width: 100%;
  max-width: 50%;
  height: 140%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.h1-heading-10 {
  color: #24262d;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
}

.column-regular-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-5.column-center {
  justify-content: flex-start;
  align-items: center;
}

.column-regular-5.column-left {
  justify-content: center;
  align-items: flex-start;
}

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

.h6-heading-9 {
  color: #24262d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.h6-heading-9.text-color-white {
  color: #fff;
}

.icon-x-large-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.header-card-block {
  background-color: #6869ac;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  min-height: 200px;
  margin-top: 100px;
  padding: 32px;
  position: relative;
}

.header-phone-image {
  max-width: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragraph-regular-10 {
  color: #3d424c;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-10.text-color-white {
  color: #fff;
}

.header-section-top {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.header-card-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-card-line {
  border-top: 1px dashed #ebebf4;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 10px;
  -webkit-mask-image: linear-gradient(to right, #000 30%, #0000 80%);
  mask-image: linear-gradient(to right, #000 30%, #0000 80%);
}

.header-content-centre {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-small-25 {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-25.text-color-tertiary {
  color: #575f70;
}

.paragraph-small-26 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-26.text-color-tertiary {
  color: #6b5843;
}

.nav-menu-button-ghost {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 12px;
  overflow: hidden;
}

.nav-menu-button-ghost:hover {
  background-color: #fff3;
}

.nav-menu-button-ghost.w--open {
  background-color: #0000;
}

.nav-menu-line {
  transform-origin: center;
  background-color: currentColor;
  border-radius: 4px;
  width: 16px;
  height: 2px;
}

.nav-menu-line.line-middle {
  top: 50%;
}

.nav-menu-line.line-bottom {
  bottom: 0;
}

.nav-text-link {
  color: #6b5843;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  transition: text-decoration-color .3s, text-underline-offset .3s, color .3s;
}

.nav-text-link:hover {
  color: #487f6a;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.nav-menu-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: grid;
}

.header-dashboard-button {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: -16px;
}

.text-link-accent {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #f6d551;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.header-background-video {
  width: 100%;
  height: 100%;
}

.nav-menu-ghost {
  background-color: #0000;
  padding-top: 8px;
  padding-left: 3%;
  padding-right: 3%;
}

.nav-right-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-gradient-overlay {
  z-index: 1;
  background-color: #0000004d;
  background-image: radial-gradient(circle, #0003, #0006);
  position: absolute;
  inset: 0%;
}

.nav-menu-burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.nav-dropdown-list-2 {
  background-color: #0000;
  display: block;
  position: relative;
}

.nav-dropdown-list-2.w--open {
  background-color: #0000;
  position: relative;
}

.nav-dropdown-link-2 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-button-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.nav-button-ghost:hover {
  background-color: #fff3;
}

.nav-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-x-large-3 {
  color: #6b5843;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-x-large-3.text-color-inverse {
  color: #fff;
}

.nav-badge-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-weight: 500;
  display: flex;
}

.nav-link-featured {
  text-decoration: none;
}

.column-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.nav-ghost {
  background-color: #0000;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-dropdown-trigger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.nav-text-link-small {
  color: #6b5843;
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  transition: color .3s;
}

.nav-text-link-small:hover {
  color: #487f6a;
}

.nav-menu-image {
  border-radius: 12px;
  width: 100%;
  max-width: 288px;
  overflow: hidden;
}

.background-3 {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.header-section-video {
  height: 90vh;
  padding-top: 250px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.header-subheading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  display: flex;
}

.header-content-video {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-brand-2 {
  flex: none;
  padding-left: 0;
}

.icon-regular-15 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-dropdown-content {
  padding-top: 8px;
}

.button-secondary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2f261d;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-secondary-4:hover {
  color: #fff;
  background-color: #2a5144;
}

.header-title-video {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-container-ghost {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-divider-wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 8px;
}

.nav-left-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1-heading-11 {
  color: #fff;
  letter-spacing: -.03em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.15;
}

.nav-divider-2 {
  opacity: .5;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.nav-divider-2.hide-tablet {
  inset: auto 0% 0%;
}

.nav-links-featured {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.text-italics {
  font-style: italic;
}

.h6-heading-10 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

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

.header-dashboard {
  z-index: 1;
  background-color: #584837;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.nav-menu-links {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.paragraph-small-27 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-27.text-color-tertiary {
  color: #6b5843;
}

.nav-right-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-dropdown-list-3 {
  background-color: #0000;
  display: block;
  position: relative;
}

.nav-dropdown-list-3.w--open {
  background-color: #0000;
  position: relative;
}

.nav-dropdown-link-3 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.column-x-small-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.background-4 {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.nav-brand-3 {
  flex: none;
  padding-left: 0;
}

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

.nav-left-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1-heading-12 {
  color: #2f261d;
  letter-spacing: -.03em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.15;
}

.h6-heading-11 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

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

.section-industry-benefits {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.feature-section-3 {
  background-color: #fafafa;
  padding: 100px 3%;
}

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

.features-subheading-2 {
  color: #fff;
  max-width: 400px;
  font-size: 18px;
  line-height: 32px;
}

.feature-link-2 {
  color: #a4adff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.feature-card-5 {
  color: #fff;
  text-align: left;
  background-color: #ed4f11;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 32px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.title-wrapper-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.feature-title-3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.feature-paragraph-2 {
  opacity: .8;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.icon-3 {
  z-index: 2;
  width: 50px;
  margin-bottom: 20px;
  position: relative;
}

.feature-container-2 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.features-heading-2 {
  color: #fff;
  letter-spacing: -.03em;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.3;
}

.cta-image-1 {
  position: absolute;
  inset: auto auto 0% 24px;
}

.cta-image-3 {
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 40px 24px;
}

.cta-image-2 {
  width: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-primary-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #edeffd;
  background-color: #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-15:hover {
  background-color: #7e8ef1;
}

.timeline-buttons-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.h1-heading-13 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.cta-image-4 {
  height: 350px;
  position: absolute;
  inset: 42px 0% auto auto;
}

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

.badge-2 {
  color: #dedfe3;
  letter-spacing: .034em;
  background-color: #333647;
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.cta-section-7 {
  padding: 120px 5%;
  position: relative;
}

.cta-header {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #f4f4f6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-3 {
  color: #333;
}

.paragraph-small-28 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-28.text-color-tertiary {
  color: #6b5843;
}

.button-primary-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5144;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-16:hover {
  background-color: #584837;
}

.section-large-4 {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.section-large-4.background-brand {
  background-color: #ed4f11;
}

.text-accent {
  color: #487f6a;
  font-style: italic;
}

.cta-left {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: #f8f7f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.column-large-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-x-small-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.paragraph-large-12 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.icon-regular-17 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.h4-heading-3 {
  color: #07090d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.cta-container-small {
  text-align: center;
  background-color: #f1efe5;
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-right {
  background-image: url('../images/group-diverse-people-having-business-meeting-2.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.paragraph-regular-11 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular-11.text-color-tertiary {
  color: #ed4f11;
}

.form_block {
  margin-bottom: 0;
}

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

.heading-style-h1 {
  color: #ed4f11;
  text-align: center;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.15;
}

.heading-style-h1.text-balance {
  text-wrap: balance;
}

.column-xsmall {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.form_message-success {
  color: #000;
  text-align: center;
  background-color: #f0fdf4;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

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

.text-link-2 {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-2:hover {
  color: #00c950;
}

.form_message-error {
  text-align: center;
  background-color: #ffe3e1;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.text-size-xlarge {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75;
}

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

.text-size-xlarge.text-color-secondary {
  color: #3f3f46;
}

.text-size-small {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.75;
}

.hero_square-overlay {
  z-index: 1;
  mix-blend-mode: multiply;
  background-color: #00c95080;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero_square-overlay.is-right {
  width: 25%;
  height: 25%;
  inset: auto 0% 0% auto;
}

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

.column-large-7.column-center {
  text-align: center;
  text-align: center;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  max-width: 32rem;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.z-index-1 {
  z-index: 1;
  position: relative;
}

.form_input {
  color: #000;
  background-color: #f4f4f5;
  border: 1px solid #e4e4e7;
  border-radius: 2rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75;
  transition: background-color .3s, border-color .3s;
}

.form_input:hover {
  border-color: #d4d4d8;
}

.form_input:focus {
  background-color: #fafafa;
  border-color: #00c950;
}

.form_input::placeholder {
  color: #50555f;
}

.hero_image {
  border-radius: 1rem;
  height: 36rem;
  position: relative;
  overflow: hidden;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: inline-flex;
}

.section-medium {
  background-color: #fafafa;
  padding: 4rem 5%;
  position: relative;
}

.section-medium.background-alternate {
  background-color: #f5f5f6;
  padding-top: 80px;
  padding-bottom: 120px;
}

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

.section-regular-21 {
  padding: 82px 5%;
  position: relative;
}

.logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.header-image-3 {
  border-radius: 24px;
  overflow: hidden;
}

.overline-regular-8 {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-large-17 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large-13 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.icon-regular-18 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-x-small-2 {
  margin-bottom: 0;
  font-size: 12px;
}

.logo-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header-caption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.button-secondary-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s;
  display: inline-flex;
}

.button-secondary-5:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

.button-secondary-5:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.logo-carousel-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.button-primary-17 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  white-space: nowrap;
  background-color: #111827;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary-17:hover {
  color: #fff;
  background-color: #913b8b;
}

.display-heading {
  color: #000;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
}

.header-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  margin-bottom: 64px;
}

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

.logo-icon-wrapper {
  color: #9ca3b0;
  transition: color .3s;
}

.logo-icon-wrapper:hover {
  color: #384252;
}

.logo-carousel-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-carousel-gradient.right {
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

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

.column-large-9.column-left {
  align-items: flex-start;
}

.section-regular-22 {
  background-color: #e9e9e9;
  padding: 50px 5%;
  position: relative;
}

.header-image-4 {
  border-radius: 24px;
  overflow: hidden;
}

.overline-regular-9 {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-large-14 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.icon-regular-19 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-secondary-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s;
  display: inline-flex;
}

.button-secondary-6:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

.button-secondary-6:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-primary-18 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  white-space: nowrap;
  background-color: #111827;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary-18:hover {
  color: #fff;
  background-color: #913b8b;
}

.header-grid-4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  margin-bottom: 0;
}

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

.grid-two-column {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.language-link {
  grid-column-gap: 4px;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.form-button-wide {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  letter-spacing: -.02em;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.text-field:focus {
  border-color: #000;
}

.text-field::placeholder {
  color: #1e1e1e;
  font-weight: 400;
}

.h2-heading-18 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.language-list {
  background-color: #f5f5f5;
  border-radius: 8px;
  flex-direction: column;
  top: 48px;
  left: -16px;
}

.language-list.w--open {
  padding: 8px;
}

.input-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  margin-bottom: 24px;
}

.form-content {
  width: 100%;
}

.paragraph-large-15 {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.icon-regular-20 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-regular-12 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.form-wrapper-small {
  width: 100%;
}

.contact-detail {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.button-submit {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #ed4f11;
  border-radius: 8px;
  padding: 24px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.language-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.language-toggle {
  grid-column-gap: 4px;
  background-color: #f5f5f5;
  border-radius: 8px;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.input-wrapper {
  position: relative;
}

.select-field {
  color: #1e1e1e;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.select-field:focus {
  color: #1e1e1e;
  border-color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.overline-8 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.checkbox {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #f5f5f5;
  background-image: url('../images/Checkbox-Icon.svg');
  background-size: auto 16px;
  border-color: #f5f5f5;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.language-flag {
  background-image: url('../images/Australia-Flag_1Australia Flag.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99px;
  flex: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.text-field-phone {
  letter-spacing: -.02em;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 24px 116px 24px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.text-field-phone:focus {
  border-color: #000;
}

.text-field-phone::placeholder {
  color: #1e1e1e;
  font-weight: 400;
}

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

.input-language {
  position: absolute;
  inset: 16px 16px 16px auto;
}

.mail-link {
  color: #ed4f11;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
}

.language-dropdown {
  justify-content: center;
  align-items: flex-start;
}

.text-area {
  color: #000;
  letter-spacing: -.02em;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.text-area:focus {
  border-color: #000;
}

.text-area::placeholder {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-area.placeholder-2 {
  font-size: 14px;
}

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

.caption-2 {
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.sale-card-grid {
  pointer-events: none;
  position: absolute;
  inset: auto 8px 8px auto;
}

.subheading-small-3 {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.sale-card {
  grid-column-gap: 116px;
  grid-row-gap: 116px;
  background-color: #f7f7f8;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.column-x-small-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.form-link {
  color: #1a1925;
  font-weight: 500;
}

.mobile-order-first {
  flex-flow: column;
  display: flex;
}

.paragraph-small-29 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.form-input-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-text-field {
  color: #1a1925;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 8px;
  min-height: 36px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: 0 0 0 1px #1a192514, 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.form-text-field:focus {
  border: 1px solid #1f62ff;
  box-shadow: 0 0 0 2px #1f62ff1f, 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.form-text-field::placeholder {
  color: #73737f;
}

.form-text-field.text-area {
  border-radius: 12px;
  min-height: 184px;
}

.form-text-field.icon-left {
  padding-left: 36px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-select {
  color: #73737f;
  letter-spacing: -.006em;
  appearance: none;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  min-height: 36px;
  margin-bottom: 0;
  padding: 8px 38px 8px 10px;
  font-size: 13px;
  line-height: 20px;
  box-shadow: 0 0 0 1px #1a192514, 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.form-select:focus {
  border-width: 1.5px;
  border-color: #6869ac;
}

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

.background-5 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.contact-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.text-color-tertiary {
  color: #73737f;
}

.form-caption {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.column-large-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.contact-row {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.contact-form-wrapper {
  width: 100%;
  max-width: 416px;
}

.contact-container {
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-two-column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.contact-left {
  background-color: #fff;
  border-radius: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: 140px 104px 140px 5%;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.contact-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 140px 5% 140px 104px;
  display: flex;
}

.contact-column-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 440px;
  display: flex;
}

.select-field-icon {
  color: #747c90;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: auto 12px auto auto;
}

.section-2x-small {
  background-image: linear-gradient(#ed4f11eb, #ed4f11eb), url('../images/1404-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 80px 8px;
  position: relative;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h5-heading-7 {
  color: #ed4f11;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.form-field-label {
  color: #1a1925;
  letter-spacing: -.006em;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.form-field-label.text-color-brand {
  color: #1f62ff;
}

.button-primary-19 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-19:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.h2-heading-19 {
  color: #ed4f11;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-large-16 {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.icon-regular-21 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-regular-13 {
  color: #1e1e1e;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.section-large-6 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.overline-9 {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

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

.caption-3 {
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.contact-map-button {
  color: #000;
  background-color: #25252733;
  border: .5px solid #e6e6e7;
  border-radius: 999px;
  padding: 32px;
  position: absolute;
}

.section-regular-23 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.section-regular-23.background-white {
  background-color: #fff;
}

.paragraph-small-30 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-30.text-color-tertiary {
  color: #59595f;
}

.button-secondary-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.subheading-regular-6 {
  color: #252527;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-x-large-4 {
  font-size: 20px;
  line-height: 32px;
}

.contact-map-button-inner {
  background-color: #fff;
  border-radius: 99px;
  padding: 24px;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.contact-map-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.button-grid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  width: 100%;
}

.h2-heading-20 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.container-regular-10 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-ghost-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.contact-map {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.contact-map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
}

.row-tiny-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.graphic-tesitmonial-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #dce0e5;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.graphic-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.graphic-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.row-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.paragraph-regular-14 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icon-large-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.graphic-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.subheading-x-small {
  color: #22272f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.graphic-badge-arrow {
  color: #e57361;
  background-color: #fcefee;
  border: 1px solid #f6d0cb;
  border-radius: 100%;
  padding: 2px;
}

.section-regular-24 {
  background-color: #f5f5f5;
  padding: 80px 5%;
  position: relative;
}

.section-regular-24.background-off-white {
  background-color: #f6f5f3;
}

.header-button-group-2 {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.column-regular-6.column-center {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-x-small-3 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.graphic-shape {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.h4-heading-4 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.graphic-image-wrapper {
  border-radius: 48px;
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  position: relative;
  overflow: hidden;
}

.graphic-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
  box-shadow: 0 2px 8px #c4cad43d;
}

.graphic-card-statistics {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  max-width: 240px;
  margin-right: -60px;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 8px #c4cad43d;
}

.h1-heading-14 {
  color: #3e376d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.container-regular-11 {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.graphic-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.graphic-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.graphic-testimonial-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  padding: 2px;
  display: flex;
}

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

.column-small.column-center {
  justify-content: center;
  align-items: center;
}

.graphic-avatar {
  background-color: #dce0e5;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
}

.paragraph-small-31 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small-31.text-color-orange-500 {
  color: #f4a952;
}

.graphic-card-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 8px #c4cad43d;
}

.button-primary-20 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #3e376d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-20:hover {
  background-color: #4e4587;
}

.text-color-red-502 {
  color: #e57361;
}

.button-outline-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #3e376d;
  text-align: center;
  background-color: #0000;
  border: 1px solid #acb5c3;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border .3s;
  display: inline-flex;
}

.button-outline-6:hover {
  border-color: #3e376d;
}

.title-center-regular-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-outline-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #3e376d;
  text-align: center;
  background-color: #0000;
  border: 1px solid #acb5c3;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border .3s;
  display: inline-flex;
}

.button-outline-7:hover {
  border-color: #3e376d;
}

.header-illustration {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.header-logo-overlay-right {
  z-index: 1;
  background-image: linear-gradient(267deg, #f6f5f3, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-statistics-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  max-width: 218px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 8px #c4cad43d;
}

.header-image-wrapper-3 {
  border-radius: 48px;
  position: relative;
  overflow: hidden;
}

.testimonial-slider-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  padding: 2px;
  display: flex;
}

.paragraph-regular-15 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icon-large-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.button-group-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-regular-25 {
  background-image: linear-gradient(#ed4f11f0, #ed4f11f0), url('../images/196643-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 80px 5%;
  position: relative;
}

.section-regular-25.background-off-white {
  background-color: #f6f5f3;
}

.container-regular-12 {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.header-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.h4-heading-5 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-15 {
  color: #3e376d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.button-primary-21 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #5e53a2;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-21:hover {
  background-color: #4e4587;
}

.header-carousel-content {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-small-32 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small-32.text-color-gray-300 {
  color: #95a1b2;
}

.paragraph-small-32.text-color-orange-500 {
  color: #f4a952;
}

.testimonial-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.header-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  max-width: 510px;
  display: flex;
}

.paragraph-x-small-4 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.header-slider-right {
  background-color: #0000;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin-left: auto;
}

.header-vector-circle {
  background-color: #fff;
  border-radius: 100%;
  padding: 16px;
  position: absolute;
  inset: 16px auto auto 16px;
}

.header-illustration-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.header-grid-5 {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 0;
}

.header-vector-graphic {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.testimonial-slide-avatar {
  background-color: #dce0e5;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
}

.header-logo-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-overlay-left {
  z-index: 1;
  background-image: linear-gradient(83deg, #f6f5f3, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.feature-statistic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 16px;
  display: flex;
}

.overline-small-2 {
  color: #3c4238;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.paragraph-regular-16 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-regular-16.text-color-tertiary {
  color: #fff;
}

.feature-wrapper-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  max-width: 464px;
  display: flex;
}

.icon-wrapper-6 {
  color: #2a514c;
  background-color: #e0e3de;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.button-group-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.column-x-small-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.container-large-21 {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.h4-heading-6 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.h2-heading-21 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.feature-statistics-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.button-primary-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #2a514c;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-22:hover {
  background-color: #376d65;
}

.button-primary-22:active {
  background-color: #45877e;
}

.grid-two-column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
}

.section-regular-26 {
  background-image: linear-gradient(#ed4f11f5, #ed4f11f5), url('../images/559.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 100px 5%;
  position: relative;
}

.text-color-accent {
  color: #d74747;
}

.button-outline-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2a514c;
  text-align: center;
  background-color: #0000;
  border: 1px solid #cbd0c8;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: inline-flex;
}

.button-outline-8:hover {
  background-color: #e0e3de;
  border-color: #b6bdb2;
}

.button-outline-8:active {
  background-color: #cbd0c8;
  border-color: #cbd0c8;
}

.feature_image-large {
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  height: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.text-highlight {
  color: #000;
  background-image: linear-gradient(#0000 10%, #05df72 10% 90%, #0000 90%);
  padding-left: .5rem;
  padding-right: .5rem;
}

.heading-style-h6 {
  color: #1e1e1e;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.feature_icon-outline {
  color: #ed4f11;
  border: 1px solid #ed4f11;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.icon-xlarge {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.feature_card-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  border: 1px solid #ed4f11;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.feature_card-outline:hover {
  color: #000;
}

.column-medium {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.column-3x-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

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

.container-small-4.text-color-alternate {
  color: #fff;
}

.header-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 736px;
  display: flex;
}

.heading-icon {
  vertical-align: middle;
  background-image: url('../images/Header-Inline-Icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -12px;
  display: inline-block;
  transform: rotate(-4deg);
  box-shadow: inset 0 -8.533px 21.333px #1a192514, inset 0 1.067px 3.2px #ffffff14, inset 0 .8px .8px #ffffff14, inset 0 .267px .267px #ffffff1f, 0 8.533px 12.8px -4.267px #1a19250f, 0 4.267px 8.533px -4.267px #1a19251f, 0 2.133px 4.267px -1.067px #1a19251f, 0 1.067px 1.6px -.533px #1a19251f;
}

.paragraph-small-33 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.header-bottom {
  z-index: 1;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5%;
  display: flex;
  position: relative;
}

.header-carousel-2 {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

.background-6 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-large-22 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-statistic-count {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-heading-16 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

.header-carousel-content-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-highlight-2 {
  color: #1a1925;
  background-color: #eeeef0;
  border-radius: 6px;
  padding: 2px 6px;
  font-weight: 500;
  display: inline-block;
}

.header-top {
  z-index: 1;
  padding-bottom: 48px;
  padding-left: 5%;
  padding-right: 5%;
}

.header-carousel-wrapper {
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.paragraph-regular-17 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.header-statistics-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 80px;
  padding-bottom: 20px;
}

.h4-heading-7 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.header-statistic-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ed4f11;
  text-align: center;
  background-color: #eeeef0;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.paragraph-small-34 {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.header-bottom-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding: 74px 5%;
  display: flex;
  position: relative;
}

.header-carousel-3 {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

.relative-2 {
  position: relative;
}

.background-7 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-large-23 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-17 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

.header-carousel-content-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-top-2 {
  z-index: 1;
  padding-bottom: 48px;
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-regular-18 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.section-2x-small-2 {
  background-color: #f7f7f8;
  padding: 8px;
  position: relative;
}

.h4-heading-8 {
  color: #ed4f11;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.h2-heading-22 {
  color: #ed4f11;
  text-align: center;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.row-tiny-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-tiny-13 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.subheading-large-12 {
  color: #ed4f11;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.h5-heading-8 {
  color: #000;
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

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

.paragraph-large-17 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-17.text-color-gray-950 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.feature-link-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #d6d3d1;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 306px;
  padding: 20px 16px;
  text-decoration: none;
  display: flex;
}

.feature-link-card-2:hover {
  background-color: #fff;
}

.max-width-regular-5 {
  max-width: 550px;
}

.text-color-red-503 {
  color: #ff443d;
}

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

.paragraph-regular-19.text-color-gray-800 {
  color: #4d4d4c;
}

.icon-large-7 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.paragraph-x-small-5 {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.section-regular-27 {
  background-color: #f5f5f5;
  padding: 82px 5%;
  position: relative;
}

.overline-regular-10 {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-small-5 {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-footnote-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.h2-heading-23 {
  color: #ed4f11;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.subheading-large-13 {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large-13.text-color-gray-600 {
  color: #4b5563;
}

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

.subheading-regular-7 {
  color: #ed4f11;
  letter-spacing: -.18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.feature-card-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.icon-wrapper-7 {
  color: #b95bb4;
  background-color: #f4dcf4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-wrapper-7.green {
  color: #2c8c3e;
  background-color: #e3f8e7;
}

.icon-wrapper-7.red {
  color: #d12e46;
  background-color: #fde7e7;
}

.icon-wrapper-7.blue {
  color: #4250d1;
  background-color: #e1e7f9;
}

.column-x-small-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small-9.column-center {
  text-align: center;
  align-items: center;
}

.paragraph-regular-20 {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.overline-10 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.feature-icon-4 {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feature-icon-4.icon-red {
  color: #e56161;
  background-color: #fff;
}

.feature-icon-4.icon-green {
  color: #86c1a0;
  background-color: #fff;
}

.feature-icon-4.icon-yellow {
  color: #e5cb61;
  background-color: #fff;
}

.feature-icon-4.icon-blue {
  color: #6173e5;
  background-color: #fff;
}

.feature-icon-4.icon-gray {
  color: #6d767e;
  background-color: #fff;
}

.feature-icon-4.icon-orange {
  color: #e59661;
  background-color: #fff;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.feature-card-a-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #ed4f11;
  border-radius: 8px;
  flex: 1;
  align-items: flex-start;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.feature-card-a-3:hover {
  border-width: .5px;
}

.badge-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.grid-three-column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

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

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

.badge-icon {
  color: #6173e5;
}

.h6-heading-12 {
  color: #ed4f11;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.section-regular-28 {
  background-color: #fff;
  padding: 80px 5% 120px;
  position: relative;
}

.icon-regular-22 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.feature-title-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
  padding: 16px;
}

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

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

.h2-heading-24 {
  color: #ed4f11;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

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

.paragraph-small-35.text-color-gray-600 {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-small-36 {
  color: #ed4f11;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.header-bottom-3 {
  z-index: 1;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5% 20px;
  display: flex;
  position: relative;
}

.header-carousel-4 {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

.container-large-25 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-regular-21 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.section-2x-small-3 {
  background-image: linear-gradient(#ed4f11f0, #ed4f11f0), url('../images/2149313735-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 80px 8px;
  position: relative;
}

.h4-heading-9 {
  color: #ed4f11;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.header-statistic-card-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.icon-small-7 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-color-brand-3 {
  color: #368cfb;
}

.icon-inner-2 {
  background-color: #fff;
  border-radius: 62.4375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-small-6 {
  z-index: 1;
  width: 100%;
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.heading-style-h3 {
  color: #ed4f11;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-size-medium {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium.text-color-secondary {
  color: #3f3f46;
}

.feature_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fafafa;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.column-xsmall-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footnote-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 36.25rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badge-shadow {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #18181b;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem .25rem .375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  box-shadow: 0 6.25rem 1.875rem #0000, 0 4.375rem 1.6875rem #00000003, 0 2.4375rem 1.4375rem #0000000a, 0 1.0625rem 1.0625rem #00000012, 0 .25rem .5625rem #00000014;
}

.section-medium-2 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.title-center-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 36.25rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-color-accent-2 {
  color: #f46d2a;
}

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

.text-size-xsmall {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.5;
}

.text-size-xsmall.text-color-gradient, .text-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #368cfb, #5caefe 27%, #ffeb85);
  -webkit-background-clip: text;
  background-clip: text;
}

.icon-border {
  background-image: linear-gradient(84deg, #368cfb, #90cbff 57%, #ffeb85);
  border-radius: 62.4375rem;
  width: 2.625rem;
  height: 2.625rem;
  padding: 2px;
  overflow: hidden;
  box-shadow: 0 6.875rem 1.875rem #0000, 0 4.375rem 1.75rem #00000003, 0 2.5rem 1.5rem #0000000a, 0 1.0625rem 1.0625rem #00000012, 0 .25rem .5625rem #00000014;
}

.badge-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #18181b;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.footnote {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.section-large-7 {
  background-color: #f1f1f1;
  padding: 80px 5%;
  position: relative;
}

.paragraph-x-large-5 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.timeline-step-filled {
  color: #fff;
  background-color: #ed4f11;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  transition: color .5s, background-color .5s;
  display: flex;
  box-shadow: inset 0 -7.467px 18.667px #1a192514, inset 0 .933px 2.8px #ffffff14, inset 0 .7px .7px #ffffff14, inset 0 .233px .233px #ffffff1f, 0 7.467px 11.2px -3.733px #1a19250f, 0 3.733px 7.467px -3.733px #1a19251f, 0 1.867px 3.733px -.933px #1a19251f, 0 .933px 1.4px -.467px #1a19251f;
}

.timeline-progress {
  background-color: #edf0f2;
  width: 2px;
  height: 100%;
}

.overline-small-3 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.timeline-bar {
  background-color: #ed4f11;
  height: 0%;
}

.timeline-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.timeline-image-wrapper {
  background-color: #f7f7f8;
  border-radius: 24px;
  height: 320px;
  padding: 6px;
  overflow: hidden;
}

.container-large-26 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline-step {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.timeline-step-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-regular-22 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-22.text-color-secondary {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.button-outline-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #eeeef0;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: inline-flex;
}

.button-outline-9:hover {
  background-color: #e7e7ea;
  border-color: #e7e7ea;
}

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

.timeline-right {
  border-radius: 8px;
  width: 100%;
  max-width: 512px;
  margin-left: auto;
  padding-bottom: 64px;
  overflow: hidden;
}

.h5-heading-9 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.process-count {
  color: #fff;
  background-color: #ed4f11;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  transition: color .5s, background-color .5s;
  display: flex;
  box-shadow: inset 0 -7.467px 18.667px #1a192514, inset 0 .933px 2.8px #ffffff14, inset 0 .7px .7px #ffffff14, inset 0 .233px .233px #ffffff1f, 0 7.467px 11.2px -3.733px #1a19250f, 0 3.733px 7.467px -3.733px #1a19251f, 0 1.867px 3.733px -.933px #1a19251f, 0 .933px 1.4px -.467px #1a19251f;
}

.column-4x-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.heading-8 {
  color: #ed4f11;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 60px;
}

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

.section-regular-29 {
  padding: 80px 5%;
  position: relative;
}

.header-image-5 {
  border-radius: 24px;
  overflow: hidden;
}

.container-large-27 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large-19 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.icon-regular-23 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-secondary-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s;
  display: inline-flex;
}

.button-secondary-7:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

.button-secondary-7:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-primary-23 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  white-space: nowrap;
  background-color: #111827;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary-23:hover {
  color: #fff;
  background-color: #913b8b;
}

.header-grid-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  margin-bottom: 64px;
}

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

.integration-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  flex-direction: row;
  align-items: center;
  padding: 12px 24px 12px 12px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.integration-link:hover {
  background-color: #f3f4f6;
  border-color: #e5e7eb;
}

.section-x-small {
  padding: 36px 5%;
  position: relative;
}

.icon-large-8 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.integrations-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.integrations-carousel-track {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.h1-heading-19 {
  color: #ed4f11;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

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

.container-large-28 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large-20 {
  color: #1e1e1e;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}

.subheading-large-14 {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.button-primary-24 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  white-space: nowrap;
  background-color: #111827;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary-24:hover {
  color: #fff;
  background-color: #913b8b;
}

.integrations-icon-wrapper {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 1px 2px #00000005;
}

.integrations-carousel {
  width: 100%;
  max-width: 450px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.column-x-small-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.h6-heading-13 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.integrations-column-overlay {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.integrations-column-overlay.bottom {
  background-image: linear-gradient(360deg, #fff, #fff0);
  inset: auto 0% 0%;
}

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

.wrap-v-xx-large.align-v-c {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-small-37 {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-small-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #ed4f11;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-primary-25 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #4255bd;
  border: 1px solid #4255bd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-primary-25:hover {
  color: #4255bd;
  background-color: #fff;
}

.paragraph-large-21 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-21.text-weight-semibold {
  color: #ed4f11;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

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

.integration-icon {
  background-color: #fff;
  border-radius: 14px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
}

.integration-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-wrapper-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-button {
  grid-template-rows: auto;
}

.h1-heading-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.section-regular-30 {
  background-color: #ed4f11;
  padding: 92px 5%;
  position: relative;
}

.button-outline-10 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4255bd;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #6070c8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-outline-10:hover {
  color: #fff;
  background-color: #4255bd;
}

.wrap-v-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.heading-detail {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.interaction-logo {
  opacity: .1;
  width: 280px;
  position: absolute;
  inset: -100% -100% auto auto;
}

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

.cta_pattern-left {
  pointer-events: none;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.cta_right-side {
  background-image: linear-gradient(#ed4f11f0, #ed4f11f0), url('../images/teams-call.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding: 7.5rem 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta_content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  display: flex;
}

.form_button {
  flex-flow: column;
  width: 10rem;
  display: flex;
}

.text-accent-2 {
  color: #487f6a;
  font-style: italic;
}

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

.container-large-30.z-index-1 {
  z-index: 1;
  position: relative;
}

.column-xlarge {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.column-xlarge.column-center {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.text-color-red {
  color: #ed775a;
}

.cta_pattern-right {
  pointer-events: none;
  mix-blend-mode: multiply;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-size-medium-2 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.text-size-medium-2.text-color-tertiary {
  color: #6b5843;
}

.cta_text-field {
  color: #1e1e1e;
  background-color: #fff;
  border: 1px solid #f0eee4;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: 0;
  padding: 10px 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.cta_text-field:focus {
  border-color: #ccc3a3;
}

.cta_text-field::placeholder {
  color: #1e1e1e;
  font-size: 13px;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-size-xlarge-2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
}

.text-size-xlarge-2.text-color-secondary {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ed4f11;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.row-small-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  color: #ed4f11;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.text-size-xsmall-2 {
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.75;
}

.text-size-xsmall-2.text-color-tertiary {
  color: #6b5843;
}

.cta_right-content {
  width: 100%;
  max-width: 24.5rem;
}

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

.section-large-8 {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
}

.cta_section {
  position: relative;
}

.row-2x-small-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_grid {
  grid-column-gap: .75rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.column-medium-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cta_left-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 24.5rem;
  display: flex;
}

.text-link-brand {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #487f6a;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  -webkit-text-decoration: underline #487f6a;
  text-decoration: underline #487f6a;
  display: flex;
}

.form_field-label {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25rem;
}

.header-image-wrapper-4 {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-outline-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 9px 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.paragraph-x-small-6 {
  font-size: 12px;
  line-height: 20px;
}

.navigation-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-2 {
  background-color: #ff5805;
  background-image: url('../images/Banner-Asset.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.header-logos-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 8px 24px;
  display: flex;
}

.paragraph-small-38 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.navigation-left-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1-heading-21 {
  color: #252527;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.button-secondary-small-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.header-section-2 {
  padding: 120px 5% 64px;
  position: relative;
}

.navigation-container-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.banner-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-large-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large-11.column-center {
  justify-content: flex-start;
  align-items: center;
}

.overline-regular-11 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-3 {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e7;
  padding: 16px 5%;
}

.max-width-regular-6 {
  width: 100%;
  max-width: 588px;
}

.navigation-brand-divider {
  background-color: #e6e6e7;
  border-bottom: 1px solid #e6e6e7;
  border-radius: 2px;
  width: 1px;
  height: 24px;
}

.header-buttons-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  max-width: 420px;
}

.navigation-right-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-color-brand-4 {
  color: #ff5805;
}

.button-ghost-small-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.banner-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button-primary-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.navigation-link-3 {
  color: #434347;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.content_card-block {
  background-color: #ed4f11;
  background-image: url('../images/Globe-Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 4rem 5%;
  display: flex;
}

.heading-style-h2-2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.column-xsmall-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h6-2 {
  color: #ed4f11;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.25;
}

.text-size-medium-3 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.content_icon-wrapper {
  background-color: #05df72;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.content_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.column-3x-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.row-2x-small-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: wrap;
  padding: 1rem 2rem 1rem 1rem;
  display: flex;
}

.content_card.is-features {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
}

.section-medium-3 {
  background-color: #fafafa;
  padding: 4rem 5%;
  position: relative;
}

.max-width-large-3 {
  width: 100%;
  max-width: 650px;
}

.paragraph-x-small-7 {
  font-size: 12px;
  line-height: 20px;
}

.header-layout-small {
  border: 1px solid #d0d0d2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 42%;
  padding: 64px 5%;
  display: flex;
}

.navigation-menu-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-layout-wrapper {
  background-image: url('../images/Header-07-Pattern.webp'), url('../images/Header-07-Triangles.svg'), url('../images/1481-4.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-size: 219px, auto, cover;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
}

.navigation-left-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-layout {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 766px;
  padding: 64px 5%;
  display: flex;
}

.h1-heading-22 {
  color: #252527;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-22.text-color-white {
  color: #fff;
}

.button-secondary-small-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.navigation-container-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.max-width-x-small-3 {
  width: 100%;
  max-width: 386px;
}

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

.column-large-12.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.overline-regular-12 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-regular-23 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-23.text-color-white {
  color: #fff;
}

.navigation-4 {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e7;
  padding: 16px 5%;
}

.navigation-right-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-color-brand-5 {
  color: #ff5805;
}

.button-ghost-small-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-ghost-small-4.text-color-white {
  color: #fff;
}

.header-layout-inner {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  min-height: 720px;
  display: flex;
  position: relative;
}

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

.button-primary-27 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.header-section-small {
  padding: 8px 5%;
  position: relative;
}

.navigation-link-4 {
  color: #434347;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.max-width-large-4 {
  width: 100%;
  max-width: 650px;
}

.paragraph-x-small-8 {
  font-size: 12px;
  line-height: 20px;
}

.navigation-menu-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-avatars {
  padding-left: 16px;
  display: flex;
  position: relative;
}

.navigation-left-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-section-large {
  background-image: url('../images/Header-07-Triangles.svg'), radial-gradient(circle at 100%, #0000 30%, #00000080 69%, #000), url('../images/1481-4.jpg');
  background-position: 50% 100%, 0 0, 50% 100%;
  background-repeat: repeat-x, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 90vh;
  padding: 200px 5% 80px;
  display: flex;
  position: relative;
}

.h1-heading-23 {
  color: #252527;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-23.text-color-white {
  color: #fff;
}

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

.navigation-container-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.avatar-image {
  object-fit: cover;
  border-radius: 99px;
  width: 100%;
  height: 100%;
}

.overline-regular-13 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-regular-24 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-24.text-color-white {
  color: #fff;
}

.h6-heading-14 {
  color: #252527;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.h6-heading-14.text-weight-semibold.text-color-white {
  color: #fff;
}

.button-outline-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.max-width-2x-small {
  width: 100%;
  max-width: 236px;
}

.navigation-link-ghost {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.header-avatar {
  background-color: #f5f5f6;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-left: -16px;
  padding: 4px;
}

.navigation-wrapper-ghost {
  z-index: 9992;
  position: absolute;
  inset: 0% 0% auto;
}

.header-bottom-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.navigation-ghost {
  z-index: 999;
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #f5f5f6;
  padding: 16px 5%;
}

.button-primary-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.header-pattern-front {
  z-index: 3;
  position: absolute;
  inset: auto 0% 0 auto;
}

.header-pattern-back {
  z-index: 0;
  position: absolute;
  inset: auto 0 0 auto;
}

.max-width-small-2 {
  width: 100%;
  max-width: 396px;
}

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

.paragraph-small-39 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.row-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large-34 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-24 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

.header-users {
  display: flex;
}

.row-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-regular-2.child-wrap {
  flex-flow: wrap;
}

.header-block-primary {
  z-index: 1;
  border-radius: 24px;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 5%;
  position: relative;
  overflow: hidden;
}

.header-image-7 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.grid-two-column-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.header-image-right-2 {
  display: flex;
  position: relative;
}

.paragraph-regular-25 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-25.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.section-2x-small-4 {
  background-color: #f7f7f8;
  padding: 8px;
  position: relative;
}

.section-2x-small-4.background-white {
  background-color: #fff;
}

.form-icon-left {
  color: #5e6573;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: auto auto auto 10px;
}

.header-avatar-2 {
  background-color: #e7e7ea;
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-left: -16px;
}

.header-avatar-2.first-item {
  margin-left: 0;
  overflow: hidden;
}

.header-column {
  grid-column-gap: 156px;
  grid-row-gap: 156px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-image-overflow {
  border-radius: 24px;
  flex: none;
  height: 666px;
  overflow: hidden;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.button-primary-29 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-29:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.header-form {
  max-width: 336px;
}

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

.subheading-small-4 {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.section-large-9 {
  padding: 128px 5%;
  position: relative;
}

.section-large-9.overflow-hidden {
  overflow: hidden;
}

.feature-card-grid {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 8px 8px auto auto;
}

.button-secondary-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #1a1925;
  background-image: linear-gradient(#ffffff1f, #fff0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-secondary-8:hover {
  background-color: #51515e;
}

.feature-image-wrapper {
  display: flex;
  position: relative;
}

.paragraph-small-40 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.icon-wrapper-8 {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-image {
  object-fit: fill;
  border: .72px solid #eeeef0;
  border-radius: 24px;
  flex: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.container-large-35 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-group-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-card-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #eeeef0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 68px 24px 28px;
  display: flex;
  position: relative;
}

.feature-dashboard {
  flex: none;
  width: 40vw;
  position: absolute;
  -webkit-mask-image: linear-gradient(#000 70%, #0000), linear-gradient(to right, #000 70%, #0000);
  mask-image: linear-gradient(#000 70%, #0000), linear-gradient(to right, #000 70%, #0000);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.icon-large-9 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.grid-two-column-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.column-3x-large-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.paragraph-regular-26 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.button-ghost {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-ghost:hover {
  background-color: #eeeef0;
}

.icon-pattern {
  z-index: -1;
  pointer-events: none;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -4px auto auto -4px;
}

.paragraph-small-41 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.row-x-small-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large-36 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-25 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

.row-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-regular-3.child-wrap {
  flex-flow: wrap;
}

.header-block-primary-2 {
  z-index: 1;
  background-color: #f7f7f8;
  border-radius: 24px;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 5%;
  position: relative;
  overflow: hidden;
}

.header-image-8 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.grid-two-column-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.header-image-right-3 {
  display: flex;
  position: relative;
}

.paragraph-regular-27 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-27.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.section-2x-small-5 {
  background-color: #f7f7f8;
  padding: 8px;
  position: relative;
}

.section-2x-small-5.background-white {
  background-color: #fff;
}

.header-avatar-3 {
  background-color: #e7e7ea;
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-left: -16px;
}

.header-avatar-3.first-item {
  margin-left: 0;
  overflow: hidden;
}

.button-primary-30 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-30:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.paragraph-small-42 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.header-bottom-4 {
  z-index: 1;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding: 74px 5%;
  display: flex;
  position: relative;
}

.header-carousel-5 {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

.container-large-37 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-26 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

.header-top-3 {
  z-index: 1;
  padding: 96px 5% 48px;
}

.paragraph-regular-28 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.section-2x-small-6 {
  background-color: #f7f7f8;
  padding: 8px;
  position: relative;
}

.header-statistics-grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.h4-heading-10 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.header-statistic-card-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #eeeef0;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.paragraph-small-43 {
  color: #ed4f11;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.header-bottom-5 {
  z-index: 1;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.header-carousel-6 {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

.container-large-38 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-27 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

.header-top-4 {
  z-index: 1;
  padding: 96px 5% 48px;
}

.paragraph-regular-29 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.section-2x-small-7 {
  position: relative;
}

.h4-heading-11 {
  color: #ed4f11;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.header-statistic-card-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #eeeef0;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.subheading-regular-8 {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.subheading-regular-8.text-truncate {
  color: #ed4f11;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  overflow: hidden;
}

.h3-heading-11 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
}

.max-width-regular-7 {
  width: 100%;
  max-width: 588px;
}

.paragraph-small-44 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-44.desktop-no-wrap {
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
}

.process-card-image {
  object-fit: cover;
  object-position: 0% 0%;
  border-top: 1px solid #e7e7ea;
  border-left: 1px solid #e7e7ea;
  border-top-left-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.process-card {
  cursor: pointer;
  background-color: #eeeef0;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 460px;
  transition-property: flex, background-color;
  transition-duration: 1s, 1s;
  transition-timing-function: ease, ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process-card.expanded {
  background-color: #fff;
  flex: 2;
}

.process-content-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
}

.container-large-39 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-x-large-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.title-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 716px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process-styles {
  display: none;
}

.icon-wrapper-secondary-2 {
  color: #1a1925;
  background-color: #dddde3;
  background-image: linear-gradient(0deg, #f4f4f400, #fff6);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 46px;
  min-height: 36px;
  padding: 6px 12px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250f, 0 .5px .5px #1a19250f;
}

.section-regular-31 {
  padding: 96px 5%;
  position: relative;
}

.section-regular-31.background-primary {
  background-color: #f7f7f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.process-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.paragraph-regular-30 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.process-script {
  display: none;
}

.process-hidden {
  transition: height 1s, opacity 1s;
}

.process-card-top {
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.button-primary-31 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-31:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.process-card-bottom {
  width: 100%;
  height: 100%;
  padding-left: 32px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000 70%, #0000 100%);
  mask-image: linear-gradient(#000 70%, #0000 100%);
}

.footer-icon-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.footer-line {
  background-color: #d4d4d4;
  width: 1px;
  height: 16px;
}

.footer-title-2 {
  color: #262626;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.container-large-40 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.footer-company-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-logo {
  height: 32px;
}

.legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.legal-links {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.button-primary-small-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-small-6:hover {
  background-color: #734573;
}

.footer-text-link {
  color: #4b264b;
  font-weight: 500;
  text-decoration: none;
}

.footer-link {
  grid-column-gap: 2px;
  color: #404040;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link:hover {
  color: #734573;
}

.footer-grid-x-large {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
}

.paragraph-small-45 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-45.text-color-gray-500 {
  color: #737373;
}

.paragraph-small-45.text-color-gray-600 {
  color: #525252;
}

.footer-card-heading {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.legal-link-small {
  grid-column-gap: 2px;
  color: #737373;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.legal-link-small:hover {
  color: #0a0a0a;
}

.footer-image {
  background-image: url('../images/Footer-Image_1Footer Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 320px;
  margin-bottom: 64px;
  padding: 24px;
  display: flex;
}

.footer-bottom-wrapper {
  grid-row-gap: 24px;
  color: #0a0a0a;
  border-top: .5px solid #d4d4d4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  padding-top: 24px;
  display: flex;
}

.legal-copyright {
  max-width: 384px;
}

.section-regular-32 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.h6-heading-15 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.icon-regular-24 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-social-link-2 {
  color: #262626;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.footer-social-link-2:hover {
  color: #734573;
}

.column-tiny-14 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.badge-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #285d4e;
  white-space: nowrap;
  background-color: #f4faf8;
  border: 1px solid #d6f0e5;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
}

.badge-5.purple {
  color: #4b264b;
  background-color: #f0ebf0;
  border-color: #e2d9e2;
}

.footer-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  display: flex;
}

.image-5 {
  width: 120px;
}

.footer-legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-legal-section-dark {
  background-color: #292929;
  padding: 10px 3%;
}

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

.footer-cta-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.column-x-small-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.footer-grid-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.input-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto 10px 10px;
}

.footer-links-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.footer-links-grid-three {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.paragraph-small-46 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small-46.text-color-white {
  color: #fff;
}

.max-width-regular-8 {
  width: 100%;
  max-width: 480px;
}

.form-input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-field-dark {
  background-color: #0000;
  border: 1px solid #292929;
  border-radius: 10px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
}

.text-field-dark:focus {
  border-color: #ff4b0f;
}

.container-large-41 {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.footer-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-legal-link-dark {
  color: #c9c9c9;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.footer-legal-link-dark:hover {
  color: #fff;
}

.footer-contact {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.footer-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.error-message {
  color: #8f2400;
  background-color: #ffd1c2;
  border-radius: 10px;
}

.footer-main-small {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  display: flex;
}

.footer-contact-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.footer-form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.footer-cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-left: 1px dashed #292929;
  flex-direction: column;
  align-items: stretch;
  padding-left: 64px;
  display: flex;
  position: relative;
}

.section-regular-33 {
  padding: 92px 5%;
  position: relative;
}

.section-regular-33.background-dark {
  background-color: #000;
}

.footer-contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-decoration: none;
  display: flex;
}

.badge-primary-2 {
  color: #fff;
  background-color: #292929;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
}

.success-message {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.h4-heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.h4-heading-12.text-color-white {
  color: #fff;
}

.paragraph-regular-31 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-regular-31.text-color-tertiary {
  color: #8f8f8f;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.label-regular.text-color-white {
  color: #fff;
}

.footer-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #8f8f8f;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link-2:hover {
  color: #fff;
}

.footer-form-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-submit-button {
  text-align: center;
  background-color: #ff4b0f;
  background-image: linear-gradient(#ffffff3d, #0000 50%);
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #ff4b0f, 0 1px 2px #ff4b0fa3;
}

.footer-legal-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.footer-logo-wrap {
  max-width: 370px;
}

.footer-newsletter-small {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.language-list-2 {
  align-items: center;
}

.language-list-2.w--open {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 32px;
  align-items: center;
  min-width: 180px;
  padding: 8px;
  display: flex;
  top: -72px;
  right: 0;
}

.footer-link-3 {
  color: #1e1e1e;
  letter-spacing: -.02em;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #ed4f11;
}

.footer-link-3.w--current {
  color: #1e1e1e;
}

.text-field-ghost {
  color: #1e1e1e;
  letter-spacing: -.02em;
  border: 1px #000;
  border-radius: 24px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.text-field-ghost::placeholder {
  color: #9797a1;
}

.language-toggle-2 {
  grid-column-gap: 4px;
  border: 1px solid #e4e4e7;
  border-radius: 50px;
  align-items: center;
  padding: 8px;
  display: flex;
}

.footer-form-3 {
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.form-block-large {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
}

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

.divider-dot {
  background-color: #bcbcc2;
  flex: none;
  width: 4px;
  height: 4px;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 32px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.footer-grid-c {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.footer-separator {
  grid-column-gap: 32px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

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

.language-wrapper {
  align-items: center;
  display: flex;
}

.button-submit-2 {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #ed4f11;
  border-radius: 24px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.footer-top-a {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-title-3 {
  color: #ed4f11;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.social-link-4 {
  color: #131315;
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  padding: 8px;
  transition: color .3s;
}

.social-link-4:hover {
  color: #ed4f11;
}

.language-link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  border-radius: 32px;
  flex: none;
  align-items: center;
  padding: 8px;
  transition: background-color .3s;
  display: flex;
}

.language-link-2:hover {
  background-color: #f4f4f5;
}

.footer-logo-2 {
  flex: none;
  margin-bottom: 16px;
}

.social-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

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

.paragraph-small-47.text-color-gray-800 {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-small-47.text-color-gray-700 {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
}

.section-regular-34 {
  padding: 80px 5%;
  position: relative;
}

.grid-three-column-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-field-2 {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.icon-regular-25 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.checkbox-2 {
  border-width: 2px;
  border-color: #d7d7db;
  border-radius: 3px;
  flex: none;
  width: 16px;
  height: 16px;
  margin: 4px 12px 4px 4px;
}

.checkbox-2.w--redirected-checked {
  background-color: #8870d7;
  background-image: url('../images/Check-Icon.svg');
  background-size: auto;
  border-width: 2px;
  border-color: #8870d7;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin: 4px 12px 4px 4px;
}

.flag-circle {
  border-radius: 99px;
  flex: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.language-dropdown-2 {
  display: flex;
}

.span-footer-link {
  color: #131315;
  font-weight: 500;
}

.text-color-brand-6 {
  color: #6869ac;
}

.hero_background-lines {
  z-index: 1;
  color: #2b2c50;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-2x-large {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.hero3_section {
  background-image: linear-gradient(124deg, #ed4f11, #eb7d11);
  padding-top: 80px;
  position: static;
  overflow: hidden;
}

.hero_caption {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overline-medium {
  color: #ed4f11;
  letter-spacing: -.18px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.text-size-small-2 {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small-2.text-color-tertiary {
  color: #575f70;
}

.hero_gsap-text {
  z-index: 1;
  color: #6869ac;
  position: relative;
}

.hero_container {
  z-index: 2;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_image-card {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/home-header.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-top-left-radius: 99px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.button-pill {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6869ac;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-pill:hover {
  background-color: #2b2c50;
}

.button-pill.is-large {
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
}

.hero_image-bottom {
  z-index: 2;
  object-fit: scale-down;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.icon-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.hero_newsletter-field {
  color: #24262d;
  border: 1px solid #b4bac5;
  border-radius: 99rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.hero_newsletter-field:focus {
  border-color: #6869ac;
}

.hero_newsletter-field::placeholder {
  color: #575f70;
}

.column-small-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.hero_logos-footnote {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-xsmall {
  width: 100%;
  max-width: 12.5rem;
}

.gsap-script {
  display: none;
}

.hero_inner-section {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.hero_newsletter-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  max-width: 28.125rem;
  display: flex;
}

.hero_avatar {
  width: 8.75rem;
  height: 8.75rem;
  position: absolute;
  inset: 2rem auto auto 2rem;
}

.heading-style-h1-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
}

.hero_image-top {
  z-index: 3;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_content-2 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: column;
  width: 50%;
  max-width: 36.75rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.hero_logos-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.heading-style-h2-3 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2-3.text-balance {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.text-size-large-2 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}

.text-size-large-2.text-color-secondary {
  color: #3f3f46;
}

.cta_content-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cta_background-lines {
  object-fit: cover;
  object-position: 0% 100%;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
  -webkit-mask-image: linear-gradient(to top left, #000 10%, #0000 60%);
  mask-image: linear-gradient(to top left, #000 10%, #0000 60%);
}

.section-xlarge {
  background-image: linear-gradient(#ed4f11f5, #ed4f11f5), url('../images/dashboard-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 8rem 5%;
  position: relative;
}

.cta_inline-image {
  vertical-align: middle;
  background-image: url('../images/Landscape-17_1Landscape 17.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 3.75rem;
  margin-top: -.75rem;
  display: inline-block;
}

.success-message-2 {
  background-color: #ed4f11;
}

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

.paragraph-small-48 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.header-bottom-6 {
  z-index: 1;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.header-carousel-7 {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

.container-large-42 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-28 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.header-top-5 {
  z-index: 1;
  padding: 96px 5% 48px;
}

.paragraph-regular-32 {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.section-2x-small-8 {
  background-image: linear-gradient(#ed4f11f5, #ed4f11f5), url('../images/135489-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 8px 8px 20px;
  position: relative;
}

.badge-primary-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.h4-heading-13 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

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

.paragraph-small-49 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.container-large-43 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-29 {
  color: #ed4f11;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.row-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-regular-4.child-wrap {
  flex-flow: wrap;
}

.header-image-9 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.grid-two-column-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.header-image-right-4 {
  display: flex;
  position: relative;
}

.paragraph-regular-33 {
  color: #1e1e1e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-33.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.section-2x-small-9 {
  background-color: #f7f7f8;
  padding: 8px;
  position: relative;
}

.section-2x-small-9.background-white {
  background-color: #fff;
}

.header-avatar-4 {
  background-color: #e7e7ea;
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-left: -16px;
}

.header-avatar-4.first-item {
  margin-left: 0;
  overflow: hidden;
}

.button-primary-32 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-32:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.hero_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h1-3 {
  color: #ed4f11;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.section {
  background-color: #fafafa;
  position: relative;
}

.hero_buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.hero_image-wrapper {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.overline-wrapper-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-brand-7 {
  color: #ff5805;
}

.container-large-44 {
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero_logos {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  width: 100%;
  padding: .5rem 1.5rem;
  display: flex;
}

.text-size-xlarge-3 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.hero_content-small {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  text-align: center;
  flex-flow: column;
  max-width: 55%;
  display: flex;
}

.hero_section {
  background-image: linear-gradient(124deg, #ed4f11, #eb7d11);
  padding: 80px 5%;
  position: relative;
}

.text-size-small-3 {
  font-size: .875rem;
  line-height: 1.5;
}

.overline-medium-2 {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.button-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  border: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .625rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.button-4.is-outline-2 {
  color: #000;
  background-color: #fff;
  border-color: #e6e6e7;
}

.button-4.is-secondary-5 {
  background-color: #000;
}

.button-4.is-ghost-2 {
  color: #000;
  background-color: #fff0;
}

.max-width-medium {
  text-align: left;
  width: 100%;
  max-width: 36.75rem;
}

.icon-wrapper-9 {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.paragraph-large-22 {
  color: #1e1e1e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.header-title-wrapper-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.text-color-blue-4 {
  color: #1457ff;
}

.header-image-10 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.h1-heading-30 {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

.row-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.container-regular-14 {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.button-outline-12 {
  grid-column-gap: 8px;
  color: #07090d;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-flex;
}

.button-outline-12:hover {
  color: #1457ff;
  background-color: #f0f5ff;
  border-color: #b8ceff;
}

.section-regular-35 {
  background-image: linear-gradient(#3333330d, #3333330d), url('../images/4077186_17580.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 82px 5%;
  position: relative;
}

.button-primary-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-33:hover {
  background-color: #1a44a0;
}

.header-logo-3 {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.header-logo-3:hover {
  opacity: 1;
  color: #3c4353;
}

.max-width-x-small-4 {
  width: 100%;
  max-width: 350px;
}

.header-logos-5 {
  border: 1px solid #edeff2;
  border-radius: 6px;
  margin-top: 64px;
  display: flex;
}

.vertical-divider-3 {
  background-color: #edeff2;
  width: 1px;
  height: 100px;
}

.header-buttons-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.header-grid-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.h4-heading-14 {
  color: #07090d;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.h6-heading-16 {
  color: #07090d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.icon-regular-26 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.heading-style-h1-4 {
  color: #fff;
  letter-spacing: -.1125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.15;
}

.section-6 {
  position: relative;
}

.text-color-brand-8 {
  color: #ff5805;
}

.text-size-small-4 {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small-4.text-color-tertiary {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.overline-medium-3 {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.timeline_bar {
  background-color: #ed4f11;
  width: 2px;
  height: 0%;
}

.timeline_milestones {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h2-4 {
  color: #1e1e1e;
  letter-spacing: -.1rem;
  margin-top: 80px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
}

.timeline_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: sticky;
  top: 2rem;
}

.section-medium-4 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.timeline_buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.column-xsmall-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.timeline_milestone {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.heading-style-h5 {
  color: #1e1e1e;
  letter-spacing: -.05rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.timeline_milestones-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.text-size-xlarge-4 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-xlarge-4.text-color-tertiary {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.overline-medium-4 {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.timeline_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline_date {
  color: #ed4f11;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.timeline_progress {
  background-color: #e6e6e7;
  width: 2px;
  height: 100%;
}

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

.success-message-3 {
  color: #fff;
  background-color: #ed4f11;
  font-family: Montserrat, sans-serif;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.success-message-4 {
  color: #fff;
  background-color: #ed4f11;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.privacy-policy-grid {
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.text-privacy-policy {
  text-align: center;
  font-weight: 400;
}

.section-large-10 {
  background-color: #fafafa;
  padding: 5rem 5%;
  position: relative;
}

.section-large-10.is-table {
  padding: 30px 0%;
}

.table_table {
  text-align: left;
  width: 100%;
  min-width: 35rem;
}

.table_scroll {
  background-color: #fff;
  border-radius: 1rem;
  overflow: auto;
}

.heading-style-h3-2 {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-size-xlarge-5 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75;
}

.text-size-xlarge-5.text-weight-medium {
  font-weight: 500;
}

.table_row {
  z-index: 1;
  border-bottom: 1px solid #edf0f2;
}

.table_header {
  color: #71717b;
  background-color: #fafafa;
  padding: 1rem 2rem;
  font-weight: 500;
}

.table_cell {
  padding: 1rem 2rem;
}

.max-width-2x-small-2 {
  width: 100%;
  max-width: 16rem;
}

.title-row-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section-medium-5 {
  background-color: #fafafa;
  padding: 4rem 5%;
  position: relative;
}

.section-medium-5.background-light {
  background-color: #fff;
}

.text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
  font-weight: 400;
}

.paragraph-privacy {
  color: #1e1e1e;
  font-weight: 400;
}

.paragraph-mss {
  text-align: center;
  margin-top: 30px;
  font-weight: 400;
}

.cta-dark-2 {
  color: #fff;
  background-color: #131315;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 64px;
  display: flex;
  position: relative;
}

.overline-11 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-11.text-color-purple {
  color: #8870d7;
}

.section-regular-36 {
  padding: 96px 5%;
  position: relative;
}

.h2-heading-25 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-25.text-color-white {
  color: #fff;
}

.button-secondary-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #131315;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.cta-button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #55555e;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.heading-style-h1-5 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.heading-style-h1-5.text-balance {
  color: #fff;
  text-wrap: balance;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
}

.heading-style-h1-5.text-balance.centre {
  text-align: center;
}

.container-xsmall {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.cta_section-2 {
  text-align: center;
  background-image: linear-gradient(#ed4f11f0, #ed4f11f0), url('../images/dashboard-3.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 80px 5%;
}

.button-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #05df72;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: inline-flex;
}

.button-5:hover {
  background-color: #00c950;
}

.button-5.is-secondary-2 {
  color: #fff;
  background-color: #000;
}

.link {
  color: #0f1529;
}

.personal-details {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.form-row-wrap {
  flex-wrap: wrap;
  display: flex;
}

.title-wrap {
  max-width: 620px;
  margin-bottom: 50px;
}

.text-field-2 {
  color: #0f152966;
  letter-spacing: -.03em;
  border: 1px #000;
  border-bottom: 1px solid #0f15291a;
  height: 45px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
}

.text-field-2:focus {
  color: #0f1529;
  border-bottom-color: #8b54c2;
}

.form-field-heading {
  color: #ed4f11;
  letter-spacing: -.04em;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.attach-button {
  align-items: center;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.attach-text {
  color: #0f1529;
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 500;
}

.form-heading {
  color: #0f1529;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.abstract-graphic {
  background-image: url('../images/Rectangle-69.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
}

.checkbox-3 {
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-3.w--redirected-checked {
  background-color: #ed4f1117;
  background-image: none;
  border-color: #ed4f11;
}

.submit-button {
  letter-spacing: -.02em;
  background-color: #0f1529;
  border-radius: 40px;
  padding: 20px 57px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.form-section-wrap {
  margin-top: 40px;
  margin-bottom: 30px;
}

.form-container {
  justify-content: flex-start;
  width: 70%;
  padding: 100px 5% 100px 8%;
  display: flex;
}

.checkbox-field-3 {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 18px 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: relative;
}

.form-subheading {
  color: #0f1529cc;
  letter-spacing: -.02em;
  max-width: 385px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.form-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 730px;
}

.check-box {
  color: #1e1e1e;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.check-box:active {
  color: #1e1e1e;
  background-color: #8b54c21a;
  border-color: #8b54c2;
}

.legal-terms {
  color: #3339;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.paperclip-icon {
  margin-right: 15px;
}

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

.section-flowbase {
  display: flex;
}

.text-block-18, .text-block-19 {
  font-weight: 600;
}

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

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

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

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

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

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

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

.brix---icon-menu-dropdown {
  margin-right: 8px;
}

.brix---dropdown-grid-v1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.brix---dropdown-card-wrapper {
  background-color: #0000;
  padding-top: 28px;
  transform: translate(-42%);
}

.carousel-horizontal-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-button-group-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.fade-gradient-right {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(93deg, #0000, #f8f6f6b5 60%, #f8f6f6);
  width: 15%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-regular-15 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.text-color-red-600 {
  color: #932525;
}

.fade-gradient-left {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(89deg, #f8f6f6, #f8f6f6b8 48%, #0000);
  width: 15%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-section-3 {
  background-color: #f8f6f6;
  padding: 86px 5% 48px;
  position: relative;
}

.header-feature-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.paragraph-x-small-9 {
  font-size: 12px;
  line-height: 16px;
}

.carousel-horizontal-2 {
  width: 100%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.text-color-green-600 {
  color: #2f7561;
}

.header-grid-8 {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.h1-heading-31 {
  color: #ed4f11;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.button-primary-large-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-large-2:hover {
  background-color: #734573;
}

.button-primary-large-2.icon-right {
  padding-right: 12px;
}

.text-color-blue-600 {
  color: #2f5c98;
}

.icon-regular-27 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-x-large-6 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.button-outline-large-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0a0a0a;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  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-outline-large-2:hover {
  color: #361b36;
  background-color: #fafafa;
  border-color: #d4d4d4;
}

.button-outline-large-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.header-feature {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #171717;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.text-color-purple-601 {
  color: #5c2d5c;
}

.header-divider-2 {
  background-color: #e7e0df;
  width: 1.5px;
  height: 12px;
}

.header-content-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.header-image-block {
  background-color: #f2eeee;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 488px;
  min-height: 536px;
  padding: 62px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body, .body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11, .body-12, .body-13, .body-14, .body-15, .body-16, .body-17, .body-18, .body-19, .body-20, .body-21, .body-22, .body-23, .body-24, .body-25, .body-26, .body-27, .body-28, .body-29, .body-30 {
  margin-top: 90px;
}

.success-message-5 {
  background-color: #fff;
}

.text-block-20 {
  color: #ed4f11;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.modal-card {
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 12px;
  max-width: 440px;
  padding: 32px;
}

.section-regular-37 {
  padding: 82px 5%;
  position: relative;
}

.modal-bottom-right {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

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

.button-outline-small-3 {
  color: #07090d;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
}

.button-outline-small-3:hover {
  color: #1457ff;
  background-color: #f0f5ff;
  border-color: #b8ceff;
}

.modal-button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.container-regular-16 {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-34 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-34:hover {
  background-color: #1a44a0;
}

.paragraph-small-50 {
  color: #586174;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.modal {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.button-primary-small-7 {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-small-7:hover {
  background-color: #1a44a0;
}

.h6-heading-17 {
  color: #07090d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.icon-regular-28 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.modal-close {
  color: #586174;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.modal-close:hover {
  color: #07090d;
  background-color: #f0f5ff;
}

.toc-sale-header {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
}

.form-privacy-policy {
  color: #1e1e1e;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.form-privacy-policy._14px {
  font-size: 14px;
}

.form-privacy-policy._14px.white {
  color: #fff;
}

.security-disclaimer {
  color: #1e1e1e;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    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: var(--untitled-ui--gray700);
    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-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar03_bottom-bar-background {
    border-radius: .5rem;
    width: 100%;
    inset: 0%;
    overflow: hidden;
  }

  .uui-navbar03_bottom-bar {
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .uui-navbar03_bottom-bar-left {
    margin-bottom: 2rem;
  }

  .uui-navbar03_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar03_menu {
    border-top: 1px solid 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: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar03_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar03_link {
    width: 100%;
    color: var(--untitled-ui--gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar03_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar03_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar03_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar03_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar03_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-navbar03_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_menu {
    border-top: 1px solid 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: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_link {
    width: 100%;
    color: var(--untitled-ui--gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .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-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    padding: 0;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar08_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar08_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .uui-navbar08_link {
    width: 100%;
    color: var(--untitled-ui--gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar08_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu {
    border-top: 1px solid 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: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar08_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-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    padding: 0;
  }

  .uui-navbar08_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar08_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar08_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_bottom-bar {
    border-radius: .5rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar05_menu {
    border-top: 1px solid 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: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar05_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_link {
    width: 100%;
    color: var(--untitled-ui--gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar05_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar05_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar05_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-navbar05_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar05_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar05_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar05_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

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

  .navigation-container {
    padding: 20px 0;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
  }

  .navigation-link {
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .button-nav {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .tabs-content {
    border-left-style: none;
    border-right-style: none;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #7abadd;
    border: 1px solid #4e2d9230;
    border-radius: 15px;
    margin-left: 14px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #4ca0ce;
  }

  .tabs-menu {
    min-width: 250px;
  }

  .tabs {
    margin-bottom: 40px;
  }

  .menu-wrap {
    background-color: #041434;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
    position: absolute;
  }

  .toggle {
    width: 100%;
  }

  .toggle.w--open {
    background-color: #4e2d921a;
    width: 100%;
  }

  .navigation-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .navigation-menu-button {
    background-color: #f4f4f6;
    border-radius: 8px;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #5167f6;
    border-color: #fff;
  }

  .navigation-left-2, .navigation-right-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .button-primary-small {
    display: none;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-dropdown-base {
    box-shadow: none;
    padding: 16px;
  }

  .navigation-dropdown-base.w--open {
    height: 500px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .navigation-list-dropdown {
    height: 480px;
  }

  .navigation-list-dropdown.w--open {
    padding: 0;
    position: relative;
    top: 8px;
  }

  .navigation-grid-large {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .button-secondary-small {
    display: none;
  }

  .navigation-2 {
    position: relative;
  }

  .navigation-link-2 {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-link-small {
    padding: 8px;
  }

  .navigation-link-wrapper {
    justify-content: flex-start;
  }

  .nav-link-3 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link-3.w--open {
    color: #fff;
    background-color: #7070c2;
    width: 100%;
  }

  .nav-line-break {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .nav-dropdown-toggle-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-dropdown-toggle-2.w--open {
    color: #fff;
    background-color: #4255bd;
    width: 100%;
  }

  .nav-brand {
    margin-right: 10px;
    padding: 0;
  }

  .nav-column-large {
    grid-template-columns: 1fr;
  }

  .nav-dropdown-container {
    box-shadow: none;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-grid-large {
    grid-template-columns: 1fr;
  }

  .nav-column-small {
    grid-template-rows: auto auto auto;
  }

  .nav-dropdown-list-full.w--open {
    border-bottom: 4px solid #1a1a1a;
    height: 50vh;
    position: static;
    overflow: auto;
  }

  .nav-menu-button {
    color: #4255bd;
    background-color: #f4f5fb;
    border-radius: 8px;
    margin-left: 0;
    padding: 12px;
    transition: all .3s;
  }

  .nav-menu-button:hover {
    color: #fff;
    background-color: #ed4f11;
  }

  .nav-menu-button.w--open {
    background-color: #4255bd;
  }

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

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

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-cta02_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-cta02_image-01 {
    max-width: 32rem;
  }

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

  .feature-grid-small {
    grid-template-columns: 1fr;
  }

  .cta-section {
    padding-bottom: 140px;
  }

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

  .a-button-primary {
    display: flex;
  }

  .a-footer-detail-row {
    justify-content: center;
  }

  .header-square {
    width: 32px;
    height: 32px;
  }

  .header-square.outlier {
    display: none;
  }

  .header-sqaures {
    height: 64px;
  }

  .header-line {
    background-color: #e6e6e7;
  }

  .process-content {
    flex-flow: column;
    padding-bottom: 32px;
  }

  .process-description {
    max-width: none;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .header-image-wrapper {
    width: 100%;
    position: static;
  }

  .header-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .header-content-small {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: none;
  }

  .header-title-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-card {
    left: 32px;
  }

  .header-image-wrapper-right {
    padding-left: 0;
  }

  .header-logos-2 {
    flex-flow: wrap;
  }

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

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

  .cta-section-2 {
    padding-bottom: 140px;
  }

  .cta-container {
    max-width: 620px;
  }

  .cta-grid {
    grid-template-columns: 1fr;
    padding: 100px 50px 70px;
  }

  .button-secondary {
    display: flex;
  }

  .logo-button {
    margin-bottom: 20px;
  }

  .button-primary-12 {
    display: flex;
  }

  .header-grid-2 {
    grid-template-columns: 1.1fr;
  }

  .header-image-wrapper-2 {
    max-width: none;
    margin-left: 0;
  }

  .header-title-wrapper-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-graphic-inner {
    inset: -20% 10% auto auto;
  }

  .header-graphic {
    left: 32px;
  }

  .header-image-right {
    width: 100%;
    height: 500px;
    padding-left: 0;
    position: relative;
  }

  .header-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 600px;
  }

  .story-path {
    bottom: 36px;
  }

  .section-x-large {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .content-shapes {
    display: none;
  }

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

  .cta-section-5 {
    padding-bottom: 140px;
  }

  .content-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .image-card-02 {
    max-width: 80%;
  }

  .content-tabs {
    flex-direction: column-reverse;
  }

  .feature-mask {
    width: 420px;
  }

  .feature-slider-grid {
    grid-template-columns: 1fr;
  }

  .team-accent-right {
    right: 24px;
  }

  .team-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .team-accent-left {
    left: 24px;
  }

  .team-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-card-large {
    width: 100%;
    max-width: none;
  }

  .section-regular-13 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .team-slider-trigger {
    width: 20%;
  }

  .section-regular-14 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .content-block, .content-feature {
    max-width: none;
  }

  .content-image-card {
    left: 32px;
  }

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

  .pattern.contact-01-top {
    display: none;
    right: 4%;
  }

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

  .grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-grid-small {
    grid-template-columns: 1fr;
  }

  .content-carousel {
    overflow: auto;
  }

  .cta-container-3 {
    max-width: 620px;
  }

  .cta-grid-3 {
    grid-template-columns: 1fr;
    padding: 100px 50px 70px;
  }

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

  .process-step {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .process-component {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .button-primary-small-3 {
    display: none;
  }

  .process-title-wrapper {
    max-width: 100%;
    position: static;
  }

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

  .faq-content {
    width: 100%;
  }

  .process-dashed-line {
    display: none;
  }

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

  .process-grid-three {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-tab-image-2 {
    max-height: none;
  }

  .content-tab-link-2 {
    border-color: #0000;
  }

  .content-tab-link-2.w--current {
    border-bottom-color: #d4d4d4;
  }

  .content-tab-grid {
    grid-template-columns: 1fr;
  }

  .content-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-grid-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .feature-illustration {
    order: -1;
    width: 300px;
  }

  .feature-carousel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 1920px;
  }

  .header-phone-image {
    display: none;
  }

  .header-section-top {
    overflow: hidden;
  }

  .nav-menu-button-ghost {
    padding: 12px;
  }

  .nav-menu-card {
    grid-template-columns: 1fr 1fr;
  }

  .nav-ghost {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-image {
    max-width: none;
  }

  .header-section-video {
    padding-top: 200px;
  }

  .nav-container-ghost {
    justify-content: space-between;
    align-items: center;
  }

  .nav-divider-wrapper {
    bottom: 0;
  }

  .nav-left-2, .nav-divider-2.hide-tablet, .nav-left-3 {
    display: none;
  }

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

  .cta-image-4 {
    height: 120px;
  }

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

  .cta-container-small {
    flex-flow: column;
  }

  .form_block {
    align-items: center;
  }

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

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

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

  .contact-detail {
    margin-top: 72px;
    margin-bottom: 64px;
  }

  .contact-container {
    flex-flow: column;
  }

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

  .contact-left {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 5%;
  }

  .contact-right {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 5%;
  }

  .contact-map-button {
    padding: 24px;
  }

  .section-regular-23 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

  .contact-map-button-inner {
    padding: 16px;
  }

  .graphic-left {
    margin-bottom: -68px;
  }

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

  .header-button-group-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .graphic-shape {
    display: none;
  }

  .graphic-image-wrapper {
    width: 100%;
    max-width: none;
    max-height: 400px;
  }

  .graphic-card-statistics {
    margin-right: auto;
  }

  .graphic-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr .75fr;
  }

  .graphic-card-small {
    display: none;
  }

  .header-image-wrapper-3 {
    max-height: 400px;
  }

  .button-group-5 {
    align-items: center;
    width: auto;
    display: flex;
  }

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

  .header-grid-5, .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .feature_image-large {
    height: 20rem;
  }

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

  .feature_icon-outline {
    margin-top: 10px;
  }

  .h1-heading-16 {
    font-size: 56px;
  }

  .header-statistics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .h4-heading-7 {
    font-size: 36px;
  }

  .h1-heading-17 {
    font-size: 56px;
  }

  .h4-heading-8 {
    font-size: 36px;
  }

  .feature-grid-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .button-2 {
    display: flex;
  }

  .grid-three-column-4 {
    grid-template-columns: 1fr 1fr;
  }

  .h1-heading-18 {
    font-size: 56px;
  }

  .h4-heading-9 {
    font-size: 36px;
  }

  .footnote {
    margin-top: 60px;
  }

  .section-large-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline-progress {
    left: 0%;
  }

  .timeline-left {
    max-width: none;
  }

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

  .timeline-right {
    max-width: none;
  }

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

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

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

  .integrations-carousel {
    height: 400px;
    margin-left: 0;
  }

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

  .cta_right-side {
    max-width: none;
    height: 55%;
    inset: auto 0% 0%;
  }

  .cta_content {
    flex-flow: column;
  }

  .cta_right-content {
    max-width: none;
  }

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

  .cta_section {
    flex-flow: column;
  }

  .header-image-wrapper-4 {
    width: 100%;
    position: static;
  }

  .navigation-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e7;
    padding: 8px 5% 16px;
  }

  .banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .header-section-2 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .navigation-container-3 {
    position: static;
  }

  .navigation-brand-divider {
    display: none;
  }

  .menu-button-3 {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

  .menu-button-3.w--open {
    background-color: #000;
  }

  .content_card-block {
    width: 100%;
  }

  .content_row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-layout-small {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .navigation-menu-3 {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e7;
    padding: 8px 5% 16px;
  }

  .header-layout-wrapper {
    background-image: url('../images/Header-07-Pattern.webp'), url('../images/Header-07-Triangles.svg'), linear-gradient(#0006, #0006), url('../images/Header-07-BG-Image.webp');
    background-position: 0 0, 50% 100%, 0 0, 50%;
    background-repeat: no-repeat, repeat-x, repeat, no-repeat;
    background-size: 219px, auto, auto, cover;
  }

  .navigation-container-4 {
    position: static;
  }

  .header-layout-inner {
    flex-flow: column;
    min-height: auto;
  }

  .navigation-menu-4 {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e7;
    padding: 8px 5% 16px;
  }

  .header-section-large {
    padding-top: 150px;
  }

  .navigation-container-5 {
    position: static;
  }

  .navigation-link-ghost {
    color: #434347;
  }

  .h1-heading-24 {
    font-size: 56px;
  }

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

  .header-column {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .feature-grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .section-large-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-secondary-8 {
    background-image: linear-gradient(#ffffff1f, #fff0);
  }

  .feature-image-wrapper {
    display: none;
  }

  .feature-dashboard {
    width: 100%;
    position: static;
  }

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

  .column-3x-large-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .h1-heading-25 {
    font-size: 56px;
  }

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

  .h1-heading-26 {
    font-size: 56px;
  }

  .header-statistics-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .h4-heading-10 {
    font-size: 36px;
  }

  .h1-heading-27 {
    font-size: 56px;
  }

  .h4-heading-11 {
    font-size: 36px;
  }

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

  .paragraph-small-44.desktop-no-wrap {
    white-space: normal;
  }

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

  .process-row {
    flex-flow: column;
  }

  .process-card-bottom {
    max-height: 200px;
  }

  .footer-grid-x-large {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-legal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-legal-section-dark {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-link-badge {
    align-items: center;
  }

  .footer-grid-small {
    grid-template-columns: 1fr;
  }

  .footer-links-grid-three {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-auto-columns: 1fr;
  }

  .footer-main-small {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .footer-cta {
    border-top: 1px dashed #292929;
    border-left-style: none;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    padding-left: 0;
    display: flex;
  }

  .footer-newsletter-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-form-3 {
    max-width: none;
  }

  .footer-grid-c {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .grid-three-column-5 {
    grid-template-columns: 1fr 1fr;
  }

  .hero_image-card {
    justify-content: flex-end;
    align-items: flex-start;
    width: 106%;
    max-width: none;
    height: 28.125rem;
    margin-top: 4rem;
    position: relative;
  }

  .hero_logos-footnote {
    flex-flow: wrap;
  }

  .hero_content-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }

  .h1-heading-28 {
    font-size: 56px;
  }

  .h4-heading-13 {
    font-size: 36px;
  }

  .h1-heading-29 {
    font-size: 56px;
  }

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

  .hero_image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  .hero_content-small {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: none;
  }

  .hero_section {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .header-title-wrapper-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-logos-5 {
    flex-flow: wrap;
  }

  .header-grid-7 {
    grid-template-columns: 1fr;
  }

  .heading-style-h2-4 {
    margin-top: 0;
  }

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

  .table_scroll {
    overflow: auto;
  }

  .button-secondary-9 {
    display: flex;
  }

  .abstract-graphic {
    width: 20%;
  }

  .submit-button {
    margin-bottom: 20px;
  }

  .form-container {
    width: 80%;
    padding-left: 5%;
  }

  .button-wrapper-2 {
    flex-wrap: wrap;
  }

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

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

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

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

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

  .header-section-3 {
    padding-top: 64px;
  }

  .header-grid-8 {
    grid-template-columns: 1fr;
  }

  .header-content-2 {
    max-width: 600px;
  }

  .header-image-block {
    max-width: none;
    min-height: auto;
    max-height: 600px;
  }
}

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

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

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

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

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

  .hero-stack {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .features-table, .features-list, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

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

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

  .hero-heading-left, .hero-without-image, .hero-section-solution, .hero-heading-right, .hero-heading-right-2, .features-list-2 {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .hero-heading-left-2, .hero-without-image-2 {
    padding: 60px 15px;
  }

  .uui-text-size-small.hide-mobile-landscape {
    display: none;
  }

  .uui-button {
    font-size: 1rem;
  }

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

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-button-link {
    font-size: 1rem;
  }

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

  .uui-navbar03_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_link, .uui-navbar03_dropdown-toggle {
    font-size: 1rem;
  }

  .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-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_link, .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar08_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_link {
    font-size: 1rem;
  }

  .uui-navbar08_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-navbar05_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar05_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_link, .uui-navbar05_dropdown-toggle {
    font-size: 1rem;
  }

  .navigation-tab {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-nav {
    display: none;
  }

  .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    flex-flow: column wrap;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .tabs {
    flex-direction: column;
  }

  .navigation-button-group {
    display: none;
  }

  .navigation-grid, .navigation-grid-large, .nav-grid-large, .grid-three-column {
    grid-template-columns: 1fr;
  }

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

  .section-solutions-apps {
    font-size: 44px;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

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

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-cta02_component {
    grid-row-gap: 3rem;
  }

  .uui-cta02_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .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-cta02_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 22rem;
    min-height: auto;
    display: flex;
  }

  .uui-cta02_image-02 {
    width: 100%;
    min-width: auto;
    max-width: 15.25rem;
    position: static;
    inset: 0% 0% auto;
  }

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

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

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

  .h3-heading {
    font-size: 36px;
    line-height: 52px;
  }

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

  .a-footer-form {
    flex-direction: column;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

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

  .h1-heading-2 {
    font-size: 48px;
  }

  .process-description {
    padding-top: 0;
  }

  .process-number {
    font-size: 40px;
  }

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

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

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

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

  .h1-heading-3 {
    font-size: 48px;
  }

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

  .features-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-card {
    padding: 32px;
  }

  .h3-heading-3 {
    font-size: 36px;
    line-height: 52px;
  }

  .features-wrap {
    flex-direction: column;
  }

  .blue-dot {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .cta-accent-left {
    display: none;
  }

  .cta-dark {
    padding: 80px 48px;
  }

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

  .h2-heading-2 {
    font-size: 44px;
  }

  .button-secondary {
    max-width: 100%;
  }

  .cta-button-group {
    justify-content: center;
  }

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

  .cta-section-4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cta-bg-lines {
    display: none;
  }

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

  .h2-heading-3 {
    font-size: 44px;
  }

  .cta-home-demo {
    padding: 80px 48px;
  }

  .h2-heading-4 {
    font-size: 44px;
  }

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

  .header-logo-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .title-row {
    grid-column-gap: 8px;
  }

  .title-doodle {
    height: 16px;
    bottom: -16px;
  }

  .h1-heading-7 {
    font-size: 48px;
  }

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

  .h3-heading-4 {
    font-size: 36px;
    line-height: 52px;
  }

  .content-grid {
    grid-row-gap: 60px;
  }

  .image-card {
    bottom: 64%;
    left: -7vw;
  }

  .image-card-02 {
    bottom: 20%;
  }

  .content-heading {
    font-size: 40px;
    line-height: 50px;
  }

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

  .h1-heading-8 {
    font-size: 54px;
    line-height: 62px;
  }

  .feature-slider-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-mask {
    width: 400px;
  }

  .feature-slider-grid {
    grid-template-columns: 1fr;
  }

  .h3-heading-5 {
    font-size: 36px;
    line-height: 52px;
  }

  .team-accent-right {
    display: none;
  }

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .team-accent-left {
    display: none;
  }

  .h2-heading-6 {
    font-size: 46px;
  }

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

  .h2-heading-7 {
    font-size: 46px;
  }

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

  .h2-heading-8, .h2-heading-9 {
    font-size: 46px;
  }

  .team-image-small {
    max-width: none;
  }

  .h2-heading-10 {
    font-size: 46px;
  }

  .team-block {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-11 {
    font-size: 46px;
  }

  .team-slider-mask {
    width: 80%;
  }

  .team-slider-trigger {
    background-image: none;
    width: 10%;
  }

  .team-slider-trigger.left {
    background-image: none;
  }

  .team-image {
    order: -1;
  }

  .team-caption {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .team-slide {
    margin-right: 16px;
  }

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

  .h3-heading-6 {
    font-size: 42px;
  }

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

  .h2-heading-14 {
    font-size: 46px;
    line-height: 54px;
  }

  .section-industries-home-tltle {
    font-size: 42px;
  }

  .heading-pattern {
    margin-right: -20px;
    padding-right: 20px;
  }

  .background-2 {
    display: none;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .section-regular-16, .content-section-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .h5-heading-4 {
    font-size: 28px;
  }

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

  .h2-heading-16 {
    font-size: 44px;
  }

  .process-step-card {
    padding: 24px 16px;
  }

  .process-title-wrapper {
    padding-bottom: 0;
  }

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

  .grid-feature-content {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

  .process-grid-three {
    grid-template-columns: 1fr;
  }

  .feature-tabs-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .section-regular-19, .section-regular-20 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading-5 {
    font-size: 28px;
  }

  .h4-heading-2 {
    font-size: 32px;
  }

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

  .feature-grid-3 {
    grid-template-columns: 1fr;
  }

  .section-feature, .section-header-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-divider {
    height: 80px;
  }

  .h1-heading-9 {
    font-size: 48px;
  }

  .nav-menu-card {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav-menu-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 4px;
  }

  .nav-menu-image {
    max-height: 240px;
  }

  .h1-heading-11 {
    font-size: 52px;
  }

  .nav-links-featured {
    padding: 4px;
  }

  .h1-heading-12 {
    font-size: 52px;
  }

  .feature-grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .feature-card-5 {
    padding: 32px;
  }

  .title-wrapper-4 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .features-heading-2 {
    margin-bottom: 20px;
  }

  .h1-heading-13 {
    font-size: 52px;
  }

  .cta-header {
    margin-bottom: 60px;
  }

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

  .text-size-xlarge {
    font-size: 18px;
  }

  .hero_image {
    height: 24rem;
  }

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

  .display-heading {
    font-size: 58px;
  }

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

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

  .h2-heading-18 {
    font-size: 44px;
  }

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

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

  .background-5 {
    display: none;
  }

  .contact-left, .contact-right {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h2-heading-19 {
    font-size: 44px;
  }

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

  .contact-map-wrapper {
    aspect-ratio: auto;
  }

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

  .subheading-x-small, .paragraph-x-small-3 {
    margin-right: 8px;
    display: inline;
  }

  .h1-heading-14, .h1-heading-15 {
    font-size: 48px;
  }

  .paragraph-x-small-4 {
    margin-right: 8px;
    display: inline;
  }

  .h4-heading-6 {
    font-size: 32px;
  }

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

  .feature-statistics-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-icon {
    border-radius: 12px;
    width: 48px;
    height: 48px;
  }

  .header-bottom {
    padding-top: 48px;
    padding-bottom: 5%;
  }

  .background-6 {
    display: none;
  }

  .header-statistics-grid {
    grid-template-columns: 1fr;
  }

  .header-bottom-2 {
    padding-top: 48px;
    padding-bottom: 5%;
  }

  .background-7 {
    display: none;
  }

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

  .feature-grid-5 {
    grid-template-columns: 1fr;
  }

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

  .h2-heading-23 {
    font-size: 46px;
    line-height: 54px;
  }

  .feature-grid-6, .grid-three-column-4 {
    grid-template-columns: 1fr;
  }

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

  .feature-title-4 {
    grid-template-columns: 1fr;
  }

  .h2-heading-24 {
    font-size: 44px;
  }

  .header-bottom-3 {
    padding-top: 48px;
    padding-bottom: 5%;
  }

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

  .paragraph-x-large-5 {
    font-size: 18px;
  }

  .column-4x-large {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .h1-heading-19 {
    font-size: 52px;
    line-height: 62px;
  }

  .h1-heading-20 {
    font-size: 48px;
  }

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

  .cta_form {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .cta_left-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h1-heading-21 {
    font-size: 48px;
  }

  .navigation-buttons, .banner-block.hide-mobile {
    display: none;
  }

  .header-layout-small, .header-layout {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h1-heading-22, .h1-heading-23 {
    font-size: 48px;
  }

  .header-pattern-front, .header-pattern-back {
    bottom: -12px;
  }

  .header-image-overflow {
    height: 580px;
  }

  .feature-grid-7 {
    grid-template-columns: 1fr;
  }

  .header-bottom-4 {
    padding-top: 48px;
    padding-bottom: 5%;
  }

  .header-statistics-grid-2 {
    grid-template-columns: 1fr;
  }

  .header-bottom-5 {
    padding-top: 48px;
    padding-bottom: 5%;
  }

  .footer-grid-x-large {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-legal-section-dark {
    padding-bottom: 32px;
  }

  .footer-grid-small {
    grid-template-columns: 1fr;
  }

  .footer-links-grid-three {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main-small {
    padding-top: 16px;
  }

  .footer-cta {
    border-bottom: 1px solid #292929;
    border-right-style: none;
    padding-right: 0;
  }

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

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

  .language-list-2, .language-list-2.w--open {
    right: auto;
  }

  .footer-separator {
    grid-column-gap: 16px;
  }

  .footer-top-a {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .grid-three-column-5 {
    grid-template-columns: 1fr;
  }

  .language-dropdown-2 {
    justify-content: center;
  }

  .hero_image-card {
    height: 21.875rem;
  }

  .cta_inline-image {
    border-radius: 12px;
    width: 6rem;
    height: 3rem;
  }

  .header-bottom-6 {
    padding-top: 48px;
    padding-bottom: 5%;
  }

  .heading-style-h1-3 {
    font-size: 3rem;
  }

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

  .heading-style-h1-4 {
    font-size: 3rem;
  }

  .heading-style-h2-4 {
    margin-top: 0;
    font-size: 2.5rem;
    line-height: 50px;
  }

  .heading-style-h5 {
    font-size: 1.75rem;
  }

  .text-size-xlarge-5 {
    font-size: 18px;
  }

  .cta-dark-2 {
    padding: 80px 48px;
  }

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

  .h2-heading-25 {
    font-size: 44px;
  }

  .button-secondary-9 {
    max-width: 100%;
  }

  .abstract-graphic {
    width: 100%;
    min-height: 300px;
  }

  .form-container {
    width: 100%;
  }

  .section-flowbase {
    flex-direction: column;
  }

  .header-grid-8 {
    grid-template-columns: 1fr;
  }

  .h1-heading-31 {
    font-size: 48px;
  }

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

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

  .nav-menu-two {
    flex-direction: column;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

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

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

  .container-3, .container-4, .container-5, .container-6 {
    max-width: none;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .uui-navbar03_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .uui-navbar03_bottom-bar {
    align-items: flex-start;
  }

  .uui-navbar03_bottom-bar-right {
    flex-direction: column;
    width: 100%;
  }

  .uui-navbar03_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

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

  .uui-navbar08_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

  .uui-navbar05_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar05_bottom-bar {
    align-items: center;
  }

  .uui-navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .button-primary-small {
    width: 100%;
  }

  .navigation-dropdown-base {
    padding: 8px;
  }

  .navigation-dropdown-base.w--open {
    padding: 14px;
  }

  .navigation-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .nav-link-small {
    flex-flow: column;
    align-items: flex-start;
  }

  .button-ghost-small, .banner {
    display: none;
  }

  .banner-link {
    margin-left: 0;
  }

  .nav-dropdown-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-menu-button {
    -webkit-text-stroke-color: #ed4f11;
    margin-left: 0;
  }

  .nav-menu-button:focus {
    -webkit-text-stroke-color: #ed4f11;
  }

  .nav-menu-button.w--open {
    background-color: #ed4f11;
  }

  .nav-account-toggle {
    display: none;
  }

  .feature-card-a {
    flex-direction: column;
  }

  .uui-cta02_component {
    grid-template-columns: 1fr;
  }

  .uui-cta02_image-wrapper {
    height: 16rem;
  }

  .feature-card-horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

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

  .a-button-primary {
    width: 100%;
  }

  .a-footer-divider {
    display: none;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr;
  }

  .a-footer-legal {
    flex-direction: column;
  }

  .a-footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .a-footer-main-wrapper {
    flex-direction: column;
  }

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

  .button-primary-8 {
    width: 100%;
  }

  .process-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .process-line-wrapper {
    width: auto;
  }

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

  .header-buttons-2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .header-logos {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-10 {
    width: 100%;
  }

  .header-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .h1-heading-4 {
    font-size: 52px;
  }

  .button-outline-3, .button-primary-11 {
    width: 100%;
  }

  .header-buttons-3 {
    flex-flow: column;
  }

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

  .paragraph-large-3 {
    font-size: 18px;
    line-height: 30px;
  }

  .cta-grid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-dark {
    padding: 64px 40px;
  }

  .cta-button-group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .cta-button-3 {
    flex: none;
    width: 100%;
  }

  .cta-block-a {
    padding: 48px 16px;
  }

  .button-primary-12 {
    width: 100%;
  }

  .cta-home-demo {
    padding: 64px 40px;
  }

  .cta-button-4 {
    flex: none;
    width: 100%;
  }

  .button-group {
    flex-flow: column;
  }

  .paragraph-large-5 {
    font-size: 18px;
    line-height: 30px;
  }

  .header-graphic-inner {
    padding: 16px;
  }

  .header-graphic {
    display: none;
  }

  .h1-heading-6 {
    font-size: 52px;
  }

  .button-primary-13 {
    width: 100%;
  }

  .header-image-right {
    height: 250px;
  }

  .form-newsletter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .story-path {
    bottom: 0;
  }

  .button-primary-14 {
    width: 100%;
  }

  .feature-card-2 {
    padding: 24px;
  }

  .paragraph-large-6 {
    font-size: 18px;
    line-height: 30px;
  }

  .image-card {
    max-width: 90%;
    left: 8%;
  }

  .content-image {
    border-radius: 30px;
  }

  .image-card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .section-content {
    background-image: radial-gradient(circle at -60% 0, #fd7e4133, #fff0 42%);
  }

  .image-card-02 {
    padding-right: 20px;
    inset: auto 8% -4% auto;
  }

  .image-card-icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }

  .content-tab-link {
    flex-direction: column;
    padding: 16px;
  }

  .paragraph-large-7 {
    font-size: 18px;
    line-height: 30px;
  }

  .feature-slider-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 32px;
    overflow: hidden;
  }

  .feature-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .feature-slider {
    width: 100%;
  }

  .feature-slider-background, .feature-mask {
    width: auto;
  }

  .h6-heading-4 {
    white-space: pre-wrap;
  }

  .team-avatar-small {
    height: auto;
  }

  .h6-heading-5, .h6-heading-6 {
    white-space: pre-wrap;
  }

  .team-image-small {
    height: auto;
  }

  .row-small-2 {
    align-items: flex-start;
  }

  .team-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-card-large {
    grid-row-gap: 32px;
    flex-direction: column;
    min-width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-slider-mask {
    width: 90%;
  }

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

  .team-caption-button {
    max-width: none;
  }

  .title-center {
    margin-bottom: 56px;
  }

  .content-slider {
    width: 100%;
  }

  .content-info-detail {
    flex-wrap: wrap;
  }

  .content-header {
    margin-bottom: 64px;
  }

  .content-image-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .content-header-2 {
    margin-bottom: 64px;
  }

  .feature-card-4 {
    padding: 24px;
  }

  .content-carousel-card {
    width: 180px;
    padding: 16px 12px;
  }

  .cta-grid-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .process-step-line {
    display: none;
  }

  .button-primary-small-3 {
    width: 100%;
  }

  .grid-feature-content {
    grid-template-columns: 1fr;
  }

  .button-wrapper-small {
    max-width: 210px;
  }

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

  .content-tab-card {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 40px 24px 24px;
  }

  .content-tab-link-2.w--current {
    border-color: #d4d4d4;
  }

  .content-carousel-logo {
    width: 120px;
  }

  .content-tab-menu {
    grid-template-columns: 1fr;
  }

  .feature-link-card {
    padding: 16px 12px;
  }

  .header-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-card-content {
    max-width: 100%;
  }

  .header-button-group {
    flex-flow: column;
    width: 100%;
  }

  .header-card-block {
    margin-top: 54px;
  }

  .nav-menu-links, .feature-grid-4 {
    grid-template-columns: 1fr;
  }

  .title-wrapper-4 {
    margin-bottom: 40px;
  }

  .timeline-buttons-top {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cta-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .logo {
    padding-left: 0;
    padding-right: 0;
  }

  .form-button-wide {
    max-width: none;
  }

  .mobile-order-first {
    order: -1;
  }

  .form-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .form-caption {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: stretch;
  }

  .heading-grid, .button-grid-small {
    grid-template-columns: 1fr;
  }

  .contact-map-detail {
    width: auto;
    max-width: none;
    right: 12px;
  }

  .graphic-shape {
    display: none;
  }

  .graphic-badge {
    inset: auto 16px 16px auto;
  }

  .graphic-card-statistics {
    inset: auto 2% -15% auto;
  }

  .button-primary-20, .button-outline-6 {
    width: 100%;
  }

  .header-illustration {
    grid-column-gap: 92px;
    grid-row-gap: 92px;
  }

  .header-statistics-card {
    inset: auto 2% -15% auto;
  }

  .button-group-5 {
    flex-flow: column;
    align-items: stretch;
  }

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

  .header-slider-right {
    max-width: none;
  }

  .header-vector-graphic {
    display: none;
  }

  .button-group-small {
    flex-direction: column;
    align-items: stretch;
  }

  .feature-statistics-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .header-bottom {
    padding-top: 32px;
  }

  .header-statistics-grid {
    grid-template-columns: 1fr;
  }

  .header-bottom-2 {
    padding-top: 32px;
  }

  .feature-link-card-2 {
    padding: 16px 12px;
  }

  .feature-card-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap-h-regular {
    flex-direction: column;
  }

  .button-2 {
    width: 100%;
  }

  .feature-card-a-3 {
    flex-direction: column;
  }

  .badge-3 {
    flex: none;
  }

  .header-bottom-3 {
    padding-top: 32px;
  }

  .footnote {
    margin-top: 40px;
  }

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

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

  .form_button {
    width: auto;
  }

  .button-row {
    flex-flow: column;
    align-items: stretch;
  }

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

  .header-logos-4 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .header-buttons-4 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .form-row {
    flex-flow: column;
    align-items: stretch;
  }

  .header-image-overflow {
    height: 480px;
  }

  .header-form {
    max-width: none;
  }

  .button-group-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .header-bottom-4 {
    padding-top: 32px;
  }

  .header-statistics-grid-2 {
    grid-template-columns: 1fr;
  }

  .header-bottom-5 {
    padding-top: 32px;
  }

  .footer-line {
    width: 100%;
    height: 1px;
  }

  .footer-company-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .legal-links {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-grid-x-large {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-legal-wrapper {
    align-items: center;
  }

  .footer-links-grid-three {
    grid-template-columns: 1fr;
  }

  .footer-contact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .icon-4.hide-mobile-portrait {
    display: none;
  }

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

  .hero_avatar {
    display: none;
  }

  .heading-style-h1-2 {
    font-size: 64px;
    line-height: 70px;
  }

  .hero_logos-row {
    flex-flow: wrap;
  }

  .header-bottom-6 {
    padding-top: 32px;
  }

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

  .hero_logos {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-xlarge-3 {
    font-size: 1.15rem;
  }

  .paragraph-large-22 {
    font-size: 18px;
    line-height: 30px;
  }

  .h1-heading-30 {
    font-size: 52px;
  }

  .button-outline-12, .button-primary-33 {
    width: 100%;
  }

  .header-buttons-5 {
    flex-flow: column;
  }

  .heading-style-h2-4 {
    margin-top: 0;
    line-height: 50px;
  }

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

  .timeline_milestone {
    padding: 1.5rem;
  }

  .text-size-xlarge-4 {
    font-size: 1.15rem;
  }

  .cta-dark-2 {
    padding: 64px 40px;
  }

  .cta-button-6 {
    flex: none;
    width: 100%;
  }

  .personal-details {
    grid-template-columns: 1fr;
  }

  .form-row-wrap {
    margin-bottom: 0;
  }

  .checkbox-field-3 {
    width: 100%;
    margin-bottom: 12px;
  }

  .header-button-group-3 {
    flex-flow: column;
  }

  .fade-gradient-right, .fade-gradient-left {
    display: none;
  }

  .header-feature-wrapper {
    justify-content: center;
    align-items: center;
  }

  .header-image-block {
    padding: 24px 16px;
  }

  .modal-bottom-right {
    left: 5%;
  }

  .modal-button-group {
    flex-flow: column;
  }

  .button-primary-34 {
    width: 100%;
  }

  .icon-5 {
    -webkit-text-stroke-color: #ed4f11;
  }
}

#w-node-_3bb6248f-a0fa-4fe6-0d1d-e4bcf45f91d2-f45f91bf, #w-node-_3bb6248f-a0fa-4fe6-0d1d-e4bcf45f91d3-f45f91bf, #w-node-_3bb6248f-a0fa-4fe6-0d1d-e4bcf45f91ee-f45f91bf, #w-node-_3bb6248f-a0fa-4fe6-0d1d-e4bcf45f9209-f45f91bf, #w-node-d87f05b7-c2ba-9fa5-5543-b222899bb618-899bb608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d87f05b7-c2ba-9fa5-5543-b222899bb63e-899bb608 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d87f05b7-c2ba-9fa5-5543-b222899bb671-899bb608, #w-node-_8c522aba-81ff-cf50-f6eb-a711fbbe6d21-899bb608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c522aba-81ff-cf50-f6eb-a711fbbe6d47-899bb608 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c522aba-81ff-cf50-f6eb-a711fbbe6d7a-899bb608, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-2e464b2a, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-edbbd80e, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-edbbd80e, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-edbbd80e, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-edbbd80e, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-edbbd80e, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-edbbd80e, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-edbbd80e, #w-node-_3b2acfd9-9154-acab-bfb6-7faeae72767c-194df67f, #w-node-e5320900-e043-07ec-85a6-83651306ece0-31088aa7, #w-node-e5320900-e043-07ec-85a6-83651306ece4-31088aa7, #w-node-e5320900-e043-07ec-85a6-83651306ece8-31088aa7, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-31088aa7, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-31088aa7, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-31088aa7, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-31088aa7, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-31088aa7, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-4c040b6b, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-4c040b6b, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-4c040b6b, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-4c040b6b, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-4c040b6b, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-4c040b6b, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-4c040b6b, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-c1955170, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-c1955170, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-c1955170, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-c1955170, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-c1955170, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-c1955170, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-c1955170, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-abb87051, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-abb87051, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-abb87051, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-abb87051, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-abb87051, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-abb87051, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-abb87051, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-9025a6f3, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-9025a6f3, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-9025a6f3, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-9025a6f3, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-9025a6f3, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-9025a6f3, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-9025a6f3, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-f19efc96, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-f19efc96, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-f19efc96, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-f19efc96, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-f19efc96, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-f19efc96, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-f19efc96, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-6ece64cc, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-6ece64cc, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-6ece64cc, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-6ece64cc, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-6ece64cc, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-6ece64cc, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-6ece64cc, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-11b4c309, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-11b4c309, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-11b4c309, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-11b4c309, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-11b4c309, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-11b4c309, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-11b4c309, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-c44506c2, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-c44506c2, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-c44506c2, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-c44506c2, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-c44506c2, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-c44506c2, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-c44506c2, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-51048348, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-51048348, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-51048348, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-51048348, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-51048348, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-51048348, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-51048348, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-3f74279f, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-3f74279f, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-3f74279f, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-3f74279f, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-3f74279f, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-3f74279f, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-3f74279f, #w-node-d125551c-ae39-5390-ee54-1d11e3359b8b-fb387331, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f234e-fb387331, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f235d-fb387331, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f236c-fb387331, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f237b-fb387331, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f238a-fb387331, #w-node-_949c1196-3033-38fe-c3c6-abca6d5f2399-fb387331, #w-node-e5320900-e043-07ec-85a6-83651306ece0-ab375be4, #w-node-e5320900-e043-07ec-85a6-83651306ece4-ab375be4, #w-node-e5320900-e043-07ec-85a6-83651306ece8-ab375be4, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-ab375be4, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-ab375be4, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-ab375be4, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-ab375be4, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-ab375be4, #w-node-e5320900-e043-07ec-85a6-83651306ece0-4b0f4deb, #w-node-e5320900-e043-07ec-85a6-83651306ece4-4b0f4deb, #w-node-e5320900-e043-07ec-85a6-83651306ece8-4b0f4deb, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-4b0f4deb, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-4b0f4deb, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-4b0f4deb, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-4b0f4deb, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-4b0f4deb, #w-node-e5320900-e043-07ec-85a6-83651306ece0-60d5550f, #w-node-e5320900-e043-07ec-85a6-83651306ece4-60d5550f, #w-node-e5320900-e043-07ec-85a6-83651306ece8-60d5550f, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-60d5550f, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-60d5550f, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-60d5550f, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-60d5550f, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-60d5550f, #w-node-e5320900-e043-07ec-85a6-83651306ece0-1924cccd, #w-node-e5320900-e043-07ec-85a6-83651306ece4-1924cccd, #w-node-e5320900-e043-07ec-85a6-83651306ece8-1924cccd, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-1924cccd, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-1924cccd, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-1924cccd, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-1924cccd, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-1924cccd, #w-node-e5320900-e043-07ec-85a6-83651306ece0-cd2899b4, #w-node-e5320900-e043-07ec-85a6-83651306ece4-cd2899b4, #w-node-e5320900-e043-07ec-85a6-83651306ece8-cd2899b4, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-cd2899b4, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-cd2899b4, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-cd2899b4, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-cd2899b4, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-cd2899b4, #w-node-e5320900-e043-07ec-85a6-83651306ece0-7a2082cd, #w-node-e5320900-e043-07ec-85a6-83651306ece4-7a2082cd, #w-node-e5320900-e043-07ec-85a6-83651306ece8-7a2082cd, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-7a2082cd, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-7a2082cd, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-7a2082cd, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-7a2082cd, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-7a2082cd, #w-node-e5320900-e043-07ec-85a6-83651306ece0-5f85fe42, #w-node-e5320900-e043-07ec-85a6-83651306ece4-5f85fe42, #w-node-e5320900-e043-07ec-85a6-83651306ece8-5f85fe42, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-5f85fe42, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-5f85fe42, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-5f85fe42, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-5f85fe42, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-5f85fe42, #w-node-e5320900-e043-07ec-85a6-83651306ece0-e6c6ab46, #w-node-e5320900-e043-07ec-85a6-83651306ece4-e6c6ab46, #w-node-e5320900-e043-07ec-85a6-83651306ece8-e6c6ab46, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-e6c6ab46, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-e6c6ab46, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-e6c6ab46, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-e6c6ab46, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-e6c6ab46, #w-node-e5320900-e043-07ec-85a6-83651306ece0-39b019d5, #w-node-e5320900-e043-07ec-85a6-83651306ece4-39b019d5, #w-node-e5320900-e043-07ec-85a6-83651306ece8-39b019d5, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-39b019d5, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-39b019d5, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-39b019d5, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-39b019d5, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-39b019d5, #w-node-e5320900-e043-07ec-85a6-83651306ece0-8dde7477, #w-node-e5320900-e043-07ec-85a6-83651306ece4-8dde7477, #w-node-e5320900-e043-07ec-85a6-83651306ece8-8dde7477, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-8dde7477, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-8dde7477, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-8dde7477, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-8dde7477, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-8dde7477, #w-node-e5320900-e043-07ec-85a6-83651306ece0-d565326f, #w-node-e5320900-e043-07ec-85a6-83651306ece4-d565326f, #w-node-e5320900-e043-07ec-85a6-83651306ece8-d565326f, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f66-d565326f, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f79-d565326f, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f8c-d565326f, #w-node-_1223f708-5f07-1969-3e8a-2959bb527f9f-d565326f, #w-node-_1223f708-5f07-1969-3e8a-2959bb527fb2-d565326f, #w-node-_3f7ad9a0-92ba-feec-ead7-43c97be6fc83-e389bd20, #w-node-e99db8a8-66ed-3b13-19b3-32d3cb6b1381-20bd0b68, #w-node-e99db8a8-66ed-3b13-19b3-32d3cb6b138c-20bd0b68, #w-node-e99db8a8-66ed-3b13-19b3-32d3cb6b1394-20bd0b68, #w-node-e99db8a8-66ed-3b13-19b3-32d3cb6b139c-20bd0b68, #w-node-e99db8a8-66ed-3b13-19b3-32d3cb6b13a4-20bd0b68, #w-node-_3f7ad9a0-92ba-feec-ead7-43c97be6fc83-5187a416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d87f05b7-c2ba-9fa5-5543-b222899bb63e-899bb608, #w-node-_8c522aba-81ff-cf50-f6eb-a711fbbe6d47-899bb608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-31088aa7, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-ab375be4, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-4b0f4deb, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-60d5550f, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-1924cccd, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-cd2899b4, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-7a2082cd, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-5f85fe42, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-e6c6ab46, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-39b019d5, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-8dde7477, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-d565326f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_75334c32-22d6-6e37-daeb-6e5a9f283432-2e464b2a, #w-node-_75334c32-22d6-6e37-daeb-6e5a9f283444-2e464b2a, #w-node-_75334c32-22d6-6e37-daeb-6e5a9f283453-2e464b2a {
    order: -9999;
  }

  #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-edbbd80e, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-edbbd80e, #w-node-_2851fadd-a09b-927b-4233-3a04e3135006-edbbd80e, #w-node-e30c67dd-20cd-1aa0-943a-0b19fea1be98-edbbd80e {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-31088aa7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-4c040b6b, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-4c040b6b, #w-node-_2851fadd-a09b-927b-4233-3a04e3135006-4c040b6b, #w-node-_8e1d2c75-0207-e026-0199-72243a841884-4c040b6b, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-4c040b6b, #w-node-_7e2a3fa2-0ab6-4b42-cca7-cb570b051a13-4c040b6b, #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-c1955170, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-c1955170, #w-node-_2851fadd-a09b-927b-4233-3a04e3135006-c1955170, #w-node-_229d6511-23c8-696f-ce73-b67415e6543a-c1955170, #w-node-_0758a278-acdb-78c1-b229-b37cf5ca53ab-c1955170, #w-node-_76d4b678-46f9-5217-daf7-3659c8249be6-c1955170, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-c1955170, #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-abb87051, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-abb87051, #w-node-_2851fadd-a09b-927b-4233-3a04e3135006-abb87051, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-abb87051, #w-node-_3d560f57-61e1-7268-1951-0ee57c024943-abb87051, #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-9025a6f3, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-9025a6f3, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-9025a6f3, #w-node-_2851fadd-a09b-927b-4233-3a04e3135006-9025a6f3, #w-node-d6dd76ec-c8a0-f777-9eb3-0dddc034e4b7-9025a6f3, #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-f19efc96, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-f19efc96, #w-node-_2851fadd-a09b-927b-4233-3a04e3135006-f19efc96, #w-node-_6d0d2ba0-ae83-6518-52fa-edf2e079a220-f19efc96, #w-node-_800c30ff-23bb-cc73-90c1-a268a6ea5381-f19efc96, #w-node-_99a14096-a0f9-e969-5ca3-af2b8998d02c-f19efc96, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-f19efc96, #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-6ece64cc, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-6ece64cc, #w-node-_2851fadd-a09b-927b-4233-3a04e3135006-6ece64cc, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-6ece64cc, #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-11b4c309, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-11b4c309, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-11b4c309, #w-node-e6d7459b-0c48-9dab-42d3-e3c109ee5aab-11b4c309, #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-c44506c2, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-c44506c2, #w-node-_66397581-603b-f59f-ad40-e66a37c32d25-c44506c2, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-c44506c2, #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-51048348, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-51048348, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-51048348, #w-node-_4487a31d-c733-8fec-e837-3a778137814a-51048348, #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-3f74279f, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-3f74279f, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-3f74279f, #w-node-c5627363-9d99-96e0-da61-af1c6a6c92a4-3f74279f, #w-node-_7bccf157-9877-b96d-94a1-4d51fe3d3d38-3f74279f, #w-node-_4bb295db-f10c-2a70-9ec8-661426d4f3aa-3f74279f, #w-node-_2851fadd-a09b-927b-4233-3a04e3134fde-fb387331, #w-node-_2851fadd-a09b-927b-4233-3a04e3134ff2-fb387331, #w-node-_2851fadd-a09b-927b-4233-3a04e313501a-fb387331, #w-node-_038685b8-f62d-01b4-7843-bce744dfbfae-fb387331 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-ab375be4, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-4b0f4deb, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-60d5550f, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-1924cccd, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-cd2899b4, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-7a2082cd, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-5f85fe42, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-e6c6ab46, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-39b019d5, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-8dde7477, #w-node-_5b16abe0-557e-3dac-1ad3-1d2a08ec6aba-d565326f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


