.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

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

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

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

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

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

.nav-link {
  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: rgba(26, 27, 31, .75);
}

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

.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: rgba(26, 27, 31, .75);
}

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

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

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

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  color: #000;
}

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

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

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  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: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

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

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  max-width: 820px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  width: 50%;
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.f-feature-card-divider {
  width: 1px;
  height: 200px;
  background-color: #f3f5fb;
  margin-left: 40px;
  margin-right: 40px;
}

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

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

.f-sub-heading-large {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

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

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

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #f7f9fd;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

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

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

.f-feature-card-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  justify-content: end;
  align-items: start;
  justify-items: center;
  margin-left: 60px;
  padding: 40px 0 0;
  display: grid;
}

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

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

.f-section-large {
  justify-content: space-between;
  align-items: center;
  padding: 5% 5% 0;
  display: flex;
  position: relative;
}

.f-section-large.thisnotthat {
  margin-top: 60px;
}

.a-header-block {
  max-width: none;
  background-color: rgba(0, 0, 0, .76);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: block;
}

.a-span-underline {
  color: #2ec18f;
  border-bottom: 6px solid #5167f6;
  text-decoration: underline;
}

.a-button-primary {
  max-width: 200px;
  min-height: 48px;
  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;
  margin-top: 20px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

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

.a-button-primary:active {
  background-color: #7788f8;
}

.a-header-section {
  min-height: 100vh;
  mix-blend-mode: normal;
  background-image: url('../images/ezgif.com-gif-maker-7.webp');
  background-position: 50% 100%;
  background-size: 2000px;
  align-items: flex-start;
  padding: 60px 5% 120px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 19px rgba(0, 0, 0, .2);
}

.a-margin-bottom-48 {
  margin-bottom: 48px;
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-end;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-header-content {
  max-width: 500px;
  color: #383942;
}

.a-caption {
  color: #fff;
  text-align: left;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.a-header-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: #5e606e;
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  display: none;
  overflow: visible;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: #fff;
}

.a-header-image-block {
  width: 100%;
  height: 100%;
  max-width: 40%;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(267deg, rgba(0, 0, 0, .6) 75%, rgba(255, 255, 255, 0));
  background-clip: border-box;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

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

.a-button-video:hover {
  background-color: #f4f4f6;
}

.a-button-video:active {
  background-color: #eceefe;
}

.a-header-play {
  width: 32px;
  height: 32px;
  background-color: #eceefe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.a-h1-heading.desktop {
  color: #fff;
  text-decoration: none;
}

.a-h1-heading.mobile {
  display: none;
}

.a-header-background-image {
  width: 90%;
  height: 90%;
  object-fit: cover;
  object-position: 0% 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

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

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

.a-header-image-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.a-header-logo-block {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.a-text-color-primary {
  color: #5167f6;
}

.a-header-grid-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.a-header-grid-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 0 20px rgba(0, 0, 0, .05);
}

.heading-wrapper {
  max-width: 720px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.heading-wrapper.thislater {
  display: flex;
}

.heading-content {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.integration-wrapper {
  max-width: 920px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 64px auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.integration-bottom-wrapper {
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-name {
  box-shadow: none;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 8px 8px 12px 12px;
  padding: 4px 16px;
  font-weight: 600;
  line-height: 24px;
}

.integration-name-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-regular {
  padding: 0 5% 92px;
  display: block;
  position: relative;
}

.heading-detail-section {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-large {
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 32px;
  display: block;
}

.paragraph-large.centered {
  display: flex;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
  display: none;
}

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

.integration-logo-item {
  width: 120px;
  background-color: #848588;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin: 14px;
  padding: 14px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integration-logo-item:hover {
  box-shadow: 17px 17px 64px -14px rgba(77, 77, 77, .16);
}

.button-primary-light {
  color: #fff;
  background-color: #4255bd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-primary-light.margin-bottom-24 {
  margin-bottom: 24px;
}

.integration-inner-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-logo-grid-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.f-section-small {
  padding: 64px 5%;
  display: block;
  position: relative;
}

.f-h4-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.f-logo-grid-wrapper {
  max-width: 490px;
}

.f-logo-grid-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-button-neutral {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

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

.f-logo-block {
  min-height: 96px;
  background-color: #f7f9fd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.f-logo-button-wrap {
  justify-content: flex-start;
  margin-top: 60px;
  display: flex;
}

.f-logo-button-text {
  width: 100%;
}

.div-block {
  width: auto;
  min-width: 200px;
}

.bold-text {
  outline-offset: 0px;
  outline: 3px #fff;
  font-size: 15px;
}

.image.desktop {
  margin-top: 100px;
  padding-right: 10px;
  display: block;
}

.image.mobile {
  display: none;
}

.div-block-2 {
  max-width: 250px;
  min-width: 200px;
}

.div-block-3, .div-block-4 {
  min-width: 200px;
}

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

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

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

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .76));
  border-radius: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-wrapper-2 {
  display: block;
}

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

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

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

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

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

.nav-link-accent-2 {
  color: #fff;
  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-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.text-span {
  color: #fff;
  text-decoration: underline;
}

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

.body {
  padding-right: 0;
}

.image-3, .image-4, .image-5, .image-6, .image-7 {
  border-radius: 20px;
}

.html-embed {
  display: flex;
}

.mobileonly {
  display: block;
}

.html-embed-2 {
  min-height: 20px;
  min-width: 20px;
  margin-top: -20px;
}

.padding-nav {
  padding-top: 3rem;
}

.uui-text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

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

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

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  background-color: #2ec18f;
  padding: .5rem 1rem;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

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

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

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

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

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

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

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  color: #2ec18f;
  background-color: rgba(46, 193, 143, .15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-blogpost04_newsletter {
  background-color: #f9fafb;
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uui-button-icon.text-color-gray400 {
  color: #98a2b3;
}

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

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

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

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

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

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_author-text {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-blogpost04_author-subheading {
  color: #2ec18f;
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

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

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

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

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

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

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

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  color: #2ec18f;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: #53389e;
}

.uui-blogpost04_meta-wrapper {
  color: #2ec18f;
  mix-blend-mode: multiply;
  background-color: rgba(46, 193, 143, .19);
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

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

.uui-button-link:hover {
  color: #53389e;
}

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

.uui-blogpost04_header {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.padding-1rem {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.blog-img {
  width: 100%;
}

.f-sub-heading-large-blog {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.green-span {
  color: #15be53;
}

.green-span.text-weight-bold {
  font-weight: 500;
}

.src {
  width: 100%;
}

.navbar-no-shadow {
  color: #fff;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  background-color: rgba(255, 255, 255, .62);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 20px;
  display: flex;
}

.navbar-no-shadow-container.no-padding {
  padding: 0 0;
}

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

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

.navbar-brand-3 {
  max-width: 10rem;
  color: #000;
}

.nav-menu-wrapper-3 {
  width: 79%;
  justify-content: center;
  display: flex;
}

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

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

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-toggle-3 {
  color: #fff;
  letter-spacing: .25px;
  padding: .9rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-dropdown-toggle-3:hover {
  opacity: .5;
}

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

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

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

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

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

.nav-dropdown-list-3.shadow-three.mobile-shadow-hide.w--open {
  color: #667085;
  padding: 2.1875rem 4px 4px;
  font-size: 16px;
  left: -100px;
}

.nav-dropdown-link-3 {
  min-width: 15.625rem;
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  color: #475467;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-3:hover {
  color: rgba(71, 84, 103, .75);
}

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

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

.nav-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.embed {
  width: .8rem;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  min-height: 2.0625rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: .3125rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  padding-right: .8rem;
}

.button.color-dark-blue {
  color: #fff;
  background-color: #0e1d2c;
  justify-content: center;
  display: flex;
}

.button.payment-btn {
  background-color: #96f;
}

.button.payment-btn.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.button.payment-btn.no-bg.color-purple:hover {
  color: #0a2540;
}

.button.payment-btn.no-bg.color-purple.no-p {
  padding-left: 0;
}

.button.payment-btn.no-bg.color-green:hover {
  color: #000;
}

.button.payment-btn.no-bg.color-green.no-p {
  padding-left: 0;
}

.button.payment-btn.no-bg.color-light-green {
  color: #00c4c4;
}

.button.payment-btn.no-bg.color-light-green:hover {
  color: #000;
}

.button.payment-btn.no-bg.color-light-green.no-p {
  padding-left: 0;
}

.button.payment-btn.no-bg.color-light-green.no-p:hover {
  color: #000;
}

.button.payment-btn.bg-cyan {
  background-color: #0de4e4;
}

.button.payment-btn.bg-cyan.color-dark-blue:hover, .button.payment-btn.background-color-white {
  background-color: #fff;
}

.button.purple-btn1 {
  background-color: #96f;
}

.button.purple-btn1:hover {
  background-color: #0a2540;
}

.button.purple-btn1.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.button.purple-btn1.no-bg.color-purple.no-p {
  padding-left: 0;
}

.button.purple-btn1.bg-cyan {
  background-color: #0de4e4;
}

.button.purple-btn1.bg-cyan.color-dark-blue:hover, .button.purple-btn1.background-color-white {
  background-color: #fff;
}

.button.green-btn {
  background-color: #15be53;
}

.button.green-btn:hover {
  background-color: #000;
}

.button.green-btn.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.button.green-btn.no-bg.color-green:hover {
  color: #000;
}

.button.green-btn {
  background-color: #15be53;
}

.button.green-btn:hover {
  background-color: #000;
}

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

.page-wrapper {
  color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.div-block-6 {
  width: 1px;
  margin-left: auto;
}

.image-8 {
  width: 20rem;
}

.body-2 {
  color: #1d2939;
  font-family: Helveticaneue, sans-serif;
}

.body-2.bacgroud-gray {
  background-color: #f6f9fc;
}

.grid {
  grid-column-gap: 1rem;
}

.text-block-2 {
  color: #75777a;
  font-weight: 500;
}

.div-block-7 {
  background-color: #f6f9fb;
  border-radius: 5px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.dropdown-embed {
  color: #88add2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  color: #475467;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  font-weight: 500;
}

.dropdown-embed-2 {
  color: #88add2;
  padding-top: 4px;
}

.nav-dropdown-link-4 {
  min-width: 15.625rem;
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  color: #7c8796;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

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

.grid-2 {
  grid-column-gap: 1rem;
  color: #667085;
}

.nav-dropdown-link-5 {
  min-width: 15.625rem;
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  color: #7c8796;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-5:hover {
  color: #c0c4cb;
}

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

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

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image2 {
  width: 23rem;
  min-width: 23rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
}

.uui-heroheader01_fileupload-image1 {
  width: 23rem;
  min-width: 23rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: -16%;
  right: auto;
}

.uui-heroheader01_image {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-top-left-radius: 10rem;
}

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

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

.uui-button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

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

.uui-button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

.uui-button-row-2.is-reverse-mobile-landscape.z-index-1 {
  z-index: 1;
}

.padding-2rem {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text {
  color: #425466;
  font-size: 1rem;
  line-height: 1.5;
}

.text._18px {
  text-align: left;
  padding-bottom: 40px;
  font-size: 1.125rem;
  line-height: 1.7;
}

.text._18px.text-color-lightgray.text-center {
  display: block;
}

.text._20px {
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.25rem;
}

.text._20px.notheader {
  text-align: left;
}

.text.width-70._100 {
  width: 70%;
  color: #101828;
  font-size: 1.5rem;
}

.text.text-color-lightgray {
  outline-offset: 0px;
  outline: 3px #425466;
}

.text._14px {
  font-size: .875rem;
  line-height: 1.3;
}

.text._14px.text-weight-normal {
  font-weight: 400;
}

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

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

.uui-heading-xlarge {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.875rem;
  font-weight: 700;
  line-height: 97px;
}

.uui-heroheader01_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-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.uui-section_heroheader01 {
  overflow: hidden;
}

.padding-section {
  margin-bottom: -100px;
  padding: 5rem 2rem;
}

.padding-section.hero {
  padding-top: 9.375rem;
  padding-right: 0;
}

.padding-section.no-left {
  padding-right: 0;
}

.padding-section.hero {
  padding-top: 9.375rem;
  padding-right: 0;
}

.padding-section.no-right {
  color: rgba(0, 0, 0, 0);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s cubic-bezier(.766, .223, .25, 1);
  position: relative;
}

.padding-section.no-top {
  padding-top: 0;
}

.padding-section.no-bottom {
  padding-bottom: 0;
  display: none;
}

.padding-section.shopagent {
  display: none;
}

.padding-section.nothattt {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section.just-thiss.elseee {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-btn {
  min-height: 2.4rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #0a2540;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero-btn:hover {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  background-color: #667085;
  padding-right: .8rem;
}

.hero-btn.tarnsparent {
  color: #0a2540;
  background-color: rgba(0, 0, 0, 0);
}

.hero-btn.tarnsparent:hover {
  color: #667085;
}

.hero-btn.tarnsparent.color-purple {
  color: #635bff;
}

.hero-btn.slateblue {
  background-color: #635bff;
}

.hero-btn.slateblue:hover {
  background-color: #1d2939;
}

.hero-btn.sky-blue {
  color: #101828;
  background-color: #00d4ff;
}

.hero-btn.sky-blue:hover {
  background-color: #fff;
}

.hero-btn.cyan {
  color: #00d4ff;
}

.hero-btn.cyan:hover {
  color: #f7f7f7;
  background-color: rgba(0, 0, 0, 0);
}

.hero-btn.cyan.no-l-p {
  padding-left: 0;
}

.the-container {
  max-width: 100%;
  border-left: 1px solid rgba(66, 84, 102, .18);
  border-right: 1px solid rgba(66, 84, 102, .18);
}

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

.main-container.z-index-0 {
  z-index: -1;
}

.grid-4col {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.uui-heroheader06_image-02 {
  z-index: 1;
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-heroheader06_image-01 {
  width: 48rem;
  min-width: 48rem;
  border: .25rem solid #101828;
  border-radius: .625rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 12%;
  right: auto;
}

.uui-heroheader06_image-wrapper {
  height: 100%;
  min-height: 36rem;
  margin-left: 40px;
  padding-left: 0;
  position: relative;
}

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

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-heading-xlarge-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.uui-heroheader06_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
  position: static;
}

.uui-heroheader06_component.start {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  position: relative;
}

.uui-section_heroheader06 {
  background-color: #f9fafb;
  overflow: hidden;
}

.uui-heroheader24_image-background {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  border-radius: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: .6fr 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.uui-heroheader24_image {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.uui-heroheader24_image-wrapper {
  z-index: 0;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.background-color-white {
  background-color: #fff;
}

.text-link-span {
  color: #0c00ff;
  text-decoration: none;
}

.text-link-span:hover {
  color: #000;
}

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

.heading {
  opacity: 0;
}

.gradient {
  z-index: -1;
  width: 100%;
  min-width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: none;
}

.gradient.hide {
  display: none;
}

.pruple-span {
  color: #635bff;
  text-decoration: none;
}

.pruple-span.text-weight-bold {
  font-weight: 500;
}

.card-img {
  width: 100%;
}

.crad-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 18px 8px rgba(0, 0, 0, .2);
}

.app-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 16px 8px rgba(0, 0, 0, .2);
}

.card-reader-wrapper {
  width: 100%;
  border-radius: 32px;
  margin-top: -110px;
  overflow: hidden;
  box-shadow: 0 10px 16px 8px rgba(0, 0, 0, .2);
}

.c-reader, .app {
  width: 100%;
}

.mobile {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 10px 16px 8px rgba(0, 0, 0, .2);
}

.tab-wrp {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 10px 16px 8px rgba(0, 0, 0, .2);
}

.cyan-s {
  color: #00d4ff;
}

.section {
  position: relative;
}

.section.midnight-blue {
  z-index: 1;
  color: #fff;
  background-color: #0a2540;
}

.section._w-smoke {
  background-color: #f6f9fc;
}

.section.bg-gradient {
  z-index: 2;
  color: rgba(0, 0, 0, 0);
}

.section.bg-gray {
  background-color: #f6f9fc;
}

.section.gradient-section {
  background-image: linear-gradient(#f6f9fc, #fff);
  padding-bottom: 10rem;
}

.text-no-color {
  font-size: 1rem;
  line-height: 1.5;
}

.text-no-color._18px {
  font-size: 1.125rem;
}

.text-stealblue {
  color: #adbdcc;
  font-size: 1rem;
  line-height: 1.5;
}

.text-stealblue._18px {
  font-size: 1.125rem;
}

.tilted-tile-midnight-blue {
  width: 110%;
  min-height: 200px;
  background-color: #0a2540;
  margin-bottom: -120px;
  margin-left: -5%;
  transform: translate(0, -110px)rotate(-6deg);
}

.tilted-tile-midnight-blue-bottom {
  width: 120%;
  min-height: 200px;
  background-color: #0a2540;
  margin-top: -120px;
  margin-left: -5%;
  position: relative;
  transform: translate(-10%, 38%)rotate(-5deg);
}

.div-block-11 {
  width: 28%;
  min-height: 50px;
  background-color: rgba(0, 212, 255, .5);
  position: absolute;
  top: auto;
  bottom: -50px;
  left: auto;
  right: 0%;
}

.div-block-11-copy {
  width: 20%;
  min-height: 50px;
  background-color: rgba(99, 91, 255, .9);
  position: absolute;
  top: auto;
  bottom: -85px;
  left: auto;
  right: 0%;
}

.grid-code {
  grid-template-rows: auto;
}

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

.uui-button-icon-3.text-color-gray400 {
  color: #98a2b3;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #00d4ff;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: #fff;
}

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

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

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

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

.uui-heading-xsmall-2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

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

.uui-icon-featured-outline-large {
  width: 3rem;
  height: 3rem;
  color: #00d4ff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout34_component {
  grid-column-gap: 1.24rem;
  grid-row-gap: 1.24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

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

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

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

.padding-5rem {
  width: 100%;
  margin-top: 60px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: none;
}

.padding-5rem.bg-gray {
  display: none;
}

.headings {
  color: #344054;
}

.headings.uui-max-width-medium-copy {
  max-width: 40rem;
}

.headings._20px {
  font-size: 1.25rem;
}

.headings._20px.uui-max-width-medium {
  font-weight: 500;
}

.padding-section-no-v {
  padding: 0 5rem;
}

.padding-section-no-v.hero {
  padding-top: 9.375rem;
  padding-right: 0;
}

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

.uui-button-3:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

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

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

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

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

.uui-icon-featured-outline-large-2 {
  width: 3.5rem;
  height: 3.5rem;
  color: #7f56d9;
  background-color: #f4ebff;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout79_item {
  flex-direction: column;
  align-items: center;
}

.uui-layout79_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

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

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

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

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

.uui-layout79_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-purple {
  color: #6200ff;
  text-decoration: none;
  transition: all .1s;
}

.link-purple:hover {
  color: #000;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-content {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.div-block-12 {
  grid-column-gap: .25rem;
  display: flex;
}

.slide-nav {
  min-height: 150px;
  border-top: 1px dashed rgba(173, 189, 204, .2);
  padding-top: 0;
  top: 100%;
  bottom: -200px;
  left: 0%;
  right: 0%;
}

.slider {
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  overflow: hidden;
}

.mask {
  border-radius: 15px;
}

.html-embed-4 {
  width: 17rem;
}

.image-9 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fag {
  width: 95%;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: 1.5rem;
  right: auto;
}

.hero-content {
  flex-direction: column;
  display: flex;
}

.hero-content.margin-small.margin-right {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.main-heading {
  min-width: 1000px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.main-heading.ecomm {
  font-size: 2rem;
}

.color-dark-blue {
  color: #0a2540;
}

.text-block-4 {
  line-height: 15px;
}

.text-block-4.color-purple {
  color: #96f;
}

.logo {
  font-weight: 700;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.navbar.border-bottom {
  border-bottom: 1px dashed rgba(66, 84, 102, .18);
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-small.padding-top {
  display: block;
}

.padding-small.border-bottom {
  border-bottom: 1px solid rgba(66, 84, 102, .2);
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 0 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.flex {
  display: flex;
}

.flex.gap-1rem, .flex.vertical.gap-1rem.hide {
  display: none;
}

.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.vertical {
  flex-direction: column;
  display: flex;
}

.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.color-purple {
  color: #96f;
}

.text-block-5 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
}

.text-block-5:hover, .text-block-5.color-purple:hover {
  color: #000;
}

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

.justify-center {
  justify-content: center;
  display: flex;
}

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

.align-start {
  align-items: flex-start;
  display: flex;
}

.justify-start {
  justify-content: flex-start;
  display: flex;
}

.width-70 {
  width: 70%;
}

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

.gradient-accross {
  z-index: 0;
  width: 100%;
  background-image: url('../images/download.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  bottom: 100px;
  transform: scale(1.2)rotate(170deg);
}

.padding-section-2 {
  padding: 7rem;
}

.padding-section-2.hero {
  padding-top: 9.375rem;
  padding-right: 0;
}

.padding-section-2.no-right {
  padding-right: 0;
}

.process-wrapper {
  grid-column-gap: 1.24rem;
  grid-row-gap: 1.24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper {
  padding-bottom: 10px;
}

.bg-gray {
  background-color: #f6f9fc;
}

.small-text-block {
  color: #0a2540;
  border-left: 1px solid #7f56d9;
  margin-left: -10px;
  font-size: 1rem;
  font-weight: 500;
}

.small-text-block.color-purple {
  color: #96f;
}

.small-text-block.padding-small.padding-horizontal {
  border-left: 1px solid #7f56d9;
}

.paragraph {
  color: #425466;
  font-size: 1rem;
  line-height: 24px;
  text-decoration: none;
}

.paragraph._18px {
  font-size: 1.125rem;
}

.paragraph._20px {
  font-size: 1.25rem;
}

.paragraph.text-color-darkblue {
  color: #0a2540;
}

.no-right {
  padding-right: 0;
}

.heading-38px {
  color: #0a2540;
  text-align: center;
  padding-bottom: 40px;
  font-size: 2.375rem;
  line-height: 48px;
}

.integration-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .55fr;
}

.uui-heroheader02_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader02_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.uui-button-4:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-4:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-4.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

.uui-button-icon-4.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

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

.uui-button-secondary-gray-4:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-4:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-4.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

.uui-button-row-4.is-reverse-mobile-landscape.z-index-1 {
  z-index: 1;
}

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

.uui-text-size-xlarge-2 {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-small-2 {
  width: 100%;
  max-width: 30rem;
}

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

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

.uui-heroheader02_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-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.uui-section_heroheader02 {
  overflow: hidden;
}

.small-heading {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 36px;
}

.small-heading.text-weight-copy {
  font-weight: 500;
}

.image-11 {
  width: 100%;
  height: 100%;
  border-radius: .625rem;
}

.div-block-14 {
  background-image: linear-gradient(160deg, #525f7f 35%, #fff 35%);
  border-radius: 8px;
  padding: 7rem 2.5rem 2.5rem;
  position: relative;
  box-shadow: 0 1px 60px 15px rgba(0, 0, 0, .2);
}

.revenue-card {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
}

.revenue-card._1fr {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.list-item-6 {
  background-image: url('../images/image_2023-03-21_234733643_1image_2023-03-21_234733643.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.4rem;
  padding-left: 2rem;
  font-size: .95rem;
}

.list-item-6.next-bg {
  background-image: url('../images/image_2023-03-22_131308690_1image_2023-03-22_131308690.png');
}

.list-item-6.next-bg.text-color-cyan {
  transition: all .1s;
}

.list-item-6.next-bg.text-color-cyan:hover {
  color: #fff;
}

.text-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #96f;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.tabs-menu {
  width: 65%;
  margin-bottom: 1rem;
  margin-left: auto;
  display: flex;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #96f;
  border-radius: 16px;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  font-size: 1rem;
}

.tab-link-tab-2:hover {
  color: rgba(29, 41, 57, .54);
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #96f;
  border-radius: 100px;
}

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

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f9fc;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.tickets {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #62788d;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: .3125rem 1rem;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.tickets.payment-btn {
  background-color: #96f;
}

.tickets.payment-btn.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-17 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.div-block-18 {
  border: 1px solid rgba(66, 84, 102, .2);
  border-radius: 5px;
}

.div-block-19 {
  background-color: #f6f9fc;
}

.div-block-20 {
  width: 100%;
  height: 1px;
  background-color: rgba(66, 84, 102, .2);
}

.div-block-21 {
  background-color: #0048e5;
  border-radius: 6px;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.div-block-23 {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid rgba(66, 84, 102, .2);
  border-left: 1px solid rgba(66, 84, 102, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cyan-span {
  color: #0de4e4;
  text-decoration: none;
}

.cyan-span.text-weight-bold {
  font-weight: 500;
}

.div-block-24 {
  grid-column-gap: 4rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-darkblue {
  background-color: #0a2540;
}

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

.text-color-lightgray {
  color: #adbdcc;
}

.text-color-cyan {
  color: #0de4e4;
}

.border-bottom {
  border-bottom: 1px dashed rgba(0, 0, 0, .11);
}

.div-block-25 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bg-cyan {
  background-color: #0de4e4;
}

.tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 1rem;
  padding: .6rem 1rem;
  font-size: .9rem;
}

.tab-link.w--current {
  color: #0de4e4;
  background-color: #0f395e;
  border-radius: 100px;
}

.tabs {
  background-color: #0c2e4e;
  border-radius: 10px 10px 0 0;
}

.div-block-26 {
  background-color: #0c2e4e;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 1.1rem;
}

.div-block-26.hide {
  display: none;
}

.tabs-content {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.body-3 {
  height: 100%;
  font-family: Helveticaneue, sans-serif;
  font-size: 1rem;
}

.grid-5 {
  grid-column-gap: 1.24rem;
  grid-row-gap: 1.24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-27 {
  width: 100%;
  grid-column-gap: 1.24rem;
  grid-row-gap: 1.24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: grid;
}

.uui-layout34_content-2 {
  width: 95%;
}

.small-text-block-2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
}

.small-text-block-2.color-purple {
  color: #96f;
}

.small-text-block-2.padding-small.padding-horizontal.text-color-white {
  color: #fff;
}

.grid-6 {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.div-block-28 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.small-text-block-no-b {
  color: #0a2540;
  font-size: 1rem;
  font-weight: 500;
}

.small-text-block-no-b.color-purple {
  color: #96f;
}

.small-text-block-no-b.padding-small.padding-horizontal {
  border-left: 1px solid #7f56d9;
}

.small-text-block-no-b.text-color-white {
  color: #fff;
}

.bottom-divs {
  z-index: 1;
  width: 120%;
  min-height: 200px;
  background-color: #0a2540;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-10%, 38%)rotate(-5deg);
}

.bottom-divs.z-index-0 {
  z-index: 0;
}

.div-block-29 {
  z-index: 2;
  display: block;
  position: relative;
}

.div-block-30 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  border-radius: 8px;
  align-items: center;
  padding: .5rem .9rem;
  display: flex;
}

.div-block-30.bg-cyan {
  color: #fff;
}

.div-block-30.bg-purple {
  background-color: #7f56d9;
}

.div-block-30.bg-blue {
  background-color: #20b5e3;
}

.div-block-30.bg-darkcyan {
  background-color: #00c4c4;
}

.div-block-30.bg-mediumblue {
  background-color: #1086db;
}

.div-block-30.bg-lightblue {
  background-color: #635bff;
}

.html-embed-5 {
  color: #fff;
  align-items: center;
  display: flex;
}

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

.div-block-32 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-33 {
  background-color: #16cbe1;
  border-radius: 5px;
  padding: .6rem .9rem;
}

.div-block-34 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding: 4px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  background-color: #f6f9fc;
  border-radius: 5px;
  flex-direction: column;
  padding: 10px 12px;
  display: flex;
}

.link {
  color: #425466;
  font-size: 1rem;
  text-decoration: none;
}

.div-block-36 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-33-2 {
  background-color: #20b5e3;
  border-radius: 5px;
  padding: .6rem .9rem;
}

.div-block-33-3 {
  background-color: #1086db;
  border-radius: 5px;
  padding: .6rem .9rem;
}

.div-block-33-4 {
  background-color: #1959e6;
  border-radius: 5px;
  padding: .6rem .9rem;
}

.div-block-37 {
  box-shadow: 0 2px 30px 7px rgba(0, 0, 0, .1);
}

.bottom-divs-2 {
  width: 120%;
  min-height: 200px;
  margin-bottom: -200px;
  position: relative;
  top: -150px;
  left: 0%;
  right: 0%;
  transform: translate(-10%, 38%)rotate(-5deg);
}

.div-block-11-up {
  width: 28%;
  min-height: 50px;
  background-color: rgba(0, 212, 255, .5);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-11-up.left-2 {
  background-color: rgba(99, 91, 255, .5);
  top: -50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11-copy-up {
  width: 20%;
  min-height: 50px;
  background-color: rgba(99, 91, 255, .9);
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-11-copy-up.left {
  background-color: rgba(0, 212, 255, .5);
  top: -88px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-38 {
  z-index: 1;
  position: relative;
}

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

.small-text-block-purple {
  color: #0a2540;
  border-left: 1px solid #96f;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
}

.small-text-block-purple.color-purple {
  color: #96f;
}

.small-text-block-purple.padding-small.padding-horizontal.text-color-white {
  color: #fff;
}

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

.div-block-10-2 {
  width: 110%;
  min-height: 200px;
  background-color: #0a2540;
  position: absolute;
  top: 0;
  transform: translate(0, -60%)rotate(-6deg);
}

.heading-2 {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 500;
}

.bottom-divs-3 {
  width: 120%;
  min-height: 200px;
  background-color: #0a2540;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-10%, 38%)rotate(-5deg);
}

.bottom-divs-footer {
  width: 120%;
  min-height: 200px;
  background-color: #f6f9fc;
  position: absolute;
  top: -200px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-10%, 38%)rotate(-5deg);
}

.div-block-11-up-2 {
  width: 28%;
  min-height: 50px;
  background-color: rgba(0, 212, 255, .5);
  position: absolute;
  top: -50px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-11-up-2.left-2 {
  top: -50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11-copy-up-2 {
  width: 20%;
  min-height: 50px;
  background-color: rgba(99, 91, 255, .5);
  position: absolute;
  top: -9px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-11-copy-up-2.left {
  top: -100px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer-links {
  color: #475467;
  text-decoration: none;
}

.footer-links:hover {
  color: #adbdcc;
}

.text-block-6 {
  font-weight: 500;
}

.text-block-7 {
  color: #0a2540;
  margin-top: auto;
}

.div-block-41 {
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.slider-dot-embd {
  display: block;
}

.slide-content-2 {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-2.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-2.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-2.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-2.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-2.slack {
  background-color: #611f69;
}

.slide-content-2.glossier {
  background-color: #ff8284;
}

.slide-content-2.charity {
  background-color: #0a2540;
}

.slide-content-2.we {
  background-color: #409fff;
}

.slide-content-2.eero {
  background-color: #4e6bf9;
}

.slide-content-2.meetup {
  background-color: #f13a59;
}

.image-9-2 {
  z-index: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-42 {
  width: 50%;
  height: 100%;
  opacity: .7;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-42.slack {
  background-color: #611f69;
}

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

.div-block-42.charity {
  background-color: #0a2540;
}

.div-block-42.we {
  background-color: #409fff;
}

.div-block-42.eero {
  background-color: #4e6bf9;
}

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

.div-block-43 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.html-embed-7 {
  width: 100%;
  height: 10rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 5rem;
}

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

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

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

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

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-1-6rem {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 36px;
}

.div-block-44 {
  border-left: 1px solid #7f56d9;
}

.heading-1-8rem {
  font-size: 1.8rem;
  font-weight: 500;
}

.html-embed-8 {
  color: #000;
}

.html-embed-8:hover {
  color: rgba(0, 0, 0, .5);
}

.heading-1rem {
  color: #000;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.heading-1rem.text-color-white {
  color: #fafafa;
}

.heading-1rem.hilgter-elem-yelllow {
  border-left: 1px solid #eea800;
  margin-left: -10px;
  padding-left: 10px;
}

.heading-1rem.hilgter-elem-light-green {
  font-weight: 700;
}

.globe-img {
  z-index: 0;
  width: 100%;
  height: 118%;
  object-fit: cover;
  position: absolute;
  top: -18%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.hide-desktop {
  display: none;
}

.grid-7 {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-46 {
  width: 100%;
  height: 100%;
  border-right: 1px dashed #000;
}

.div-block-47 {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  position: absolute;
  top: 92%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-8 {
  width: 100%;
  height: 100%;
  max-width: 1080px;
  min-height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-48 {
  z-index: 10;
  width: 1px;
  height: 100%;
  border-right: 1px dashed rgba(173, 189, 204, .2);
  position: relative;
}

.div-block-48.simp {
  border-right-style: solid;
}

.flex-lines {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  min-height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hilgter-elem {
  border-left: 1px solid #00d4ff;
  margin-left: -10px;
  padding-left: 10px;
}

.hilgter-elem-pruple {
  border-left: 1px solid #635bff;
  margin-left: -10px;
  padding-left: 10px;
}

.hide-desktoop {
  display: none;
}

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

.text-block-4-small.color-purple {
  color: #96f;
}

.tabs-content-2 {
  overflow: visible;
}

.no-padding {
  padding: 0;
}

.glossier {
  color: #ff8284;
}

.slack {
  color: #611f69;
}

.lyft {
  color: #bf40a2;
}

.image-15 {
  width: 120%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: translate(-10%, -30%)rotate(-6deg);
}

.tabs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.tab-linknav {
  max-width: 14.375rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
}

.tab-linknav.w--current {
  background-color: #fff;
}

.tabs-menu-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

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

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

.nav-dropdown-list-3-pages.shadow-three.mobile-shadow-hide.w--open {
  min-width: 47rem;
  color: #667085;
  background-color: #f0f3f6;
  padding: 4px;
  font-size: 16px;
  left: -100px;
}

.tabs-content-3 {
  width: 70%;
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  margin-left: 4px;
  padding: .925rem;
}

.nav-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #6b6b6b;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-9 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
}

.uui-heroheader06_image-02-2 {
  z-index: 1;
  width: 15.25rem;
  min-width: 15.25rem;
  border-radius: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-btn-2 {
  min-height: 2.4rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #0a2540;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero-btn-2:hover {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  background-color: #667085;
  padding-right: .8rem;
}

.hero-btn-2.tarnsparent {
  color: #0a2540;
  background-color: rgba(0, 0, 0, 0);
}

.hero-btn-2.tarnsparent:hover {
  color: #667085;
}

.main-heading-2 {
  color: #0a2540;
  letter-spacing: -1.12px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 80px;
}

.uui-heroheader06_image-01-2 {
  width: 48rem;
  min-width: 48rem;
  border: .25rem solid #101828;
  border-radius: .625rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 12%;
  right: auto;
}

.image-16 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.color-green {
  color: #15be53;
}

.gradient-accross-billing {
  z-index: 0;
  width: 100%;
  background-image: url('../images/download-3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  bottom: 100px;
  transform: scale(1.2)rotate(170deg);
}

.pruple-span-copy {
  color: #635bff;
  text-decoration: none;
}

.pruple-span-copy.text-weight-bold {
  font-weight: 500;
}

.yellow-span {
  color: #eea800;
}

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

.tabs-menu-billing {
  width: 75%;
  margin-bottom: 1rem;
  margin-left: auto;
  display: flex;
}

.billing-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.billing-tab-link:hover {
  color: rgba(29, 41, 57, .54);
}

.billing-tab-link.w--current {
  color: #fff;
  background-color: #eea800;
  border-radius: 100px;
}

.image-17 {
  width: 100%;
}

.link-green {
  color: #15be53;
  text-decoration: none;
}

.link-green:hover {
  color: #101828;
}

.div-block-11-up-green {
  width: 28%;
  min-height: 45px;
  background-color: rgba(0, 217, 36, .5);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-11-up-green.left-2 {
  background-color: rgba(99, 91, 255, .5);
  top: -50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11-copy-up-yellow {
  width: 20%;
  min-height: 45px;
  background-color: rgba(255, 216, 72, .9);
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-11-copy-up-yellow.left {
  background-color: rgba(0, 212, 255, .5);
  top: -88px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-18 {
  width: 100%;
  border-radius: 10px;
}

.div-block-11-up-yellow {
  width: 20%;
  min-height: 45px;
  background-color: rgba(255, 216, 72, .9);
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-11-up-yellow.left {
  background-color: rgba(0, 212, 255, .5);
  top: -50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11-up-yellow.left-yellow {
  top: -44px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tab-map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.2rem;
  display: grid;
}

.div-block-53 {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  box-shadow: 0 0 2px 5px rgba(0, 0, 0, .02);
}

.div-block-54 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: rgba(54, 70, 87, .1);
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: flex;
}

.div-block-53-copy {
  width: 90%;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  padding: 8px 12px;
  box-shadow: 0 0 2px 5px rgba(0, 0, 0, .02);
}

.div-block-55 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(54, 70, 87, .1);
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: grid;
}

.background-green {
  background-color: #15be53;
}

.div-block-53-green {
  width: 80%;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  box-shadow: 0 0 2px 5px rgba(0, 0, 0, .02);
}

.div-block-53-green.background-green {
  background-color: #2ec18f;
}

.div-block-53-green.left-auto {
  margin-left: auto;
}

.div-block-53-green.left-auto.background-green {
  background-color: #2ec18f;
}

.div-block-53-green.right-auto {
  margin-right: auto;
}

.div-block-53-green.right-auto.background-green {
  background-color: #2ec18f;
}

.div-block-53-green-2 {
  width: 50%;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  box-shadow: 0 0 2px 5px rgba(0, 0, 0, .02);
}

.div-block-53-green-2.background-green {
  background-color: #2ec18f;
}

.div-block-53-green-2.left-auto {
  margin-left: auto;
}

.div-block-53-green-2.left-auto.background-green {
  background-color: #2ec18f;
}

.div-block-53-green-2.right-auto {
  margin-right: auto;
}

.div-block-53-green-2.right-auto.background-green {
  background-color: #2ec18f;
}

.subscrition {
  z-index: 0;
  width: 80%;
  color: #fff;
  background-color: #15be53;
  border-radius: 4px;
  margin-left: auto;
  padding: 8px 12px;
  position: relative;
}

.customer {
  width: 80%;
  color: #fff;
  background-color: #15be53;
  border-radius: 4px;
  margin-right: auto;
  padding: 8px 12px;
}

.invoice {
  width: 50%;
  color: #fff;
  background-color: #15be53;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px;
}

.div-block-56 {
  z-index: -2;
  width: 90%;
  color: #000;
  background-color: #ecfaff;
  border: 1px solid #c4f0ff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -36%;
  left: auto;
  right: auto;
}

.div-block-55-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  background-color: rgba(54, 70, 87, .1);
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: grid;
}

.text-block-8 {
  font-size: 14px;
}

.tabs-content3 {
  overflow: visible;
}

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

.body-4 {
  font-family: Helveticaneue, sans-serif;
}

.tab-link-tab-2-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 110px;
  padding: .6rem 1rem;
  font-size: 1rem;
}

.tab-link-tab-2-2:hover {
  color: #98a2b3;
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #eea800;
}

.tabs-menu-4 {
  width: 75%;
  margin-bottom: 2rem;
  margin-left: auto;
}

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

.hilgter-elem-yellow {
  border-left: 1px solid #eea800;
  margin-left: -10px;
  padding-left: 10px;
}

.hilgter-elem-green {
  border-left: 1px solid #2ec18f;
  margin-left: -10px;
  padding-left: 10px;
}

.icon-2 {
  width: 20px;
  height: 20px;
  color: #9ebdcc;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #9ebdcc;
  font-size: 1.1rem;
}

.div-block-58 {
  grid-column-gap: .5rem;
  cursor: pointer;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-59 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.big-paragraph {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 36px;
}

.div-block-60 {
  height: 100%;
  background-color: #0c2e4e;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 2.3rem 1rem;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-61 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(173, 189, 204, .33);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: grid;
}

.text-block-11 {
  color: #adbdcc;
  font-size: 1rem;
}

.div-block-62 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.process-wrapper-2 {
  grid-column-gap: 1.24rem;
  grid-row-gap: 1.24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logos {
  height: 1.5rem;
}

.div-block-51-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-3 {
  width: 1.1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item-secc {
  font-size: 1rem;
  transition: all .2s;
}

.list-2 {
  grid-column-gap: .5rem;
  color: #15be53;
  cursor: pointer;
  align-items: flex-start;
  transition: all .2s;
  display: flex;
}

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

.div-block-59-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.bottom-divs-2-bottom {
  width: 120%;
  min-height: 200px;
  margin-top: -200px;
  position: relative;
  bottom: -130px;
  left: 0%;
  right: 0%;
  transform: rotate(180deg)translate(10%, 38%)rotate(-5deg);
}

.bottom-divs-2-bottom-right {
  width: 120%;
  min-height: 200px;
  margin-top: -200px;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-10%, 38%)rotate(-4deg);
}

.div-block-11-up-green-2 {
  width: 28%;
  min-height: 45px;
  background-color: rgba(0, 217, 36, .5);
  position: absolute;
  top: auto;
  bottom: -80px;
  left: auto;
  right: 10%;
}

.div-block-11-up-green-2.left-2 {
  background-color: rgba(99, 91, 255, .5);
  top: -50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11-copy-up-yellow-2 {
  width: 20%;
  min-height: 45px;
  background-color: rgba(255, 216, 72, .9);
  position: absolute;
  top: auto;
  bottom: -46px;
  left: auto;
  right: 0%;
}

.div-block-11-copy-up-yellow-2.left {
  background-color: rgba(0, 212, 255, .5);
  top: -88px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11-up-green-3 {
  width: 28%;
  min-height: 45px;
  background-color: rgba(0, 217, 36, .5);
  position: absolute;
  top: auto;
  bottom: -80px;
  left: auto;
  right: 0%;
}

.div-block-11-up-green-3.left-2 {
  background-color: rgba(99, 91, 255, .5);
  top: -50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-64 {
  min-height: 8rem;
  background-color: #0c2e4e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr .4fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-66 {
  background-color: #0c2e4e;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.2rem .6rem .6rem;
  display: flex;
}

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

.div-block-64-2 {
  min-height: 6rem;
  background-color: #1f4468;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-68 {
  width: 4rem;
  background-color: #525f7f;
  border: 2px solid #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-69 {
  width: 100%;
  min-height: 10rem;
  background-color: #525f7f;
  position: absolute;
  top: -57%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(-24deg);
}

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

.pink-btn {
  min-height: 2.0625rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #e08bd5;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: .3125rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.pink-btn.payment-btn {
  background-color: #96f;
}

.pink-btn.payment-btn.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.pink-btn.payment-btn.no-bg.color-purple:hover {
  color: #0a2540;
}

.pink-btn.payment-btn.no-bg.color-purple.no-p {
  padding-left: 0;
}

.pink-btn.payment-btn.bg-cyan {
  background-color: #0de4e4;
}

.pink-btn.payment-btn.bg-cyan.color-dark-blue:hover, .pink-btn.payment-btn.background-color-white {
  background-color: #fff;
}

.pink-btn.purple-btn1 {
  background-color: #96f;
}

.pink-btn.purple-btn1:hover {
  background-color: #0a2540;
}

.pink-btn.purple-btn1.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.pink-btn.purple-btn1.no-bg.color-purple.no-p {
  padding-left: 0;
}

.pink-btn.purple-btn1.bg-cyan {
  background-color: #0de4e4;
}

.pink-btn.purple-btn1.bg-cyan.color-dark-blue:hover, .pink-btn.purple-btn1.background-color-white {
  background-color: #fff;
}

.pink-btn.green-btn {
  background-color: #15be53;
}

.pink-btn.green-btn:hover {
  background-color: #000;
}

.pink-btn.green-btn.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.pink-btn.green-btn.no-bg.color-green:hover {
  color: #000;
}

.div-block-71 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.text-block-9-small {
  color: #9ebdcc;
  font-size: 1rem;
}

.list-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.total {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(173, 189, 204, .33);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: auto;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: grid;
}

.table-section {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.table-heading {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1rem;
  display: grid;
}

.table-headings {
  font-size: 1rem;
  font-weight: 500;
}

.div-block-72 {
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 3px 100px rgba(0, 0, 0, .2);
}

.table-data {
  font-size: 1rem;
  font-weight: 400;
}

.table-data-2 {
  color: #1d2939;
  font-size: 1rem;
}

.table-arrow-data {
  grid-column-gap: .5rem;
  color: #15be53;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.table-arrow {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bench-logo {
  width: 100%;
  height: 5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-73 {
  background-color: #17457a;
  background-image: linear-gradient(rgba(10, 37, 64, .7), #0a2540 60%), url('../images/bench.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  border-radius: 8px;
  padding: 5rem 3rem 3rem;
  position: relative;
}

.image-19 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bench-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.color-yellow {
  color: #ffce48;
}

.list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.icon-arrow {
  width: 1.2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-divs {
  z-index: 1;
  width: 120%;
  min-height: 100px;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-10%)rotate(-5deg);
}

.div-block-74 {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.transparent-btn {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #15be53;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: .3125rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.transparent-btn:hover {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  color: #000;
  padding-right: .8rem;
}

.transparent-btn.payment-btn {
  background-color: #96f;
}

.transparent-btn.payment-btn.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.transparent-btn.payment-btn.no-bg.color-purple:hover {
  color: #0a2540;
}

.transparent-btn.payment-btn.no-bg.color-purple.no-p {
  padding-left: 0;
}

.transparent-btn.payment-btn.bg-cyan {
  background-color: #0de4e4;
}

.transparent-btn.payment-btn.bg-cyan.color-dark-blue:hover, .transparent-btn.payment-btn.background-color-white {
  background-color: #fff;
}

.transparent-btn.purple-btn1 {
  background-color: #96f;
}

.transparent-btn.purple-btn1:hover {
  background-color: #0a2540;
}

.transparent-btn.purple-btn1.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.transparent-btn.purple-btn1.no-bg.color-purple.no-p {
  padding-left: 0;
}

.transparent-btn.purple-btn1.bg-cyan {
  background-color: #0de4e4;
}

.transparent-btn.purple-btn1.bg-cyan.color-dark-blue:hover, .transparent-btn.purple-btn1.background-color-white {
  background-color: #fff;
}

.transparent-btn.green-btn {
  background-color: #15be53;
}

.transparent-btn.green-btn:hover {
  background-color: #000;
}

.transparent-btn.green-btn.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.transparent-btn.green-btn.no-bg.color-green:hover {
  color: #000;
}

.transparent-btn.padding-vertical.no-bg {
  background-color: rgba(255, 255, 255, 0);
}

.transparent-btn.padding-vertical.no-bg.color-yellow {
  color: #ffce48;
}

.invoice-component, .compliance-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;
}

.invoice-components {
  grid-column-gap: 4rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-map-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.2rem;
  display: grid;
}

.process-wrapper-3 {
  grid-column-gap: 1.24rem;
  grid-row-gap: 1.24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.uui-button-5:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-5:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-5.is-button-small {
  grid-column-gap: .5rem;
  background-color: #2ec18f;
  padding: .5rem 1rem;
}

.blog-img-2 {
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .2);
}

.uui-blogpost04_author-text-2 {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-blogpost04_newsletter-2 {
  background-color: #f9fafb;
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

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

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

.green-span-2 {
  color: #2ec18f;
}

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

.uui-button-secondary-gray-5:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-5:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

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

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

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

.uui-form_input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-2::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-blogpost04_meta-wrapper-2 {
  color: #2ec18f;
  mix-blend-mode: multiply;
  background-color: rgba(46, 193, 143, .19);
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogpost04_category-link-2 {
  color: #2ec18f;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link-2:hover {
  color: #53389e;
}

.icon-featured-large-2 {
  width: 3rem;
  height: 3rem;
  color: #2ec18f;
  background-color: rgba(46, 193, 143, .15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-blogpost04_author-subheading-2 {
  color: #2ec18f;
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-text-style-link-2 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: #344054;
}

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

.uui-button-link-3:hover {
  color: #53389e;
}

.financial-hero-mobile {
  z-index: 1;
  width: 16rem;
  border-radius: 30px;
}

.financial-hero-wrapper {
  height: 100%;
  min-height: 36rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gradient-financel-accross {
  z-index: -1;
  width: 100%;
  display: block;
  position: relative;
  bottom: 100px;
  overflow: visible;
  transform: scale(1.2)rotate(170deg);
}

.light-green-span {
  color: #00c4c4;
}

.light-green-span.text-weight-medium {
  font-weight: 500;
}

.tabs-menu-financial {
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-left: auto;
  display: flex;
}

.tab-link-finance {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  font-size: 1rem;
}

.tab-link-finance:hover {
  color: rgba(29, 41, 57, .54);
}

.tab-link-finance.w--current {
  color: #fff;
  background-color: #00c4c4;
  border-radius: 100px;
}

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

.finance-tab {
  background-color: #f5f9fb;
  border: 1px solid #dcdcdc;
  border-radius: .5rem;
  padding: 1rem;
}

.text-color-gray {
  color: #425466;
}

.div-block-75 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.image-20 {
  border-radius: .5rem;
}

.hilgter-elem-light-green {
  border-left: 1px solid #00c4c4;
  margin-left: -10px;
  padding-left: 10px;
}

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

.div-block-76 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.discount-row {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: grid;
}

.brand-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-size: 13px;
}

.process-wrapper-2col {
  grid-column-gap: 1.24rem;
  grid-row-gap: 1.24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-77 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.cal-elems {
  padding: 1.5625rem;
}

.cal-elems.top-1 {
  border-bottom: 1px solid #adbdcc;
}

.cal-elems.left {
  border-right: 1px solid #adbdcc;
}

.cal-elems.last {
  background-color: #f6f9fb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  background-color: rgba(0, 0, 0, 0);
}

.checkbox-field {
  padding-left: 2rem;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  margin-left: -2rem;
}

.checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Screenshot-2023-03-29-192347_1Screenshot 2023-03-29 192347.png');
}

.div-block-78 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.financial-data-img {
  max-width: 280px;
}

.slide-content-blue {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #2b6eea 54%, rgba(27, 70, 150, .64) 100%, rgba(0, 0, 0, 0)), url('../images/adsf1-1.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-blue.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-blue.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-blue.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-blue.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-blue.slack {
  background-color: #611f69;
}

.slide-content-blue.glossier {
  background-color: #ff8284;
}

.slide-content-blue.charity {
  background-color: #0a2540;
}

.slide-content-blue.we {
  background-color: #409fff;
}

.slide-content-blue.eero {
  background-color: #4e6bf9;
}

.slide-content-blue.meetup {
  background-color: #f13a59;
}

.slider-logo-bg-blue {
  width: 50%;
  height: 100%;
  opacity: .7;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider-logo-bg-blue.slack {
  background-color: #611f69;
}

.slider-logo-bg-blue.glossier {
  background-color: #ff8284;
}

.slider-logo-bg-blue.charity {
  background-color: #0a2540;
}

.slider-logo-bg-blue.we {
  background-color: #409fff;
}

.slider-logo-bg-blue.eero {
  background-color: #4e6bf9;
}

.slider-logo-bg-blue.meetup {
  background-color: #f13a59;
}

.slide-content-cyan {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #00d4ff 54%, rgba(0, 111, 133, .52) 100%, rgba(0, 0, 0, 0) 100%, #00d4ff), url('../images/adsf2.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-cyan.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-cyan.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-cyan.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-cyan.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-cyan.slack {
  background-color: #611f69;
}

.slide-content-cyan.glossier {
  background-color: #ff8284;
}

.slide-content-cyan.charity {
  background-color: #0a2540;
}

.slide-content-cyan.we {
  background-color: #409fff;
}

.slide-content-cyan.eero {
  background-color: #4e6bf9;
}

.slide-content-cyan.meetup {
  background-color: #f13a59;
}

.finance-slide-nav {
  width: 42%;
  min-height: 150px;
  border-top: 1px dashed rgba(173, 189, 204, .2);
  padding-top: 0;
  display: flex;
  top: 100%;
  bottom: -200px;
  left: 0%;
  right: 0%;
}

.slide-content-pink {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #bf40a2 55%, rgba(191, 64, 162, .6) 100%, rgba(0, 0, 0, 0)), url('../images/lyft-1.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-pink.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-pink.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-pink.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-pink.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-pink.slack {
  background-color: #611f69;
}

.slide-content-pink.glossier {
  background-color: #ff8284;
}

.slide-content-pink.charity {
  background-color: #0a2540;
}

.slide-content-pink.we {
  background-color: #409fff;
}

.slide-content-pink.eero {
  background-color: #4e6bf9;
}

.slide-content-pink.meetup {
  background-color: #f13a59;
}

.slide-content-purple {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #611f69 50%, rgba(97, 31, 105, .6) 100%, rgba(0, 0, 0, 0)), url('../images/slack.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50% 100%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-purple.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-purple.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-purple.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-purple.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-purple.slack {
  background-color: #611f69;
}

.slide-content-purple.glossier {
  background-color: #ff8284;
}

.slide-content-purple.charity {
  background-color: #0a2540;
}

.slide-content-purple.we {
  background-color: #409fff;
}

.slide-content-purple.eero {
  background-color: #4e6bf9;
}

.slide-content-purple.meetup {
  background-color: #f13a59;
}

.slide-content-coral {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #ff8284 50%, rgba(255, 130, 132, .6) 100%, rgba(0, 0, 0, 0)), url('../images/glossier-1.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-coral.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-coral.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-coral.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-coral.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-coral.slack {
  background-color: #611f69;
}

.slide-content-coral.glossier {
  background-color: #ff8284;
}

.slide-content-coral.charity {
  background-color: #0a2540;
}

.slide-content-coral.we {
  background-color: #409fff;
}

.slide-content-coral.eero {
  background-color: #4e6bf9;
}

.slide-content-coral.meetup {
  background-color: #f13a59;
}

.slide-content-midnight-blue {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #0a2540 55%, rgba(10, 37, 64, .6) 100%, rgba(0, 0, 0, 0)), url('../images/charity-water-1.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-midnight-blue.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-midnight-blue.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-midnight-blue.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-midnight-blue.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-midnight-blue.slack {
  background-color: #611f69;
}

.slide-content-midnight-blue.glossier {
  background-color: #ff8284;
}

.slide-content-midnight-blue.charity {
  background-color: #0a2540;
}

.slide-content-midnight-blue.we {
  background-color: #409fff;
}

.slide-content-midnight-blue.eero {
  background-color: #4e6bf9;
}

.slide-content-midnight-blue.meetup {
  background-color: #f13a59;
}

.slide-content-light-blue {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #409fff 54%, rgba(64, 159, 255, .6) 100%, rgba(0, 0, 0, 0)), url('../images/wetransfer.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50% 100%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-light-blue.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-light-blue.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-light-blue.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-light-blue.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-light-blue.slack {
  background-color: #611f69;
}

.slide-content-light-blue.glossier {
  background-color: #ff8284;
}

.slide-content-light-blue.charity {
  background-color: #0a2540;
}

.slide-content-light-blue.we {
  background-color: #409fff;
}

.slide-content-light-blue.eero {
  background-color: #4e6bf9;
}

.slide-content-light-blue.meetup {
  background-color: #f13a59;
}

.slide-content-light-light-purple {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #4e6bf9 54%, rgba(78, 107, 249, .6) 100%, rgba(0, 0, 0, 0)), url('../images/eero.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-light-light-purple.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-light-light-purple.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-light-light-purple.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-light-light-purple.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-light-light-purple.slack {
  background-color: #611f69;
}

.slide-content-light-light-purple.glossier {
  background-color: #ff8284;
}

.slide-content-light-light-purple.charity {
  background-color: #0a2540;
}

.slide-content-light-light-purple.we {
  background-color: #409fff;
}

.slide-content-light-light-purple.eero {
  background-color: #4e6bf9;
}

.slide-content-light-light-purple.meetup {
  background-color: #f13a59;
}

.slide-content-ligth-pink {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #f13a59 55%, rgba(241, 58, 89, .6) 100%, rgba(0, 0, 0, 0)), url('../images/meetup.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-ligth-pink.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-ligth-pink.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-ligth-pink.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-ligth-pink.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-ligth-pink.slack {
  background-color: #611f69;
}

.slide-content-ligth-pink.glossier {
  background-color: #ff8284;
}

.slide-content-ligth-pink.charity {
  background-color: #0a2540;
}

.slide-content-ligth-pink.we {
  background-color: #409fff;
}

.slide-content-ligth-pink.eero {
  background-color: #4e6bf9;
}

.slide-content-ligth-pink.meetup {
  background-color: #f13a59;
}

.image-icons {
  max-width: 3rem;
}

.grid-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.image-21 {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 20px;
}

.img-wrapper {
  width: 80%;
  height: 85%;
  background-color: #00c4c4;
  border-radius: 10px;
  padding: .625rem;
}

.image-23 {
  width: 80%;
}

.image-24 {
  width: 70%;
  height: 70px;
  object-fit: cover;
}

.grid-5col {
  grid-column-gap: 5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.html-embed-12 {
  width: 100%;
  background-color: #d6bbfb;
  margin-top: 0;
}

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

.slide-content-cyan2 {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #45dabe 53%, rgba(69, 218, 190, .5) 100%, rgba(0, 0, 0, 0)), url('../images/Flexport.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50% 100%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-cyan2.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-cyan2.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-cyan2.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-cyan2.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-cyan2.slack {
  background-color: #611f69;
}

.slide-content-cyan2.glossier {
  background-color: #ff8284;
}

.slide-content-cyan2.charity {
  background-color: #0a2540;
}

.slide-content-cyan2.we {
  background-color: #409fff;
}

.slide-content-cyan2.eero {
  background-color: #4e6bf9;
}

.slide-content-cyan2.meetup {
  background-color: #f13a59;
}

.slide-content-orange {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #ff5a00 53%, rgba(255, 90, 0, .6) 100%, rgba(0, 0, 0, 0)), url('../images/image_2023-04-02_004614767.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50% 100%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-orange.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-orange.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-orange.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-orange.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-orange.slack {
  background-color: #611f69;
}

.slide-content-orange.glossier {
  background-color: #ff8284;
}

.slide-content-orange.charity {
  background-color: #0a2540;
}

.slide-content-orange.we {
  background-color: #409fff;
}

.slide-content-orange.eero {
  background-color: #4e6bf9;
}

.slide-content-orange.meetup {
  background-color: #f13a59;
}

.slide-content-light-dark-gray {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #426e8d 54%, rgba(66, 110, 141, .6) 100%, rgba(78, 107, 249, .6)), url('../images/image_2023-04-02_013437253.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50% 100%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-light-dark-gray.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-light-dark-gray.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-light-dark-gray.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-light-dark-gray.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-light-dark-gray.slack {
  background-color: #611f69;
}

.slide-content-light-dark-gray.glossier {
  background-color: #ff8284;
}

.slide-content-light-dark-gray.charity {
  background-color: #0a2540;
}

.slide-content-light-dark-gray.we {
  background-color: #409fff;
}

.slide-content-light-dark-gray.eero {
  background-color: #4e6bf9;
}

.slide-content-light-dark-gray.meetup {
  background-color: #f13a59;
}

.slide-content-light-cyan {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(100deg, #47c0cc 55%, rgba(71, 192, 204, .6) 100%, rgba(241, 58, 89, .6)), url('../images/image_2023-04-02_012210444.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50% 100%;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-light-cyan.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.slide-content-light-cyan.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
}

.slide-content-light-cyan.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-light-cyan.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-light-cyan.slack {
  background-color: #611f69;
}

.slide-content-light-cyan.glossier {
  background-color: #ff8284;
}

.slide-content-light-cyan.charity {
  background-color: #0a2540;
}

.slide-content-light-cyan.we {
  background-color: #409fff;
}

.slide-content-light-cyan.eero {
  background-color: #4e6bf9;
}

.slide-content-light-cyan.meetup {
  background-color: #f13a59;
}

.portfoio-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.billing-tab-link-green {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.billing-tab-link-green:hover {
  color: rgba(29, 41, 57, .54);
}

.billing-tab-link-green.w--current {
  color: #fff;
  background-color: #15be53;
  border-radius: 100px;
}

.tabs-menu-climate {
  margin-bottom: 2rem;
  display: flex;
}

.image-25 {
  width: 125%;
  max-height: 220px;
  max-width: 130%;
  object-fit: cover;
  margin-top: -300px;
  position: relative;
  bottom: auto;
  left: -13%;
  right: 0%;
  transform: rotate(-5deg);
}

.overflow-hidden {
  overflow: hidden;
}

.templates {
  border-radius: 8px;
  padding: 14rem 2.5rem 2.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 50px 1px rgba(0, 0, 0, .2);
}

.div-block-80 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-btn {
  min-height: 2.0625rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  background-color: #edeef0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 3px 8px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.small-btn.payment-btn {
  background-color: #96f;
}

.small-btn.payment-btn.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.small-btn.payment-btn.no-bg.color-purple:hover {
  color: #0a2540;
}

.small-btn.payment-btn.no-bg.color-purple.no-p {
  padding-left: 0;
}

.small-btn.payment-btn.bg-cyan {
  background-color: #0de4e4;
}

.small-btn.payment-btn.bg-cyan.color-dark-blue:hover, .small-btn.payment-btn.background-color-white {
  background-color: #fff;
}

.small-btn.purple-btn1 {
  background-color: #96f;
}

.small-btn.purple-btn1:hover {
  background-color: #0a2540;
}

.small-btn.purple-btn1.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.small-btn.purple-btn1.no-bg.color-purple.no-p {
  padding-left: 0;
}

.small-btn.purple-btn1.bg-cyan {
  background-color: #0de4e4;
}

.small-btn.purple-btn1.bg-cyan.color-dark-blue:hover, .small-btn.purple-btn1.background-color-white {
  background-color: #fff;
}

.small-btn.green-btn {
  background-color: #15be53;
}

.small-btn.green-btn:hover {
  background-color: #000;
}

.small-btn.green-btn.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.small-btn.green-btn.no-bg.color-green:hover {
  color: #000;
}

.content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-wrappers {
  grid-column-gap: 1.24rem;
  grid-row-gap: 5.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-div {
  width: 100%;
  grid-column-gap: 1.24rem;
  grid-row-gap: 1.24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: grid;
}

.grid-5-6 {
  grid-column-gap: 1.24rem;
  grid-row-gap: 1.24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .32fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-11-up-green-left {
  width: 28%;
  min-height: 45px;
  background-color: rgba(0, 217, 36, .5);
  position: absolute;
  top: -46px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11-up-green-left.left-2 {
  background-color: rgba(99, 91, 255, .5);
  top: -50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11-up-yellow-left {
  width: 20%;
  min-height: 45px;
  background-color: rgba(255, 216, 72, .9);
  position: absolute;
  top: -73px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11-up-yellow-left.left {
  background-color: rgba(0, 212, 255, .5);
  top: -50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11-up-yellow-left.left-yellow {
  top: -44px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-81 {
  background-color: #fff;
  border: 1px solid rgba(173, 189, 204, .2);
  border-radius: 8px;
  padding: 1rem;
}

.color-black {
  color: #0a2540;
}

.list-3 {
  margin-top: 10px;
  padding-left: 20px;
}

.list-item-8 {
  color: #4d5b78;
  margin-top: 8px;
  font-size: 13px;
}

.tab-pane-tab-1 {
  background-color: #fff;
  border: 1px solid rgba(173, 189, 204, .2);
  border-radius: 8px;
  padding: 30px 45px;
}

.div-block-82 {
  width: .9rem;
  height: 2px;
  background-color: #101828;
}

.text-block-12 {
  color: #425466;
  font-size: 13px;
}

.div-block-83 {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  display: flex;
}

.text-block-13 {
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 20%;
  right: auto;
  transform: rotate(-90deg);
}

.image-26 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

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

.tabs-menu-climates {
  z-index: 1;
  width: 64%;
  margin-bottom: 1rem;
  margin-left: auto;
  display: flex;
  top: 77px;
}

.text-block-15 {
  color: #8f9cb2;
  margin-top: 1rem;
  font-size: 13px;
}

.footer-links-2 {
  color: #475467;
  text-decoration: none;
}

.footer-links-2:hover {
  color: #adbdcc;
}

.text-block-16 {
  color: #0a2540;
  margin-top: auto;
}

.c-reader-2 {
  width: 100%;
}

.c-reader-2.this {
  display: none;
}

.slide-content-3 {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-3.bmw {
  background-image: linear-gradient(rgba(0, 112, 195, .5) 40%, #0070c3);
  display: block;
}

.slide-content-3.maersk {
  background-image: linear-gradient(rgba(64, 170, 205, .5) 40%, #40aacd);
}

.slide-content-3.twilio {
  background-image: linear-gradient(rgba(196, 70, 71, .5) 40%, #c44647);
}

.slide-content-3.amazon {
  background-image: linear-gradient(rgba(220, 153, 53, .5) 40%, #dc9935);
}

.div-block-86 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.flex-2 {
  display: flex;
}

.mobile-2 {
  border-radius: 50px;
  margin-top: 100px;
  overflow: hidden;
  box-shadow: 0 10px 16px 8px rgba(0, 0, 0, .2);
}

.nav-link-accent-3 {
  color: #fff;
  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-3:hover {
  color: rgba(26, 27, 31, .75);
}

.section-2 {
  position: relative;
  overflow: visible;
}

.section-2._w-smoke {
  background-color: rgba(0, 0, 0, 0);
}

.section-2.bg-gray {
  background-color: #f6f9fc;
}

.section-2.midnight-blue {
  z-index: 1;
  color: #fff;
  background-color: #0e1d2c;
}

.paragraph-3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.div-block-87 {
  grid-column-gap: .25rem;
  display: flex;
}

.div-block-88 {
  width: 28%;
  min-height: 50px;
  background-color: rgba(0, 212, 255, .5);
  display: none;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: auto;
  right: 0%;
}

.padding-2rem-2 {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.padding-2rem-2.para {
  padding-bottom: 0;
}

.padding-2rem-2.para.the.different {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-2rem-2.sdfsdfsdsf.notnotnot {
  display: none;
}

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

.main-container-2 {
  z-index: 1;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-27 {
  border-radius: 10px;
}

.div-block-89 {
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.padding-section-3 {
  margin-top: 100px;
  padding: 5rem 2rem;
}

.padding-section-3.that {
  color: #d0d5dd;
  background-color: rgba(208, 213, 221, .14);
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.padding-section-3.more, .padding-section-3.feature {
  display: none;
}

.padding-section-3.no-top {
  background-color: rgba(208, 213, 221, .33);
  margin-top: 60px;
  padding-top: 4rem;
}

.padding-section-3.no-top.not {
  display: none;
}

.padding-section-3.hero {
  padding-top: 2rem;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-section-3.hero.that {
  min-height: 80%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
}

.tilted-tile-midnight-blue-2 {
  width: 110%;
  min-height: 200px;
  background-color: #0e1d2c;
  margin-bottom: -120px;
  margin-left: -5%;
  transform: translate(0, -110px)rotate(-6deg);
}

.embed-2 {
  width: .8rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.heading-3 {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 500;
}

.image-28 {
  max-width: 60%;
}

.app-wrapper-2 {
  width: 100%;
  border-radius: 12px;
  margin-left: 200px;
  overflow: hidden;
  box-shadow: 0 10px 16px 8px rgba(0, 0, 0, .2);
}

.heading-5 {
  color: #000;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.heading-5.text-color-white {
  color: #fafafa;
}

.heading-5.hilgter-elem-pruple {
  color: #fff;
}

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

.nav-dropdown-toggle-4:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-toggle-4.notthisss {
  display: none;
}

.image-29 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-18 {
  font-weight: 500;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 10px;
  margin-left: 40px;
  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;
}

.button-primary-5.freetrial {
  color: #f9fafb;
  background-color: #7f56d9;
  margin-right: 40px;
}

.button-primary-5.freetrial.notonmobile.ecomm {
  justify-content: center;
  align-items: center;
  display: none;
}

.button-primary-5.hello {
  display: none;
}

.uui-heroheader06_image-01-3 {
  width: 48rem;
  min-width: 48rem;
  border: .25rem solid #101828;
  border-radius: .625rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 12%;
  right: auto;
}

.heading-6 {
  color: #667085;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

.div-block-11-copy-2 {
  width: 20%;
  min-height: 50px;
  background-color: rgba(99, 91, 255, .9);
  display: none;
  position: absolute;
  top: auto;
  bottom: -85px;
  left: auto;
  right: 0%;
}

.grid-11 {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

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

.grid-3 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.cyan-s-2 {
  color: #00d4ff;
}

.cyan-s-2.text-weight-bold {
  color: #fff;
}

.app-2 {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.image-31 {
  z-index: -1;
  width: 120%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: translate(-10%, -30%)rotate(-6deg);
}

.text-stealblue-2 {
  color: #adbdcc;
  font-size: 1rem;
  line-height: 1.5;
}

.text-stealblue-2._18px {
  font-size: 1.125rem;
}

.hero-btn-3 {
  min-height: 2.4rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #0a2540;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero-btn-3:hover {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  background-color: #667085;
  padding-right: .8rem;
}

.hero-btn-3.cyan {
  color: #00d4ff;
}

.hero-btn-3.cyan:hover {
  color: #f7f7f7;
  background-color: rgba(0, 0, 0, 0);
}

.hero-btn-3.cyan.no-l-p {
  padding-left: 0;
}

.hero-btn-3.tarnsparent {
  color: #0a2540;
  background-color: rgba(0, 0, 0, 0);
}

.hero-btn-3.tarnsparent:hover {
  color: #667085;
}

.hero-btn-3.tarnsparent.color-purple {
  color: #635bff;
  -webkit-text-stroke-color: #344054;
}

.hero-btn-3.sky-blue {
  color: #101828;
  background-color: #00d4ff;
}

.hero-btn-3.sky-blue:hover {
  background-color: #fff;
}

.hero-btn-3.slateblue {
  background-color: #2b6eea;
}

.hero-btn-3.slateblue:hover {
  background-color: #1d2939;
}

.text-2 {
  color: #425466;
  font-size: 1.1rem;
  line-height: 1.5;
}

.text-2._20px {
  font-size: 1.25rem;
}

.text-2._18px {
  margin-top: 20px;
  padding-top: 0;
  font-size: 1.125rem;
}

.uui-heading-xlarge-4 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 5.3rem;
}

.uui-heading-xlarge-4.mobile, .uui-heading-xlarge-4.only-this {
  display: none;
}

.pruple-span-2 {
  color: #635bff;
  text-decoration: none;
}

.pruple-span-2.text-weight-bold {
  font-weight: 500;
}

.uui-heroheader06_image-02-3 {
  z-index: 1;
  width: 15.25rem;
  min-width: 15.25rem;
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.medium-heading {
  color: #0a2540;
  font-size: 2.375rem;
  line-height: 48px;
}

.medium-heading.text-color-white.nothtat {
  color: #fff;
}

.medium-heading.comingsoon {
  color: #98a2b3;
}

.card-img-2 {
  width: 100%;
  display: none;
}

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

.tilted-tile-midnight-blue-bottom-2 {
  width: 120%;
  min-height: 200px;
  background-color: #0e1d2c;
  margin-top: -120px;
  margin-left: -5%;
  position: relative;
  transform: translate(-10%, 38%)rotate(-5deg);
}

.section-3 {
  margin-bottom: 0;
}

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

.nav-link-5:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-menu-two-3 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 100px;
  padding-left: 0;
  display: flex;
}

.company-logs-2 {
  max-width: 40%;
}

.company-logs-2.shop-agent {
  max-width: 60%;
}

.uui-icon-featured-outline-large-3 {
  width: 3rem;
  height: 3rem;
  color: #00d4ff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.crad-wrapper-2 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 18px 8px rgba(0, 0, 0, .2);
}

.grid-code-2 {
  grid-template-rows: auto;
  align-content: center;
  align-items: center;
}

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

.html-embed-14 {
  width: 17rem;
}

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

.navbar-wrapper-4.athome {
  max-width: 75%;
  color: #000;
}

.text-block-20 {
  color: #fff;
}

.image-32 {
  max-width: 50%;
  margin-left: 0;
  padding-left: 0;
}

.image-32.desk {
  display: none;
}

.image-33 {
  max-width: 75%;
}

.athome {
  color: #000;
}

.defnotthat {
  color: #344054;
  -webkit-text-stroke-color: #344054;
}

.div-block-90 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.classify {
  color: #101828;
}

.grid-12 {
  grid-column-gap: 150px;
  grid-row-gap: 15px;
  align-content: stretch;
  justify-content: space-between;
}

.text-block-21 {
  color: #101828;
}

.list-item-9 {
  display: none;
}

.text-block-22 {
  color: #101828;
  -webkit-text-stroke-color: #1d2939;
}

.bold-text-2 {
  color: #344054;
}

.bold-text-3 {
  color: #101828;
  font-size: 20px;
}

.bold-text-4, .bold-text-5 {
  color: #101828;
}

.text-block-23 {
  margin-bottom: 20px;
}

.text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28 {
  display: none;
}

.text-block-29 {
  color: #d0d5dd;
}

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

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

.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: rgba(26, 27, 31, .75);
}

.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 {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  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::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  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;
  transition: all .2s;
}

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

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

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

.footer-copyright {
  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;
}

.onynmb {
  display: none;
}

.text-3 {
  color: #425466;
  font-size: 1rem;
  line-height: 1.5;
}

.padding-section-4 {
  height: 100vh;
  padding: 5rem 2rem;
}

.uui-heroheader06_component-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.padding-5rem-2 {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.image-36 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.main-container-3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-heading-3 {
  color: #0a2540;
  letter-spacing: -1.12px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 68px;
}

.text-block-30 {
  line-height: 15px;
}

.uui-heroheader06_image-wrapper-2 {
  height: 100%;
  min-height: 36rem;
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

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

.nav-dropdown-toggle-5:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.nav-link-6:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-menu-two-4 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 100px;
  padding-left: 0;
  display: flex;
}

.list-item-10 {
  display: none;
}

.nav-link-accent-4 {
  color: #fff;
  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-4:hover {
  color: rgba(26, 27, 31, .75);
}

.text-block-31 {
  color: #fff;
}

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

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

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

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

.image-37 {
  z-index: -1;
  width: 120%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: translate(-10%, -30%)rotate(-6deg);
}

.heading-7 {
  font-weight: 400;
}

.heading-8 {
  color: #101828;
}

.paragraph-4 {
  color: #101828;
  -webkit-text-stroke-color: #101828;
}

.paragraph-5 {
  color: #000;
  font-weight: 400;
}

.paragraph-5.name {
  font-weight: 700;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: center;
}

.button-2 {
  background-color: #101828;
  border-radius: 10px;
}

.cell-3 {
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  .a-header-image-block {
    justify-content: center;
  }

  .padding-section {
    grid-template-columns: .5fr 1fr 1fr;
  }

  .section, .section-2 {
    position: relative;
  }

  .padding-2rem-2.para {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-3 {
    grid-template-columns: .5fr 1fr 1fr;
  }

  .padding-section-3.that {
    margin-top: 0;
  }

  .padding-section-4 {
    grid-template-columns: .5fr 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .a-header-image-block {
    justify-content: center;
  }

  .integration-logo-item {
    min-height: 200%;
  }

  .image-3 {
    min-height: 120%;
    min-width: 100%;
    border-radius: 20px;
  }

  .image-4 {
    min-height: 120%;
  }

  .main-container {
    z-index: 2;
  }

  .uui-heroheader24_component {
    z-index: 3;
  }

  .gradient {
    transform: translate(-210px, -286px)rotate(-11deg);
  }

  .tilted-tile-midnight-blue-bottom, .bottom-divs, .div-block-10-2, .bottom-divs-3, .bottom-divs-footer, .bottom-divs-2-bottom {
    min-height: 250px;
  }

  .bottom-divs-2-bottom-right {
    min-height: 250px;
    margin-top: -200px;
  }

  .div-block-65 {
    z-index: 5;
  }

  .padding-2rem-2 {
    padding-bottom: 4rem;
    display: block;
  }

  .padding-2rem-2.para {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-2rem-2.sdfsdfsdsf {
    padding-top: 1rem;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-heading-xlarge-4.select-this {
    margin-top: 2rem;
  }

  .medium-heading {
    color: #344054;
  }

  .medium-heading.comingsoon {
    color: #98a2b3;
  }

  .tilted-tile-midnight-blue-bottom-2 {
    min-height: 250px;
    background-image: linear-gradient(182deg, #0a2540, rgba(0, 0, 0, 0) 44%);
  }

  .company-logs-2 {
    max-width: 100%;
  }

  .main-container-3 {
    z-index: 2;
  }
}

@media screen and (min-width: 1920px) {
  .nav-dropdown-icon {
    color: #fff;
  }

  .f-paragraph-large {
    margin-bottom: 20px;
  }

  .f-section-large.thisnotthat {
    margin-top: 60px;
  }

  .a-header-section {
    min-height: 100vh;
    color: #000;
    background-position: 50%;
    background-size: 2300px;
    border: 1px #000;
  }

  .a-caption {
    padding-left: 10px;
  }

  .a-header-logo-wrapper {
    display: none;
  }

  .a-header-image-block {
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(267deg, rgba(0, 0, 0, .76) 74%, rgba(255, 255, 255, 0));
    border: 1px #000;
    border-radius: 20px;
    justify-content: center;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
  }

  .section-regular {
    padding-top: 60px;
  }

  .div-block {
    max-width: 250px;
  }

  .image.desktop {
    max-width: 80%;
    flex: 0 auto;
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-2 {
    max-width: 200px;
    min-width: 150px;
  }

  .div-block-3, .div-block-4 {
    max-width: 250px;
    min-width: 150px;
  }

  .navbar-no-shadow-container {
    margin-bottom: 100px;
  }

  .text._18px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .padding-section.no-right {
    padding-bottom: 0;
  }

  .padding-section.nothattt {
    margin-bottom: 100px;
  }

  .padding-section.just-thiss.elseee {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .gradient {
    transform: translate(-210px, -610px)rotate(-11deg);
  }

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

  .section.midnight-blue {
    min-height: 175px;
  }

  .text-no-color._18px {
    color: #fff;
  }

  .headings {
    color: #344054;
  }

  .main-heading {
    margin-bottom: 20px;
  }

  .main-heading.ecomm {
    font-size: 3rem;
  }

  .image-15 {
    transform: translate(-10%, -40%)rotate(-6deg);
  }

  .gradient-financel-accross {
    display: block;
    bottom: 0;
  }

  .html-embed-12, .section-2._w-smoke {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-2.midnight-blue {
    min-height: 175px;
    background-color: #0e1d2c;
  }

  .padding-2rem-2.sdfsdfsdsf {
    display: none;
  }

  .padding-section-3 {
    margin-top: 0;
  }

  .padding-section-3.that {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  .padding-section-3.no-top {
    margin-top: 100px;
  }

  .tilted-tile-midnight-blue-2 {
    min-height: 300px;
    background-color: #0e1d2c;
  }

  .embed-2 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .button-primary-5 {
    border-radius: 10px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-primary-5.freetrial {
    color: #7f56d9;
    background-color: #f9f5ff;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .button-primary-5.freetrial.notonmobile {
    display: none;
  }

  .cyan-s-2.text-weight-bold {
    color: #fff;
  }

  .image-31 {
    transform: translate(-10%, -40%)rotate(-6deg);
  }

  .hero-btn-3.cyan.no-l-p {
    padding-left: 1rem;
    display: none;
  }

  .hero-btn-3.sky-blue {
    background-color: #f9fafb;
  }

  .hero-btn-3.sky-blue:active {
    background-color: #475467;
  }

  .tilted-tile-midnight-blue-bottom-2 {
    background-color: #0e1d2c;
    background-image: none;
  }

  .section-3 {
    display: block;
  }

  .company-logs-2 {
    max-width: 40%;
  }

  .defnotthat {
    color: #344054;
  }

  .div-block-91 {
    margin-right: 0;
  }

  .div-block-92 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-93 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-34 {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .nav-dropdown-icon-4 {
    color: #fff;
  }

  .image-37 {
    transform: translate(-10%, -40%)rotate(-6deg);
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .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 rgba(0, 0, 0, .05);
  }

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

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

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

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .f-feature-icon-wrapper {
    margin-bottom: 10px;
    display: block;
  }

  .f-feature-card-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    align-items: flex-start;
    margin-left: 0;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

  .f-paragraph-large {
    margin-bottom: 10px;
  }

  .a-header-block {
    max-width: 100%;
    min-height: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-section {
    height: auto;
    background-size: auto;
    padding-bottom: 60px;
    display: block;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

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

  .a-header-logo-wrapper {
    margin-top: 60px;
  }

  .a-header-image-block {
    height: auto;
    max-width: 100%;
    background-image: linear-gradient(267deg, rgba(0, 0, 0, .6) 77%, rgba(255, 255, 255, 0));
    border-radius: 20px;
    padding: 10px;
    position: relative;
  }

  .a-button-video, .a-h1-heading.mobile {
    display: none;
  }

  .a-paragraph-regular {
    margin-bottom: -40px;
  }

  .a-header-image-grid {
    padding-left: 5%;
  }

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

  .div-block {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    border-radius: 20px;
  }

  .image.desktop {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image.mobile {
    display: none;
  }

  .div-block-3, .div-block-4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    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 rgba(0, 0, 0, .05);
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .icon {
    display: none;
  }

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

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

  .paragraph-regular {
    margin-bottom: -40px;
  }

  .nav-menu-wrapper-3 {
    z-index: 2147483647;
    max-width: none;
    min-width: 350px;
    background-color: #f4faff;
    border-radius: .9375rem;
    flex-direction: column;
    margin-top: 1rem;
    right: 3%;
    overflow: hidden;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 1.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

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

  .nav-dropdown-3 {
    width: 100%;
  }

  .nav-dropdown-toggle-3 {
    color: #161616;
    padding-left: 0;
  }

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

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.w--open {
    width: 100%;
    position: relative;
    left: 0;
  }

  .nav-dropdown-link-3 {
    min-width: auto;
  }

  .nav-button-wrapper {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
  }

  .nav-button-wrapper.hide-desktop {
    background-color: #fff;
    padding: 1rem;
  }

  .menu-button-3 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, .2);
    border-radius: 16px;
    padding: .375rem 1rem;
  }

  .menu-button-3.payment-menu {
    background-color: #7f56d9;
  }

  .menu-button-3.billing-menu {
    background-color: #15be53;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .padding-2rem {
    min-height: 2.5rem;
  }

  .text.width-70 {
    width: 70%;
  }

  .uui-heading-xlarge {
    font-size: 4rem;
    line-height: 75px;
  }

  .uui-heroheader01_component {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .padding-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section.hero {
    padding-top: 4rem;
  }

  .hero-btn.slateblue.hide-desktop {
    display: flex;
  }

  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader06_component {
    min-height: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1.6fr;
    grid-auto-flow: row;
  }

  .uui-heroheader24_image-background {
    width: 125%;
    min-width: 125%;
    border-radius: 0;
    margin-right: -25%;
  }

  .uui-heroheader24_image {
    width: 110vw;
    max-width: none;
    min-width: 110vw;
  }

  .uui-section_heroheader24 {
    overflow: hidden;
  }

  .gradient {
    width: 130%;
    min-width: 130%;
    top: 1%;
  }

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

  .section.bg-gray {
    margin-bottom: -40px;
  }

  .section.bg-gray.mob.not {
    display: none;
  }

  .uui-layout34_component {
    grid-template-columns: 1fr 1fr;
  }

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

  .padding-5rem {
    min-height: 2.5rem;
  }

  .padding-5rem.hide-desktop {
    display: block;
  }

  .padding-5rem.hide-desktop.hide-mobile-landscape {
    display: none;
  }

  .padding-section-no-v {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-layout79_content {
    grid-column-gap: 3rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .slide-nav {
    min-height: auto;
    bottom: -100px;
  }

  .slide, .mask {
    height: 100%;
  }

  .main-heading {
    min-width: 500px;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 2.5rem;
    line-height: 66px;
    display: block;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav-menu-2 {
    flex-direction: row;
  }

  .width-70 {
    width: 100%;
  }

  .image-10 {
    overflow: visible;
  }

  .gradient-accross {
    bottom: 0%;
  }

  .process-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-38px {
    font-size: 2.1rem;
    line-height: 45px;
  }

  .heading-38px.width-70._90 {
    width: 90%;
  }

  .integration-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: .9fr;
    display: block;
  }

  .hide-tablet {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 3.25rem;
  }

  .uui-heroheader02_content {
    width: 100%;
  }

  .uui-heroheader02_component {
    min-height: auto;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .revenue-card {
    align-items: center;
    justify-items: center;
  }

  .revenue-card._1fr {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 2rem;
  }

  .div-block-15 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-24 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .div-block-27 {
    width: 100%;
  }

  .uui-layout34_content-2 {
    width: 80%;
  }

  .div-block-30 {
    width: 100%;
  }

  .div-block-31 {
    flex-direction: column;
  }

  .div-block-36 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-40.hide-desktop.grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    display: grid;
  }

  .image-9-2 {
    width: 100%;
    height: 60%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-42 {
    width: 100%;
    height: 70%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .html-embed-7 {
    height: 5rem;
  }

  .slider-2 {
    height: 100%;
  }

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

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

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

  .div-block-45 {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -10%;
  }

  .hide-desktop {
    display: block;
  }

  .flex-lines {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .hide-desktoop {
    align-items: center;
    display: flex;
  }

  .div-block-49 {
    justify-content: space-between;
    padding-left: .769231rem;
    padding-right: .769231rem;
    display: flex;
  }

  .div-block-49.hide-desktop {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-4 {
    font-family: "Fa brands 400", sans-serif;
  }

  .list-item-7 {
    width: 100%;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .image-15 {
    width: 160%;
    transform: translate(-10%, -10%)rotate(-6deg);
  }

  .tabs-2 {
    flex-direction: column;
  }

  .tab-linknav {
    max-width: none;
  }

  .tabs-menu-3 {
    flex-direction: column;
  }

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

  .nav-dropdown-list-3-pages.shadow-three.mobile-shadow-hide.w--open {
    width: 100%;
    min-width: auto;
    position: relative;
    left: 0;
  }

  .tabs-content-3 {
    width: 100%;
  }

  .main-heading-2 {
    font-size: 3rem;
    line-height: 66px;
  }

  .uui-heroheader06_image-01-2 {
    max-width: 32rem;
  }

  .image-16 {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: 0% 50%;
  }

  .gradient-accross-billing {
    bottom: 0%;
  }

  .billing-tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu-billing {
    width: 100%;
    margin-bottom: 2rem;
  }

  .billing-tabs-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .process-wrapper-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .logos {
    height: 1.3rem;
  }

  .div-block-64 {
    width: 12rem;
    min-height: 7rem;
  }

  .div-block-65 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .table-section {
    min-height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bench-component {
    min-height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .invoice-component {
    min-height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .compliance-component {
    min-height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .invoice-components {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .process-wrapper-3 {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .uui-blogpost04_newsletter-2 {
    position: static;
  }

  .gradient-financel-accross {
    bottom: 0%;
  }

  .tabs-menu-financial {
    width: 100%;
    margin-bottom: 2rem;
  }

  .finance-tab-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .process-wrapper-2col {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slide-content-blue {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .slider-logo-bg-blue {
    width: 100%;
    height: 70%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .finance-slide-nav {
    min-height: 70px;
    bottom: -100px;
  }

  .slide-content-orange {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .portfoio-component {
    min-height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .tabs-menu-climate {
    width: 100%;
    margin-bottom: 2rem;
  }

  .image-25 {
    width: 130%;
    left: -15%;
  }

  .templates {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .faq-div {
    width: 100%;
  }

  .grid-5-6 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .div-block-84 {
    margin-top: 2.5rem;
  }

  .text-block-13 {
    left: 22%;
  }

  .tabs-menu-climates {
    width: 95%;
    margin-bottom: 2rem;
    top: 135px;
  }

  .nav-menu-wrapper-4 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-accent-3 {
    color: #101828;
  }

  .padding-2rem-2 {
    min-height: 2.5rem;
  }

  .padding-2rem-2.para.the {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .padding-section-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-3.that {
    margin-top: 0;
    padding-top: 4rem;
  }

  .padding-section-3.hero.that {
    margin-top: 20px;
  }

  .nav-dropdown-toggle-4.not {
    color: #101828;
  }

  .slide-2 {
    height: 100%;
  }

  .button-primary-5.freetrial {
    margin-left: 0;
  }

  .uui-heroheader06_image-01-3 {
    max-width: 32rem;
  }

  .uui-heroheader06_component-2 {
    min-height: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1.6fr 1fr;
    grid-auto-flow: row;
  }

  .mask-2 {
    height: 100%;
  }

  .image-31 {
    width: 160%;
    transform: translate(-10%, -10%)rotate(-6deg);
  }

  .uui-heading-xlarge-4 {
    font-size: 4rem;
    line-height: 75px;
  }

  .medium-heading {
    font-size: 2.1rem;
    line-height: 45px;
  }

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

  .nav-menu-two-3 {
    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 rgba(0, 0, 0, .05);
  }

  .company-logs-2 {
    max-width: 80%;
  }

  .text-block-20 {
    color: #101828;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .padding-section-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-heroheader06_component-3 {
    min-height: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1.6fr;
    grid-auto-flow: row;
  }

  .padding-5rem-2 {
    min-height: 2.5rem;
  }

  .padding-5rem-2.hide-desktop {
    display: block;
  }

  .image-36 {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: 0% 50%;
  }

  .main-heading-3 {
    font-size: 3rem;
    line-height: 66px;
  }

  .nav-dropdown-toggle-5.not {
    color: #101828;
  }

  .nav-menu-wrapper-5 {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .nav-menu-two-4 {
    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 rgba(0, 0, 0, .05);
  }

  .nav-link-accent-4, .text-block-31 {
    color: #101828;
  }

  .image-37 {
    width: 160%;
    transform: translate(-10%, -10%)rotate(-6deg);
  }
}

@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 rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    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-heading-left, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-center, .hero-heading-right, .hero-stack, .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .f-container-regular {
    padding-right: 0;
  }

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

  .f-feature-card-row {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    margin-left: 0;
    padding-left: 0;
  }

  .f-paragraph-large {
    margin-bottom: 20px;
  }

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

  .f-section-large.thisnotthat {
    margin-top: 40px;
  }

  .a-header-block {
    min-height: auto;
  }

  .a-header-section {
    height: auto;
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-header-logo-wrapper {
    flex-direction: column;
  }

  .a-header-image-block {
    border-radius: 20px;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-h1-heading.mobile {
    display: none;
  }

  .a-header-image-grid {
    margin-top: 20px;
  }

  .heading-content {
    font-size: 48px;
  }

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

  .f-h4-heading {
    font-size: 36px;
  }

  .image.desktop {
    display: none;
  }

  .image.mobile {
    display: block;
  }

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

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

  .icon {
    display: none;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #6941c6;
  }

  .uui-button-row {
    align-self: stretch;
  }

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

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

  .navbar-wrapper-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .nav-menu-wrapper-3 {
    right: 1.5rem;
  }

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

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

  .home-message_content {
    border-radius: 0;
  }

  .home-message_component {
    padding: 0;
  }

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

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader01_image {
    height: 22rem;
    border-top-left-radius: 6rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: auto;
    display: flex;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-wrap: nowrap;
  }

  .padding-2rem {
    min-height: 2rem;
  }

  .text {
    font-size: 1.125rem;
  }

  .text.width-70._100 {
    width: 100%;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 3.8rem;
  }

  .uui-heroheader01_content {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .padding-section.hero {
    padding-right: 1.5rem;
  }

  .padding-section.no-right {
    margin-bottom: 100px;
  }

  .padding-section.nothattt {
    margin-top: 100px;
    padding-top: 0;
  }

  .padding-section.just-thiss.elseee {
    margin-top: 0;
  }

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

  .uui-heroheader06_image-02 {
    width: 100%;
    max-width: 15.25rem;
    min-width: auto;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .uui-heroheader06_image-wrapper {
    height: 22rem;
    min-height: auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .uui-heroheader06_image-wrapper.hide-mobile-landscape {
    display: flex;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-heroheader06_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
  }

  .uui-heroheader06_component.start {
    grid-template-columns: 1fr;
  }

  .uui-heroheader24_image-background {
    width: 180%;
    min-width: 180%;
    margin-bottom: -35%;
    margin-right: -90%;
  }

  .uui-heroheader24_image {
    width: 44rem;
    min-width: 44rem;
  }

  .uui-heroheader24_image-wrapper {
    width: 100vw;
    min-height: 20rem;
    border-radius: 0;
    margin-left: -5vw;
  }

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

  .gradient {
    width: 150%;
    min-width: 140%;
  }

  .mobile {
    border-radius: 30px;
  }

  .section.midnight-blue {
    z-index: 1;
  }

  .text-no-color, .text-stealblue {
    font-size: 1.125rem;
  }

  .tilted-tile-midnight-blue {
    min-height: 140px;
  }

  .tilted-tile-midnight-blue.z-index-1 {
    min-height: 140px;
    margin-bottom: -102px;
    margin-left: -5%;
  }

  .tilted-tile-midnight-blue-bottom {
    min-height: 140px;
  }

  .grid-code {
    grid-template-columns: 1fr;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #6941c6;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-layout34_content {
    padding-left: 10px;
  }

  .uui-layout34_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .padding-5rem {
    min-height: 2rem;
  }

  .padding-5rem.hide-desktop.hide-mobile-landscape {
    display: flex;
  }

  .padding-5rem.hide-desktop.hide-tablet {
    display: block;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-layout79_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout79_content {
    grid-row-gap: 1rem;
  }

  .uui-layout79_component {
    align-items: stretch;
  }

  .slide-nav {
    grid-template-columns: 1fr 1fr;
  }

  .image-9 {
    object-position: 60% 50%;
  }

  .fag {
    width: 90%;
  }

  .hero-content.margin-small.margin-right {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .flex.gap-1rem {
    display: none;
  }

  .width-70 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gradient-accross {
    bottom: 5%;
  }

  .gradient-accross.padding-huge {
    min-height: 10rem;
  }

  .process-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .paragraph {
    font-size: 1.05rem;
  }

  .heading-38px {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-38px.width-70._90 {
    width: 100%;
  }

  .integration-grid {
    grid-template-columns: 1fr;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-4.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-4.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-secondary-gray-4.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-flow: row-reverse;
    justify-content: flex-end;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 2.25rem;
  }

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

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

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

  .revenue-card {
    grid-template-columns: 1fr;
  }

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

  .div-block-24 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-27 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-layout34_content-2 {
    width: 100%;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-40.hide-desktop.grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    width: 100%;
  }

  .slider-2 {
    margin-bottom: 5rem;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .div-block-45 {
    width: 100%;
    position: static;
  }

  .flex-lines {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-10._100 {
    width: 100%;
  }

  .tabs-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    margin-bottom: 1px;
  }

  .div-block-51 {
    align-items: center;
  }

  .image-15 {
    width: 180%;
  }

  .nav-dropdown-list-3-pages.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .uui-heroheader06_image-02-2 {
    width: 100%;
    max-width: 15.25rem;
    min-width: auto;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .gradient-accross-billing {
    bottom: 5%;
  }

  .gradient-accross-billing.padding-huge {
    min-height: 10rem;
  }

  .tabs-menu-billing {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .process-wrapper-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .div-block-51-2 {
    align-items: center;
  }

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

  .bottom-divs-2-bottom, .bottom-divs-2-bottom-right {
    top: -10%;
  }

  .table-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bench-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .top-divs {
    top: -10%;
  }

  .div-block-74 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .invoice-component, .compliance-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .invoice-components {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .tab-map-2 {
    grid-template-rows: auto minmax(auto, min-content);
    grid-template-columns: 1fr;
  }

  .process-wrapper-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-blogpost04_newsletter-2 {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-heading-xsmall-3 {
    font-size: 1.25rem;
  }

  .uui-button-secondary-gray-5 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-blogpost04_meta-wrapper-2 {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-blogpost04_category-link-2 {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: #6941c6;
  }

  .financial-hero-mobile {
    width: 100%;
    max-width: 15.25rem;
    min-width: auto;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .financial-hero-wrapper {
    height: 22rem;
    min-height: auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .gradient-financel-accross {
    bottom: 5%;
  }

  .gradient-financel-accross.padding-huge {
    min-height: 10rem;
  }

  .light-green-span {
    color: #6941c6;
  }

  .brand {
    padding-left: 0;
  }

  .brand-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .brand-2.padding-10 {
    padding-left: 10px;
  }

  .process-wrapper-2col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-left: .625rem;
    padding-right: .625rem;
  }

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

  .finance-slide-nav {
    width: 80%;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .portfoio-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .tabs-menu-climate {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

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

  .review-wrappers {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .faq-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .tab-pane-tab-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-13 {
    font-size: 10px;
    left: 26%;
  }

  .tabs-menu-climates {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .mobile-2 {
    border-radius: 30px;
  }

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

  .section-2.midnight-blue {
    z-index: 1;
  }

  .paragraph-3 {
    font-size: 1.05rem;
  }

  .padding-2rem-2 {
    min-height: 2rem;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .padding-section-3.hero.that {
    padding-top: 2rem;
  }

  .tilted-tile-midnight-blue-2 {
    min-height: 140px;
  }

  .heading-3 {
    width: 100%;
  }

  .image-28 {
    max-width: 30%;
  }

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

  .image-29 {
    object-position: 60% 50%;
  }

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

  .heading-6 {
    margin-bottom: 40px;
  }

  .grid-11 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heroheader06_component-2 {
    grid-template-columns: 1.6fr;
  }

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

  .image-31 {
    width: 180%;
  }

  .text-stealblue-2, .text-2 {
    font-size: 1.125rem;
  }

  .uui-heading-xlarge-4 {
    font-size: 3.8rem;
  }

  .uui-heading-xlarge-4.mobile {
    display: none;
  }

  .uui-heroheader06_image-02-3 {
    width: 100%;
    max-width: 15.25rem;
    min-width: auto;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .medium-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heroheader01_content-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tilted-tile-midnight-blue-bottom-2 {
    min-height: 140px;
  }

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

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .company-logs-2 {
    max-width: 30%;
  }

  .uui-layout34_content-3 {
    padding-left: 10px;
  }

  .grid-code-2 {
    grid-template-columns: 1fr;
  }

  .navbar-wrapper-4.athome {
    padding-right: 0;
  }

  .image-34 {
    margin-right: 220px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .text-3 {
    font-size: 1.125rem;
  }

  .uui-heroheader06_component-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
  }

  .padding-5rem-2 {
    min-height: 2rem;
  }

  .padding-5rem-2.hide-desktop.hide-mobile-landscape {
    display: none;
  }

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

  .uui-heroheader06_image-wrapper-2 {
    height: 22rem;
    min-height: auto;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

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

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-two-4 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .image-37 {
    width: 180%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

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

  .f-feature-card-row {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .f-section-large.thisnotthat {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .a-header-block {
    min-height: auto;
    margin-bottom: 0;
  }

  .a-span-underline {
    color: #fff;
    text-decoration: underline;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-section {
    padding-top: 0;
  }

  .a-header-button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .a-header-content {
    display: block;
    position: static;
  }

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

  .a-header-image-block {
    height: auto;
    align-items: center;
    display: flex;
  }

  .a-h1-heading.desktop {
    display: none;
  }

  .a-h1-heading.mobile {
    display: block;
  }

  .a-container-regular {
    display: none;
  }

  .a-header-image-grid {
    grid-column-gap: 12px;
  }

  .a-header-grid-column {
    grid-row-gap: 12px;
  }

  .heading-wrapper {
    display: flex;
  }

  .integration-wrapper {
    margin-bottom: 20px;
  }

  .paragraph-large {
    display: block;
  }

  .f-logo-grid-primary {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-logo-grid-middle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .image.desktop {
    display: none;
  }

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

  .div-block-5 {
    min-height: 100vh;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .navbar-logo-left-2 {
    display: block;
  }

  .navbar-logo-left-2.notonmobile, .navbar-logo-left-container-2.shadow-three.onlydesktop {
    display: none;
  }

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

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .text-span-2 {
    text-decoration: underline;
  }

  .html-embed {
    flex-direction: column;
    display: none;
  }

  .mobileonly {
    display: block;
  }

  .uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-no-shadow-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper-3 {
    width: 100%;
    min-width: 100%;
    left: 1rem;
    right: 1rem;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .embed {
    width: .6rem;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image {
    height: 15rem;
    border-top-left-radius: 4rem;
  }

  .text {
    font-size: 1rem;
  }

  .text._18px {
    font-size: 1.05rem;
  }

  .text._20px {
    margin-top: 40px;
  }

  .text.width-70._100 {
    width: 100%;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .padding-section {
    margin-top: 220px;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section.no-right {
    margin-top: 0;
    margin-bottom: 220px;
    padding-top: 0;
  }

  .padding-section.nothattt {
    margin-top: 0;
    padding-top: 0;
  }

  .padding-section.just-thiss {
    margin-bottom: -140px;
  }

  .padding-section.just-thiss.elseee {
    margin-top: 0;
  }

  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

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

  .gradient {
    width: 190%;
    min-width: 210%;
  }

  .gradient.hide {
    min-height: 2000px;
    display: none;
  }

  .section.bg-gray.mob {
    display: none;
  }

  .padding-5rem.hide-desktop.hide-tablet {
    display: block;
  }

  .padding-5rem.hide-desktop.hide-mobile-portrait, .padding-5rem.bg-gray {
    display: none;
  }

  .padding-section-no-v {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout79_list {
    grid-template-columns: 1fr;
  }

  .slide {
    min-height: 100%;
    margin-right: 5%;
  }

  .main-heading {
    min-width: auto;
    margin-top: 40px;
    font-size: 2.5rem;
    line-height: 50px;
  }

  .text-block-4 {
    font-size: .9rem;
  }

  .padding-small.notonmobile {
    display: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .flex.gap-1rem {
    display: none;
  }

  .flex.gap-2rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex.vertical.align-center.bg-gray.gap-1rem._0-gap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .text-block-5, .paragraph {
    font-size: 1rem;
  }

  .heading-38px {
    margin-bottom: 60px;
    font-size: 1.9rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
  }

  .revenue-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
  }

  .tab-link-tab-2 {
    padding: .6rem 1rem;
    font-size: .9rem;
  }

  .tickets {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 0;
    font-size: .6rem;
  }

  .div-block-24 {
    width: 100%;
  }

  .grid-5 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

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

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .flex-lines {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-10 {
    margin-top: 0;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }

  .div-block-51 {
    justify-content: flex-end;
    display: flex;
  }

  .text-block-4-small {
    font-size: .5rem;
    line-height: 18px;
  }

  .image-14 {
    width: 2rem;
  }

  .html-embed-10 {
    width: 100%;
  }

  .image-15 {
    width: 240%;
  }

  .uui-heroheader06_image-02-2 {
    margin-right: 40px;
    padding-right: 0;
    display: block;
  }

  .main-heading-2 {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .billing-tab-link {
    padding: .6rem 1rem;
    font-size: .9rem;
  }

  .subscrition, .customer {
    width: 90%;
  }

  .div-block-56 {
    left: 7px;
  }

  .div-block-51-2 {
    display: flex;
  }

  .bottom-divs-2-bottom, .bottom-divs-2-bottom-right {
    top: -6%;
  }

  .table-section, .bench-component {
    grid-template-columns: 1fr;
  }

  .top-divs {
    top: -6%;
  }

  .invoice-component, .compliance-component {
    grid-template-columns: 1fr;
  }

  .invoice-components {
    width: 100%;
  }

  .financial-hero-wrapper {
    height: 16rem;
  }

  .tab-link-finance {
    padding: .6rem 1rem;
    font-size: .9rem;
  }

  .slide-content-orange {
    background-size: auto, auto;
  }

  .portfoio-component {
    grid-template-columns: 1fr;
  }

  .billing-tab-link-green {
    padding: .6rem 1rem;
    font-size: .9rem;
  }

  .grid-5-6 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .div-block-84 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    margin-top: 0;
  }

  .text-block-13 {
    font-size: 8px;
    display: none;
    left: 44%;
  }

  .tabs-menu-climates {
    flex-wrap: nowrap;
    display: none;
    top: 140px;
  }

  .tabs-3 {
    margin-top: 1.5rem;
  }

  .c-reader-2 {
    display: none;
  }

  .div-block-86 {
    justify-content: space-between;
  }

  .text-block-17 {
    min-width: 100px;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .flex-2, .paragraph-3, .padding-2rem-2.sdfsdfsdsf, .padding-2rem-2.sdfsdfsdfs, .image-27 {
    display: none;
  }

  .padding-section-3 {
    padding-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-3.that {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
  }

  .padding-section-3.more, .padding-section-3.feature {
    display: none;
  }

  .padding-section-3.hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-3.hero.that {
    padding-top: .5rem;
  }

  .embed-2 {
    width: .6rem;
  }

  .image-28 {
    max-width: 30%;
  }

  .heading-5.hilgter-elem-pruple {
    color: #fff;
  }

  .slide-2 {
    min-height: 100%;
    margin-right: 5%;
  }

  .button-primary-5 {
    margin-top: 20px;
    margin-left: 0;
  }

  .button-primary-5.freetrial {
    background-color: #0e1d2c;
    margin-right: 0;
  }

  .button-primary-5.freetrial.notonmobile {
    display: none;
  }

  .heading-6 {
    color: #101828;
    font-size: 20px;
  }

  .grid-11.padding-10 {
    grid-template-columns: 1fr;
  }

  .image-30 {
    display: none;
  }

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

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .app-2 {
    display: none;
  }

  .image-31 {
    width: 240%;
  }

  .text-2._20px {
    text-align: center;
    margin-bottom: 30px;
  }

  .text-2._18px {
    margin-top: 20px;
  }

  .uui-heading-xlarge-4 {
    max-width: 80%;
    padding-right: 0;
  }

  .uui-heading-xlarge-4.mobile {
    box-shadow: none;
    margin-top: 0;
    display: block;
  }

  .uui-heading-xlarge-4.select-this {
    display: none;
  }

  .medium-heading {
    margin-top: 30px;
    font-size: 1.9rem;
  }

  .medium-heading.comingsoon {
    color: #98a2b3;
  }

  .uui-heroheader01_content-2 {
    max-width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

  .card-img-2 {
    min-width: 100%;
    display: block;
  }

  .text-block-19 {
    min-width: 100px;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .company-logs-2 {
    max-width: 40%;
  }

  .crad-wrapper-2 {
    min-width: 100%;
  }

  .image-32 {
    min-width: 150px;
  }

  .image-32.desk {
    display: block;
  }

  .image-32.mob {
    display: none;
  }

  .div-block-91 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .grid-12 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-34 {
    display: none;
  }

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

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

  .footer-block-two {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .onynmb {
    display: block;
  }

  .text-3 {
    font-size: 1rem;
  }

  .padding-section-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader06_component-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .padding-5rem-2.hide-desktop.hide-mobile-landscape {
    display: none;
  }

  .main-heading-3 {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .text-block-30 {
    font-size: .9rem;
  }

  .uui-heroheader06_image-wrapper-2 {
    height: 16rem;
    display: block;
  }

  .nav-menu-two-4 {
    flex-direction: column;
  }

  .image-37 {
    width: 240%;
  }

  .image-38, .image-39 {
    display: none;
  }
}

#w-node-_88cafb25-afae-5f07-44a2-4c59f1825d6c-76e2489e, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825d96-76e2489e, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825dae-76e2489e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88cafb25-afae-5f07-44a2-4c59f1825dba-76e2489e, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825dbc-76e2489e, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825dbe-76e2489e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_88cafb25-afae-5f07-44a2-4c59f1825dc0-76e2489e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88cafb25-afae-5f07-44a2-4c59f1825dc7-76e2489e, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825dde-76e2489e, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825e4d-76e2489e, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825eaf-76e2489e, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825ebc-76e2489e, #w-node-b74bd006-48fd-9da1-9579-78fe32d81c6f-76e2489e, #w-node-_0294bea4-a174-7248-431a-9550441161b3-fee248a1, #w-node-_0294bea4-a174-7248-431a-9550441161b5-fee248a1, #w-node-_0294bea4-a174-7248-431a-9550441161b7-fee248a1, #w-node-_0294bea4-a174-7248-431a-9550441161ba-fee248a1, #w-node-_0294bea4-a174-7248-431a-9550441161bc-fee248a1, #w-node-_0294bea4-a174-7248-431a-9550441161bf-fee248a1, #w-node-_0294bea4-a174-7248-431a-9550441161c1-fee248a1, #w-node-_0294bea4-a174-7248-431a-9550441161c3-fee248a1, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f4-fee248a1, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f6-fee248a1, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f8-fee248a1, #w-node-_0294bea4-a174-7248-431a-9550441161b3-dfe248a2, #w-node-_0294bea4-a174-7248-431a-9550441161b5-dfe248a2, #w-node-_0294bea4-a174-7248-431a-9550441161b7-dfe248a2, #w-node-_0294bea4-a174-7248-431a-9550441161ba-dfe248a2, #w-node-_0294bea4-a174-7248-431a-9550441161bc-dfe248a2, #w-node-_0294bea4-a174-7248-431a-9550441161bf-dfe248a2, #w-node-_0294bea4-a174-7248-431a-9550441161c1-dfe248a2, #w-node-_0294bea4-a174-7248-431a-9550441161c3-dfe248a2, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f4-dfe248a2, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f6-dfe248a2, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f8-dfe248a2, #w-node-_0294bea4-a174-7248-431a-9550441161b3-30e248a3, #w-node-_0294bea4-a174-7248-431a-9550441161b5-30e248a3, #w-node-_0294bea4-a174-7248-431a-9550441161b7-30e248a3, #w-node-_0294bea4-a174-7248-431a-9550441161ba-30e248a3, #w-node-_0294bea4-a174-7248-431a-9550441161bc-30e248a3, #w-node-_0294bea4-a174-7248-431a-9550441161bf-30e248a3, #w-node-_0294bea4-a174-7248-431a-9550441161c1-30e248a3, #w-node-_0294bea4-a174-7248-431a-9550441161c3-30e248a3, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f4-30e248a3, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f6-30e248a3, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f8-30e248a3, #w-node-_0294bea4-a174-7248-431a-9550441161b3-a8e248ac, #w-node-_0294bea4-a174-7248-431a-9550441161b5-a8e248ac, #w-node-_0294bea4-a174-7248-431a-9550441161b7-a8e248ac, #w-node-_0294bea4-a174-7248-431a-9550441161ba-a8e248ac, #w-node-_0294bea4-a174-7248-431a-9550441161bc-a8e248ac, #w-node-_0294bea4-a174-7248-431a-9550441161bf-a8e248ac, #w-node-_0294bea4-a174-7248-431a-9550441161c1-a8e248ac, #w-node-_0294bea4-a174-7248-431a-9550441161c3-a8e248ac, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f4-a8e248ac, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f6-a8e248ac, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f8-a8e248ac, #w-node-_0294bea4-a174-7248-431a-9550441161b3-1fe248ad, #w-node-_0294bea4-a174-7248-431a-9550441161b5-1fe248ad, #w-node-_0294bea4-a174-7248-431a-9550441161b7-1fe248ad, #w-node-_0294bea4-a174-7248-431a-9550441161ba-1fe248ad, #w-node-_0294bea4-a174-7248-431a-9550441161bc-1fe248ad, #w-node-_0294bea4-a174-7248-431a-9550441161bf-1fe248ad, #w-node-_0294bea4-a174-7248-431a-9550441161c1-1fe248ad, #w-node-_0294bea4-a174-7248-431a-9550441161c3-1fe248ad, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f4-1fe248ad, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f6-1fe248ad, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f8-1fe248ad, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f4-63e248af, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f6-63e248af, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f8-63e248af, #w-node-_0294bea4-a174-7248-431a-9550441161b3-aee248b0, #w-node-_0294bea4-a174-7248-431a-9550441161b5-aee248b0, #w-node-_0294bea4-a174-7248-431a-9550441161b7-aee248b0, #w-node-_0294bea4-a174-7248-431a-9550441161ba-aee248b0, #w-node-_0294bea4-a174-7248-431a-9550441161bc-aee248b0, #w-node-_0294bea4-a174-7248-431a-9550441161bf-aee248b0, #w-node-_0294bea4-a174-7248-431a-9550441161c1-aee248b0, #w-node-_0294bea4-a174-7248-431a-9550441161c3-aee248b0, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f4-aee248b0, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f6-aee248b0, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f8-aee248b0, #w-node-_0294bea4-a174-7248-431a-9550441161b3-3ae248b3, #w-node-_0294bea4-a174-7248-431a-9550441161b5-3ae248b3, #w-node-_0294bea4-a174-7248-431a-9550441161b7-3ae248b3, #w-node-_0294bea4-a174-7248-431a-9550441161ba-3ae248b3, #w-node-_0294bea4-a174-7248-431a-9550441161bc-3ae248b3, #w-node-_0294bea4-a174-7248-431a-9550441161bf-3ae248b3, #w-node-_0294bea4-a174-7248-431a-9550441161c1-3ae248b3, #w-node-_0294bea4-a174-7248-431a-9550441161c3-3ae248b3, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f4-3ae248b3, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f6-3ae248b3, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f8-3ae248b3, #w-node-_0294bea4-a174-7248-431a-9550441161b3-ace248b5, #w-node-_0294bea4-a174-7248-431a-9550441161b5-ace248b5, #w-node-_0294bea4-a174-7248-431a-9550441161b7-ace248b5, #w-node-_0294bea4-a174-7248-431a-9550441161ba-ace248b5, #w-node-_0294bea4-a174-7248-431a-9550441161bc-ace248b5, #w-node-_0294bea4-a174-7248-431a-9550441161bf-ace248b5, #w-node-_0294bea4-a174-7248-431a-9550441161c1-ace248b5, #w-node-_0294bea4-a174-7248-431a-9550441161c3-ace248b5, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f4-ace248b5, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f6-ace248b5, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f8-ace248b5, #w-node-_0294bea4-a174-7248-431a-9550441161b3-7ee248b7, #w-node-_0294bea4-a174-7248-431a-9550441161b5-7ee248b7, #w-node-_0294bea4-a174-7248-431a-9550441161b7-7ee248b7, #w-node-_0294bea4-a174-7248-431a-9550441161ba-7ee248b7, #w-node-_0294bea4-a174-7248-431a-9550441161bc-7ee248b7, #w-node-_0294bea4-a174-7248-431a-9550441161bf-7ee248b7, #w-node-_0294bea4-a174-7248-431a-9550441161c1-7ee248b7, #w-node-_0294bea4-a174-7248-431a-9550441161c3-7ee248b7, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f4-7ee248b7, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f6-7ee248b7, #w-node-_02d0c567-9220-6dcb-05d3-0a181f97e9f8-7ee248b7, #w-node-_0294bea4-a174-7248-431a-9550441161b3-6ee248b8, #w-node-_0294bea4-a174-7248-431a-9550441161b5-6ee248b8, #w-node-_0294bea4-a174-7248-431a-9550441161b7-6ee248b8, #w-node-_0294bea4-a174-7248-431a-9550441161ba-6ee248b8, #w-node-_0294bea4-a174-7248-431a-9550441161bc-6ee248b8, #w-node-_0294bea4-a174-7248-431a-9550441161bf-6ee248b8, #w-node-_0294bea4-a174-7248-431a-9550441161c1-6ee248b8, #w-node-_0294bea4-a174-7248-431a-9550441161c3-6ee248b8, #w-node-_076e9ba4-c092-035a-b37f-a6058d464d45-6ee248b8, #w-node-_076e9ba4-c092-035a-b37f-a6058d464d47-6ee248b8, #w-node-_076e9ba4-c092-035a-b37f-a6058d464d49-6ee248b8, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc2802-7d8d42be, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825d96-7d8d42be, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825dae-7d8d42be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88cafb25-afae-5f07-44a2-4c59f1825dba-7d8d42be, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825dbc-7d8d42be, #w-node-_88cafb25-afae-5f07-44a2-4c59f1825dbe-7d8d42be {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_88cafb25-afae-5f07-44a2-4c59f1825dc0-7d8d42be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a05c474-93af-bb76-bb6d-8809fbbc2864-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28b2-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28b4-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28b6-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28b9-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28bb-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28be-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28c0-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28c2-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28d4-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28eb-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28ec-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28ed-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28ee-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28ef-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28f0-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28f1-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28f2-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28f3-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28f4-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc28fb-7d8d42be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a05c474-93af-bb76-bb6d-8809fbbc2943-7d8d42be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a05c474-93af-bb76-bb6d-8809fbbc2948-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc2971-7d8d42be, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc2979-7d8d42be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25942c50-49b8-15aa-2d47-86fb5160f181-1d5a3597 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_25942c50-49b8-15aa-2d47-86fb5160f196-1d5a3597 {
  align-self: auto;
}

#w-node-c280c91b-2f23-d18b-3f99-b525a21dd092-1d5a3597 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_06be845e-2f0e-6811-e435-c5d5deb7b45b-1d5a3597 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23017129-b135-66ab-606c-f6be438b6404-1d5a3597 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_27e14f60-40ad-29be-f0ca-933092fed005-1d5a3597, #w-node-_6405f278-bc78-e43b-549e-1591d6ae5770-1d5a3597, #w-node-_93cda344-66ff-3c63-4433-eda71dfc6937-1d5a3597 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d0e9d5b-a123-bd41-c3ff-1fe7a55d8b00-1d5a3597 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8d0e9d5b-a123-bd41-c3ff-1fe7a55d8b01-1d5a3597, #w-node-_8d0e9d5b-a123-bd41-c3ff-1fe7a55d8b02-1d5a3597 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_25942c50-49b8-15aa-2d47-86fb5160f196-1d5a3597 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b74bd006-48fd-9da1-9579-78fe32d81c70-76e2489e, #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc297a-7d8d42be {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_88cafb25-afae-5f07-44a2-4c59f1825ee4-76e2489e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b74bd006-48fd-9da1-9579-78fe32d81c6f-76e2489e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc2943-7d8d42be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc2979-7d8d42be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_88cafb25-afae-5f07-44a2-4c59f1825db8-76e2489e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b74bd006-48fd-9da1-9579-78fe32d81c70-76e2489e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88cafb25-afae-5f07-44a2-4c59f1825db8-7d8d42be {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_1a05c474-93af-bb76-bb6d-8809fbbc297a-7d8d42be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}