:root {
  --teal--700: teal;
  --teal--800: #0a5757;
  --grey-600: #475467;
  --grey-400: #98a2b3;
  --grey-100: #f2f4f7;
  --altobee--600: #4e51dd;
  --altobee--700: #4041c2;
  --altobee--300: #a9bdf8;
  --grey-800: #1d2939;
  --altobee--50: #eff3fe;
  --altobee--100: #e2eafd;
  --altobee--800: #36389d;
  --purple-900: #42307d;
  --altobee--950: #1d1d49;
  --grey-900: #101828;
  --grey-500: #667085;
  --white: white;
  --grey-700: #344054;
  --altobee--400: #8799f2;
  --purple-700: #6941c6;
  --purple-600: #7f56d9;
  --altobee--200: #cad8fb;
  --grey-50: #f9fafb;
  --black\<deleted\|variable-85c3e926\>: black;
  --purple-800: #53389e;
  --grey-200: #eaecf0;
  --grey-300: #d0d5dd;
  --purple-50: #f9f5ff;
  --purple-100: #f4ebff;
  --purple-200: #e9d7fe;
  --purple-300: #d6bbfb;
  --purple-400: #b692f6;
  --purple-500: #9e77ed;
  --altobee--900: #32357c;
  --teal--200: #8bfff5;
}

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

.page-wrapper {
  width: 100vw;
  max-width: 100%;
  font-family: Inter, sans-serif;
  overflow: visible;
}

.page-wrapper.page-wrapper-visible-overflow {
  overflow: visible;
}

.text-features {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #12141d;
  background-color: #0000;
  flex-direction: column;
  display: flex;
}

.text-features.text-features-features {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-around;
  align-items: flex-start;
  text-decoration: none;
}

