:root {
  --light-violet\<deleted\|variable-68ef9f4c\>: #e0e4fc;
  --primary\<deleted\|variable-17f149fa\>: #1d2130;
  --purple: #5136c4;
  --blue\<deleted\|variable-15a00a8f\>: #6b7cff;
  --white\<deleted\|variable-7630ad0c\>: white;
  --lavender-blush\<deleted\|variable-9747a744\>: #f9f0fb;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  /* font-family: Tomatogrotesk, sans-serif; */
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  /* font-family: Tomatogrotesk, sans-serif; */
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  /* font-family: Tomatogrotesk, sans-serif; */
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  /* font-family: Tomatogrotesk, sans-serif; */
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  /* font-family: Tomatogrotesk, sans-serif; */
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid var(--light-violet\<deleted\|variable-68ef9f4c\>);
  margin-bottom: 0;
  padding: .75rem 0 .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form_message-success {
  background-color: rgba(255, 255, 255, .5);
  border-radius: .5rem;
  padding: 1.25rem;
}

.form_message-success.is-footer-form {
  background-color: rgba(255, 255, 255, .03);
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

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

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: rgba(29, 33, 48, 0);
  background-image: linear-gradient(137deg, rgba(255, 255, 255, .31), rgba(255, 255, 255, 0));
  border-radius: 2rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .0625rem;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .333s, border-color .3s, background-color .3s;
  overflow: hidden;
}

.button:hover {
  opacity: .6;
  border-style: none;
}

.button:active {
  opacity: .3;
}

.button.is-form-subscribe {
  height: 4rem;
  margin-left: -2rem;
}

.button.is-nav {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button.is-footer-subscribe {
  color: var(--primary\<deleted\|variable-17f149fa\>);
  background-color: #fff;
  border-style: none;
  margin-left: -2rem;
  transition: background-color .3s;
}

.button.is-footer-subscribe:hover {
  background-color: #d9d9d9;
}

.button.is-small {
  padding: .5rem 1.35rem .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: var(--primary\<deleted\|variable-17f149fa\>);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-text {
  color: var(--primary\<deleted\|variable-17f149fa\>);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-form {
  background-color: var(--purple);
  background-image: url('../images/Arrow-1.svg'), linear-gradient(137deg, rgba(255, 255, 255, .31), rgba(255, 255, 255, 0));
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid rgba(255, 255, 255, .04);
  padding: 1rem 3rem 1rem 1.5rem;
  transition: opacity .333s, border-color .3s, background-color .3s;
}

.button.is-form:hover {
  opacity: .6;
}

.button.is-form:active {
  opacity: .19;
}

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

.text-size-large {
  font-size: 2rem;
}

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

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

.text-style-link {
  font-weight: 700;
  transition: color .2s;
}

.text-style-link:hover {
  color: var(--blue\<deleted\|variable-15a00a8f\>);
}

.text-size-small {
  font-size: 1.125rem;
}

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

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

.text-rich-text h3 {
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote, .text-rich-text ul {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

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

.form_input {
  min-height: 3rem;
  background-color: var(--white\<deleted\|variable-7630ad0c\>);
  color: var(--primary\<deleted\|variable-17f149fa\>);
  border: .125rem solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  margin-bottom: .75rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .2s;
}

.form_input:focus {
  border-width: .125rem;
  border-color: var(--blue\<deleted\|variable-15a00a8f\>);
}

.form_input::-ms-input-placeholder {
  color: rgba(29, 33, 48, .6);
  font-size: 1rem;
}

.form_input::placeholder {
  color: rgba(29, 33, 48, .6);
  font-size: 1rem;
}

.form_input.is-contact {
  margin-bottom: 0;
}

.form_input.is-footer-form {
  min-height: 3.5rem;
  color: #fff;
  background-color: #2b2e3c;
  margin-bottom: 0;
  margin-right: .5rem;
  padding: .5rem 1rem;
}

.form_input.is-footer-form:focus {
  border-color: rgba(224, 228, 252, .2);
}

.form_input.is-footer-form::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form_input.is-footer-form::placeholder {
  color: rgba(255, 255, 255, .5);
}

.form_input.is-subscribe {
  height: 4rem;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
}

.form_input.is-select-input {
  min-height: 4rem;
}

.text-size-tiny {
  font-size: .875rem;
}

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

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

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

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

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

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

.form_message-error {
  border-radius: .5rem;
  margin-top: .75rem;
  padding: 1rem;
}

.form_message-error.is-footer-form {
  color: var(--primary\<deleted\|variable-17f149fa\>);
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.button-secondary {
  border: .125rem solid var(--light-violet\<deleted\|variable-68ef9f4c\>);
  color: var(--primary\<deleted\|variable-17f149fa\>);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  font-weight: 500;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button-secondary:hover {
  border-color: var(--primary\<deleted\|variable-17f149fa\>);
  background-color: var(--primary\<deleted\|variable-17f149fa\>);
  color: #fff;
}

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

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

.margin-small {
  margin: 1rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xhuge {
  padding: 8rem;
}

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

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

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

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

.nav_component {
  background-color: rgba(255, 255, 255, 0);
  padding: 2rem 2.5rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_container {
  width: 100%;
  max-width: 80rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav_menu {
  height: 3.5rem;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
  border: .0625rem solid rgba(255, 255, 255, .14);
  border-radius: 2rem;
  justify-content: flex-end;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.nav_link {
  opacity: .75;
  color: rgba(255, 255, 255, .61);
  text-align: center;
  white-space: nowrap;
  border-right: .0625rem rgba(255, 255, 255, .1);
  padding: .2rem 0.5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s;
}

.nav_link:hover {
  opacity: 1;
}

.nav_link.w--current {
  opacity: 1;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 6rem;
  padding: .75rem 1.5rem;
}

.nav_link.last {
  border-right-style: none;
  margin-right: 1rem;
}

.nav_link.last.w--current {
  margin-right: 0;
}

.nav_link.first {
  margin-left: 1rem;
}

.nav_link.first.w--current {
  color: rgba(255, 255, 255, .61);
  border-style: none;
  margin-left: 2rem;
  margin-right: 0;
  padding: .2rem 1rem;
}

.nav_button-wrapper {
  align-items: center;
  margin-left: 0.5rem;
  display: flex;
}

.nav_logo {
  height: 2rem;
}

.home_header_component {
  flex-direction: column;
}

.subscribe-form_component {
  margin-bottom: 0;
}

.subscribe-form_wrapper {
  background-color: var(--white\<deleted\|variable-7630ad0c\>);
  border-radius: 1.25rem;
  padding: .5rem;
  display: flex;
  position: relative;
}

.home_feature_component {
  text-align: center;
}

.product_support_icon-wrapper {
  color: var(--blue\<deleted\|variable-15a00a8f\>);
}

.home_why-us_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_why-us_content {
  max-width: 36rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.home_why-us_list {
  max-width: 36rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

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

.home_why-us_icon-wrapper {
  width: 3rem;
  height: 3rem;
  background-color: #ffacac;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.section_home-cta.gradient-background {
  background-image: linear-gradient(145deg, #e0f8ef, #ceeaf4 34%, #d9e7f9 69%, #f0f3fc);
}

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

.home_cta_content, .home_cta_image-wrapper {
  max-width: 36rem;
}

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

.home_services_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_services_list {
  max-width: 36rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_services_content {
  max-width: 36rem;
}

.home_services_item {
  display: flex;
}

.home_services_icon-wrapper {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #f4f5f7;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.features_component {
  background-color: var(--lavender-blush\<deleted\|variable-9747a744\>);
  border-radius: 1.5rem;
  padding: 4rem;
  display: flex;
}

.features_component.is-blue {
  background-color: var(--light-violet\<deleted\|variable-68ef9f4c\>);
}

.features_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.features_icon-wrapper {
  margin-bottom: 1rem;
}

.features_item-divider {
  width: .125rem;
  background-color: rgba(62, 70, 102, .2);
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.home_testimonial_item {
  text-align: center;
  border: .125rem solid rgba(97, 153, 237, .26);
  border-radius: 1.5rem;
  padding: 3rem;
}

.home_testimonial_item-image_wrapper {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section_cta {
  position: relative;
  overflow: hidden;
}

.footer_component {
  color: var(--white\<deleted\|variable-7630ad0c\>);
  margin-top: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer_top {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.footer_links_list {
  width: 60%;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: flex;
}

.footer_links_column {
  min-width: 10rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-right: 2rem;
  display: flex;
}

.footer_link {
  color: rgba(255, 255, 255, .6);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 1rem;
  text-decoration: none;
  transition: color .3s;
}

.footer_link:hover {
  opacity: 1;
  color: var(--white\<deleted\|variable-7630ad0c\>);
}

.footer_top-right {
  width: 30%;
  min-width: 24rem;
  margin-left: 2rem;
}

.footer_form-wrapper {
  margin-bottom: 0;
}

.footer_form {
  color: #fff;
  align-items: center;
  display: flex;
}

.footer_bottom {
  color: rgba(255, 255, 255, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.footer_logo {
  height: 2rem;
}

.footer_divider {
  width: 30%;
  height: 1px;
  background-color: #888;
  flex: 1;
}

.footer_social_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: end;
  justify-items: center;
  margin-top: .875rem;
  display: grid;
}

.footer_social_link {
  transition: color .2s;
}

.footer_social_link:hover {
  color: var(--white\<deleted\|variable-7630ad0c\>);
}

.footer_social_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.product_header_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.product_header_content {
  max-width: 36rem;
}

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

.product_support_component {
  background-color: rgba(255, 255, 255, .68);
  border-top-right-radius: 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 6rem;
  position: relative;
}

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

.product_support_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.product_features_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.product_features_content {
  max-width: 36rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: relative;
}

.product_features_image-wrapper {
  max-width: 36rem;
  position: relative;
}

.contact_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  background-color: var(--light-violet\<deleted\|variable-68ef9f4c\>);
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 4rem;
  display: grid;
}

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

.contact_details_icon-wrapper {
  width: 3rem;
  height: 3rem;
  background-color: var(--blue\<deleted\|variable-15a00a8f\>);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.contact_details_icon {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.contact_details_item {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.contact_details_item.is-last {
  margin-bottom: 0;
}

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

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

.section_about-values {
  background-color: #f0f2fe;
}

.about_values_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_corporate_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #f9f0fb;
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem;
  display: grid;
}

.about_corporate_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_team_component {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_team_content {
  padding-top: 3rem;
}

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

.about_team-member_item {
  flex-direction: column;
  display: flex;
}

.about_team-member_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_team-member_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--light-violet\<deleted\|variable-68ef9f4c\>);
  border-radius: .75rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-top: -1rem;
  padding: 2.5rem 2rem 1.5rem;
  display: flex;
}

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

.pricing_tab_menu {
  background-color: var(--light-violet\<deleted\|variable-68ef9f4c\>);
  border-radius: 1.25rem;
  margin-bottom: 3rem;
  padding: .5rem;
}

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

.pricing_tab_link {
  background-color: rgba(0, 0, 0, 0);
  padding: .875rem 3rem;
  font-weight: 700;
}

.pricing_tab_link.w--current {
  color: #fff;
  background-color: #000;
  border-radius: .75rem;
}

.pricing_tab_pane {
  width: 100%;
}

.pricing_plans {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.pricing_plan {
  background-color: var(--white\<deleted\|variable-7630ad0c\>);
  border-radius: 1.5rem;
  flex-direction: column;
  flex: 1;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.pricing_plan:hover {
  transform: translate(0, -.25rem);
  box-shadow: 0 4px .75rem rgba(113, 115, 128, .5);
}

.pricing_plan.is-highlighted {
  border: .25rem solid var(--blue\<deleted\|variable-15a00a8f\>);
  background-image: linear-gradient(135deg, #d7e7f9, #d5f4ec);
}

.pricing_plan.is-highlighted:hover {
  box-shadow: 0 4px .75rem rgba(32, 37, 76, .5);
}

.pricing_plan_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -.3rem;
  display: grid;
}

.pricing_plan_icon-wrapper {
  width: 3rem;
  height: 3rem;
  background-color: #e6e6e6;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_plan_icon-wrapper.is-highlighted {
  color: var(--blue\<deleted\|variable-15a00a8f\>);
  background-color: rgba(255, 255, 255, .38);
}

.pricing_plan_icon {
  width: 1.25rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing_plan_icon.is-highlighted {
  width: 1.5rem;
  height: 1.25rem;
}

.pricing_plan_divider {
  height: 1px;
  background-color: #d8d8d8;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing_feature_wrapper {
  margin-bottom: 2rem;
}

.pricing_feature {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.pricing_feature_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.pricing_plan_top {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.pricing_plan_bottom {
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.faq_component {
  background-color: #f0f2fe;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem;
  display: flex;
}

.faq_content-left {
  width: 40%;
  margin-right: 2rem;
}

.faq_item_list {
  width: 60%;
  flex-direction: column;
}

.faq_item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 2.5rem;
}

.faq_item.is-last-item {
  margin-bottom: 0;
}

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

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.blog_empty-state {
  height: 0;
  padding: 0;
  display: none;
}

.blog_trending_list-wrapper {
  flex-direction: row;
  justify-content: space-between;
}

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

.blog_trending_item-link {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  border: .125rem solid var(--light-violet\<deleted\|variable-68ef9f4c\>);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4rem;
  display: grid;
}

.blog_trending_image-wrapper {
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.blog_details {
  color: rgba(29, 33, 48, .6);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.blog_details.is-centered {
  justify-content: center;
}

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

.blog_image-wrapper {
  width: 100%;
  height: 16rem;
  border-radius: 1rem;
  overflow: hidden;
}

.blog_template_image {
  width: 100%;
  max-height: 32rem;
  object-fit: cover;
  border-radius: 1.5rem;
}

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

.about_team-member_image-wrapper {
  z-index: 1;
  height: 14rem;
  border-radius: .75rem;
  position: relative;
  overflow: hidden;
}

.about_header_image-wrapper {
  width: 100%;
  height: 18rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.gradient-circle-blurred {
  z-index: -1;
  width: 20rem;
  height: 20rem;
  filter: blur(14vh);
  background-image: radial-gradient(circle, #cacffa, #c9d4ef 26%, #aed3ff 53%, #9bffa5 74%, #d798e1);
  border-radius: 100%;
  position: absolute;
}

.gradient-circle-blurred.is-small {
  width: 18rem;
  height: 18rem;
  bottom: auto;
  left: auto;
}

.gradient-circle-blurred.is-small.is-product-header-2 {
  top: 0%;
  left: -10%;
}

.gradient-circle-blurred.is-medium {
  width: 22rem;
  height: 22rem;
}

.gradient-circle-blurred.is-medium.is-product-features-1 {
  top: 60%;
  left: -10%;
}

.gradient-circle-blurred.is-medium.is-blog-header {
  top: 20%;
  right: 0%;
}

.gradient-circle-blurred.is-medium.blog-template-header {
  top: 10%;
  right: -10%;
}

.gradient-circle-blurred.is-large {
  width: 36rem;
  height: 36rem;
}

.gradient-circle-blurred.is-large.is-home-header-1 {
  top: 15%;
  left: 20%;
}

.gradient-circle-blurred.is-large.is-product-header-1 {
  right: 5%;
}

.gradient-circle-blurred.is-large.is-product-features-2 {
  top: 20%;
}

.gradient-circle-blurred.is-large.is-pricing-1 {
  top: 30%;
  left: -10%;
}

.gradient-circle-blurred.is-large.is-pricing-2 {
  bottom: -10%;
  right: 0%;
}

.gradient-circle-blurred.is-large.is-contact-1 {
  top: 20%;
  left: -5%;
}

.gradient-circle-blurred.is-large.is-blog-header {
  top: auto;
  bottom: -30%;
  left: -10%;
}

.gradient-circle-blurred.is-large.is-blog-template {
  bottom: -20%;
  left: -10%;
}

.gradient-circle-blurred.is-footer {
  width: 100%;
  height: 40%;
  filter: blur(10vh);
  top: auto;
  bottom: -20%;
  left: 0%;
  right: 0%;
}

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

.product_features_image {
  max-height: 28rem;
  object-fit: contain;
}

.faq_icon {
  width: 2rem;
  height: 2rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

.faq_icon-line {
  width: 1.25rem;
  height: .25rem;
  background-color: #000;
  border-radius: .25rem;
  position: absolute;
}

.faq_icon-line.is-vertical {
  transform: rotate(90deg);
}

.zcorporate_icon {
  width: 3rem;
  height: 3rem;
  color: var(--blue\<deleted\|variable-15a00a8f\>);
}

.home_why-us_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.zbrand-logos_image {
  height: 2rem;
}

.product_header_image {
  object-fit: contain;
}

.text-title-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(30deg, #373fff, #3acaf8);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.product_features_item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 8rem;
  display: grid;
}

.product_features_item.is-last {
  margin-bottom: 0;
}

.text-size-xlarge {
  font-size: 1.5rem;
}

.contact_form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

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

.blog_details_divider {
  width: .12rem;
  height: 1rem;
  background-color: rgba(29, 33, 48, .6);
  margin-left: .5rem;
  margin-right: .5rem;
}

.footer_bottom-inner {
  flex-direction: column;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.relative {
  position: relative;
}

.gradient-background {
  background-image: linear-gradient(145deg, #e0f8ef, #ceeaf4 34%, #d9e7f9 69%, #f0f3fc);
}

.pricing_button-wrapper {
  margin-top: 1.5rem;
}

.pricing_price-wrapper {
  margin-top: 3rem;
}

.blog_template_image-wrapper {
  position: relative;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.padding-section-large {
  aspect-ratio: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.margin-xhuge {
  margin: 8rem;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.padding-0 {
  padding: 0;
}

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

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: rgba(107, 124, 255, .1);
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--blue\<deleted\|variable-15a00a8f\>);
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  font-weight: 300;
}

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(107, 124, 255, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-4 {
  background-color: var(--primary\<deleted\|variable-17f149fa\>);
}

.fs-styleguide_color.is-5 {
  background-color: var(--blue\<deleted\|variable-15a00a8f\>);
}

.fs-styleguide_color.is-6 {
  background-color: var(--light-violet\<deleted\|variable-68ef9f4c\>);
}

.fs-styleguide_color.is-7 {
  background-color: var(--lavender-blush\<deleted\|variable-9747a744\>);
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

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

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.body {
  background-color: #000;
}

.section_home-hero {
  height: 100vh;
  background-image: url('../images/BG-1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 100px;
}

.section_home-subhero {
  height: auto;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 280px;
}

.button_wrapper {
  min-height: 100%;
  min-width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--purple);
  color: #fff;
  border: 1px #000;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  padding: .875rem 1.75rem;
  display: flex;
}

.button_text {
  color: #fff;
  white-space: nowrap;
}

.div-block {
  position: relative;
  max-width: 55.25rem;
  grid-column-gap: 6rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  padding-top: 60px;
}

.max-wight-32-06rem {
  max-width: 32.06rem;
}

.max-wight-34-06rem.op-100 {
  color: #fff;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form {
  align-items: center;
  padding-right: .0625rem;
  display: flex;
}

.text-field {
  height: 3.5rem;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.5rem;
  font-size: 1rem;
}

.div-block-3 {
  width: 24.75rem;
  background-image: linear-gradient(88deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
  border-radius: 2rem;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: .0625rem;
  display: flex;
  overflow: hidden;
}

.form-block {
  width: 100%;
  background-color: #373153;
  border-radius: 2rem;
  margin-bottom: 0;
}

.image-coin-red {
  width: 8.31rem;
  height: 8.31rem;
  position: absolute;
  top: 20rem;
  bottom: auto;
  left: 0rem;
  right: auto;
  background-image: url('../images/glass-red.png');
  background-size: cover;
}

.image-coin {
  width: 12.31rem;
  height: 12.31rem;
  position: absolute;
  top: -2rem;
  bottom: auto;
  left: -12.125rem;
  right: auto;
  background-image: url('../images/Coin-1.png');
  background-size: cover;
}

.image-coin.transparent {
  opacity: 0.9;
}

.image {
  position: absolute;
  background-image: url('../images/glass-purple.png');
  background-size: cover;
  width: 12.31rem;
  height: 12.31rem;
  top: 12rem;
  bottom: auto;
  left: -12.125rem;
  right: auto;
}

.image-2 {
  z-index: -1;
  height: 18.05rem;
  position: absolute;
  top: auto;
  bottom: -1rem;
  left: -12.875rem;
  right: auto;
}

.image-3 {
  height: 11.36rem;
  position: absolute;
  bottom: -16rem;
}

.image-4 {
  z-index: 1;
  height: 14.67rem;
  position: absolute;
  top: auto;
  bottom: -5rem;
  left: auto;
  right: -12.875rem;
}

.section_home-accept {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

.div-block-5 {
  max-width: 40rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-7 {
  max-width: 26rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  background-image: linear-gradient(90deg, rgba(124, 102, 255, 0), #7c66ff 50%, rgba(124, 102, 255, 0));
  padding: .0625rem;
}

.div-block-9 {
  letter-spacing: .13rem;
  background-image: linear-gradient(#252525, #3b365c);
  border-radius: 2rem;
  justify-content: center;
  padding: .5rem 1.5rem;
  font-size: .88rem;
  font-weight: 500;
  display: flex;
}

.div-block-10 {
  text-transform: uppercase;
  background-image: linear-gradient(101deg, rgba(124, 102, 255, 0), #7c66ff 50%, rgba(124, 102, 255, 0));
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .0625rem;
  display: flex;
  overflow: hidden;
}

.op-100 {
  color: #fff;
}

.div-block-11 {
  width: 42.06rem;
  height: 34.88rem;
  min-width: 42.06rem;
  position: relative;
}

.image-5 {
  height: 17.44rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-6 {
  z-index: -1;
  height: 28.44rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 5.5rem;
}

.image-7 {
  height: 16.44rem;
  position: absolute;
  top: 7.6875rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-12 {
  z-index: -2;
  width: 26.5rem;
  height: 26.5rem;
  opacity: .7;
  filter: blur(150px);
  background-color: #5136c4;
  border-radius: 10rem;
  margin-top: 3.1875rem;
  position: absolute;
}

.div-block-12._0 {
  margin-top: 0;
}

.div-block-13 {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  background-image: url('../images/lines.png'), linear-gradient(142deg, #010101, #020202 63%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 2rem;
  flex-direction: column;
  padding: 9.375rem;
  display: flex;
}

.div-block-14 {
  background-image: linear-gradient(148deg, #404040, #101010 44%);
  border-radius: 2rem;
  padding: .0625rem;
  overflow: visible;
}

.div-block-15 {
  max-width: 50.81rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-16 {
  width: 49.63rem;
  height: 36.19rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-8 {
  z-index: 2;
  height: 29.5rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-9 {
  z-index: 2;
  height: 21.81rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-10 {
  z-index: 1;
  height: 13.81rem;
  position: absolute;
  bottom: 5.5rem;
  right: 12.25rem;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-18 {
  width: 32.88rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.div-block-19 {
  width: 32.31rem;
  height: 35.25rem;
  position: relative;
}

.image-11 {
  z-index: 2;
  height: 29.63rem;
  object-fit: contain;
  position: absolute;
  top: .8125rem;
  bottom: auto;
  left: .375rem;
  right: auto;
}

.image-12 {
  height: 27.44rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-20 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

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

.section_disbursements.mob {
  display: none;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.div-block-23 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-25 {
  width: 58.19rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-27 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(149deg, #040404, #191919);
  border: .0625rem solid rgba(255, 255, 255, .15);
  border-radius: 2rem;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.div-block-27.is-2 {
  padding-bottom: 0;
}

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

.div-block-29 {
  min-height: 30.31px;
  min-width: 100%;
  position: relative;
}

.image-13 {
  min-height: 30.31rem;
  min-width: 100%;
  object-fit: contain;
}

.div-block-30 {
  background-image: url('../images/CTA-3.png');
  background-position: 50%;
  background-size: cover;
  border: .0625rem solid rgba(255, 255, 255, .15);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4rem 3rem 6.875rem;
  display: flex;
}

.div-block-31 {
  width: 33.81rem;
  height: 23.58rem;
}

.image-14 {
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
}

.div-block-32 {
  max-width: 28.94rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.paragraph {
  color: rgba(255, 255, 255, .4);
  font-size: 1rem;
}

.div-block-34 {
  justify-content: center;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

html, body {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}


.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  color: var(--purple);
  transition: opacity .2s;
}

.link-block:hover {
  opacity: .4;
}

.nav-link {
  background-image: linear-gradient(137deg, rgba(255, 255, 255, .14), rgba(0, 0, 0, 0));
}

.image-15 {
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: .0625rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.success-message {
  background-color: var(--purple);
  padding: 1rem 2rem;
}

.secrion_form {
  min-height: auto;
  padding-top: 14.375rem;
  padding-bottom: 5rem;
}

.div-block-36 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-37 {
  width: 32.56rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.div-block-38 {
  background-color: #201e21;
  border: .0625rem solid rgba(255, 255, 255, .12);
  border-radius: 1.5rem;
  flex: 1;
  padding: 3rem 3rem 9rem;
}

.text-field-2 {
  height: 3.5rem;
  max-width: 20rem;
  min-width: 20rem;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border: .0625rem solid #fe74b6;
  border-radius: 3rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.25rem;
  font-size: 1rem;
}

.text-field-2._3232 {
  height: auto;
  max-height: 7.5rem;
  max-width: 20rem;
  min-height: 7.5rem;
  min-width: 20rem;
  border-radius: 1rem;
}

.div-block-39 {
  width: 100%;
  min-width: 100%;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: minmax(8rem, max-content) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.div-block-39._121 {
  align-items: start;
}

.paragraph-2 {
  color: #fff;
}

.div-block-40 {
  min-width: 100%;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: column;
  display: flex;
}

.text-field-2-copy {
  height: 3.5rem;
  max-width: 20rem;
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, .3);
  background-image: url('../images/vuesax_linear_arrow-down.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid rgba(0, 0, 0, .3);
  border-radius: 3rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.25rem;
  font-size: 1rem;
}

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

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

.slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.slide-nav {
  display: none;
}

.div-block-43 {
  z-index: 2;
  justify-content: flex-end;
  margin-top: -6rem;
  margin-right: 3rem;
  display: none;
  position: relative;
}

.submit-button {
  height: 3.5rem;
  max-height: 3.5rem;
  color: #000;
  background-color: #fff;
  background-image: url('../images/Arrow-1.svg');
  background-position: 95px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 2rem;
  padding: 1.125rem 3.75rem 1.125rem 2rem;
  font-size: .88rem;
  font-weight: 600;
  transition: opacity .333s;
}

.submit-button:hover {
  opacity: .6;
}

.submit-button.is-r {
  min-height: 3.5px;
  min-width: 10rem;
  background-position: 110px;
  top: auto;
  bottom: 33rem;
  left: auto;
  right: 3rem;
}

.submit-button.is-l {
  width: 7rem;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border: .0625rem solid rgba(255, 255, 255, .2);
  padding-right: 2rem;
  top: auto;
  bottom: 2.5rem;
  left: 3rem;
  right: auto;
}

.paragraph-3 {
  width: auto;
  color: rgba(0, 0, 0, .7);
}

.paragraph-3.de {
  color: rgba(255, 255, 255, .7);
}

.form-block-2 {
  max-width: 39.75rem;
  margin-bottom: 0;
}

.body-2 {
  background-image: url('../images/Help-us-route-your-inquiry.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-16 {
  z-index: -2;
  width: 46.13rem;
  height: 46.13rem;
  opacity: .42;
  position: absolute;
  top: -4.375rem;
  bottom: auto;
  left: auto;
  right: -13.5rem;
  background-image: url('../images/Mask-group.svg');
  background-size: cover;
}

.div-block-44 {
  z-index: -1;
  width: 35.38rem;
  height: 35.38rem;
  filter: blur(120px);
  background-color: rgba(124, 102, 255, .4);
  border-radius: 1000px;
  margin-top: -10.25rem;
  position: absolute;
}

.no-bg {
  background: none !important;
}

.success-message-2 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: rgba(0, 0, 0, .49);
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-45 {
  width: 29rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #201e21;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 3rem 3.25rem;
  display: flex;
  position: relative;
  bottom: -50%;
  transform: translate(0, -50%);
}

.image-17 {
  width: 6.25rem;
  height: 6.25rem;
}

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

.div-block-47 {
  height: 300vh;
  position: relative;
}

.div-block-48 {
  height: auto;
  grid-column-gap: 6.625rem;
  grid-row-gap: 6.625rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 14vh;
}

.div-block-49 {
  max-width: 48rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.div-block-50 {
  max-height: 41rem;
  min-height: 41rem;
  flex: 1;
  position: relative;
}

.div-block-51 {
  width: 3rem;
  height: 3rem;
  background-image: linear-gradient(134deg, #101010, #191919);
  border: .0625rem solid rgba(255, 255, 255, .19);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.div-block-51._2 {
  opacity: .5;
}

.div-block-52 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.div-block-53 {
  max-width: 30rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-54 {
  width: 33rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  font-size: 1.125rem;
  display: flex;
}

.image-19 {
  z-index: 0;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-19._2 {
  z-index: 2;
  max-width: 38.2513rem;
}

.image-19._3 {
  z-index: 1;
  max-width: 38.2513rem;
}

.image-19._1 {
  z-index: 3;
  max-width: 38.2513rem;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3, h4 {
    font-size: 1.25rem;
  }

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

  .button.is-nav {
    width: 100%;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .icon-1x1-medium {
    width: 2.5rem;
    height: 2.5rem;
  }

  .main-wrapper {
    margin-top: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

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

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

  .nav_component {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav_container {
    display: flex;
  }

  .nav_menu {
    width: 100%;
    height: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: rgba(81, 54, 196, .01);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 3rem 0;
    box-shadow: 0 6px .75rem rgba(91, 92, 102, .4);
  }

  .nav_link {
    opacity: 1;
    padding: 1rem 0;
    font-size: 1.25rem;
  }

  .nav_link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_link.last {
    margin-right: 0;
  }

  .nav_link.first {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    display: none;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .subscribe-form_wrapper {
    background-color: rgba(255, 255, 255, .67);
  }

  .zbrand-logos_component {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home_services_item {
    margin-bottom: 1.5rem;
  }

  .home_services_icon-wrapper {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
  }

  .features_component {
    padding: 3rem;
  }

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

  .home_testimonial_item {
    padding: 2rem;
  }

  .footer_top {
    flex-direction: column-reverse;
  }

  .footer_links_list {
    width: 100%;
    margin-top: 2rem;
  }

  .footer_link {
    white-space: nowrap;
    font-size: .88rem;
  }

  .footer_top-right {
    width: 100%;
    max-width: 32rem;
    min-width: auto;
    margin-left: 0;
  }

  .footer_social_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .product_header_component {
    grid-template-columns: 1fr;
  }

  .product_support_component {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }

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

  .product_features_component {
    grid-column-gap: 3rem;
    grid-row-gap: 6rem;
  }

  .product_features_image-wrapper {
    width: 100%;
    max-width: none;
  }

  .contact_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
  }

  .contact_details_icon-wrapper {
    margin-right: 1rem;
  }

  .contact_details_icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .about_corporate_component {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    padding: 3rem;
  }

  .about_team_component {
    grid-template-columns: 1fr;
  }

  .about_team_content {
    padding-top: 0;
  }

  .pricing_plans {
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  }

  .pricing_plan:hover {
    box-shadow: none;
    transform: none;
  }

  .pricing_plan.is-highlighted:hover {
    box-shadow: none;
  }

  .pricing_plan_icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }

  .pricing_plan_divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .pricing_plan_top {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing_plan_bottom {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 2rem;
  }

  .faq_item {
    padding: 1.5rem 2rem;
  }

  .blog_trending_item-link {
    grid-template-columns: 1fr;
    padding: 3rem;
  }

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

  .gradient-circle-blurred.is-large {
    width: 26rem;
    height: 26rem;
  }

  .nav_menu-button {
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .nav_menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
    border-radius: 8px;
    padding: 0;
  }

  .faq_icon {
    margin-left: 1rem;
  }

  .product_features_item {
    margin-bottom: 6rem;
  }

  .nav_menu-icon {
    height: 1.5rem;
  }

  .pricing_price-wrapper {
    margin-top: 3rem;
  }

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

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

  .margin-xhuge {
    margin: 6rem;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .section_home-hero {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 16rem;
  }

  .button_wrapper {
    padding: .875rem 1rem;
  }

  .div-block {
    max-width: 29.56rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-field {
    padding-left: 1rem;
    padding-right: 0;
    font-size: .88rem;
  }

  .div-block-3 {
    width: 21.19rem;
  }

  .image {
    height: 6rem;
    top: 1.3rem;
    left: -11.325rem;
  }

  .image-2 {
    height: 9rem;
    bottom: -2.9rem;
    left: -11.775rem;
  }

  .image-3 {
    height: 8.25rem;
    bottom: -12rem;
  }

  .image-4 {
    height: 9.19rem;
    bottom: -5.1875rem;
    right: -9.875rem;
  }

  .div-block-4 {
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-5 {
    max-width: 29.13rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-7 {
    max-width: 17rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-9 {
    padding: .25rem 1rem;
    font-size: .75rem;
  }

  .div-block-11 {
    width: 28rem;
    height: 26.16rem;
    min-width: 28rem;
  }

  .image-5 {
    height: 13.08rem;
  }

  .image-6 {
    height: 21.33rem;
    right: 4.125rem;
  }

  .image-7 {
    height: 12.33rem;
    top: 5.76563rem;
  }

  .div-block-12 {
    width: 19.875rem;
    height: 19.875rem;
    margin-top: 2.39063rem;
  }

  .div-block-12._0 {
    width: 12.9188rem;
    height: 12.9188rem;
  }

  .div-block-13 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 3.25rem 5rem 5rem;
  }

  .div-block-15 {
    max-width: 25.94rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-16 {
    width: 32.2595rem;
    height: 23.5235rem;
  }

  .image-8 {
    height: 19.175rem;
  }

  .image-9 {
    height: 14.1765rem;
  }

  .image-10 {
    height: 8.9765rem;
    bottom: 3.575rem;
    right: 7.9625rem;
  }

  .div-block-18 {
    width: 19.75rem;
  }

  .div-block-19 {
    width: 21.0015rem;
    height: 22.9125rem;
  }

  .image-11 {
    height: 19.2595rem;
    top: .528125rem;
    left: .24375rem;
  }

  .image-12 {
    height: 17.836rem;
  }

  .section_disbursements {
    display: none;
  }

  .section_disbursements.mob {
    display: block;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-22 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-23 {
    max-width: 18.75rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-24 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-25 {
    width: 32.06rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-27 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem 1.25rem 1.5rem;
  }

  .div-block-27.is-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-28 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
  }

  .image-13 {
    min-height: auto;
  }

  .div-block-30 {
    padding: 2rem;
  }

  .div-block-31 {
    width: auto;
    height: auto;
  }

  .div-block-32 {
    max-width: 18.56rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-33 {
    grid-template-columns: 1fr minmax(min-content, max-content) 1fr;
  }

  .paragraph {
    white-space: nowrap;
    font-size: .88rem;
  }

  .image-15 {
    display: none;
  }

  .secrion_form {
    padding-top: 8rem;
  }

  .div-block-36 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .image-16 {
    height: 25.72rem;
    top: -2rem;
    right: -7.1875rem;
  }

  .lottie-animation {
    width: 2rem;
    height: 2rem;
  }

  .heading {
    font-size: 1.5rem;
  }

  .image-18 {
    width: 1rem;
    height: 1rem;
  }

  .link-block-2 {
    height: 1.5rem;
  }

  .div-block-47 {
    height: auto;
  }

  .div-block-49 {
    max-width: none;
    min-width: 100%;
    flex-flow: column;
  }

  .div-block-50 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-51._22, .div-block-51._33 {
    opacity: .3;
  }

  .div-block-52 {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: center;
    margin-top: 0;
  }

  .div-block-53 {
    max-width: 14.56rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-54 {
    width: 14.56rem;
    order: -1;
  }

  .image-19._1 {
    max-width: 50%;
    min-width: auto;
    position: relative;
  }

  .slider-2 {
    height: auto;
    background-color: rgba(221, 221, 221, 0);
  }

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

  .div-block-55 {
    height: 28.75rem;
    justify-content: space-between;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .text-rich-text h2, .text-rich-text h3 {
    margin-top: 1.25rem;
  }

  .text-rich-text blockquote {
    padding-left: .75rem;
    font-size: 1.125rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

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

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

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

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_menu {
    width: 100vw;
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_logo {
    height: 1.75rem;
  }

  .subscribe-form_wrapper {
    background-color: var(--white\<deleted\|variable-7630ad0c\>);
  }

  .home_why-us_component {
    grid-template-columns: 1fr;
  }

  .home_why-us_item {
    margin-bottom: 1.5rem;
  }

  .home_why-us_icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.25rem;
  }

  .home_cta_component {
    grid-template-columns: 1fr;
  }

  .home_cta_image-wrapper {
    max-width: none;
  }

  .zbrand-logos_component {
    grid-template-columns: 1fr 1fr;
  }

  .home_services_component {
    grid-template-columns: 1fr;
  }

  .home_services_icon-wrapper {
    margin-right: 1rem;
  }

  .features_component {
    flex-direction: column;
    padding: 2rem;
  }

  .features_icon-wrapper {
    margin-bottom: 1rem;
  }

  .features_item-divider {
    width: 100%;
    height: .125rem;
    margin: 1.5rem 0;
  }

  .home_testimonial_list {
    grid-template-columns: 1fr;
  }

  .footer_links_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer_links_column {
    margin-right: 1rem;
  }

  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer_divider {
    display: none;
  }

  .footer_social_wrapper {
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .product_support_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 2rem;
  }

  .product_support_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .product_features_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .product_features_content {
    max-width: none;
  }

  .contact_component {
    grid-row-gap: 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    grid-template-columns: 1fr;
    margin-left: -1.25rem;
    padding: 3rem 1.25rem;
  }

  .contact_form {
    grid-template-columns: 1fr;
  }

  .contact_details_icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contact_details_item {
    margin-bottom: 1.5rem;
  }

  .about_header_image_list {
    grid-template-columns: 1fr 1fr;
  }

  .about_values_component, .about_corporate_component {
    grid-template-columns: 1fr;
  }

  .about_team-member_list {
    grid-template-columns: 1fr 1fr;
  }

  .pricing_tab_menu {
    margin-bottom: 3rem;
  }

  .pricing_plans {
    flex-direction: column;
  }

  .pricing_plan_top {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pricing_plan_bottom {
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq_component {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-left: -1.25rem;
    padding: 3rem 1.25rem;
  }

  .faq_content-left {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .faq_item_list {
    width: 100%;
  }

  .faq_item {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog_trending_item-link {
    padding: 1.5rem;
  }

  .blog_list {
    grid-row-gap: 2.5rem;
  }

  .blog_image-wrapper {
    height: 12rem;
    margin-bottom: 1.5rem;
  }

  .gradient-circle-blurred {
    opacity: .85;
    filter: blur(6vh);
  }

  .gradient-circle-blurred.is-large {
    width: 20rem;
    height: 20rem;
  }

  .gradient-circle-blurred.is-large.is-home-header-1 {
    top: 35%;
    left: 10%;
  }

  .gradient-circle-blurred.is-footer {
    filter: blur(6vh);
  }

  .product_features_image {
    width: 70%;
    max-height: none;
  }

  .home_why-us_icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .text-title-gradient {
    margin-bottom: 1.225rem;
  }

  .product_features_item {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }

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

  .footer_bottom-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing_price-wrapper {
    margin-top: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-55 {
    height: 22rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .button.is-form-subscribe, .button.is-footer-subscribe {
    margin-top: .5rem;
    margin-left: 0;
  }

  .form_input.is-footer-form {
    margin-right: 0;
  }

  .form_input.is-subscribe {
    min-width: auto;
  }

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

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

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

  .nav_component {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }

  .nav_menu {
    padding-top: 2rem;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .subscribe-form_wrapper {
    flex-direction: column;
  }

  .zbrand-logos_component {
    grid-template-columns: 1fr 1fr;
  }

  .home_services_icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    min-width: 2.5rem;
  }

  .footer_component {
    margin-top: 0;
  }

  .footer_links_list {
    grid-template-columns: 1fr;
  }

  .footer_form {
    background-color: #2b2e3c;
    border-radius: 1.25rem;
    flex-direction: column;
    align-items: stretch;
    padding: .5rem;
  }

  .product_header_buttons {
    max-width: none;
  }

  .product_support_component {
    padding-right: 1.5rem;
  }

  .product_support_list {
    grid-template-columns: 1fr;
  }

  .product_features_image-wrapper {
    width: 100%;
  }

  .contact_details_icon-wrapper {
    margin-bottom: .5rem;
  }

  .contact_details_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .about_header_image_list {
    grid-template-columns: 1fr;
  }

  .about_corporate_component {
    padding: 2rem;
  }

  .about_team-member_list, .pricing_plans {
    grid-template-columns: 1fr;
  }

  .blog_details {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog_details.is-centered {
    align-items: center;
  }

  .blog_details_name {
    margin-bottom: .125rem;
  }

  .blog_list {
    grid-template-columns: 1fr;
  }

  .product_features_image {
    width: 100%;
  }

  .blog_details_divider {
    display: none;
  }

  .pricing_button-wrapper {
    flex-direction: column;
    display: flex;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

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

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

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

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

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

  .section_home-hero {
    padding-top: 6.5rem;
  }

  .div-block {
    max-width: 20.94rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-3 {
    z-index: 2;
    width: auto;
    min-width: 100%;
    position: relative;
  }

  .image-2 {
    left: -10.575rem;
  }

  .image-4 {
    bottom: -9.4875rem;
    right: -9.075rem;
  }

  .div-block-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .container {
    max-width: none;
  }

  .div-block-5 {
    max-width: 19.88rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-6 {
    text-align: center;
    flex-flow: column;
  }

  .div-block-7 {
    max-width: 20.94rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-11 {
    width: 21rem;
    height: 19.62rem;
    min-width: 21rem;
  }

  .image-5 {
    height: 9.81rem;
  }

  .image-6 {
    height: 15.9975rem;
    right: 3.09375rem;
  }

  .image-7 {
    height: 9.2475rem;
    top: 6.02422rem;
  }

  .div-block-12 {
    width: 14.9063rem;
    height: 14.9063rem;
  }

  .div-block-13 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-position: 50%, 0 0;
    border-top: 1px #000;
    border-bottom: 1px #000;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 3rem 1.25rem;
  }

  .div-block-15 {
    max-width: 19.19rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-17 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-18 {
    width: 20.81rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: -1;
  }

  .div-block-21 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .div-block-24 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-25 {
    width: 20.94rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-26 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-28 {
    font-size: .88rem;
  }

  .section_join {
    margin-top: -4rem;
  }

  .div-block-30 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    padding: 3rem 1rem;
  }

  .div-block-32 {
    justify-content: flex-start;
    align-items: center;
    font-size: .88rem;
  }

  .div-block-33 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-34 {
    order: -1;
  }

  .div-block-37 {
    width: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-38 {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-39 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .submit-button.is-r {
    bottom: 42rem;
  }

  .form-block-2 {
    max-width: 100%;
  }

  .div-block-44 {
    width: 25rem;
    height: 25rem;
    margin-top: -5rem;
  }

  .success-message-2 {
    max-width: 100%;
  }

  .div-block-45 {
    width: auto;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 2.5rem;
  }

  .div-block-52 {
    margin-top: -6rem;
  }

  .div-block-53 {
    max-width: 20.94rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image-19 {
    max-width: 17rem;
    min-height: auto;
    min-width: auto;
  }

  .image-19._1 {
    max-width: 100%;
  }

  .div-block-55 {
    height: auto;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .form-2 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

#w-node-_49846b90-1216-e1a9-52c6-23bcdb7ffd8d-e81b1f48 {
  justify-self: center;
}

#w-node-a272cca8-651e-8417-8d7f-524e17bb31f6-e81b1f48 {
  justify-self: end;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e76-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e7b-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e80-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e85-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e8b-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e91-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e97-9089c63c {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293fa4-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293fbd-9089c63c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293fc0-9089c63c {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293fc2-9089c63c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293fc5-9089c63c {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29402e-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294038-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294039-9089c63c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940a7-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940ac-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940b1-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940b6-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940bb-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940c0-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940ca-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940cf-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940d4-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940d9-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940de-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940e3-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940e8-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940ed-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940f2-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940f7-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940fc-9089c63c {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294100-9089c63c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294101-9089c63c {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294103-9089c63c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294106-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29410b-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294110-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294125-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29412a-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29412f-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294134-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294139-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29413e-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294148-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29414d-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294152-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294157-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29415c-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294161-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294166-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29416b-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294170-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294175-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29417a-9089c63c {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29417e-9089c63c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29417f-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294184-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294189-9089c63c, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29418e-9089c63c {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294214-9089c63c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294270-9089c63c {
  justify-self: start;
}

#EMail.w-node-a182cd00-5a4c-79f6-f3d7-37b3cea20ec5-63414a7f, #Select-Country.w-node-_9b4dbbce-0159-13ae-92aa-84b09adce825-63414a7f, #First-Name.w-node-_8817f61a-9819-9448-a40b-4389df8eef26-63414a7f, #Last-Name.w-node-_8817f61a-9819-9448-a40b-4389df8eef2a-63414a7f, #Work-Phone.w-node-_8817f61a-9819-9448-a40b-4389df8eef2e-63414a7f, #Company-Website.w-node-_8817f61a-9819-9448-a40b-4389df8eef32-63414a7f, #Job-Function.w-node-_8817f61a-9819-9448-a40b-4389df8eef36-63414a7f, #Job-Level.w-node-_8817f61a-9819-9448-a40b-4389df8eef3a-63414a7f, #field-3.w-node-_97c78046-4495-acb0-6c00-93d84ddb8397-63414a7f {
  justify-self: end;
}
.features-block {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  width: 1080px;
  max-width: 80rem;
  padding: 120px 40px 0px 40px;
  align-items: center;
  justify-content: center;
}

.features-block .block-content {
  width: 260px;
  text-align: left;
  padding-right: 24px;
  margin-right: 16px;
}

.features-block .block-content h5 {
  color: white;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  padding-bottom: 26px;
}

.features-block .block-content p {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.features-block .block-card {
  position: relative;
  width: 225px;
  height: 363px;
  padding: 19px 24px;
  flex-shrink: 0;
  border-radius: 16px;
  text-align: left; 
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
  border: .0625rem solid rgba(255, 255, 255, .14);

}

.features-block .block-card h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  color: white;
  text-align: left;
  padding-bottom: 26px;
  padding-right: 25px;
}

.features-block .block-card p {
  color: white !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  text-align: left;
}

features-block .block-card.black {
  background-image: linear-gradient(149deg, #040404, #191919);
  border: .0625rem solid rgba(255, 255, 255, .15);
  /* background: linear-gradient(306deg, #101010 37.95%, #191919 85.9%); */
}

.features-block .block-card.red {
  background-image: linear-gradient(149deg, #402a35, #291A25);
  border: .0625rem solid rgba(255, 255, 255, .15);
  /* background: #291A25; */
}

.features-block .block-card.middle {
  margin: 0px 12px;
}

.features-block .block-card.purple {
  background-image: linear-gradient(149deg, rgb(67, 34, 58), #1C1738);
  border: .0625rem solid rgba(255, 255, 255, .15);
  /* background: #1C1738; */
}

.block-card .icon {
  position: absolute;
  flex-shrink: 0;
}

.block-card .icon.white-label {
  background-image: url('../images/feature-white-label.svg');
  width: 43px;
  height: 40px;
  bottom: 22px;
  right: 22px; 
}

.block-card .icon.product-development {
  background-image: url('../images/feature-product-development.svg');
  width: 47px;
  height: 54px;
  bottom: 23px;
  right: 28px; 
}

.block-card .icon.system-overhaul {
  background-image: url('../images/feature-system-overhaul.svg');
  width: 47px;
  height: 37px;
  bottom: 22px;
  right: 31px; 
}

.nav_logo-link {
  min-width: 100px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.contact-block {
  display: flex;
  row-gap: 11px;
}

.contact-line {
  display: flex;
  flex-direction: row;
  column-gap: 18px;
  padding-bottom: 11px;
}

.contact-line .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

/* .page-wrapper { */
  /* overflow-x: hidden; */
/* } */

@media screen and (max-width: 991px) { 
  .section_home-hero {
    padding-bottom: 6rem;
  }

  .image-coin-red {
    top: 15.5rem;
    left: -3.5rem;
    opacity: 0.5;
  }

  .features-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 64px 24px 0px 24px;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .features-block .block-content {
    width: auto;
    padding: 0;
    margin: auto;
    padding-bottom: 23px;
  }

  .features-block .block-content h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
  }

  .features-block .block-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
  }

  .features-block .block-card {
    width: 100%;
    height: auto;
    padding: 17px 85px 17px 24px;
    margin: auto;
  }

  .features-block .block-card.middle {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .features-block .block-card h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    padding-bottom: 9px;
    padding-right: 100px;
  }

  .features-block .block-card p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; 
  }

  .copyright {
    text-align: center;
  }
}

@font-face {
  font-family: 'Tomatogrotesk';
  src: url('../fonts/TomatoGrotesk-Black.otf') format('opentype'), url('../fonts/TomatoGrotesk-BlackSlanted.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomatogrotesk';
  src: url('../fonts/TomatoGrotesk-ExtraBoldSlanted.otf') format('opentype'), url('../fonts/TomatoGrotesk-Bold.otf') format('opentype'), url('../fonts/TomatoGrotesk-BoldSlanted.otf') format('opentype'), url('../fonts/TomatoGrotesk-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomatogrotesk';
  src: url('../fonts/TomatoGrotesk-SemiBoldSlanted.otf') format('opentype'), url('../fonts/TomatoGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomatogrotesk';
  src: url('../fonts/TomatoGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomatogrotesk';
  src: url('../fonts/TomatoGrotesk-ExtraLightSlanted.otf') format('opentype'), url('../fonts/TomatoGrotesk-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomatogrotesk';
  src: url('../fonts/TomatoGrotesk-Light.otf') format('opentype'), url('../fonts/TomatoGrotesk-LightSlanted.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomatogrotesk Slanted';
  src: url('../fonts/TomatoGrotesk-Slanted.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomatogrotesk';
  src: url('../fonts/TomatoGrotesk-ThinSlanted.otf') format('opentype'), url('../fonts/TomatoGrotesk-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomatogrotesk';
  src: url('../fonts/TomatoGrotesk-MediumSlanted.otf') format('opentype'), url('../fonts/TomatoGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}