.text-features.text-features-features.text-feature-darkmode {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.logo-ifvirty-link, .logo-ifvirty-link.w--current {
  width: auto;
}

.list-item-4 {
  align-self: center;
}

.line-divider {
  background-image: radial-gradient(circle, #0006, #fff0);
  width: 100%;
  height: 1px;
}

.line-divider.line-white, .line-divider.line-divider-footer {
  background-image: radial-gradient(circle, #fff6, #fff0);
}

.navbar-darkmode {
  width: 100%;
}

.container-regular {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-secondary {
  border: 1px solid var(--teal--700);
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 8px;
  align-self: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 20px;
  transition: all .2s;
}

.button-secondary:hover {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  transform: translate(0, -2px);
  box-shadow: 0 2px 10px #00808066;
}

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

.button-secondary.button-rounded {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-color: var(--teal--700);
  border-radius: 24px;
  padding: .5rem 1rem;
  display: flex;
}

.button-secondary.button-rounded:hover {
  border-color: var(--teal--700);
  box-shadow: 0 2px 10px #0a575766;
}

.button-secondary.button-rounded.button-text-icon {
  border-color: var(--teal--700);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 10px #00808066;
}

.button-secondary.button-rounded.button-text-icon:hover {
  border-color: var(--teal--800);
  background-color: var(--teal--700);
  transform: translate(0, -2px);
}

.button-secondary.button-size-large {
  padding: 1rem 2rem;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

.list-item-2 {
  align-self: center;
  display: flex;
}

.description-feature {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 1;
  color: var(--grey-600);
  flex-direction: column;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.description-feature.desc-feature-darkmode {
  color: var(--grey-400);
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #5831c8;
  border: 2px solid #5831c8;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .2s;
}

.button-3:hover {
  transform: translate(0, -.25rem);
  box-shadow: 0 15px 10px -10px #0000001a;
}

.button-3.is-secondary {
  color: #fff;
  background-color: #0000;
  border-width: 2px;
  border-color: #5831c8;
  transition-property: none;
}

.button-3.is-secondary:hover {
  color: #fff;
  transform: translate(0, -.25rem);
}

.button-3.is-secondary.is-icon {
  display: block;
}

.heading-features {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.heading-features:hover {
  color: #12141d;
}

.heading-features.heading-darkmode {
  color: var(--grey-100);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: grid;
  position: static;
}

.navbar-wrapper.nav-features {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: grid;
}

.btn-group-responsive {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-group-responsive.btm-navbar {
  display: none;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-group.btn-group-size-large.button-group-getstarded {
  justify-content: center;
  align-items: center;
}

.button-group.btn-group-size-large.button-marketplace {
  justify-content: flex-start;
  align-items: center;
}

.nav-menu-2 {
  color: #5831c8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  display: block;
}

.nav-menu-wrapper.nav-features {
  z-index: auto;
  width: auto;
}

.icon-navbar-features {
  color: #fff;
  width: 32px;
  height: 32px;
}

.list-item-3 {
  text-transform: none;
  white-space: nowrap;
  object-fit: fill;
  align-self: center;
  width: auto;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  background-color: teal;
  border-radius: 8px;
  align-self: center;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--altobee--600);
  opacity: 1;
  color: #fff;
  transform: translate(0, -2px);
  box-shadow: 0 2px 10px #4e51ddcc;
}

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

.button-primary.button-size-large {
  padding: 1rem 2rem;
  font-size: 1.2rem;
}

.button-primary.button-size-large:hover {
  background-color: var(--altobee--700);
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.list-btn-group {
  white-space: nowrap;
  padding-left: 0;
}

.divider-wrapper {
  padding: 5%;
}

.divider-wrapper.divider-padding {
  width: 100vw;
  max-width: 100%;
  padding-top: 5%;
  overflow: hidden;
}

.icon-feature {
  opacity: 1;
  color: var(--altobee--300);
  background-color: #5831c8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 1rem;
  font-size: .8rem;
  display: flex;
}

.icon-feature:hover {
  opacity: 1;
  font-size: .8rem;
  font-weight: 400;
}

.icon-feature.icon-dropdown {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6a42c6;
}

.icon-feature.icon-dropdown.icon-dropdown-features {
  background-color: var(--altobee--600);
}

.icon-feature.icon-dropdown.icon-dropdown-features.icon-feature-darkmode {
  background-color: var(--altobee--700);
}

.nav-dropdown {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  padding: 1rem;
  display: flex;
  position: relative;
}

.dropdown-list:hover {
  background-color: #6a42c61f;
  border-radius: 8px;
}

.dropdown-list.w--current:hover {
  background-color: #6a42c61f;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-list.dropdown-list-features {
  color: var(--grey-800);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.dropdown-list.dropdown-list-features:hover {
  background-color: var(--altobee--50);
}

.dropdown-list.dropdown-list-features.w--current {
  background-color: var(--altobee--100);
  color: var(--altobee--800);
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.dropdown-list.dropdown-list-features.w--current:active {
  background-color: #4e51dd14;
}

.dropdown-list.dropdown-list-features.list-feature-darkmode:hover {
  background-color: #ffffff14;
}

.nav-link-4 {
  float: none;
  clear: none;
  color: #12141d;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  display: inline;
  overflow: visible;
}

.nav-link-4:hover {
  color: #5831c8;
  font-size: 1.125rem;
}

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

.nav-link-4.nav-lightmode {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

.nav-link-4.nav-lightmode:hover {
  color: var(--altobee--300);
}

.nav-link-4.nav-lightmode.w--current {
  margin-left: auto;
  margin-right: auto;
  font-family: Plus Jakarta Sans, sans-serif;
  line-height: 1.1;
}

.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 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  outline-offset: 0px;
  background-color: #12141d;
  border-radius: 16px;
  outline: 1px solid #ffffff1c;
  flex-direction: column;
  width: 400px;
  padding: .5rem;
  display: flex;
  top: 40px;
  left: -140px;
  box-shadow: 0 8px 40px #00000014;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.navbar-list-features.w--open {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  top: 64px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.navbar-list-features.na-feature-darkmode.w--open {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0a0016;
}

.nav-dropdown-list.shadow-three.dropdown-size.w--open {
  width: 400px;
}

.nav-dropdown-list.shadow-three.dropdown-size.navbar-solution.w--open {
  width: 420px;
}

.nav-dropdown-list.shadow-three.new-navbar.w--open {
  border: 1px solid var(--purple-900);
  background-color: var(--altobee--950);
  width: 400px;
}

.nav-dropdown-list.shadow-three.new-navbar.navbar-solution.w--open {
  width: 420px;
}

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

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

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

.nav-dropdown-toggle.nav-features {
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

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

.nav-dropdown-icon:hover {
  color: #5831c8;
}

.nav-dropdown-icon.nav-features {
  color: #12141d;
}

.nav-dropdown-icon.nav-features.nav-lightmode {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1;
}

.logo-ifvirty {
  width: 7rem;
  max-width: none;
}

.list-item {
  background-color: #0000;
  align-self: center;
  display: flex;
}

.list-item:hover {
  background-color: #0000;
}

.header {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff3d;
  border-bottom: 1px solid #fff;
  padding: 1rem 5%;
  position: sticky;
  top: 0;
}

.header.header-navbar-home {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #06062d;
  border-bottom-color: #ffffff1f;
  padding-left: 14%;
  padding-right: 14%;
}

.header.header-navbar-features {
  border-bottom-color: #ffffff3d;
  width: 100%;
  padding-left: 16%;
  padding-right: 16%;
}

.header.header-navbar-features.navar-lightmode {
  background-color: #fff3;
  border-bottom-color: #fff6;
  width: 100vw;
  max-width: 100%;
  padding-left: 14%;
  padding-right: 14%;
  position: sticky;
  overflow: visible;
}

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

.nav-dropdown-2 {
  color: #fff;
  font-size: 1rem;
}

.nav-dropdown-2:hover {
  color: #5831c8;
}

.nav-dropdown-2.nav-features {
  color: var(--grey-900);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.nav-dropdown-2.nav-features:hover {
  color: var(--altobee--700);
}

.nav-dropdown-2.nav-features.nav-lightmode {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

.nav-dropdown-2.nav-features.nav-lightmode:hover {
  color: var(--altobee--300);
}

.padding-global {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-self: stretch;
  padding: 5% 8%;
  display: block;
}

.padding-global.padding-top-header {
  background-image: url('../images/bg-altobeecloud.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 0%;
}

.padding-global.padding-top-header.wrapper-features {
  background-image: url('../images/Hero-Lightmode-Benefit1-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global.background {
  background-color: #fff;
  padding-left: 8%;
  padding-right: 8%;
}

.padding-global.z-index-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-top: 5%;
  padding-bottom: 5%;
}

.padding-global.z-index-1.padding-global-package-price {
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global.fomo-wrappers {
  padding-top: 10%;
  padding-bottom: 5%;
}

.padding-global.explore-more-wrapper {
  padding-bottom: 10%;
}

.padding-global.padding-global-cta {
  padding-bottom: 0%;
}

.padding-global.padding-global-feature, .padding-global.padding-global-desktop {
  padding-top: 0%;
  padding-bottom: 0%;
}

.padding-global.padding-mdi {
  padding-top: 10%;
  padding-bottom: 8%;
}

.padding-global.buyer-section {
  padding-top: 11%;
}

.nav-button-wrapper {
  max-width: none;
  margin-left: 0;
  display: block;
}

.hero_heading {
  text-align: left;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.hero_heading.hero-text-home {
  direction: ltr;
  color: #fff;
  text-align: center;
  overflow-wrap: normal;
  background-image: linear-gradient(333deg, #5832c9, #9778f3 89%);
  align-self: center;
  width: 100%;
}

.hero_heading.hero-text-home.clipped {
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(278deg, #a9bdf8, #eff3fe);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
  line-height: 1.5;
}

.hero_heading.hero-text-home.clipped:hover {
  background-image: linear-gradient(98deg, #a9bdf8, #eff3fe);
}

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

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

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

.margin-bottom.margin-small {
  margin: 0;
}

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

.component-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-top: 5%;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  overflow: visible;
}

.component-wrapper.gap-56 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
}

.component-wrapper.marketplace-seller {
  padding-top: 0%;
}

.hero_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center stretch;
  display: flex;
}

.hero_content-wrapper.wrapper-hero {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  padding-left: 5%;
}

.hero_content-wrapper.wrapper-hero.wrapper-hero-features {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-left: 8%;
}

.section_hero {
  color: #fff;
  background-color: #0000;
  width: 100vw;
  max-width: 100%;
  position: static;
  overflow: hidden;
}

.section_hero.hero-home {
  overflow: hidden;
}

.container-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_dashboard {
  box-shadow: none;
  border-top: 1px solid #5832c98a;
  border-radius: 1rem;
  width: 100%;
}

.hero_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #12141d;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero_content-left.hero-content-features {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 72%;
}

.hero_content-left.hero-content-features.content-align-center {
  justify-content: center;
  align-items: flex-start;
}

.hero_backdrop-blur1 {
  opacity: .24;
  filter: blur(200px);
  background-color: #c83131;
  border-radius: 100%;
  width: 20rem;
  height: 30rem;
  display: none;
  position: absolute;
  inset: 43% auto auto;
}

.hero_backdrop-blur1.hero-backdrop-env {
  opacity: .4;
  background-color: #a03b2b;
  width: 40rem;
  height: auto;
  display: none;
  left: 100%;
  right: auto;
}

.hero_backdrop-blur1.hero-backdrop-network {
  background-color: #c89831;
}

.hero-backdrop-blur2 {
  opacity: .5;
  filter: blur(200px);
  background-color: #ffea00;
  border-radius: 100%;
  width: 20rem;
  height: 30rem;
  position: absolute;
  inset: -40% -10% auto -16%;
}

.hero-backdrop-blur2.hero-backdrop-env {
  opacity: .4;
  background-color: #ed6a4c;
  display: block;
  position: absolute;
  top: -10%;
  left: auto;
  right: 100%;
}

.hero-backdrop-blur2.hero-backdrop-network {
  background-color: teal;
}

.hero-backdrop-blur2.hero-backdrop-block {
  background-color: #ffbf00;
}

.hero-backdrop-blur2.hero-backdrop-object {
  background-color: #1e00ff;
}

.desc-includes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .7;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 0;
  padding: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.desc-includes.desc-overview-home {
  color: var(--grey-100);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

.desc-includes.desc-overview-home.text-left {
  text-align: left;
}

.desc-includes.desc-text-benefit {
  color: var(--grey-600);
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.desc-includes.desc-text-features {
  opacity: 1;
  color: var(--grey-500);
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

.desc-includes.desc-text-faq {
  opacity: 1;
  color: var(--grey-500);
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  line-height: 1.5;
}

.desc-includes.desc-text-hero {
  color: var(--grey-600);
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

.desc-includes.desc-text-exploremore {
  line-height: 1.5;
}

.desc-includes.desc-text-exploremore.desc-align-left {
  font-family: Inter, sans-serif;
}

.desc-includes.desc-text-usecase {
  color: #333;
  font-family: Inter, sans-serif;
  line-height: 1.4;
}

.desc-includes.desc-text-usecase.desc-darkmode {
  color: var(--white);
}

.desc-includes.desc-solutions {
  line-height: 1.5;
}

.desc-includes.desc-solutions.desc-align-left {
  color: var(--grey-600);
  font-family: Inter, sans-serif;
}

.desc-includes.desc-align-center {
  text-align: center;
  font-family: Inter, sans-serif;
  line-height: 1.5;
}

.desc-includes.desc-align-left.responsive-tab {
  font-family: Inter, sans-serif;
}

.desc-includes.desc-package-pricing {
  color: var(--grey-100);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.desc-includes.desc-compare-pricing {
  color: var(--grey-100);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

.desc-includes.desc-marketplace {
  font-family: Inter, sans-serif;
  line-height: 135%;
}

.padding-section-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.padding-section-large.padding-hero {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.padding-section-large.keyfeatures-wrapper {
  padding-left: 8%;
  padding-right: 8%;
}

.padding-section-large.wrapper-specs {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  display: grid;
}

.padding-section-large.wrapper-specs.feature-specs-rightside {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.padding-section-large.wrapper-specs.feature-specs-bottomside {
  display: flex;
}

.hero_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
  position: static;
}

.section_keyfeatures {
  background-color: #fff;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

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

.tabs_component.tabs-tablet {
  place-items: start stretch;
  padding-top: 4rem;
  padding-left: 8%;
  padding-right: 8%;
}

.tabs_link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  transition: box-shadow .1s;
  display: flex;
}

.tabs_link.w--current {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #eae9f2;
  margin-top: 0;
  padding: 1rem;
  box-shadow: 0 50px 70px -5px #0000000d, 0 30px 50px -5px #0000001a, 0 10px 20px -5px #0000001a;
}

.tabs_link.info-benefit-list {
  background-color: var(--white);
}

.tabs_tabs-content-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  line-height: 20;
  text-decoration: none;
  display: flex;
}

.tabs_tabs-icon {
  width: 2.5rem;
}

.tabs_tabs-image {
  border-radius: 20px;
  width: auto;
}

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

.tabs_image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.heading_solutions {
  color: var(--altobee--700);
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.title-features {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Epilogue, sans-serif;
  display: flex;
}

.title-features.text-position-left {
  opacity: 1;
  color: var(--grey-700);
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.link {
  opacity: 1;
  color: #12141d;
  font-size: 1rem;
  font-weight: 300;
}

.link:hover {
  opacity: 1;
  text-decoration: underline;
}

.link.text-link {
  opacity: .7;
  color: var(--teal--700);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.link.text-link:hover {
  opacity: 1;
  color: var(--teal--800);
  font-weight: 500;
  text-decoration: underline;
}

.link.text-link.text-link-darkmode {
  color: #fff;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

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

.link.learnmore-link {
  color: var(--teal--700);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.link.learnmore-link:hover {
  color: var(--teal--800);
  font-weight: 500;
  text-decoration: underline;
}

.card-feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fdfdfd;
  border: 6px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  max-height: none;
  padding: 0;
  display: flex;
  box-shadow: 0 10px 40px #0000000a;
}

.card-feature:hover {
  background-color: #fff;
  box-shadow: 0 10px 40px #0000000a;
}

.asset-icon {
  color: var(--teal--700);
  width: 24px;
  height: 24px;
}

.asset-icon.icon-white {
  color: #fff;
  width: 28px;
  height: 28px;
}

.asset-icon.icon-lightmode {
  color: var(--altobee--300);
  width: 28px;
  height: 28px;
}

.asset-icon.icon-darkmode {
  color: #fff;
  width: 24px;
  height: 24px;
}

.bg {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 0;
}

.content-features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  text-align: center;
  flex-flow: column wrap;
  flex: 0 auto;
  place-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  padding: 1.5rem;
  display: flex;
}

.btn-seemore-wrapper {
  align-self: flex-start;
  padding-top: 1rem;
}

.feature-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.features-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  padding-top: 5rem;
  display: flex;
}

.section_features {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  aspect-ratio: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/bg-altobeecloud_1.png');
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: fixed;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  padding: 0%;
  font-weight: 400;
  display: flex;
  position: static;
  overflow: hidden;
}

.content-feature {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.preview_image {
  width: 100%;
}

.preview_image:hover {
  background-image: linear-gradient(180deg, var(--altobee--50), var(--altobee--300));
  border-radius: 20px;
}

.tag-feature {
  color: var(--altobee--600);
  letter-spacing: 4px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  align-self: auto;
  font-family: Epilogue, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.tag-feature.text-align-left {
  color: var(--altobee--600);
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 400;
}

.heading {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.heading.heading-style-h4 {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.4;
}

.heading.heading-left {
  text-align: left;
}

.heading.heading-left.heading-small {
  color: var(--grey-800);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading.heading-left.heading-small.text-purple {
  color: var(--altobee--600);
}

.supportos-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-auto-columns: 1fr;
  align-self: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.section_supportos {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.motion_os {
  clear: none;
  width: auto;
  position: static;
  overflow: visible;
}

.max-width-medium {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.max-width-medium.align-center {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex-direction: column;
  width: auto;
  max-width: none;
  font-style: normal;
  display: flex;
}

.test-size-medium {
  opacity: .8;
  padding-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.test-size-medium.text-style-muted {
  text-align: center;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
  line-height: 1.2;
}

.test-size-medium.text-style-muted.text-position-left {
  text-align: left;
  font-family: Inter, sans-serif;
  line-height: 1.4;
}

.test-size-medium.text-position-left {
  color: var(--grey-700);
  text-align: left;
  font-size: 1.2rem;
}

.test-size-medium.text-position-left.text-question-faq {
  opacity: 1;
  color: var(--grey-700);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.tab-result-package {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.feature-package {
  clear: none;
  opacity: 1;
  color: #fff;
  text-align: left;
  align-self: center;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.5;
  text-decoration: none;
}

.package-price {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  color: #fff;
  background-color: #4e51dd33;
  background-image: linear-gradient(135deg, #ffffff1a, #12141d);
  border: 1px solid #3a3c45;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 28rem;
  min-width: auto;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.package-price:hover {
  background-color: #4e51dd66;
}

.text-block-16 {
  opacity: .7;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.list-packages {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.point-desc {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  text-align: left;
  border: 0 solid #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.point-desc.cont {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
}

.tab-link-packages-object {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-packages-object:hover {
  opacity: 1;
  color: #fff;
  background-color: #ffffff14;
  border-radius: 50px;
}

.tab-link-packages-object.w--current {
  opacity: 1;
  color: #12141d;
  background-color: #5831c8;
  border-radius: 100px;
}

.tab-link-packages-object.w--current:hover {
  opacity: 1;
}

.heading-notes {
  opacity: .4;
  direction: ltr;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  align-self: flex-start;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.testimonial_backdrop-blur {
  background-color: var(--altobee--400);
  opacity: .5;
  filter: blur(200px);
  border-radius: 100%;
  width: 30rem;
  height: 30rem;
  position: absolute;
  inset: auto auto -10% -10%;
}

.icon-package-pricing {
  width: 40px;
  height: 40px;
}

.content-tab-package-block {
  color: #241258;
}

.tab-link-packages-block {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-packages-block:hover {
  opacity: 1;
  color: #fff;
  background-color: #ffffff14;
}

.tab-link-packages-block.w--current {
  opacity: 1;
  color: #fff;
  background-color: #5831c8;
  border-radius: 100px;
}

.tab-link-packages-block.w--current:hover {
  opacity: 1;
}

.testimonial_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section_package-price {
  color: #fff;
  background-color: #12141d;
  width: 100vw;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.list-includes {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  opacity: .7;
  flex-direction: column;
  display: flex;
}

.testimonial_client-image-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.price-perday {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tab-menu-packages {
  color: #12141d;
  background-color: #fcfaff;
  border: 1px solid #e9d7fe;
  border-radius: 16px;
  width: 100%;
}

.tab-menu-packages.tab-align-center {
  background-color: #12141d;
  border-color: #261755;
  border-radius: 100px;
  width: auto;
  display: flex;
}

.heading-style-h3 {
  font-family: Epilogue, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.content-tab-package-object {
  color: #241258;
}

.testimonial_customer-image {
  object-fit: cover;
  border-radius: 0%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.title-package-pricing {
  text-transform: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.5;
  text-decoration: none;
}

.tab-link-packages-vm {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-packages-vm:hover {
  opacity: 1;
  background-color: #231944;
}

.tab-link-packages-vm.w--current {
  background-color: var(--altobee--700);
  opacity: 1;
  text-align: right;
  justify-content: space-around;
  align-self: auto;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-packages-vm.w--current:hover {
  opacity: 1;
}

.tab-feature-packages {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.margin-top.margin-medium {
  text-align: left;
  align-self: flex-start;
  width: auto;
  margin: 0;
  padding-top: 1rem;
}

.margin-top.margin-medium.button-group {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
}

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

.heading-fomo {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  font-family: Epilogue, sans-serif;
  font-style: normal;
  display: flex;
}

.heading-fomo.heading-align-left {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-fomo.heading-align-left.quote-block {
  margin-top: 20px;
  font-family: Epilogue, sans-serif;
  font-size: 4rem;
  line-height: 50%;
}

.heading-fomo.heading-align-left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.cta-fomos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-text-stroke-width: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.cta-fomo {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000;
  background-image: linear-gradient(180deg, #140b4d, var(--altobee--950));
  color: #fff;
  -webkit-text-stroke-width: 0px;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
  display: flex;
  position: static;
  top: 84px;
  overflow: hidden;
  box-shadow: 0 30px 50px -5px #12141d4d;
}

.illustration-fomo {
  background-color: #0000;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  width: 40rem;
  height: auto;
  padding: 2rem;
  display: flex;
}

.text-align-left {
  text-align: center;
  padding-bottom: 0;
}

.text-align-left.z-index-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.image-26 {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 0 16px 16px 0;
  width: 100%;
  max-width: none;
  height: auto;
  display: inline-block;
}

.section_fomo {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.heading-4 {
  text-align: left;
  font-family: Epilogue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.icon-faq-home {
  color: var(--altobee--600);
  width: 32px;
  height: 32px;
}

.section_faq {
  background-color: var(--altobee--50);
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.max-width-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 100rem;
  display: flex;
}

.faq_accordions {
  border: 1px solid var(--altobee--300);
  background-color: #ffffff4d;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  overflow: visible;
  box-shadow: 0 10px 10px -5px #0000000d;
}

.faq_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.title-question {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row-reverse;
  align-self: center;
  align-items: center;
  display: flex;
}

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

.faq_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  display: flex;
}

.cta_card {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  background-color: #12141d;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px -5px #12141d4d;
}

.cta_backdrop-solid {
  background-color: var(--altobee--950);
  border: 0 solid #000;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.cta_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-text-stroke-width: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.cta_backdrop-blur {
  z-index: 0;
  opacity: .5;
  filter: blur(200px);
  background-color: #00808091;
  border-radius: 100%;
  width: 30rem;
  height: 30rem;
  position: absolute;
  inset: auto auto -30% -10%;
}

.section_getstarted {
  background-color: var(--altobee--50);
  border: 0 solid #000;
  width: 100vw;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.section_getstarted.cta-mdi {
  background-color: #f9f5ff00;
}

.footer_top-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer_feature-link {
  opacity: .7;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  overflow: visible;
}

.footer_feature-link:hover {
  opacity: 1;
}

.footer_legal_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  display: grid;
}

.icon-sosmed {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: none;
}

.header-footer {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.footer_product_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: flex;
}

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

.icon-sosial-media {
  color: #fff;
  width: 24px;
  height: 24px;
}

.footer-link-wrapper {
  width: 100%;
  display: flex;
}

.section_footer {
  background-color: var(--altobee--950);
  color: #fff;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.footer_legal-link {
  opacity: .7;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  overflow: visible;
}

.footer_legal-link:hover {
  opacity: 1;
}

.divider-footer {
  padding-top: 2rem;
}

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

.text-style-muted {
  opacity: .7;
  text-align: left;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-style-muted.tex-reguler {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.image-23 {
  width: 7rem;
  max-width: none;
}

.navbar-no-shadow {
  width: 100%;
}

.list-item-5 {
  align-self: center;
  display: flex;
}

.button-no-outline {
  color: var(--grey-900);
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  transition: all .2s;
}

.button-no-outline:hover {
  color: var(--altobee--700);
}

.button-no-outline.is-secondary {
  color: #fff;
  background-color: #0000;
  border-width: 2px;
  border-color: #5831c8;
  transition-property: none;
}

.button-no-outline.is-secondary:hover {
  color: #fff;
  transform: translate(0, -.25rem);
}

.button-no-outline.is-secondary.is-icon {
  display: block;
}

.button-no-outline.button-darkmode {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.button-no-outline.button-darkmode:hover {
  color: var(--altobee--300);
}

.list-item-6 {
  text-transform: none;
  white-space: nowrap;
  object-fit: fill;
  align-self: center;
  width: auto;
  display: flex;
}

.nav-link-5 {
  float: none;
  clear: none;
  color: var(--grey-900);
  letter-spacing: .25px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: none;
  display: inline;
  overflow: visible;
}

.nav-link-5:hover {
  color: var(--altobee--700);
  font-family: Inter, sans-serif;
  line-height: 1.1;
}

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

.list-item-7 {
  background-color: #0000;
  align-self: center;
  display: flex;
}

.list-item-7:hover {
  background-color: #0000;
}

.hero_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero_content-right.mdi-banner {
  width: 60%;
}

.preview-image {
  border-radius: 0;
  width: 100%;
  max-width: none;
}

.preview-image.rounded-pic {
  border-radius: 12px;
}

.text-title {
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.3rem;
}

.text-title.text-position-left {
  text-align: center;
}

.text-title.text-position-left.text-header {
  font-size: 2rem;
  font-weight: 500;
}

.text-title.text-position-left.text-header.text-header-features {
  color: var(--grey-800);
  text-align: left;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-title.text-position-left.text-header.text-header-features.text-center {
  text-align: center;
}

.text-title.text-position-left.text-header.text-header-features.text-center.text-purple {
  color: var(--purple-700);
}

.text-title.text-position-left.text-header.text-header-features.text-purple {
  color: var(--altobee--600);
}

.text-title.text-header.text-align-center {
  font-size: 2rem;
  font-weight: 500;
}

.text-title.text-header.text-align-center.text-header-usecase {
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-title.text-header.text-align-center.text-header-usecase.align-left {
  text-align: left;
  line-height: 135%;
}

.text-title.text-header.text-header-specs.text-align-center {
  width: 100%;
  font-family: Epilogue, sans-serif;
  font-size: 2.5rem;
}

.text-title.text-header.text-header-specs.text-align-center.responsive-desktop {
  text-align: center;
}

.text-title.text-align-center {
  font-size: 2rem;
  line-height: 1.5;
}

.text-title.text-align-center.text-header-specs {
  text-align: left;
  font-size: 2.5rem;
}

.text-title.text-align-center.text-header-specs.responsive-tab {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
}

.titleheader {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.titleheader.title-hero {
  flex-direction: column;
}

.titleheader.title-specs.title-specs-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.titleheader.title-usecase {
  align-items: center;
}

.titleheader.title-usecase.title-header-usecase {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
}

.titleheader.title-usecase.title-header-usecase.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.titleheader.title-usecase.title-header-usecase.text-marketplace {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.titleheader.title-usecase.title-header-usecase {
  flex-direction: column;
}

.container-features {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
}

.title-benefits {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  order: 0;
  align-self: center;
  width: auto;
  padding-bottom: 2rem;
  display: flex;
}

.title-benefits.cont-benefit-a {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-bottom: 0;
}

.specs-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: none;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.specs-list.list-specs-env, .specs-list.list-specs-env.list-specs-leftside {
  width: 100%;
}

.specs-list.list-specs-vpc {
  width: auto;
}

.section_technical-spec {
  color: #fff;
  background-color: #12141d;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-19, .image-17 {
  max-width: none;
}

.desc-specs {
  opacity: .6;
  text-align: left;
  width: auto;
  font-size: 1.2rem;
  line-height: 1.2;
}

.title-specs {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.image-22, .image-20 {
  max-width: none;
}

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

.image-21 {
  max-width: 100svh;
}

.section_featurespecs {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.list-column {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.list-column.list-specs-env {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 100%;
}

.list-column.specs-size-medium {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.list-column.specs-size-medium.list-specs-vpc {
  flex-flow: row;
  align-self: stretch;
}

.list-column.specs-size-medium.list-specs-vpc.list-specs-network {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-self: center;
  width: auto;
}

.illustation-specs {
  background-color: #4e51dd1a;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 1rem;
  display: flex;
}

.image-18 {
  max-width: none;
}

.list-specs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-self: auto;
  width: 100%;
  display: flex;
}

.list-specs.spec-seller {
  justify-content: center;
  align-items: flex-start;
}

.tab-menu-usecases {
  color: #12141d;
  background-color: #fcfaff;
  border: 1px solid #e9d7fe;
  border-radius: 16px;
  width: 100%;
}

.tab-menu-usecases.tab-align-center {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--altobee--950);
  border-color: #5832c929;
  border-radius: 100px;
  flex-direction: row;
  width: 100%;
  height: auto;
  display: flex;
}

.tab-menu-usecases.tab-align-center.tab-size-large {
  width: 100%;
}

.usecase-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.tab-link-usecase-2 {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-usecase-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #36389d3d;
}

.tab-link-usecase-2.w--current {
  opacity: 1;
  color: #fff;
  background-color: #5831c8;
  border-radius: 100px;
  width: 100%;
}

.tab-link-usecase-2.w--current:hover {
  opacity: 1;
}

.tab-usecases {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.content-tab-usecase-4, .content-tab-usecase-3 {
  color: #12141d;
}

.text-usecase4, .text-usecase1 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-usecase1:hover {
  color: #fff;
  background-color: #0000;
}

.tab-link-usecase-4 {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-usecase-4:hover {
  opacity: 1;
  color: #fff;
  background-color: #5832c93d;
  border-radius: 50px;
}

.tab-link-usecase-4.w--current {
  background-color: var(--altobee--700);
  opacity: 1;
  color: #12141d;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
}

.tab-link-usecase-4.w--current:hover {
  opacity: 1;
}

.title-usecase.title-align-left {
  color: var(--altobee--600);
  text-align: left;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.section_usecases {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.heading-usecase {
  color: var(--altobee--400);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.desc-usecase {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  padding-top: 3rem;
  display: flex;
}

.desc-usecase.desc-darkmode {
  color: var(--white);
}

.desc-usecase.desc-usecase-network {
  padding-top: 0;
}

.content-tab-usecase-2 {
  color: #12141d;
}

.content-tab-usecase-2.desc-darkmode {
  color: var(--white);
}

.text-usecase3, .text-usecase2 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

.tab-link-usecase-3 {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-usecase-3:hover {
  opacity: 1;
  color: #fff;
  background-color: #36389d3d;
  border-radius: 50px;
}

.tab-link-usecase-3.w--current {
  opacity: 1;
  color: #12141d;
  background-color: #5831c8;
  border-radius: 100px;
}

.tab-link-usecase-3.w--current:hover {
  opacity: 1;
}

.tab-link-usecase-1 {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-usecase-1:hover {
  opacity: 1;
  background-color: #36389d3d;
}

.tab-link-usecase-1.w--current {
  background-color: var(--altobee--700);
  opacity: 1;
  color: #fff;
  text-align: right;
  order: -1;
  justify-content: space-around;
  align-self: auto;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-usecase-1.w--current:hover {
  opacity: 1;
}

.desc-pricing {
  opacity: .7;
  color: #fafafa;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.text-pricing {
  color: var(--white);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.text-pricing.pricing-ifvirty {
  color: var(--white);
  font-size: 1.8rem;
}

.logo-competitor {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-company-loop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px dashed #ffffff1f;
  border-radius: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.content-pricing {
  flex-flow: column;
  display: flex;
}

.logo-cloud {
  width: 90px;
  max-width: none;
}

.logo-cloud.logo-aws {
  border-radius: 8px;
  width: 2rem;
}

.image-27 {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 0 16px 16px 0;
  width: 100%;
  max-width: none;
  height: auto;
  display: inline-block;
}

.button-seemore {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  pointer-events: auto;
  background-color: #0000;
  border: 1px solid #eae9f2;
  border-radius: 24px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  padding: .5rem 1rem;
  display: flex;
}

.button-seemore:hover {
  opacity: 1;
  background-color: #0000;
  border-color: #5831c8;
}

.button-seemore.btn-learnmore {
  text-align: center;
  border-width: 0;
  border-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0 0;
}

.heading-explore-features {
  width: 100%;
  max-width: 35rem;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading-explore-features.title-mdi-solution {
  font-size: 1.5rem;
  font-weight: 700;
}

.illustation-explore-feature {
  background-color: var(--altobee--50);
  border-radius: 16px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 1rem;
  display: flex;
}

.section_exploremore {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.illust-features {
  width: 100%;
}

.icon-explore-feature {
  color: var(--altobee--600);
  width: 40px;
  height: 40px;
}

.explore-more-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--altobee--200);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column-reverse;
  place-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.explore-more-list:hover {
  border-color: var(--altobee--300);
  box-shadow: 0 20px 40px #0000000f;
}

.explore-more-list.solution-card-detail {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.explore-more-list.product-explore {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.explore-more-list.product-explore.product-more {
  justify-content: center;
  align-items: center;
}

.content-list-exploremore {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.content-exploremore {
  align-self: center;
  width: 100%;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
}

.heading-6 {
  text-align: left;
  font-family: Epilogue, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.desc-faq {
  opacity: .7;
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.section_faq-features {
  background-color: var(--altobee--50);
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.text-link {
  opacity: 1;
  color: var(--purple-700);
  text-decoration: underline;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium.text-position-left {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-medium.heading-benefit-feature {
  color: var(--grey-500);
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.section_benefit_products {
  background-color: #0000;
  width: 100vw;
  max-width: 100%;
}

.layout-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.layout-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout_images {
  width: 100%;
  position: absolute;
}

.layout_contents {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.wrapper-specs-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.test-title {
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.3rem;
}

.test-title.text-header.text-align-center {
  font-size: 2rem;
  font-weight: 500;
}

.test-title.text-header.text-align-center.text-header-usecase {
  font-family: Epilogue, sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}

.textarea {
  opacity: .4;
  background-color: #0000;
  border: 1px solid #42307d;
  border-radius: 12px;
  min-height: 8rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.textarea:hover {
  opacity: 1;
}

.textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-color: #42307d;
  box-shadow: 0 2px 5px #42307d;
}

.text-field {
  opacity: .4;
  color: var(--grey-100);
  background-color: #0000;
  border: 1px solid #42307d;
  border-radius: 24px;
  min-height: 3rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-field:hover {
  opacity: 1;
  color: var(--grey-100);
  border-color: #442d91;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: var(--grey-50);
  border-color: #42307d;
  box-shadow: 0 2px 5px #42307d;
}

.field-label {
  opacity: .8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.form_field-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.form_field-wrapper.form_field_bottomside {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
}

.form_field-wrapper.form_field_leftside {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.container-contactus {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: auto;
  padding-left: 24%;
  padding-right: 24%;
  display: flex;
}

.component_contact_us {
  width: 100%;
}

.button-primary-rounded {
  background-color: var(--teal--700);
  border-radius: 100px;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button-primary-rounded:hover {
  background-color: #5831c8;
  background-image: linear-gradient(45deg, var(--teal--700), var(--altobee--800));
}

.error-message-2 {
  color: #ff1414;
  background-color: #0000;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0f0127;
  border: 1px solid #231047;
  border-radius: 24px;
  flex-flow: column;
  padding: 5%;
  display: flex;
}

.hero_backdrop-blur-2 {
  opacity: .24;
  filter: blur(200px);
  background-color: #c83131;
  border-radius: 100%;
  width: 20rem;
  height: 30rem;
  display: block;
  position: absolute;
  inset: 43% -10% auto auto;
}

.hero_backdrop-blur-2.hero-blur-contactus {
  opacity: .4;
  background-color: #1ad1d1;
}

.form_field_two_column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-size-big {
  font-size: 3rem;
  font-weight: 600;
}

.section_form_contactus {
  background-color: var(--altobee--950);
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.success-message-2 {
  background-color: #0000;
}

.tos_6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.first-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

.first-paragraph {
  clear: none;
  align-self: stretch;
  width: auto;
  font-size: 1rem;
  line-height: 1.5;
}

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

.tos_12, .pp_10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-container {
  margin-left: 25vw;
  margin-right: 25vw;
  padding-bottom: 1vw;
}

.content-container.child {
  grid-row-gap: 0vw;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.content-container.child {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  padding-bottom: 0;
  padding-left: 2rem;
  display: flex;
}

.content-container.child.sub-child {
  padding-left: 4rem;
}

.content-container.child.last-paragraph {
  padding-left: 0;
}

.ap_8, .ap_4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.tos_8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.point-number {
  min-width: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}

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

.pp_1, .tos_3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.child-number-2 {
  align-self: auto;
  min-width: 3vw;
  display: block;
}

.tos_9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.drop-privacypolicy {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.drop-privacypolicy:hover {
  background-color: #0000;
}

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

.content-paragraph {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}

.tos_1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.pp_7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.list-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: .5rem 2rem;
  display: flex;
}

.list-menu.sub-list-menu {
  background-color: #0000;
  padding: .5rem 0 .5rem 1rem;
}

.list-menu.sub-list-menu:hover {
  color: #5831c8;
  background-color: #0000;
  font-weight: 500;
}

.content-termofservice {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.tos_14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.legal-list {
  color: var(--black\<deleted\|variable-85c3e926\>);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.pp_9, .pp_11, .pp_8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.tos_10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.body-2 {
  color: #1d1d1d;
  background-color: #0000;
  font-size: 1rem;
}

.content-legals {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.tos_7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.drop-termofservice {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.drop-termofservice:hover {
  background-color: #0000;
}

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

.legal_accordions {
  background-color: #fff;
  border: 1px solid #eae9f2;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 40rem;
  height: 40rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
  position: sticky;
  top: 10rem;
  overflow: scroll;
  box-shadow: 0 10px 10px -5px #0000000d;
}

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

.legal_question {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.legal_question:hover {
  background-color: #f9f6ff;
}

.pp_6, .tos_5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_legal {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  cursor: default;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  display: block;
}

.sub-heading-legal {
  color: #5831c8;
  align-self: stretch;
  width: 100%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.child-description {
  width: 100%;
}

.tos_13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.drop-acceptableusepolicy {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.pp_5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-privacypolicy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pp_4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.heading-7 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  align-self: stretch;
  font-family: Epilogue, sans-serif;
  font-style: normal;
  display: flex;
}

.tos_4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-link {
  opacity: .7;
  color: var(--black\<deleted\|variable-85c3e926\>);
  border: 0 solid #0000;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.pp_12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.legals-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  display: flex;
  overflow: visible;
}

.title-legal-link {
  opacity: 1;
  color: var(--purple-800);
  border: 0 solid #0000;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.title-legal-link.w--current {
  color: #5832c9;
  font-size: 1rem;
  line-height: 1.5;
}

.tos_2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.tos_11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-legals {
  text-align: left;
  align-self: stretch;
  font-size: 2rem;
  line-height: 1.5;
}

.exploremore-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
  overflow: visible;
}

.heading-cta {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  margin-top: 10px;
  font-family: Epilogue, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.title-explore-more {
  text-align: center;
  line-height: 20;
  position: static;
  top: 10rem;
}

.content-cta-getstarted {
  text-align: center;
  padding-bottom: 5%;
  line-height: 20;
  position: sticky;
  top: 10rem;
}

.content-cta-getstarted.z-index-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  padding-bottom: 0%;
  font-size: 1.2px;
  display: flex;
  position: static;
}

.compare-pricing_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.compare-pricing_loop_trigger {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  align-items: center;
  width: auto;
  display: flex;
}

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

.link-2 {
  color: var(--purple-700);
}

.email_link {
  opacity: .7;
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  overflow: visible;
}

.email_link:hover {
  opacity: 1;
}

.email_link.link-size-large {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.event_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.event_component {
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.event_component.event-component-block {
  justify-content: center;
  align-items: stretch;
}

.event_arrow {
  border: 0px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-image: linear-gradient(to bottom, var(--altobee--800), var(--altobee--800));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.event_arrow:active {
  box-shadow: 0 0 20px #6941c6;
}

.event_arrow.left {
  border-width: 0;
  right: 4rem;
}

.event_mask {
  width: 20%;
  overflow: visible;
}

.event_mask.event_mask_block {
  width: auto;
}

.event25_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.bold-text {
  text-align: left;
  width: 100%;
}

.list-footer-link {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.product-wrapper {
  padding-right: 1.5rem;
}

.layout_mobile-image-wrapper {
  display: none;
}

.layout348_mobile-image {
  width: 100%;
  position: absolute;
}

.scroll-to-top-out {
  z-index: 9999;
  background-color: var(--altobee--600);
  text-align: right;
  border-radius: 100px;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 8px 11px;
  display: block;
  position: fixed;
  inset: auto 8rem 2rem auto;
  overflow: visible;
}

.scroll-to-top-out.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.competitor-name {
  opacity: .7;
  color: #fafafa;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.logo {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.body {
  max-width: 100%;
}

.content-tab-package-1 {
  width: auto;
}

.content-tab-package-2, .content-tab-package-3, .content-tab-package-4, .content-tab-package-5 {
  color: #241258;
}

.tab-link-packages-1 {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-packages-1:hover {
  opacity: 1;
  background-color: #36389d3d;
}

.tab-link-packages-1.w--current {
  opacity: 1;
  text-align: right;
  background-color: #5831c8;
  border-radius: 100px;
  justify-content: space-around;
  align-self: auto;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-packages-1.w--current:hover {
  opacity: 1;
}

.tab-link-packages-2 {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-packages-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #36389d3d;
}

.tab-link-packages-2.w--current {
  opacity: 1;
  color: #fff;
  background-color: #5831c8;
  border-radius: 100px;
}

.tab-link-packages-2.w--current:hover {
  opacity: 1;
}

.tab-link-packages-3 {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-packages-3:hover {
  opacity: 1;
  color: #fff;
  background-color: #36389d3d;
  border-radius: 50px;
}

.tab-link-packages-3.w--current {
  opacity: 1;
  color: #12141d;
  background-color: #5831c8;
  border-radius: 100px;
}

.tab-link-packages-3.w--current:hover {
  opacity: 1;
}

.tab-link-packages-4 {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-packages-4:hover {
  opacity: 1;
  color: #fff;
  background-color: #36389d3d;
  border-radius: 50px;
}

.tab-link-packages-4.w--current {
  opacity: 1;
  color: #12141d;
  background-color: #5831c8;
  border-radius: 100px;
}

.tab-link-packages-4.w--current:hover {
  opacity: 1;
}

.tab-link-packages-5 {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  justify-content: space-around;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-packages-5:hover {
  opacity: 1;
  color: #fff;
  background-color: #5832c93d;
  border-radius: 50px;
}

.tab-link-packages-5.w--current {
  background-color: var(--altobee--600);
  opacity: 1;
  color: #12141d;
  border-radius: 100px;
}

.tab-link-packages-5.w--current:hover {
  opacity: 1;
}

.tab-package-vm {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.tab-menu-category {
  color: #12141d;
  background-color: #fcfaff;
  border: 1px solid #e9d7fe;
  border-radius: 16px;
  width: 100%;
}

.tab-menu-category.tab-align-center {
  background-color: #0f0225;
  border-color: #261755;
  border-radius: 100px;
  flex-flow: row;
  width: auto;
  display: flex;
}

.card_slide {
  width: auto;
  padding-right: 2rem;
}

.section_competitor_pricing {
  background-color: var(--altobee--950);
  color: #fff;
  width: 100vw;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.package_price_vm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--altobee--800);
  background-color: #5832c91a;
  background-image: linear-gradient(135deg, #ffffff1a, var(--altobee--950));
  pointer-events: auto;
  color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 28rem;
  min-width: auto;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.package_price_vm:hover {
  background-color: #5832c933;
}

.tab-result-package-vm {
  width: 100%;
}

.list-competitor {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 14rem;
  padding: 1rem;
  display: flex;
}

.list-competitor.company-ifvirty {
  background-image: url('../images/altobee-cloud-card.svg');
  background-position: 0 0;
  background-size: cover;
  border-color: #231047;
  border-radius: 8px;
}

.line-divider-top {
  background-image: radial-gradient(circle, #fff6, #fff0);
  border: .2px solid #0000;
  width: 2px;
  height: auto;
  overflow: hidden;
}

.slider-loop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: auto;
  display: flex;
}

.sub-heading {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.category-package-vm {
  clear: none;
  opacity: 1;
  color: #fff;
  text-align: center;
  align-self: center;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  text-decoration: none;
}

.bold-text-2 {
  color: var(--altobee--300);
}

.list-items {
  font-size: 1rem;
}

.bold-text-3 {
  width: 100%;
}

.heading_solutions_home {
  color: var(--grey-700);
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.mdi-banner {
  background-image: url('../images/bg-altobeecloud.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.mdi-banner.sme {
  background-size: auto;
}

.mdi-hero-section {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.title-hero-mdi {
  background-image: linear-gradient(278deg, var(--altobee--600), var(--altobee--200));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Epilogue, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.title-hero-mdi:hover {
  background-image: linear-gradient(188deg, var(--altobee--600), var(--altobee--200));
}

.title-hero-mdi.text-white {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.mdi-info {
  width: 100%;
}

.mdi-info-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: flex;
}

.info-left-content {
  width: 30%;
}

.info-right-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.quote-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(180deg, var(--altobee--950), var(--altobee--800));
  color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.code-embed {
  width: 32px;
}

.mdi-solution-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.solution-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solution-pic {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.solution-pic.pic-wide {
  max-width: none;
  height: 30em;
  display: flex;
}

.mdi-case-study {
  background-image: url('../images/bg-altobeecloud_1.png');
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: cover;
}

.case-study-card {
  align-self: flex-start;
}

.mask {
  width: 100%;
  overflow: visible;
}

.case-study-slide {
  width: 50%;
  margin-right: 1rem;
}

.case-study-card-list {
  border: 6px solid var(--white);
  background-color: var(--white);
  border-radius: 1rem;
  height: 44em;
  box-shadow: 0 10px 40px #0000000a;
}

.case-study-pic {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 240px;
}

.case-study-desc {
  padding: 2rem 1.5rem;
}

.slider {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #bcbbbb00;
  width: 100%;
  height: auto;
  padding-bottom: 5rem;
  display: flex;
  overflow: hidden;
}

.arrow-case-study {
  background-color: var(--altobee--700);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 7% 0% auto;
}

.arrow-case-study.right-arrow {
  right: 0%;
}

.ic-arrow-left {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slide-nav {
  inset: auto auto 0% 0%;
}

.text-block-17 {
  margin-right: 1.5rem;
}

.img-hero-marketplace {
  opacity: 1;
  vertical-align: baseline;
  background-color: #0000;
  align-self: flex-end;
}

.hero-marketplace-right {
  width: 40%;
}

.marketplace-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section_exploreproduct {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.title-explore-product {
  text-align: center;
}

.content-list-exploreproduct {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-explore-product {
  border-radius: 100px;
  width: 72px;
}

.title-product-detail {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  display: flex;
}

.heading-explore-product {
  color: var(--grey-700);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 135%;
}

.author-product {
  display: flex;
}

.info-product-author {
  color: var(--grey-400);
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 135%;
}

.text-author-name {
  color: var(--grey-800);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 135%;
}

.price-tag {
  text-align: left;
  font-size: .75rem;
  font-weight: 400;
  line-height: 135%;
}

.pricing-marketplace {
  color: var(--purple-600);
  display: none;
}

.desc-product {
  color: var(--grey-500);
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 135%;
}

.desc-product.many-product {
  text-align: center;
  font-size: 1.25rem;
}

.section_whatmarketplace {
  background-image: url('../images/bg-altobeecloud_1.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.seller-benefit {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line_03 {
  z-index: 999;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  position: absolute;
}

.content_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.block_wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.h1 {
  z-index: 15;
  color: var(--altobee--50);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 70px;
  position: absolute;
}

.white_dot {
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 1px 1px 60px #5b3acc8c;
}

.ring_01 {
  border: 1px solid #eee;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.dot_container {
  z-index: 9999;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.ring_03 {
  opacity: .3;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: absolute;
}

.ring_02 {
  opacity: .6;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.h4 {
  color: #041434;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.process-wrap {
  flex-wrap: wrap;
  flex: 1;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.line_01 {
  z-index: 999;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: 12.5%;
  position: absolute;
}

.plain_text {
  color: var(--grey-500);
  text-align: center;
  font-size: 1.1rem;
  line-height: 135%;
}

.block {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 120px;
  display: flex;
}

.green_dot {
  z-index: 9;
  background-color: var(--altobee--600);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: relative;
}

.line_02 {
  z-index: 999;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  position: absolute;
}

.header-step {
  color: var(--grey-700);
  text-align: center;
  font-family: Epilogue, sans-serif;
  font-size: 1.25rem;
  line-height: 135%;
}

.link-3 {
  color: var(--altobee--600);
  font-weight: 700;
}

.spec-seller {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.info-marketplace {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marketplace-info-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-ui-marketplace {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 30rem;
}

.sosmed-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ic-sosmed {
  color: var(--altobee--50);
}

@media screen and (max-width: 991px) {
  .list-item-4 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .list-item-4:hover {
    background-color: #9c79ff14;
    border-radius: 8px;
  }

  .navbar-darkmode {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-regular {
    width: 100%;
  }

  .button-secondary.button-rounded {
    justify-content: space-between;
    align-items: center;
  }

  .button-secondary.button-size-large.btn-marketplace {
    align-self: flex-start;
  }

  .list-item-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .list-item-2:hover {
    background-color: #9c79ff14;
    border-radius: 8px;
  }

  .description-feature {
    align-self: stretch;
    align-items: stretch;
  }

  .menu-button-2 {
    background-color: #0000;
    padding: 12px;
  }

  .menu-button-2:hover {
    background-color: #4200ff1a;
    border-radius: 8px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #5831c81a;
    border-radius: 8px;
  }

  .menu-button-2.w--open:hover {
    border-radius: 8px;
  }

  .btn-group-responsive, .button-group {
    display: none;
  }

  .button-group.btn-group-size-large {
    display: flex;
  }

  .button-group.btn-group-size-large.button-marketplace {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0a011b;
    border: 1px solid #10002c;
    border-radius: 8px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
    box-shadow: 0 10px 100px #00000014;
  }

  .nav-menu-2.nav-listfeature-lightmode {
    background-color: #fff;
    border-color: #f9f5ff;
  }

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

  .nav-menu-wrapper.nav-features {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    top: 10px;
  }

  .icon-navbar-features {
    color: #fff;
    width: 40px;
    height: 40px;
  }

  .list-item-3 {
    width: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .list-item-3:hover {
    background-color: #9c79ff14;
    border-radius: 8px;
  }

  .button-primary.button-size-large.btn-marketplace {
    align-self: flex-start;
  }

  .navbar-no-shadow-container {
    width: 100%;
  }

  .list-btn-group {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .list-btn-group:hover {
    background-color: #5831c833;
    border-radius: 4px;
  }

  .icon-2 {
    color: #5831c8;
    text-align: right;
    font-size: 2rem;
  }

  .icon-2:hover {
    opacity: .6;
  }

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

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    top: 50px;
    left: -110%;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.navbar-list-features.w--open {
    top: 54px;
    left: -94%;
  }

  .nav-dropdown-icon, .nav-dropdown-icon:hover {
    color: #fff;
  }

  .list-item {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .list-item:hover {
    background-color: #9c79ff14;
    border-radius: 8px;
  }

  .header.header-navbar-home, .header.header-navbar-features, .header.header-navbar-features.navar-lightmode {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-dropdown-2, .nav-dropdown-2:hover {
    color: #fff;
  }

  .padding-global {
    flex-direction: column;
    align-self: stretch;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global.padding-top-header.wrapper-features {
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global.z-index-1 {
    padding: 5%;
  }

  .padding-global.padding-global-cta {
    padding-bottom: 5%;
  }

  .padding-global.padding-global-keyfeatures {
    padding-top: 0%;
  }

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

  .nav-button-wrapper.nav-btn-hero {
    text-align: center;
  }

  .hero_heading.hero-text-home {
    line-height: 1.3;
  }

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

  .component-wrapper {
    clear: none;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-content: space-around;
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0%;
    display: flex;
  }

  .component-wrapper.z-index-2 {
    align-items: stretch;
  }

  .hero_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .hero_content-wrapper.wrapper-hero.wrapper-hero-features {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section_hero {
    background-image: url('../images/Hero-Lightmode-Feature.svg');
    background-repeat: repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .container-medium {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    max-width: none;
    display: flex;
  }

  .hero_dashboard {
    border: 0 solid #000;
    box-shadow: 10px -10px 40px 8px #5832c929;
  }

  .hero_content-left {
    align-items: flex-start;
  }

  .hero_content-left.hero-content-features {
    width: 100%;
  }

  .hero_backdrop-blur1 {
    display: none;
  }

  .hero_backdrop-blur1.hero-backdrop-env {
    display: none;
    overflow: visible;
  }

  .hero-backdrop-blur2 {
    left: -50%;
  }

  .hero-backdrop-blur2.hero-backdrop-env {
    display: block;
  }

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

  .desc-includes.desc-text-benefit, .desc-includes.desc-text-features, .desc-includes.desc-text-faq, .desc-includes.desc-text-hero, .desc-includes.desc-text-exploremore.desc-align-left, .desc-includes.desc-text-usecase, .desc-includes.desc-solutions.desc-align-left, .desc-includes.desc-align-left {
    text-align: left;
  }

  .desc-includes.desc-align-left.responsive-tab {
    text-align: center;
  }

  .desc-includes.desc-marketplace {
    text-align: left;
  }

  .padding-section-large {
    padding: 2rem 0%;
  }

  .padding-section-large.padding-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 2rem;
  }

  .padding-section-large.keyfeatures-wrapper {
    padding-top: 0;
  }

  .padding-section-large.keyfeatures-wrapper.marketplace-benefit {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-large.wrapper-specs {
    flex-direction: column;
    display: flex;
  }

  .padding-section-large.wrapper-specs.feature-specs-rightside {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-large.wrapper-specs.feature-specs-rightside.marketplace-app-info {
    grid-template-columns: 1fr;
  }

  .tabs_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tabs_component.tabs-tablet {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .tabs_link {
    order: -1;
  }

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

  .tabs_image-wrapper {
    clear: none;
    justify-content: space-between;
    width: 100%;
    position: static;
  }

  .heading_solutions {
    font-size: 1.5rem;
  }

  .title-features {
    text-align: left;
    font-family: Epilogue, sans-serif;
  }

  .title-features.text-position-left {
    color: #12141d;
  }

  .features-left {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .card-feature {
    flex: 0 auto;
    align-items: stretch;
    width: 100%;
  }

  .asset-icon {
    width: 24px;
    height: 24px;
  }

  .content-features {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .features-right {
    max-width: none;
  }

  .features-right.column-side {
    width: 100%;
  }

  .section_features {
    background-image: radial-gradient(circle closest-side, #5831c83d, #fff);
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .content-feature {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-self: auto;
    place-items: stretch stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .supportos-component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .max-width-medium.align-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .test-size-medium.text-style-muted {
    text-align: center;
  }

  .test-size-medium.text-position-left {
    line-height: 1.5;
  }

  .package-price {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    min-width: auto;
  }

  .list-packages {
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .heading-notes {
    text-align: left;
  }

  .list-includes {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .price-perday {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .tab-menu-packages {
    display: flex;
  }

  .tab-menu-packages.tab-align-center {
    order: 0;
  }

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

  .title-package-pricing {
    font-size: 1.3rem;
  }

  .tab-link-packages-vm, .tab-feature-packages {
    order: 0;
  }

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

  .margin-top.margin-medium {
    width: auto;
  }

  .margin-top.margin-medium.button-group {
    display: block;
  }

  .cta-fomos {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta-fomo {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    top: 40px;
    box-shadow: 0 30px 50px -5px #12141d4d;
  }

  .illustration-fomo {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-align-left.z-index-1 {
    flex-flow: column;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }

  .image-26 {
    width: 100%;
  }

  .icon-faq-home {
    color: #5831c8;
    width: 40px;
    height: 40px;
  }

  .title-question {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .faq_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta_card {
    padding: 2rem 3rem 2rem 2rem;
  }

  .cta_component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer_top-wrapper {
    grid-column-gap: 10rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: flex-start center;
    padding-top: 5%;
    padding-left: 0%;
  }

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

  .footer_legal_list {
    width: auto;
    display: flex;
  }

  .icon-sosmed {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer_product_list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: auto;
    display: flex;
  }

  .copyright_wrapper {
    flex-direction: row;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .icon-sosial-media {
    color: #fff;
    width: 40px;
    height: 40px;
  }

  .footer-link-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    display: flex;
  }

  .footer_about_company {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    place-items: flex-start start;
    width: 100%;
    display: flex;
  }

  .text-style-muted.tex-reguler {
    text-align: left;
    width: 100%;
  }

  .navbar-no-shadow {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .list-item-5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .list-item-5:hover {
    background-color: #9c79ff14;
    border-radius: 8px;
  }

  .list-item-6 {
    width: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .list-item-6:hover {
    background-color: #9c79ff14;
    border-radius: 8px;
  }

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

  .list-item-7 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .list-item-7:hover {
    background-color: #9c79ff14;
    border-radius: 8px;
  }

  .preview-image, .text-title.text-align-center.text-header-specs {
    width: 100%;
  }

  .text-title.text-align-center.text-header-specs.responsive-tab {
    text-align: center;
  }

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

  .titleheader.title-hero {
    align-items: flex-start;
  }

  .titleheader.title-specs.title-specs-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .container-features {
    padding-left: 0%;
    padding-right: 0%;
  }

  .list-column {
    align-self: stretch;
  }

  .list-column.list-specs-env {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-bottom: 2rem;
  }

  .list-column.specs-size-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .list-specs {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .tab-menu-usecases {
    display: flex;
  }

  .tab-menu-usecases.tab-align-center {
    border-radius: 24px;
    flex-direction: column;
  }

  .tab-menu-usecases.tab-align-center.tab-size-large {
    border-radius: 32px;
    width: 100%;
  }

  .usecase-component {
    clear: none;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-content: space-around;
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0%;
    display: flex;
  }

  .desc-usecase {
    padding-left: 0;
    padding-right: 0;
  }

  .text-pricing {
    color: var(--white);
    font-size: 1.5rem;
  }

  .text-pricing.pricing-ifvirty {
    color: var(--purple-600);
    font-size: 1.8rem;
  }

  .list-company-loop {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .image-27 {
    width: 100%;
  }

  .icon-explore-feature {
    color: #5831c8;
    width: 40px;
    height: 40px;
  }

  .content-list-exploremore {
    padding-left: 0%;
    padding-right: 0%;
  }

  .layout-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .container-contactus {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-container {
    margin-left: 15vw;
    margin-right: 15vw;
    padding-bottom: 2vw;
  }

  .content-container.child {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .body-2 {
    font-size: 2.1vw;
  }

  .legal_accordions {
    display: none;
  }

  .section_legal {
    padding-left: 0%;
    padding-right: 0%;
  }

  .exploremore-component {
    clear: none;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-content: space-around;
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0%;
    display: flex;
  }

  .compare-pricing_component {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .compare-pricing_loop_trigger {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    width: auto;
  }

  .event_component {
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .event_component.event-component-block {
    justify-content: flex-start;
    align-items: stretch;
  }

  .event_mask {
    width: auto;
    max-width: 54%;
  }

  .scroll-to-top-out {
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .tab-package-vm {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tab-menu-category {
    display: flex;
  }

  .tab-menu-category.tab-align-center {
    border-radius: 24px;
    flex-flow: column;
    width: 100%;
  }

  .package_price_vm {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    min-width: auto;
  }

  .list-competitor {
    background-color: #0000;
    border-color: #0000;
    border-radius: 0;
    width: 14rem;
  }

  .line-divider-top {
    width: 2px;
    height: 200px;
  }

  .slider-loop {
    justify-content: space-between;
    align-items: stretch;
    width: auto;
  }

  .heading_solutions_home {
    font-size: 1.5rem;
  }

  .info-left-content {
    width: 35%;
  }

  .info-right-content {
    width: 65%;
  }

  .solution-pic {
    object-fit: cover;
    height: 100%;
  }

  .solution-pic.pic-wide {
    height: 24em;
  }

  .case-study-card {
    width: 100vw;
  }

  .mask {
    width: 100%;
  }

  .case-study-slide {
    width: 45%;
    margin-right: 1rem;
  }

  .case-study-card-list {
    height: 46em;
  }

  .arrow-case-study {
    inset: auto 14% 0% auto;
  }

  .arrow-case-study.right-arrow {
    inset: auto 7% 0% auto;
  }

  .content-list-exploreproduct {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .block_wrap {
    width: 50%;
  }

  .line_01, .line_02 {
    width: 50%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 767px) {
  .list-item-4 {
    background-color: #0000;
    border-radius: 4px;
    align-self: stretch;
  }

  .list-item-4:hover {
    background-color: #4200ff14;
  }

  .button-secondary.btn-responsive {
    text-transform: none;
    width: 100%;
  }

  .button-secondary.btn-responsive.btn-dark-mode {
    color: #fff;
  }

  .button-secondary.button-rounded.button-text-icon {
    justify-content: center;
    align-items: center;
  }

  .list-item-2 {
    border-radius: 4px;
    align-self: stretch;
    padding-left: 0;
  }

  .list-item-2:hover {
    background-color: #4200ff14;
  }

  .menu-button-2:hover {
    background-color: #5831c829;
  }

  .menu-button-2.w--open:hover {
    background-color: #5831c81f;
  }

  .btn-group-responsive.btm-navbar {
    padding: 1rem;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #0a0016;
    border-color: #12141d;
    flex-direction: column;
    padding: .5rem;
  }

  .nav-menu-2.nav-listfeature-lightmode {
    background-color: #fff;
    border-color: #f9f5ff;
  }

  .nav-menu-wrapper {
    top: 64px;
  }

  .nav-menu-wrapper.nav-features {
    top: 10px;
    overflow: visible;
  }

  .icon-navbar-features {
    color: #fff;
    width: 32px;
    height: 32px;
  }

  .list-item-3 {
    border-radius: 4px;
    align-self: stretch;
  }

  .list-item-3:hover {
    background-color: #4200ff14;
    border-radius: 2px;
  }

  .button-primary.btn-responsive {
    text-transform: none;
    width: 100%;
  }

  .list-btn-group {
    width: 100%;
  }

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

  .icon-2:hover {
    opacity: 1;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    background-color: #12141d;
    flex-flow: column;
    align-self: auto;
    margin-top: 1rem;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    display: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.navbar-list-features {
    background-color: #12141d00;
    width: 100%;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.navbar-list-features.w--open {
    display: none;
  }

  .nav-dropdown-list.shadow-three.dropdown-size.w--open {
    box-shadow: none;
    background-color: #fff0;
  }

  .nav-dropdown-list.shadow-three.new-navbar.w--open {
    background-color: #fff0;
    border-style: none;
    width: 100%;
  }

  .nav-dropdown-toggle {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 32px;
    display: block;
  }

  .nav-dropdown-toggle.nav-features {
    align-self: stretch;
  }

  .nav-dropdown-toggle.nav-features.w--open {
    align-self: auto;
  }

  .nav-dropdown-icon {
    display: none;
  }

  .nav-dropdown-icon.nav-features {
    display: block;
  }

  .list-item {
    background-color: #0000;
    border-radius: 4px;
    align-self: stretch;
  }

  .list-item:hover {
    background-color: #4200ff14;
  }

  .header.header-navbar-features.navar-lightmode {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-global {
    flex-direction: column;
  }

  .padding-global.z-index-1 {
    padding: 10% 5%;
  }

  .padding-global.padding-global-keyfeatures {
    padding-top: 0%;
  }

  .hero_heading.hero-text-home.clipped {
    font-size: 2.5rem;
    line-height: 1.3;
  }

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

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

  .component-wrapper {
    width: 100%;
  }

  .hero_content-wrapper {
    grid-template-columns: 1fr;
  }

  .hero_content-wrapper.wrapper-hero {
    justify-content: space-between;
    justify-items: stretch;
  }

  .hero_content-wrapper.wrapper-hero.wrapper-hero-features {
    flex-direction: column;
  }

  .container-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero_dashboard {
    border: 0 solid #000;
    border-radius: 1rem;
    box-shadow: 10px -10px 40px 8px #5832c929, 0 30px 50px -5px #12141d14;
  }

  .hero_backdrop-blur1 {
    display: none;
  }

  .hero_backdrop-blur1.hero-backdrop-env {
    overflow: visible;
  }

  .desc-includes.desc-text-faq {
    font-size: 1rem;
  }

  .desc-includes.desc-text-exploremore {
    text-align: left;
  }

  .desc-includes.desc-align-left {
    line-height: 1.5;
  }

  .desc-includes.desc-marketplace {
    text-align: left;
  }

  .padding-section-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.padding-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 2rem;
  }

  .padding-section-large.keyfeatures-wrapper {
    padding-top: 0;
  }

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

  .tabs_component.tabs-tablet {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading_solutions {
    font-weight: 600;
    line-height: 1.3;
  }

  .title-features {
    font-family: Epilogue, sans-serif;
  }

  .link.text-link.text-link-darkmode {
    line-height: 24px;
  }

  .card-feature {
    width: 100%;
    max-height: none;
  }

  .features-right.column-side {
    padding-top: 0;
  }

  .section_features {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .preview_image {
    float: none;
    clear: none;
    width: 100%;
    display: block;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .supportos-component {
    flex-flow: column;
  }

  .max-width-medium.align-center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: auto;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .test-size-medium {
    font-size: 1rem;
  }

  .test-size-medium.text-style-muted {
    text-align: center;
  }

  .tab-result-package {
    padding-left: 0%;
  }

  .feature-package {
    text-align: center;
    font-size: 1rem;
  }

  .package-price {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
  }

  .text-block-16 {
    font-style: normal;
  }

  .list-packages {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    overflow: visible;
  }

  .point-desc {
    font-size: 1rem;
    font-style: normal;
  }

  .tab-link-packages-object {
    align-self: stretch;
  }

  .heading-notes {
    text-align: left;
    font-style: normal;
  }

  .content-tab-package-block {
    overflow: visible;
  }

  .tab-link-packages-block {
    align-self: stretch;
  }

  .testimonial_client {
    width: 100%;
  }

  .list-includes {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .price-perday {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .tab-menu-packages {
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-menu-packages.tab-align-center {
    border-radius: 24px;
    width: 100%;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .content-tab-package-vm {
    padding-left: 0;
  }

  .title-package-pricing {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
  }

  .tab-link-packages-vm {
    padding: 1rem 2rem;
  }

  .tab-link-packages-vm.w--current {
    align-self: stretch;
  }

  .tab-feature-packages {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

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

  .cta-fomos {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta-fomo {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    box-shadow: none;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    top: 24px;
  }

  .illustration-fomo {
    display: none;
  }

  .text-align-left.z-index-1 {
    padding: 2rem;
  }

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

  .icon-faq-home {
    color: #5831c8;
    width: 32px;
    height: 32px;
  }

  .faq_icon {
    width: 1.75rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_component {
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
    top: 24px;
  }

  .cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer_top-wrapper {
    flex-direction: column;
    padding-left: 0%;
  }

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

  .footer_legal_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .header-footer {
    font-size: 1.1rem;
  }

  .footer_product_list {
    width: 100%;
  }

  .icon-sosial-media {
    color: #fff;
  }

  .footer-link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .text-style-muted.tex-reguler {
    text-align: left;
  }

  .list-item-5 {
    background-color: #0000;
    border-radius: 4px;
    align-self: stretch;
  }

  .list-item-5:hover {
    background-color: #4200ff14;
  }

  .list-item-6 {
    border-radius: 4px;
    align-self: stretch;
  }

  .list-item-6:hover {
    background-color: #4200ff14;
    border-radius: 2px;
  }

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

  .list-item-7 {
    background-color: #0000;
    border-radius: 4px;
    align-self: stretch;
    padding-right: 0;
  }

  .list-item-7:hover {
    background-color: #4200ff14;
  }

  .preview-image {
    width: 100%;
  }

  .text-title {
    font-size: 1rem;
  }

  .text-title.text-header.text-align-center.text-header-usecase, .text-title.text-align-center.text-header-specs {
    font-size: 2rem;
  }

  .title-benefits {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .specs-list, .specs-list.list-specs-vpc {
    width: 100%;
  }

  .list-column.list-specs-env {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .list-column.specs-size-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-self: center;
  }

  .list-column.specs-size-medium.list-specs-vpc.list-specs-network {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .tab-menu-usecases {
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-menu-usecases.tab-align-center {
    border-radius: 40px;
    flex-direction: column;
    width: 100%;
  }

  .usecase-component {
    width: 100%;
  }

  .tab-link-usecase-2 {
    align-self: stretch;
  }

  .content-tab-usecase-1 {
    padding-left: 0;
  }

  .tab-usecases {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }

  .tab-link-usecase-4 {
    align-self: stretch;
  }

  .desc-usecase {
    padding-top: 0;
  }

  .content-tab-usecase-2 {
    overflow: visible;
  }

  .tab-link-usecase-3 {
    align-self: stretch;
  }

  .tab-link-usecase-1 {
    padding: 1rem 2rem;
  }

  .tab-link-usecase-1.w--current {
    align-self: stretch;
  }

  .illust-features {
    order: -1;
  }

  .icon-explore-feature {
    color: #5831c8;
    width: 40px;
    height: 40px;
  }

  .explore-more-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .content-list-exploremore {
    flex-direction: column;
  }

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

  .text-size-medium.heading-benefit-feature {
    line-height: 1.5;
  }

  .section_benefit_products {
    display: block;
  }

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

  .layout_contents-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .layout-image-wrapper {
    display: none;
  }

  .layout_contents {
    border-radius: 24px;
    flex-flow: column;
    height: auto;
    padding-top: 1rem;
    box-shadow: 0 2px 24px #0000000f;
  }

  .test-title {
    font-size: 1rem;
  }

  .heading-size-big {
    width: 100%;
  }

  .content-container {
    padding-bottom: 3vw;
  }

  .content-container.child {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding-bottom: 3vw;
  }

  .legal-list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .body-2 {
    font-size: 2.9vw;
  }

  .legal_question {
    padding: 1rem 1.25rem;
  }

  .section_legal {
    padding: 10% 0%;
  }

  .exploremore-component {
    width: 100%;
  }

  .heading-cta {
    font-size: 2.5rem;
  }

  .compare-pricing_component {
    grid-template-columns: 1fr;
  }

  .event_component {
    padding-bottom: 6rem;
  }

  .event_arrow.left {
    right: 3.5rem;
  }

  .event_mask {
    width: auto;
    max-width: 70%;
  }

  .layout_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
    overflow: visible;
  }

  .layout348_mobile-image {
    aspect-ratio: auto;
    position: static;
  }

  .scroll-to-top-out {
    z-index: 999;
    width: 3rem;
    height: 3rem;
  }

  .content-tab-package-1 {
    padding-left: 0;
  }

  .content-tab-package-2 {
    overflow: visible;
  }

  .tab-link-packages-1 {
    padding: 1rem 2rem;
  }

  .tab-link-packages-1.w--current, .tab-link-packages-2, .tab-link-packages-3, .tab-link-packages-4, .tab-link-packages-5 {
    align-self: stretch;
  }

  .tab-package-vm {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .tab-menu-category {
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-menu-category.tab-align-center {
    border-radius: 24px;
    width: 100%;
  }

  .card_slide {
    padding-right: 1.5rem;
  }

  .package_price_vm {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
  }

  .tab-result-package-vm {
    padding-left: 0%;
  }

  .category-package-vm {
    text-align: center;
    font-size: 1rem;
  }

  .heading_solutions_home {
    font-weight: 600;
    line-height: 1.3;
  }

  .mdi-hero-section {
    flex-flow: column;
  }

  .title-hero-mdi {
    font-size: 2.5rem;
  }

  .mdi-info-component {
    flex-flow: column;
  }

  .info-left-content, .info-right-content {
    width: 100%;
  }

  .solution-card {
    grid-template-columns: 1fr;
  }

  .case-study-card, .case-study-slide {
    width: 100%;
  }

  .case-study-card-list {
    height: 42em;
  }

  .case-study-pic {
    object-fit: cover;
    width: 100%;
  }

  .arrow-case-study {
    right: 11%;
  }

  .arrow-case-study.right-arrow {
    right: 0%;
  }

  .hero-marketplace-right {
    display: none;
  }

  .marketplace-info-list {
    grid-column-gap: 1344rem;
    grid-row-gap: 1344rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .button-secondary.button-size-large {
    white-space: nowrap;
    width: 100%;
    font-size: 1rem;
    line-height: 1;
  }

  .navbar-wrapper.nav-features {
    place-items: center stretch;
  }

  .button-group.btn-group-size-large.button-group-getstarded {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
  }

  .nav-menu-2 {
    flex-direction: column;
    overflow: scroll;
  }

  .button-primary.button-size-large {
    width: 100%;
    font-size: 1rem;
    line-height: 1;
  }

  .icon-feature.icon-dropdown.icon-dropdown-features {
    width: 40px;
    height: 40px;
  }

  .dropdown-list.dropdown-list-features {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list.dropdown-list-features:hover {
    background-color: #0000;
  }

  .dropdown-list.dropdown-list-features.w--current {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list.dropdown-list-features.w--current:hover, .dropdown-list.dropdown-list-features.list-feature-darkmode:hover {
    background-color: #0000;
  }

  .nav-dropdown-list.shadow-three.new-navbar.w--open {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header.header-navbar-features.navar-lightmode {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-global {
    align-items: center;
    padding-top: 10%;
  }

  .padding-global.padding-global-feature {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero_heading.hero-text-home.clipped {
    font-size: 2rem;
    line-height: 1.2;
  }

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

  .margin-bottom.margin-xxlarge {
    position: static;
  }

  .component-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .hero_content-wrapper {
    grid-template-columns: 1fr;
  }

  .hero_dashboard {
    border-width: 0;
    border-radius: 1rem;
  }

  .desc-includes.desc-text-benefit {
    font-size: 1rem;
    line-height: 1.3;
  }

  .desc-includes.desc-text-faq {
    overflow: visible;
  }

  .desc-includes.desc-text-hero {
    font-size: 1rem;
  }

  .desc-includes.desc-text-exploremore {
    text-align: left;
  }

  .desc-includes.desc-text-exploremore.desc-align-left {
    font-size: 1rem;
  }

  .desc-includes.desc-text-usecase {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }

  .desc-includes.desc-solutions.desc-align-left {
    font-size: 1rem;
  }

  .desc-includes.desc-align-center {
    font-size: 1rem;
    line-height: 1.5;
  }

  .desc-includes.desc-align-left, .desc-includes.desc-compare-pricing {
    font-size: 1rem;
  }

  .padding-section-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-bottom: 2rem;
  }

  .padding-section-large.padding-hero {
    padding-bottom: 2rem;
  }

  .padding-section-large.keyfeatures-wrapper {
    padding-bottom: 0;
  }

  .padding-section-large.wrapper-specs.feature-specs-rightside {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .tabs_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .tabs_link {
    flex-flow: column;
  }

  .tabs_tabs-content-right {
    line-height: 20;
    text-decoration: none;
  }

  .tabs_tabs-icon {
    width: 2rem;
  }

  .heading_solutions {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .title-features {
    text-align: left;
  }

  .title-features.text-position-left {
    opacity: 1;
  }

  .section_features {
    padding-top: 0%;
  }

  .heading {
    font-size: 1.5rem;
  }

  .heading.heading-left.heading-small {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .max-width-medium.align-center {
    padding-right: 5%;
  }

  .test-size-medium.text-style-muted {
    align-self: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .test-size-medium.text-style-muted.text-position-left {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .test-size-medium.text-position-left.text-question-faq {
    font-size: 1rem;
  }

  .feature-package {
    text-align: center;
    font-size: 1rem;
  }

  .package-price {
    width: auto;
    min-width: auto;
  }

  .tab-link-packages-object {
    align-self: stretch;
  }

  .heading-notes {
    text-align: left;
  }

  .testimonial_backdrop-blur {
    width: 100%;
  }

  .tab-link-packages-block {
    align-self: stretch;
  }

  .list-includes {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tab-menu-packages {
    border-radius: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .title-package-pricing {
    text-decoration: none;
  }

  .tab-link-packages-vm.w--current {
    align-self: stretch;
  }

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

  .heading-fomo.heading-align-left {
    font-size: 1.5rem;
  }

  .cta-fomo {
    top: 12px;
  }

  .image-26 {
    height: 100%;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .faq_answer {
    float: right;
    clear: none;
  }

  .icon-faq-home {
    width: 32px;
    height: 32px;
  }

  .max-width-large {
    object-fit: scale-down;
  }

  .title-question {
    flex-flow: row-reverse;
  }

  .faq_component {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cta_card {
    top: 12px;
  }

  .cta_backdrop-blur {
    width: 100%;
  }

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

  .footer_feature-link {
    font-size: .8rem;
  }

  .icon-sosial-media {
    color: #fff;
  }

  .footer_legal-link, .text-style-muted {
    font-size: .8rem;
  }

  .hero_content-right.mdi-banner {
    width: 100%;
  }

  .text-title.text-position-left.text-header.text-header-features, .text-title.text-header.text-align-center.text-header-usecase {
    font-size: 1.5rem;
  }

  .text-title.text-align-center {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .text-title.text-align-center.text-header-specs {
    font-size: 1.5rem;
  }

  .title-benefits {
    padding-left: 0;
    padding-right: 1rem;
  }

  .title-benefits.cont-benefit-a {
    padding-left: 1rem;
  }

  .specs-list.list-specs-env.list-specs-leftside {
    justify-content: flex-start;
    align-items: center;
  }

  .desc-specs {
    font-size: 1rem;
  }

  .title-specs {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .wrapper-specs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .list-column.list-specs-env {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .list-column.specs-size-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .list-specs {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tab-menu-usecases {
    border-radius: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .tab-menu-usecases.tab-align-center {
    border-radius: 16px;
  }

  .tab-menu-usecases.tab-align-center.tab-size-large {
    border-radius: 24px;
  }

  .usecase-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .tab-link-usecase-2 {
    border-radius: 16px;
    align-self: stretch;
  }

  .tab-link-usecase-2.w--current {
    border-radius: 16px;
  }

  .text-usecase4, .text-usecase1 {
    font-size: 1rem;
  }

  .tab-link-usecase-4 {
    border-radius: 16px;
    align-self: stretch;
  }

  .tab-link-usecase-4:hover, .tab-link-usecase-4.w--current {
    border-radius: 16px;
  }

  .title-usecase.title-align-left, .heading-usecase {
    font-size: 1.2rem;
  }

  .text-usecase3, .text-usecase2 {
    font-size: 1rem;
  }

  .tab-link-usecase-3 {
    border-radius: 16px;
    align-self: stretch;
  }

  .tab-link-usecase-3:hover, .tab-link-usecase-3.w--current, .tab-link-usecase-1:hover {
    border-radius: 16px;
  }

  .tab-link-usecase-1.w--current {
    border-radius: 16px;
    align-self: stretch;
  }

  .image-27 {
    height: 100%;
  }

  .heading-explore-features {
    font-size: 1.2rem;
  }

  .icon-explore-feature {
    height: 40px;
  }

  .explore-more-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .content-list-exploremore {
    flex-direction: column;
  }

  .desc-faq {
    font-size: 1rem;
  }

  .text-size-medium {
    line-height: 1.5;
  }

  .text-size-medium.text-position-left {
    font-size: 1rem;
  }

  .text-size-medium.heading-benefit-feature {
    font-size: 1rem;
    line-height: 1.5;
  }

  .layout-component {
    grid-template-columns: 1fr;
  }

  .layout_contents {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .test-title.text-header.text-align-center.text-header-usecase {
    font-size: 1.5rem;
  }

  .form_field-wrapper.form_field_leftside {
    flex-flow: column;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 8%;
  }

  .heading-size-big {
    width: 100%;
    font-size: 2.5rem;
  }

  .content-container {
    margin-left: 10vw;
    margin-right: 10vw;
    padding-bottom: 5vw;
  }

  .content-container.child {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    justify-content: flex-start;
  }

  .body-2 {
    font-size: 4.4vw;
  }

  .exploremore-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .heading-cta {
    font-size: 1.5rem;
  }

  .email_link.link-size-large {
    font-size: 1rem;
  }

  .event_arrow, .event_arrow.left {
    display: none;
  }

  .event_mask {
    width: auto;
    max-width: 100%;
  }

  .tab-link-packages-1.w--current, .tab-link-packages-2, .tab-link-packages-3, .tab-link-packages-4, .tab-link-packages-5 {
    align-self: stretch;
  }

  .tab-menu-category {
    border-radius: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .package_price_vm {
    width: auto;
    min-width: auto;
  }

  .list-competitor {
    width: 14rem;
  }

  .line-divider-top {
    border-radius: 100px;
  }

  .sub-heading {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .category-package-vm {
    text-align: center;
    font-size: 1rem;
  }

  .heading_solutions_home {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .title-hero-mdi {
    font-size: 2rem;
  }

  .solution-pic.pic-wide {
    height: 100%;
  }

  .case-study-slide {
    margin-right: 1rem;
  }

  .case-study-card-list {
    height: 55em;
  }

  .case-study-desc {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .arrow-case-study {
    right: 18%;
  }

  .content-list-exploreproduct, .seller-benefit {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .block_wrap {
    width: 100%;
  }

  .marketplace-info-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

#w-node-_83a5707d-ef75-8bb4-15b2-60451bb59207-0dc854a6 {
  place-self: stretch center;
}

#w-node-_6d966d27-6939-8a10-ff6b-1f73c672189a-0dc854a6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c9ddb4b9-9791-13db-b8b1-e911784ca7e2-0dc854a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a15c7309-6ea0-f7fa-aad7-403fca9b60f3-0dc854a6 {
  align-self: center;
}

#w-node-fd20cfd3-2db5-c9d3-7c6c-1828128269c9-0dc854a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5ca27452-b628-051d-49f3-5161a2a1b5a2-0dc854a6 {
  place-self: auto stretch;
}

#w-node-_5ca27452-b628-051d-49f3-5161a2a1b5ae-0dc854a6, #w-node-_5ca27452-b628-051d-49f3-5161a2a1b5bd-0dc854a6, #w-node-_5ca27452-b628-051d-49f3-5161a2a1b5c9-0dc854a6, #w-node-_5ca27452-b628-051d-49f3-5161a2a1b5d5-0dc854a6 {
  justify-self: stretch;
}

#w-node-_67e402fe-77c6-7b48-a9ff-e66125283258-25283251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67e402fe-77c6-7b48-a9ff-e66125283259-25283251, #w-node-_67e402fe-77c6-7b48-a9ff-e6612528325f-25283251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_67e402fe-77c6-7b48-a9ff-e66125283264-25283251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_39ef021e-8df2-0a74-2357-b3cd7b228840-25283251 {
  align-self: stretch;
}

#w-node-_67e402fe-77c6-7b48-a9ff-e6612528326a-25283251, #w-node-_7b543a4c-afd7-96b3-916c-4329fd9e8294-25283251, #w-node-_7b543a4c-afd7-96b3-916c-4329fd9e829d-25283251, #w-node-_67e402fe-77c6-7b48-a9ff-e6612528326f-25283251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67e402fe-77c6-7b48-a9ff-e66125283279-25283251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-cc4fb643-bf51-99b7-3b1e-7322fb1b3d32-fb1b3d2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2c7d3d7-9569-b287-c70b-c9fc1d9957a1-0dc854a7 {
  justify-self: auto;
}

#w-node-e2c7d3d7-9569-b287-c70b-c9fc1d9957aa-0dc854a7 {
  justify-self: end;
}

#w-node-_038aca54-351f-1619-cd4c-2387d889fec8-0dc854a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d61b67-a3e1-0cda-ee89-053d865f0952-0dc854a7 {
  align-self: stretch;
}

#w-node-c4d61b67-a3e1-0cda-ee89-053d865f0953-0dc854a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b9c3a85-6503-f396-01c0-1fe5fbc41900-0dc854a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_07b2ffaa-ad1f-5bda-da9e-acad3b0cb7b3-0dc854a7 {
  justify-self: center;
}

#w-node-_07b2ffaa-ad1f-5bda-da9e-acad3b0cb7c1-0dc854a7 {
  place-self: start;
}

#w-node-_641f8da4-941c-98bb-99d0-7a9544cad56c-0dc854a7, #w-node-_568b2138-29e6-03a5-0660-399e350b2e06-0dc854a7, #w-node-d39e998c-6ba5-879e-7a8a-382f3d5b3c20-0dc854a7, #w-node-_9b19e64e-f8bd-6a75-9efb-fe82b67581dd-0dc854a7, #w-node-_65eead29-7df2-74f8-aaf7-abe635ed2efa-0dc854a7 {
  place-self: auto stretch;
}

#w-node-eb189adc-e93c-aab9-64c0-ca41411d08d0-411d08cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2c7d3d7-9569-b287-c70b-c9fc1d9957a1-0dc854a8 {
  justify-self: auto;
}

#w-node-e2c7d3d7-9569-b287-c70b-c9fc1d9957aa-0dc854a8 {
  justify-self: end;
}

#w-node-_038aca54-351f-1619-cd4c-2387d889fec8-0dc854a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c576b915-1461-947a-f90e-2094e9855555-0dc854a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b9c3a85-6503-f396-01c0-1fe5fbc41900-0dc854a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_07b2ffaa-ad1f-5bda-da9e-acad3b0cb7b3-0dc854a8 {
  justify-self: center;
}

#w-node-_07b2ffaa-ad1f-5bda-da9e-acad3b0cb7c1-0dc854a8 {
  place-self: start;
}

#w-node-_7e2511ec-ee84-a7cc-e715-8d0ef9a485b7-0dc854a8, #w-node-_713295d4-8d64-eb87-76f4-1de091cc4722-0dc854a8, #w-node-e6d67a9e-517f-b1ca-6ceb-2537fa2b3d43-0dc854a8, #w-node-ec5a9ad6-6702-8153-d6cb-058ac66346a6-0dc854a8, #w-node-_8e52066b-f660-41e7-2a92-9a1ce67118b5-0dc854a8 {
  place-self: auto stretch;
}

#w-node-e2c7d3d7-9569-b287-c70b-c9fc1d9957a1-0dc854a9 {
  justify-self: auto;
}

#w-node-e2c7d3d7-9569-b287-c70b-c9fc1d9957aa-0dc854a9 {
  justify-self: end;
}

#w-node-_038aca54-351f-1619-cd4c-2387d889fec8-0dc854a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b9c3a85-6503-f396-01c0-1fe5fbc41900-0dc854a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_07b2ffaa-ad1f-5bda-da9e-acad3b0cb7b3-0dc854a9 {
  justify-self: center;
}

#w-node-_07b2ffaa-ad1f-5bda-da9e-acad3b0cb7c1-0dc854a9 {
  place-self: start;
}

#w-node-_3581c8c1-d7ea-ffa3-5ae1-98a72d4bb85a-0dc854a9, #w-node-_78d64d10-a217-cad3-ca14-620efba7a624-0dc854a9, #w-node-f1b940e9-583e-26ce-c323-1e7937d4312f-0dc854a9, #w-node-_9d0c42a1-053a-6882-96ca-2ca8aa056004-0dc854a9, #w-node-ab7ef796-d053-569c-6472-1cf70fedab66-0dc854a9 {
  place-self: auto stretch;
}

#w-node-e2c7d3d7-9569-b287-c70b-c9fc1d9957a1-0dc854aa {
  justify-self: auto;
}

#w-node-e2c7d3d7-9569-b287-c70b-c9fc1d9957aa-0dc854aa {
  justify-self: end;
}

#w-node-_038aca54-351f-1619-cd4c-2387d889fec8-0dc854aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b9c3a85-6503-f396-01c0-1fe5fbc41900-0dc854aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_07b2ffaa-ad1f-5bda-da9e-acad3b0cb7b3-0dc854aa {
  justify-self: center;
}

#w-node-_07b2ffaa-ad1f-5bda-da9e-acad3b0cb7c1-0dc854aa {
  place-self: start;
}

#w-node-_4d51e91c-b0e5-2c83-2f05-bddbc8c12158-0dc854aa, #w-node-_97bec374-f570-302f-b60c-8164e0eb27c4-0dc854aa, #w-node-_55b3a3e4-5e0e-7e2d-b1c9-35dc108f1cc0-0dc854aa, #w-node-cffcb079-f2dc-ab6a-8234-ebefb1f6ab42-0dc854aa, #w-node-_934b18c9-984b-becb-4f0d-66aed7c73dc2-0dc854aa {
  place-self: auto stretch;
}

#w-node-_7dba698a-b2a9-694c-0c00-d51b23dacf59-0dc854ad, #w-node-_17a57313-2b2a-8304-83bb-41668bc66acf-0dc854ad, #w-node-_1ab1ebe5-bd46-3e9d-128d-76d4c963ea3d-0dc854ad, #w-node-_38fcc890-8321-d96b-c0e1-c50c7e57d46e-0dc854ad, #w-node-b5725155-ac0a-1f81-d0bd-d2a50c97c0b8-0dc854ad, #w-node-_7dba698a-b2a9-694c-0c00-d51b23dacf59-0dc854af, #w-node-_17a57313-2b2a-8304-83bb-41668bc66acf-0dc854af, #w-node-_1ab1ebe5-bd46-3e9d-128d-76d4c963ea3d-0dc854af, #w-node-_38fcc890-8321-d96b-c0e1-c50c7e57d46e-0dc854af, #w-node-_7dba698a-b2a9-694c-0c00-d51b23dacf59-0dc854b0, #w-node-_17a57313-2b2a-8304-83bb-41668bc66acf-0dc854b0, #w-node-_1ab1ebe5-bd46-3e9d-128d-76d4c963ea3d-0dc854b0, #w-node-_38fcc890-8321-d96b-c0e1-c50c7e57d46e-0dc854b0, #w-node-b5725155-ac0a-1f81-d0bd-d2a50c97c0b8-0dc854b0, #w-node-_7dba698a-b2a9-694c-0c00-d51b23dacf59-0dc854b1, #w-node-_17a57313-2b2a-8304-83bb-41668bc66acf-0dc854b1, #w-node-_1ab1ebe5-bd46-3e9d-128d-76d4c963ea3d-0dc854b1, #w-node-_38fcc890-8321-d96b-c0e1-c50c7e57d46e-0dc854b1, #w-node-_7dba698a-b2a9-694c-0c00-d51b23dacf59-0dc854b2, #w-node-_17a57313-2b2a-8304-83bb-41668bc66acf-0dc854b2, #w-node-_1ab1ebe5-bd46-3e9d-128d-76d4c963ea3d-0dc854b2, #w-node-_38fcc890-8321-d96b-c0e1-c50c7e57d46e-0dc854b2, #w-node-b5725155-ac0a-1f81-d0bd-d2a50c97c0b8-0dc854b2, #w-node-_7dba698a-b2a9-694c-0c00-d51b23dacf59-0dc854b3, #w-node-_17a57313-2b2a-8304-83bb-41668bc66acf-0dc854b3, #w-node-_1ab1ebe5-bd46-3e9d-128d-76d4c963ea3d-0dc854b3, #w-node-_38fcc890-8321-d96b-c0e1-c50c7e57d46e-0dc854b3 {
  place-self: stretch stretch;
}

#w-node-_727b71a2-77d4-2acf-a6c5-acfe3fca17f2-0dc854b4, #w-node-b7b488fe-efbc-3917-2c30-e815d1da28d9-0dc854b4, #w-node-_0108ea38-fb9a-743c-6fbb-db7c877229c2-0dc854b4, #w-node-_8b7a2134-bf1a-43d8-6d52-0f2e4ab2f479-0dc854b4, #w-node-_00b6eeb9-0773-018a-1cff-814332267705-0dc854b4, #w-node-_8a78e526-6c1a-b035-cafb-84456e3e8792-0dc854b4 {
  align-self: stretch;
}

#w-node-_3948d090-4476-dbaa-3aca-474a180fbcb2-0dc854b4 {
  place-self: stretch stretch;
}

#w-node-df01ab57-99a8-2380-f4cd-6f9b94cbec58-0dc854b4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cac40d87-e646-80da-b8b4-e8297be860c3-0dc854b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_727b71a2-77d4-2acf-a6c5-acfe3fca17f2-0dc854b5, #w-node-b7b488fe-efbc-3917-2c30-e815d1da28d9-0dc854b5, #w-node-_0108ea38-fb9a-743c-6fbb-db7c877229c2-0dc854b5, #w-node-_8b7a2134-bf1a-43d8-6d52-0f2e4ab2f479-0dc854b5, #w-node-_00b6eeb9-0773-018a-1cff-814332267705-0dc854b5 {
  align-self: stretch;
}

#w-node-_5dcf1d2e-0c44-2237-75b9-17fbaa871e5b-0dc854b5, #w-node-_455e1792-4195-0802-25a7-6c696d008b42-0dc854b5, #w-node-e2ba06ca-84e9-f0ee-fde4-9203db9e0581-0dc854b5, #w-node-ab369176-4610-6c9f-b603-e29e1cd04acb-0dc854b5 {
  justify-self: center;
}

#w-node-f845a167-f7b6-24b2-d701-e5c798aa8be7-0dc854b5 {
  align-self: stretch;
}

#w-node-f845a167-f7b6-24b2-d701-e5c798aa8be8-0dc854b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cac40d87-e646-80da-b8b4-e8297be860c3-0dc854b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-cc4fb643-bf51-99b7-3b1e-7322fb1b3d77-fb1b3d2d, #w-node-eb189adc-e93c-aab9-64c0-ca41411d0915-411d08cb {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6d966d27-6939-8a10-ff6b-1f73c6721879-0dc854a6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6d966d27-6939-8a10-ff6b-1f73c672189a-0dc854a6 {
    grid-row: 2 / 3;
  }

  #w-node-df01ab57-99a8-2380-f4cd-6f9b94cbec3b-0dc854b4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-df01ab57-99a8-2380-f4cd-6f9b94cbec58-0dc854b4 {
    grid-row: 2 / 3;
  }
}


