@font-face {
  font-family: Lamasans;
  src: url('../fonts/LamaSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lamasans;
  src: url('../fonts/LamaSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---colors--body: var(--colors--neutral-100);
  --font-family--body: Inter, sans-serif;
  --_theme---colors--on-light: var(--colors--black);
  --font-family--body-ar: Lamasans, Tahoma, sans-serif;
  --font-family--heading: Sora, sans-serif;
  --_responsive---font-size--h1: 5rem;
  --_responsive---font-size--h2: 2rem;
  --font-family--heading-ar: Lamasans, Tahoma, sans-serif;
  --_responsive---font-size--h3: 1.5rem;
  --_theme---colors--on-light-verient-500: var(--colors--neutral-500);
  --_responsive---font-size--p: 1rem;
  --_theme---colors--border-subtle: var(--colors--neutral-200);
  --_theme---colors--primary: var(--colors--brand-500);
  --black\<deleted\|variable-dccb7db6\>: black;
  --colors--neutral-500: #4a4a57;
  --radii--s: .8rem;
  --colorssssss--section-background\<deleted\|variable-150a737e\>: #f3f7fb;
  --colors--brand-500: #3b5aff;
  --_responsive---elements--button-hight: 3rem;
  --_theme---radii--element: var(--radii--lg);
  --colorssssss--color-secondary\<deleted\|variable-86285dad-28f1-530b-6080-049ebffa83dd\>: #101841;
  --_theme---colors--on-primary: var(--colors--white);
  --colorssssss--body-color\<deleted\|variable-1766b841\>: #fafafa;
  --text-primary\<deleted\|variable-cf4fc592\>: #151516;
  --colorssssss--color-accent\<deleted\|variable-e65ce2d5\>: #ff5c21;
  --_responsive---elements--input-hight: 4rem;
  --_theme---radii--element-sm: var(--radii--s);
  --colorssssss--t-dark\<deleted\|variable-71b976ad-af49-1db1-50c2-7bd623ca1256\>: white;
  --radii--round: 50rem;
  --colors--white: white;
  --colors--transparent-100: #0000001a;
  --_theme---radii--card: 1rem;
  --_theme---elevation--x: 0px;
  --_theme---elevation--y: 8px;
  --_theme---elevation--blur: 20px;
  --_theme---elevation--size: 0px;
  --_theme---elevation--color: #0000000d;
  --colorssssss--component-background\<deleted\|variable-2317d8d6-081b-dff4-43c9-64763a2f5a5d\>: white;
  --_theme---colors--light: var(--colors--white);
  --_theme---colors--on-dark: var(--colors--white);
  --sizes--1x: 1rem;
  --colors--neutral-300: #a3a3b6;
  --sizes--1-5x: 1.5rem;
  --colors--black: #000;
  --_theme---colors--dark: var(--colors--black);
  --radii--none: 0rem;
  --_theme---radii--modal: var(--radii--md);
  --inner-wrapper-desktop\<deleted\|variable-b274929f-2edd-8c42-ede0-eab2f5596cf9\>: 64.875rem;
  --radii--lg: 2.4rem;
  --radii--md: 1.6rem;
  --colorssssss--color-transparent-dark\<deleted\|variable-c9d77a3a-544f-5157-29dc-a68a8d821539\>: #15151608;
  --colorssssss--background-invert\<deleted\|variable-2f8dbf09-5398-2305-46b9-51f96b2636c2\>: #222;
  --colorssssss--section-background-2\<deleted\|variable-bf54e1a5-c73e-cc66-9062-8937668f8ba5\>: #f3f4f5;
  --_responsive---container--default-w: 1400px;
  --_responsive---container--default-p: 24px;
  --padding--container-tablet\<deleted\|variable-05c1cb39-2117-dd3a-6b6c-f3d6b68badb3\>: 1rem;
  --_responsive---section--py: 5rem;
  --padding--model\<deleted\|variable-b2a80dd4-94d2-63fc-dc4f-9a2ae8db18b7\>: 4rem;
  --padding--model-tablet\<deleted\|variable-2e91d518-b42f-d933-07a1-c1ceb86dd801\>: 2rem;
  --_responsive---font-size--sm: var(--sizes--0-85x);
  --_theme---colors--on-light-verient-200: var(--colors--neutral-200);
  --_theme---colors--on-dark-verient-800: var(--colors--neutral-300);
  --_responsive---font-size--md: 1rem;
  --_theme---padding--element-sm: var(--sizes--0-75x);
  --sizes--0-5x: .5rem;
  --_responsive---font-size--xlg: 1.5rem;
  --sizes--4x: 4rem;
  --_responsive---font-size--xxxlg: 4rem;
  --_responsive---font-size--lg: 1.3rem;
  --_responsive---container--full: 1rem;
  --_responsive---container--sm: 900px;
  --_responsive---container--a: 100%;
  --_responsive---font-size--xxlg: 0px;
  --sizes--0-25: .25rem;
  --sizes--0-75x: .75rem;
  --sizes--0-85x: .85rem;
  --sizes--2x: 2rem;
  --sizes--3x: 3rem;
  --colors--neutral-100: #fafafa;
  --colors--neutral-200: #c1c1cf;
  --colors--neutral-700: #2d2d31;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  background-color: var(--_theme---colors--body);
  font-family: var(--font-family--body);
  color: var(--_theme---colors--on-light);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 120%;
}

body:lang(ar) {
  background-color: var(--_theme---colors--body);
  direction: rtl;
  font-family: var(--font-family--body-ar);
  color: var(--_theme---colors--on-light);
  text-align: right;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  font-family: var(--font-family--heading);
  font-size: var(--_responsive---font-size--h1);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  font-family: var(--font-family--heading);
  color: var(--_theme---colors--on-light);
  font-size: var(--_responsive---font-size--h2);
  letter-spacing: 0;
  margin-top: 0;
  font-weight: 700;
  line-height: 1;
}

h2:lang(ar) {
  font-family: var(--font-family--heading-ar);
  color: var(--_theme---colors--on-light);
  font-size: var(--_responsive---font-size--h2);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

h3 {
  font-family: var(--font-family--heading);
  color: var(--_theme---colors--on-light);
  font-size: var(--_responsive---font-size--h3);
  letter-spacing: -.01em;
  margin-top: 0;
  font-weight: 700;
  line-height: 1;
}

h4 {
  font-family: var(--font-family--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

h5 {
  font-family: var(--font-family--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.15;
}

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

p {
  font-family: var(--font-family--body);
  color: var(--_theme---colors--on-light-verient-500);
  font-size: var(--_responsive---font-size--p);
  max-width: 600px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 160%;
}

p:lang(ar) {
  font-family: var(--font-family--body-ar);
}

a {
  border-color: var(--_theme---colors--border-subtle);
  font-family: var(--font-family--body);
  font-weight: 400;
  text-decoration: underline;
  transition: all .15s ease-in-out;
}

a:hover {
  color: var(--_theme---colors--primary);
  text-decoration: none;
}

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

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .1875rem solid var(--black\<deleted\|variable-dccb7db6\>);
  font-family: var(--font-family--heading);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

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

.margin-xsmall {
  margin: 1rem;
}

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

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

.heading-style-h6 {
  color: var(--colors--neutral-500);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
}

.icon-rect-medium {
  border-radius: var(--radii--s);
  background-color: var(--colorssssss--section-background\<deleted\|variable-150a737e\>);
  color: var(--colors--brand-500);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
}

.heading-style-h1 {
  font-family: var(--font-family--heading);
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
}

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

.button {
  height: var(--_responsive---elements--button-hight);
  border-radius: var(--_theme---radii--element);
  background-color: var(--_theme---colors--primary);
  color: var(--_theme---colors--on-primary);
  text-align: center;
  letter-spacing: .01em;
  background-image: none;
  border-style: solid;
  border-width: 0;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  transition: all .1s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 1px 1px 2px #1018280d;
}

.button:hover {
  background-image: none;
  transform: scale(.95);
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-right: .8rem;
  display: flex;
}

.button.is-icon.is-invert {
  background-color: var(--colorssssss--body-color\<deleted\|variable-1766b841\>);
  color: var(--text-primary\<deleted\|variable-cf4fc592\>);
  background-image: none;
}

.button.is-secondary {
  border: 1px solid var(--_theme---colors--border-subtle);
  color: var(--text-primary\<deleted\|variable-cf4fc592\>);
  background-color: #0000;
  background-image: none;
  transition: color .25s, background-color .35s;
}

.button.is-secondary:hover {
  background-image: linear-gradient(to bottom, var(--colorssssss--color-accent\<deleted\|variable-e65ce2d5\>), var(--colorssssss--color-accent\<deleted\|variable-e65ce2d5\>));
  color: var(--colorssssss--body-color\<deleted\|variable-1766b841\>);
}

.button.is-small {
  padding: 1rem 1.2rem;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

.button.form-button {
  min-height: var(--_responsive---elements--input-hight);
  border-radius: var(--_theme---radii--element-sm);
  margin-top: 2rem;
}

.button.outline {
  border-width: 1px;
  border-color: var(--_theme---colors--on-light-verient-500);
  color: var(--_theme---colors--primary);
  background-color: #fff0;
  padding-top: 1.3rem;
}

.button.outline:hover {
  background-color: var(--_theme---colors--primary);
  color: var(--_theme---colors--on-primary);
  border-width: 0;
}

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

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

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

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

.footer_form-input {
  border: 1px solid var(--_theme---colors--border-subtle);
  background-color: var(--colorssssss--body-color\<deleted\|variable-1766b841\>);
  color: var(--text-primary\<deleted\|variable-cf4fc592\>);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.footer_form-input:focus {
  border-color: var(--colors--brand-500);
}

.footer_form-input:focus-visible, .footer_form-input[data-wf-focus-visible] {
  color: #ccc6c6;
}

.footer_form-input::placeholder {
  color: var(--colors--neutral-500);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

.text-color-invert {
  color: var(--colorssssss--t-dark\<deleted\|variable-71b976ad-af49-1db1-50c2-7bd623ca1256\>);
}

.background-color-white {
  background-color: var(--colorssssss--body-color\<deleted\|variable-1766b841\>);
}

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

.text-weight-semibold.text-size-regular {
  font-weight: 500;
}

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

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

.icon-embed-xxsmall.list-item {
  margin-top: 2px;
}

.icon-embed-xsmall {
  border-radius: var(--radii--round);
  background-color: var(--colors--white);
  color: var(--colors--brand-500);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
  display: flex;
}

.icon-embed-xsmall.is-invert {
  background-color: var(--colors--transparent-100);
}

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

.text-size-small {
  font-family: var(--font-family--body);
  font-size: .875rem;
}

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

.padding-section-large {
  padding: 8rem 0;
}

.testimonial_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--_theme---radii--card);
  box-shadow: var(--_theme---elevation--x) var(--_theme---elevation--y) var(--_theme---elevation--blur) var(--_theme---elevation--size) var(--_theme---elevation--color);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 40vw;
  max-width: 500px;
  margin-right: 1rem;
  display: flex;
}

.testimonial_rating-icon {
  color: var(--colors--brand-500);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial_client-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_theme---radii--card);
  background-color: var(--colorssssss--component-background\<deleted\|variable-2317d8d6-081b-dff4-43c9-64763a2f5a5d\>);
  border: 1px solid #f1f9ff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 3.2rem;
  transition: border-color .35s;
  display: flex;
}

.faq_answer {
  flex: 0 auto;
  padding: 0;
  overflow: hidden;
}

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

.faq_accordion {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: var(--_theme---radii--element-sm);
  background-color: var(--_theme---colors--light);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 1.6rem;
  display: flex;
}

.faq {
  background-color: var(--colorssssss--body-color\<deleted\|variable-1766b841\>);
}

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

.faq_icon {
  align-self: flex-start;
  margin-left: 0;
}

.error-message {
  color: var(--colorssssss--section-background\<deleted\|variable-150a737e\>);
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: var(--colorssssss--section-background\<deleted\|variable-150a737e\>);
  border-radius: .5rem;
  padding: 1.5rem;
}

.footer_logo-link {
  width: 8.625rem;
  padding-left: 0;
}

.line-divider {
  background-color: var(--black\<deleted\|variable-dccb7db6\>);
  width: 100%;
  height: 1px;
}

.line-divider.background-color-white {
  background-color: var(--colorssssss--body-color\<deleted\|variable-1766b841\>);
}

.section_footer {
  background-color: var(--text-primary\<deleted\|variable-cf4fc592\>);
  color: var(--colorssssss--t-dark\<deleted\|variable-71b976ad-af49-1db1-50c2-7bd623ca1256\>);
}

.footer_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer_top-wrapper {
  grid-column-gap: 9.6rem;
  grid-row-gap: 4.8rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding-bottom: 3.2rem;
  display: flex;
}

.footer_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: color .35s;
}

.footer_link:hover {
  color: var(--colors--brand-500);
}

.footer_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.footer_social-link:hover {
  color: var(--colors--brand-500);
}

.footer_legal-link {
  font-size: .875rem;
  text-decoration: none;
  transition: color .35s;
}

.footer_legal-link:hover {
  color: var(--colors--brand-500);
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 3.2rem;
  display: flex;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

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

.footer_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer_left-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-direction: column;
  display: flex;
}

.navbar_logo-link {
  margin-right: 2.5rem;
}

.navbar_menu-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

.navbar_menu-right {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
}

.navbar_link {
  padding: 0rem 1.2rem 0rem var(--sizes--1x);
  color: var(--_theme---colors--on-light);
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: .9rem;
  transition: color .35s;
  display: flex;
}

.navbar_link:hover {
  color: var(--colors--brand-500);
}

.navbar_link:active {
  color: var(--colors--neutral-300);
}

.navbar_link:lang(ar) {
  font-family: var(--font-family--body-ar);
}

.navbar_link.w--current {
  padding-right: var(--sizes--1-5x);
  padding-left: var(--sizes--1-5x);
  border-radius: var(--radii--round);
  background-color: var(--colors--black);
  color: var(--colors--white);
}

.navbar_link.dropdown.mr--5x {
  margin-right: .5rem;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.menu {
  border-radius: var(--radii--round);
  background-color: var(--colors--white);
  box-shadow: var(--_theme---elevation--x) var(--_theme---elevation--y) var(--_theme---elevation--blur) var(--_theme---elevation--size) var(--_theme---elevation--color);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 4px;
  display: flex;
  position: static;
}

.navbar_logo {
  width: 8.625rem;
}

.text-color-highlighted {
  color: var(--colors--brand-500);
}

.insights_component {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  min-width: 30rem;
  display: flex;
}

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

.features_image-wrapper {
  flex: 1;
  order: 0;
}

.features_top {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 3rem;
  display: flex;
}

.features_bottom {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.features_image {
  display: block;
}

.mainfeatures_heading {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.section-header.text-align-center {
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.section-header.center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.insights_tile {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: var(--_theme---radii--card);
  background-color: var(--colorssssss--component-background\<deleted\|variable-2317d8d6-081b-dff4-43c9-64763a2f5a5d\>);
  box-shadow: var(--_theme---elevation--x) var(--_theme---elevation--y) var(--_theme---elevation--blur) var(--_theme---elevation--size) var(--_theme---elevation--color);
  flex-flow: column;
  flex: 1;
  padding: 1.5rem;
  display: flex;
}

.insights_text-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.icon-user_embed {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1%;
  line-height: 1;
}

.icon-large {
  width: 2rem;
  height: 2rem;
}

.faq_cta {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.padding-global {
  max-width: var(--inner-wrapper-desktop\<deleted\|variable-b274929f-2edd-8c42-ede0-eab2f5596cf9\>);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.padding-global.padding-section-large {
  padding-top: 9rem;
}

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

.padding-global.padding-section-bottom {
  padding-bottom: 4rem;
}

.insights_wrapper {
  flex-flow: column;
}

.features_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  display: flex;
}

.faq_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  border-radius: var(--radii--lg);
  background-image: linear-gradient(180deg, var(--colors--transparent-100), var(--colorssssss--section-background\<deleted\|variable-150a737e\>));
  flex-flow: column;
  padding: 4.8rem;
  display: flex;
}

.utility_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_answer-wrapper {
  margin-top: .8rem;
}

.smallhero_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.pricing_tile {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  border-radius: var(--radii--md);
  background-color: var(--_theme---colors--light);
  box-shadow: var(--_theme---elevation--x) var(--_theme---elevation--y) var(--_theme---elevation--blur) var(--_theme---elevation--size) var(--_theme---elevation--color);
  flex-flow: column;
  flex: 1;
  padding: 1.6rem;
  display: flex;
}

.pricing_tile.is-highlighted {
  background-image: linear-gradient(180deg, var(--colorssssss--color-secondary\<deleted\|variable-86285dad-28f1-530b-6080-049ebffa83dd\>), var(--colors--brand-500));
  color: var(--colorssssss--t-dark\<deleted\|variable-71b976ad-af49-1db1-50c2-7bd623ca1256\>);
}

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

.pricing_features {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.pricing_singlefeature {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  font-family: var(--font-family--body);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.styleguide-title {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  flex: none;
  width: 20rem;
  display: flex;
}

.styleguide_component {
  flex-flow: column;
  display: flex;
}

.styleguide_component-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--colorssssss--color-transparent-dark\<deleted\|variable-c9d77a3a-544f-5157-29dc-a68a8d821539\>);
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 1rem;
  display: flex;
}

.styleguide_component-wrapper.is-invert {
  background-color: var(--text-primary\<deleted\|variable-cf4fc592\>);
}

.styleguide_divider {
  border-top: 1px solid var(--_theme---colors--border-subtle);
  width: 100%;
  height: 1px;
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.styleguide_tag {
  border-radius: var(--radii--none);
  font-family: var(--font-family--body);
  color: var(--colors--neutral-500);
  text-transform: none;
  background-color: #ced7ff;
  align-self: flex-start;
  width: auto;
  padding: .2rem .4rem;
  font-size: .8rem;
}

.styleguide_tag.is-h {
  background-color: #ff55c633;
  flex: 0 auto;
}

.styleguide_tag.is-c {
  background-color: #00ff3c33;
}

.styleguide_tag.is-text {
  font-family: var(--font-family--body);
  background-color: #fff0;
}

.styleguide_components-list {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  background-color: var(--colors--white);
  flex-flow: column;
  flex: 1;
  padding: 1.2rem;
  display: flex;
}

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

.styleguide_mainwrapper {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  display: flex;
}

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

.heading-style-h5 {
  font-size: 1.1rem;
  line-height: 1.15;
}

.heading-2 {
  font-family: var(--font-family--heading);
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--colors--neutral-500);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.link {
  color: var(--_theme---colors--on-light);
}

.link:hover {
  text-decoration: none;
}

.link.w--current {
  color: var(--colors--brand-500);
}

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

.styleguide_smalldivider {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.styleguide_smalldivider-label {
  text-align: left;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
}

.styleguide_button-wrapper {
  width: 30%;
  display: flex;
}

.button-icon {
  border: 1px solid var(--_theme---colors--border-subtle);
  border-radius: var(--radii--round);
  color: var(--colors--neutral-500);
  padding: .7rem;
}

.smallhero_header, .smallhero_paragraph {
  flex: 1;
  width: 50%;
}

.styleguide_color {
  border: 1px solid var(--_theme---colors--border-subtle);
  border-radius: var(--radii--s);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 50%;
  min-width: 14rem;
  height: 10rem;
  padding: 1.6rem;
  display: flex;
}

.styleguide_color.is-bodycolor {
  background-color: var(--colorssssss--body-color\<deleted\|variable-1766b841\>);
}

.styleguide_color.is-section-background {
  background-color: var(--colorssssss--section-background\<deleted\|variable-150a737e\>);
}

.styleguide_color.is-color-accent {
  background-color: var(--colorssssss--color-accent\<deleted\|variable-e65ce2d5\>);
}

.styleguide_color.is-text-primary {
  background-color: var(--text-primary\<deleted\|variable-cf4fc592\>);
}

.styleguide_color.is-text-secondary {
  background-color: var(--colors--neutral-500);
}

.styleguide_color.is-color-primary {
  background-color: var(--colors--brand-500);
}

.styleguide_color.is-color-secondary {
  background-color: var(--colorssssss--color-secondary\<deleted\|variable-86285dad-28f1-530b-6080-049ebffa83dd\>);
}

.styleguide_color.is-component-background {
  background-color: var(--colorssssss--component-background\<deleted\|variable-2317d8d6-081b-dff4-43c9-64763a2f5a5d\>);
}

.styleguide_color.is-white {
  background-color: var(--colors--white);
}

.styleguide_color.is-border-subtle {
  background-color: var(--_theme---colors--border-subtle);
}

.styleguide_color.is-color-transparent-dark {
  background-color: var(--colorssssss--color-transparent-dark\<deleted\|variable-c9d77a3a-544f-5157-29dc-a68a8d821539\>);
}

.styleguide_color.is-color-primary-transparent {
  background-color: var(--colors--transparent-100);
}

.styleguide_color.is-text-invert {
  background-color: var(--colorssssss--t-dark\<deleted\|variable-71b976ad-af49-1db1-50c2-7bd623ca1256\>);
}

.styleguide_color.is-background-invert {
  background-color: var(--colorssssss--background-invert\<deleted\|variable-2f8dbf09-5398-2305-46b9-51f96b2636c2\>);
}

.styleguide_color.is-section-background-2 {
  background-color: var(--colorssssss--section-background-2\<deleted\|variable-bf54e1a5-c73e-cc66-9062-8937668f8ba5\>);
}

.styleguide_colortag {
  padding: .2rem .4rem;
  font-size: .8rem;
  line-height: 1;
}

.styleguide_colortag.is-invert {
  color: var(--colorssssss--t-dark\<deleted\|variable-71b976ad-af49-1db1-50c2-7bd623ca1256\>);
}

.paragraph-2 {
  font-family: var(--font-family--body);
}

.text-field {
  min-height: var(--_responsive---elements--input-hight);
  border-radius: var(--_theme---radii--element-sm);
  background-color: var(--_theme---colors--on-dark);
  flex: 1;
  order: 0;
  min-width: 500px;
  padding: .8rem;
  font-size: .8rem;
  display: block;
}

.text-field:focus {
  border: 1px solid var(--colors--brand-500);
}

.text-field::placeholder {
  color: var(--colors--neutral-500);
}

.text-field:lang(ar) {
  text-align: right;
}

.text-field.text-area {
  max-height: 100px;
}

.form {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-block {
  min-width: 50%;
}

.form_mainwrapper {
  flex-flow: column;
  display: flex;
}

.form_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.4rem;
  display: flex;
}

.success-message-2 {
  background-color: var(--colorssssss--section-background\<deleted\|variable-150a737e\>);
}

.section_abouttheteam {
  background-color: var(--text-primary\<deleted\|variable-cf4fc592\>);
  color: var(--colorssssss--t-dark\<deleted\|variable-71b976ad-af49-1db1-50c2-7bd623ca1256\>);
}

.meettheteam_image {
  aspect-ratio: 1;
  border-radius: var(--radii--lg);
}

.meettheteam_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.meettheteam_innerwrapper, .teamgrid_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  display: flex;
}

.teamgrid_grid {
  grid-column-gap: 1.6rem;
  grid-row-gap: 3.2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.teamgrid_tile {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  display: flex;
}

.teamgrid_name {
  text-align: center;
}

.teamgrid_image {
  border-radius: var(--radii--md);
  object-fit: contain;
  flex: 0 auto;
  max-height: 25rem;
  display: block;
}

.changelog_tablerow {
  border-bottom: 1px solid var(--_theme---colors--border-subtle);
  display: flex;
}

.changelog_tablecolumn {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  font-weight: 500;
  display: flex;
}

.changelog_tablecolumn.is-small {
  color: var(--colors--neutral-500);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
}

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

.utility_textblock {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  display: flex;
}

.contact_wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styleguide_image {
  width: auto;
  max-height: 15rem;
}

.styleguide_image.is-small {
  object-fit: contain;
  flex: 0 auto;
  max-width: 10rem;
  height: auto;
}

.styleguide_logo {
  flex: none;
  width: auto;
  max-width: none;
  height: 4rem;
  padding: .8rem;
}

.rich-text-block {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  display: flex;
}

.coming_soon_section {
  background-color: #fff6f5;
  height: 100vh;
  overflow: hidden;
}

.gradient_coming_soon_2 {
  filter: blur(150px);
  background-color: #2e03c8;
  border-radius: 300px;
  width: 1500px;
  height: 600px;
  margin-bottom: -105px;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient_coming_soon_1 {
  filter: blur(100px);
  background-color: #3c82ff;
  border-radius: 219px;
  width: 601px;
  height: 510px;
  margin-bottom: 80px;
  margin-left: -303px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gradient_coming_soon_3 {
  filter: blur(100px);
  background-color: #cca4ea;
  border-radius: 219px;
  width: 400px;
  height: 694px;
  margin-bottom: -98px;
  margin-right: -72px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-31deg);
}

.gradient_coming_soon_4 {
  filter: blur(150px);
  background-color: #2e03c8;
  border-radius: 219px;
  width: 500px;
  height: 500px;
  margin-right: -180px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.animated-gradient-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -69% 0% 0%;
  overflow: hidden;
  transform: rotate(180deg);
}

.coming_soon_title {
  filter: drop-shadow(0 2px 11px #29246959);
  color: var(--colors--white);
  font-size: 7rem;
  font-weight: 600;
}

.coming_soon_container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 52px;
  padding-bottom: 52px;
  display: flex;
  position: relative;
}

.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo {
  width: 80px;
  height: auto;
}

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

.coming_soon_text {
  font-family: var(--font-family--body);
  color: var(--colors--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.email-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--colors--white);
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.coming_soon_email-text {
  font-family: var(--font-family--body);
  text-align: center;
}

.coming_soon_icon {
  width: 20px;
}

.h1 {
  font-weight: 600;
}

.container {
  max-width: var(--_responsive---container--default-w);
  padding-right: var(--_responsive---container--default-p);
  padding-left: var(--_responsive---container--default-p);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding-top: var(--_responsive---section--py);
  padding-bottom: var(--_responsive---section--py);
  overflow: hidden;
}

.section.hero {
  width: 100%;
  height: 100vh;
}

.section.overflow-visible {
  overflow: visible;
}

.section.contact {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.statistic {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3b58ff52, var(--_theme---colors--body) 39%);
}

.spacer_6x {
  height: 6rem;
}

.content {
  padding-top: var(--padding--model\<deleted\|variable-b2a80dd4-94d2-63fc-dc4f-9a2ae8db18b7\>);
  padding-bottom: var(--padding--model\<deleted\|variable-b2a80dd4-94d2-63fc-dc4f-9a2ae8db18b7\>);
  flex-flow: column;
  display: flex;
}

.t-700 {
  font-family: var(--font-family--body);
  font-size: 18px;
  font-weight: 700;
}

.h2 {
  font-family: var(--font-family--heading);
  font-size: var(--_responsive---font-size--h2);
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 100%;
}

.h2:lang(ar) {
  margin-bottom: 4px;
  line-height: 100%;
}

.h2.c-white {
  color: var(--colorssssss--t-dark\<deleted\|variable-71b976ad-af49-1db1-50c2-7bd623ca1256\>);
}

.h2.c-white.a-c {
  text-align: center;
}

.h2.c-on-dark {
  color: var(--_theme---colors--on-dark);
}

.h2.c-on-primary {
  color: var(--_theme---colors--on-primary);
}

.p {
  font-family: var(--font-family--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.list {
  list-style-type: disc;
}

.list.style-none {
  list-style-type: none;
}

.spacer_3x {
  height: 24px;
}

.t-400 {
  font-family: var(--font-family--body);
  font-size: 18px;
  font-weight: 400;
}

.t-400.c-n-500 {
  color: #4a4a57;
}

.t-400.c-t-dark-variant {
  color: var(--colors--neutral-300);
}

.t-400.c-t-dark-variant.a-c {
  text-align: center;
}

.t-400.c-on-dark {
  color: var(--_theme---colors--on-dark);
}

.model {
  border-radius: var(--radii--none);
  background-color: var(--_theme---colors--light);
  box-shadow: var(--_theme---elevation--x) var(--_theme---elevation--y) var(--_theme---elevation--blur) var(--_theme---elevation--size) var(--_theme---elevation--color);
}

.model.dak {
  padding: var(--padding--model\<deleted\|variable-b2a80dd4-94d2-63fc-dc4f-9a2ae8db18b7\>);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--colorssssss--background-invert\<deleted\|variable-2f8dbf09-5398-2305-46b9-51f96b2636c2\>);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.copy_right {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.t-r-sm {
  font-family: var(--font-family--body);
  font-size: var(--_responsive---font-size--sm);
  font-weight: 400;
}

.t-r-sm.navbar-link-subpage {
  color: var(--_theme---colors--on-dark);
}

.t-r-sm.navbar-link-subpage:hover {
  color: var(--_theme---colors--primary);
}

.t-r-sm.navbar-link-subpage.w--current {
  color: var(--_theme---colors--on-light-verient-200);
  text-decoration-line: underline;
}

.t-r-sm.c-on-dark-verient {
  color: var(--_theme---colors--on-dark-verient-800);
}

.t-r-sm.c-on-dark {
  color: var(--_theme---colors--on-dark);
}

.t-r-sm.c-on-light-verient-500 {
  color: var(--_theme---colors--on-light-verient-500);
}

.p-b {
  font-weight: 600;
}

._w-max-700 {
  max-width: 700px;
}

.spacer_4x {
  height: 2rem;
}

.divider {
  background-color: var(--colors--neutral-500);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.t-r-md {
  color: var(--_theme---colors--on-light);
  font-size: var(--_responsive---font-size--md);
}

.t-r-md.c-on-primary {
  color: var(--_theme---colors--on-primary);
}

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

.icon.down {
  margin-right: -18px;
}

.reference-submenu {
  padding: var(--_theme---padding--element-sm);
  border-radius: var(--_theme---radii--element-sm);
  background-color: var(--_theme---colors--dark);
  color: var(--_theme---colors--on-dark);
  font-size: var(--_responsive---font-size--md);
  transition: all .2s;
  top: 47px;
}

.language {
  grid-column-gap: var(--sizes--0-5x);
  grid-row-gap: var(--sizes--0-5x);
  justify-content: center;
  align-items: center;
  display: flex;
}

.language-submenu {
  padding: var(--_theme---padding--element-sm);
  border-radius: var(--_theme---radii--element-sm);
  background-color: var(--_theme---colors--dark);
  color: var(--_theme---colors--on-dark);
  font-size: var(--_responsive---font-size--md);
}

.flag {
  width: auto;
  min-width: 22px;
}

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

.dropdown-toggle {
  padding-left: 0;
  padding-right: 0;
}

.whatsapp-link {
  z-index: 999;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.partner-logo-card {
  padding: var(--sizes--0-5x);
  border-radius: var(--_theme---radii--card);
  background-color: var(--_theme---colors--light);
  box-shadow: var(--_theme---elevation--x) var(--_theme---elevation--y) var(--_theme---elevation--blur) var(--_theme---elevation--size) var(--_theme---elevation--color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.collection-list {
  grid-column-gap: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.collection-list.marquee {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
}

.marquee {
  padding-bottom: 8px;
  display: flex;
}

.partner-logo {
  filter: grayscale();
  transition: all .2s;
}

.partner-logo:hover {
  opacity: 100;
  filter: none;
}

.marquee-backward {
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.hero-item-1 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-item-1.customize {
  opacity: .07;
  margin-bottom: 39px;
  transform: scale(1.2);
}

.hero-item-1.customize2 {
  opacity: .03;
  margin-bottom: 78px;
  transform: scale(1.4);
}

.hero-item-2 {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-title {
  z-index: 7;
  font-size: var(--_responsive---font-size--h1);
  text-align: center;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20% 0% auto;
}

.hero-items-wrapper {
  width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.line {
  background-color: var(--_theme---colors--on-light-verient-200);
  width: 100%;
  height: 3px;
}

.what_we_do {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.who_is_this_for_store {
  width: 250px;
  max-width: none;
}

.who_is_this_for_house {
  width: 200px;
  max-width: none;
}

.what_we_do__jenni {
  width: 100px;
}

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

.t-b-xkg {
  color: var(--_theme---colors--on-light);
  font-size: var(--_responsive---font-size--xlg);
  font-weight: 700;
}

.features-container {
  border-radius: var(--_theme---radii--modal);
  background-color: var(--_theme---colors--light);
  box-shadow: var(--_theme---elevation--x) var(--_theme---elevation--y) var(--_theme---elevation--blur) var(--_theme---elevation--size) var(--_theme---elevation--color);
  height: 80vh;
  margin-bottom: 1rem;
  position: relative;
}

.is-active {
  opacity: 1;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-2.p-1x {
  padding: 1rem;
}

.grid-2.p-1x.features {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.grid-2.contact-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: auto 1fr;
}

.feature-images-container {
  width: 100%;
  height: 100%;
}

.feature-content-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.features-images-wrapper {
  width: 100%;
  height: 100%;
}

.features-images-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-image-item {
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
}

.features-image {
  border-radius: var(--radii--s);
  object-fit: cover;
  height: 100%;
}

.feature-content-list {
  max-width: 500px;
  height: 100%;
}

.feature-content-wrapper {
  height: 100%;
}

.feature-content-item {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.h3 {
  font-family: var(--font-family--heading);
  font-size: var(--_responsive---font-size--h3);
  line-height: var(--_responsive---font-size--h3);
  font-weight: 700;
}

.h3.a-c {
  text-align: center;
}

.h3.c-on-primary {
  color: var(--_theme---colors--on-primary);
}

.footer {
  margin-bottom: var(--sizes--4x);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.fotter-logo {
  width: 100px;
}

.modal {
  border-radius: var(--_theme---radii--modal);
  background-color: var(--_theme---colors--light);
  box-shadow: var(--_theme---elevation--x) var(--_theme---elevation--y) var(--_theme---elevation--blur) var(--_theme---elevation--size) var(--_theme---elevation--color);
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal.dark {
  background-color: var(--_theme---colors--dark);
}

.modal.dark.gradient-1 {
  background-image: radial-gradient(circle farthest-side at 100% 0, #3b5aff59 14%, #000);
}

.modal.outlined {
  border: 1px solid var(--_theme---colors--border-subtle);
  box-shadow: none;
  background-color: #fff0;
}

.t-r-xxxlg {
  font-size: var(--_responsive---font-size--xxxlg);
  line-height: var(--_responsive---font-size--xxxlg);
}

.testimonial_logo {
  width: 100px;
}

.p-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.p-2.t-c-white {
  color: #fff;
}

.line-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: width .2s;
}

.h2-2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}

.n-lg {
  font-size: 80px;
  font-weight: 700;
  line-height: 70%;
}

.line-3 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: width .2s;
}

.h2-3 {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}

.villa-feature-content-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.villa-feature-content-container {
  width: 100%;
  margin-top: 30vh;
  display: flex;
}

.villa-features-images-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.villa-feature-line {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
}

.line-4 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: width .2s;
}

.line-4.c-white {
  background-color: #fff;
}

.villa-feature-content-item {
  opacity: .4;
  margin-bottom: 50vh;
}

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

.villa-features-images-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.h2-4 {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}

.h2-4.t-c-white {
  color: #fff;
}

.villa-feature-content-wrapper {
  max-width: 500px;
  padding: 48px;
}

.villa-features-image-item {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-33 {
  z-index: 2;
  width: 150%;
  position: relative;
}

.div-block-33.rtl {
  width: 200%;
  left: -100%;
}

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

.grid-2-2.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-2-2.no-gap.features {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 4px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.space-8x {
  width: 64px;
  height: 64px;
}

.villa-feature-images-container {
  width: 100%;
  height: 100vh;
  display: none;
  position: sticky;
  top: 0;
}

.space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 200px;
}

.c1 {
  background-color: #8d4e4e;
  border-radius: 20px;
  height: 70vh;
  padding: 30px;
  position: relative;
  top: 0;
}

.div-block-34 {
  background-color: var(--colorssssss--color-accent\<deleted\|variable-e65ce2d5\>);
  height: 100%;
}

.feature-image-container {
  border-radius: var(--_theme---radii--element-sm);
  background-color: var(--_theme---colors--primary);
  color: var(--_theme---colors--on-dark);
  height: 100%;
}

.swiper-wrapper.testimonial {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.t-b-md {
  color: var(--_theme---colors--on-light);
  font-size: var(--_responsive---font-size--md);
  font-weight: 700;
}

.t-b-md.italic {
  font-style: italic;
}

.swiper-navigation {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.swiper-navigation.testimonial {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.whatsapp-lottie {
  width: 100px;
}

.spacer-4x {
  width: 4rem;
  height: 4rem;
}

.shop-img {
  aspect-ratio: 1;
  border-radius: var(--_theme---radii--element-sm);
  width: 300px;
}

.product-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tabel-cell {
  text-align: left;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.table {
  margin-bottom: 4rem;
}

.table-header {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 2.5rem;
  display: flex;
}

.tabel-head {
  text-align: left;
  border: 1px solid #ddd;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.t-r-lg {
  color: var(--_theme---colors--on-light);
  font-size: var(--_responsive---font-size--lg);
}

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

.price-icon {
  width: 24%;
}

.t-b-lg {
  color: var(--_theme---colors--on-light);
  font-size: var(--_responsive---font-size--lg);
  font-weight: 700;
}

.t-b-lg.c-on-primary {
  color: var(--_theme---colors--primary);
}

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

.doc-sticky {
  border-radius: var(--_theme---radii--modal);
  background-color: var(--_theme---colors--light);
  box-shadow: var(--_theme---elevation--x) var(--_theme---elevation--y) var(--_theme---elevation--blur) var(--_theme---elevation--size) var(--_theme---elevation--color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 120px;
}

.tab-link {
  border-bottom: 1px solid var(--_theme---colors--border-subtle);
  color: var(--_theme---colors--on-light);
  font-size: var(--_responsive---font-size--md);
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  transition: all .1s;
}

.tab-link:hover {
  color: var(--_theme---colors--primary);
  padding-left: 1.2rem;
  font-weight: 400;
}

.tab-link.w--current {
  border-radius: var(--_theme---radii--element-sm);
  background-color: var(--_theme---colors--primary);
  color: var(--_theme---colors--on-primary);
  border-bottom-width: 0;
  font-weight: 400;
}

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

.doc-section {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 150px;
  display: flex;
  position: relative;
}

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

.div-block-35 {
  height: 4rem;
}

.tabs-menu {
  border-bottom: 1px solid var(--_theme---colors--border-subtle);
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.tab {
  font-size: var(--_responsive---font-size--md);
  background-color: #ddd0;
}

.tab:lang(ar) {
  font-family: var(--font-family--body-ar);
}

.tab.w--current {
  border-bottom: 2px solid var(--_theme---colors--primary);
  color: var(--_theme---colors--primary);
  background-color: #ddd0;
  font-weight: 700;
}

.video-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tabs-content {
  padding-top: 4rem;
}

.tab-pane-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.spacer-8x {
  height: 8rem;
}

.c-on-dark-verient-800 {
  color: var(--_theme---colors--on-dark-verient-800);
}

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

.contact-wrapper {
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.contact-info-icon {
  width: 16px;
}

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

.social-icon {
  border-radius: var(--radii--round);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .15s ease-in-out;
  display: flex;
}

.social-icon:hover {
  border-style: none;
  transform: scale(1.2);
}

.spacer-2x {
  width: 2rem;
  height: 2rem;
}

.c-on-light-verient-200 {
  color: var(--_theme---colors--on-light-verient-200);
}

.container-full {
  padding-right: var(--_responsive---container--full);
  padding-left: var(--_responsive---container--full);
  max-width: none;
}

.hero-item {
  z-index: 5;
  border-radius: var(--radii--round);
  background-color: var(--_theme---colors--light);
  box-shadow: var(--_theme---elevation--x) var(--_theme---elevation--y) var(--_theme---elevation--blur) var(--_theme---elevation--size) var(--_theme---elevation--color);
  justify-content: space-between;
  align-items: center;
  width: 270px;
  height: 50px;
  padding-right: 19px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-item.custom-1 {
  background-color: #e5e9ff;
  bottom: 43%;
  left: -9%;
}

.hero-item.custom-3 {
  bottom: 15%;
}

.hero-item.custom-2 {
  background-color: #f1ffe0;
  bottom: 29%;
  left: -16%;
}

.hero-item.custom-4 {
  bottom: 37%;
  left: 76%;
}

.hero-item.custom-5 {
  background-color: #e5e9ff;
  bottom: 20%;
  left: 86%;
}

.hero-item-icon {
  border-radius: var(--radii--round);
  background-color: var(--_theme---colors--on-light-verient-200);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.hero-item-tick {
  width: 20px;
}

.icon-32 {
  width: 32px;
}

.pag-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 10rem;
  display: flex;
}

.pag-header.text-align-center {
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.pag-header.center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-v-c-t {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.features_image-copy {
  display: block;
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---font-size--h1: 4rem;
    --_responsive---font-size--h2: 1.5rem;
    --_responsive---font-size--h3: 1.2rem;
    --_responsive---font-size--p: 1rem;
    --_responsive---elements--button-hight: 3rem;
    --_responsive---elements--input-hight: 4rem;
    --_responsive---container--default-w: 1400px;
    --_responsive---container--default-p: 16px;
    --_responsive---section--py: 3rem;
    --_responsive---font-size--sm: var(--sizes--0-85x);
    --_responsive---font-size--md: 1rem;
    --_responsive---font-size--xlg: 1rem;
    --_responsive---font-size--xxxlg: 4rem;
    --_responsive---font-size--lg: 1rem;
    --_responsive---container--full: 16px;
    --_responsive---container--sm: 900px;
    --_responsive---container--a: 100%;
    --_responsive---font-size--xxlg: 0px;
  }

  h1 {
    font-size: 3.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

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

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

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

  .button.is-secondary.is-small {
    flex: 1;
    align-self: center;
  }

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

  .footer_form-input:focus-visible, .footer_form-input[data-wf-focus-visible] {
    color: var(--text-primary\<deleted\|variable-cf4fc592\>);
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }

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

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

  .testimonial_card {
    column-count: 2;
    width: 60vw;
  }

  .footer_top-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-columns: 1fr;
  }

  .menu-icon_line-middle {
    background-color: var(--_theme---colors--on-dark);
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    height: auto;
  }

  .navbar_menu-right {
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .navbar {
    border-bottom: 1px solid var(--_theme---colors--border-subtle);
    height: auto;
  }

  .navbar_link {
    border-bottom: 1px solid var(--_theme---colors--border-subtle);
    width: 100%;
    height: 50px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar_link.w--current {
    border-radius: var(--_theme---radii--element-sm);
  }

  .navbar_link.dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 0;
  }

  .menu-icon {
    border-radius: var(--_theme---radii--element);
    background-color: var(--_theme---colors--dark);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--_theme---colors--on-dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_container {
    grid-column-gap: var(--sizes--1x);
    grid-row-gap: var(--sizes--1x);
    border: 0 solid #000;
    justify-content: space-between;
    align-items: center;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-top {
    background-color: var(--_theme---colors--on-dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu {
    border-radius: var(--radii--none);
    box-shadow: none;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .insights_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .features_content {
    flex: 1;
    order: -1;
  }

  .features_component {
    grid-column-gap: 3rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .features_image-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .features_top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border: 1px solid var(--_theme---colors--border-subtle);
    border-radius: var(--_theme---radii--modal);
    text-align: center;
    flex: 0 auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    padding: 2.4rem;
  }

  .features_bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border: 1px solid var(--_theme---colors--border-subtle);
    border-radius: var(--_theme---radii--modal);
    text-align: center;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 2.4rem;
  }

  .features_image {
    max-width: 30rem;
  }

  .insights_tile {
    min-width: 16rem;
  }

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

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

  .padding-global.padding-section-small {
    padding-top: 2rem;
  }

  .features_wrapper {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }

  .smallhero_wrapper {
    flex-flow: column;
  }

  .smallhero_text {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    text-align: center;
    flex-flow: column;
  }

  .pricing_wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .pricing_tile {
    flex: 1;
    min-width: 18rem;
    max-width: 18rem;
  }

  .button-icon {
    flex: 0 auto;
    align-self: center;
  }

  .form_mainwrapper {
    width: auto;
  }

  .gradient_coming_soon_1 {
    margin-left: -460px;
  }

  .gradient_coming_soon_3 {
    margin-right: -321px;
  }

  .coming_soon_title {
    text-align: center;
    font-size: 6rem;
  }

  .container {
    max-width: none;
  }

  .t-r-sm.navbar-link-subpage {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .reference-submenu.w--open {
    position: static;
    top: 50px;
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-items-wrapper {
    width: 100%;
  }

  .p-2 {
    font-size: 14px;
  }

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

  .space-8x {
    width: 16px;
    height: 16px;
  }

  .tabel-cell {
    width: 20%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table-header {
    width: 20%;
  }

  .table-header.head, .tabel-head {
    width: 40%;
  }

  .t-r-lg.table-heading {
    font-size: var(--_responsive---font-size--md);
  }

  .doc-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .doc-sticky {
    position: relative;
    top: 0;
  }

  .hero-item {
    display: none;
  }

  .features_image-copy {
    max-width: 30rem;
  }
}

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

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

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

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

  .button {
    width: 100%;
  }

  .button.is-secondary {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button.outline.swiper-button-next.testimonial, .button.outline.swiper-button-prev.testimonial {
    width: auto;
  }

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

  .footer_form-input {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .button-group {
    width: 100%;
  }

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

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

  .testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial_card {
    column-count: 1;
    flex-flow: column;
  }

  .testimonial_client-info {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    width: 100%;
  }

  .testimonial_content {
    padding: 1.5rem;
  }

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

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_icon {
    width: 1.75rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 4.8rem;
    flex-flow: column;
  }

  .footer_link, .footer_social-link, .footer_legal-link {
    font-size: 1.2rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_link-list {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
    flex: 1;
    width: 100%;
  }

  .navbar {
    min-height: 4rem;
  }

  .features_content {
    order: 0;
    min-width: 1rem;
  }

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

  .features_image-wrapper {
    flex: 1;
    order: -1;
  }

  .features_top {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .section-header.text-align-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .insights_tile {
    min-width: auto;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .padding-global.padding-section-small {
    padding-bottom: 2rem;
  }

  .faq_wrapper {
    padding: 1.6rem;
  }

  .smallhero_text, .styleguide_flex, .styleguide_mainwrapper {
    flex-flow: column;
  }

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

  .smallhero_header, .smallhero_paragraph {
    width: 100%;
  }

  .text-field {
    min-width: 100%;
  }

  .form_mainwrapper {
    width: 100%;
  }

  .meettheteam_image {
    flex: 1;
    min-width: 12rem;
    min-height: 12rem;
  }

  .meettheteam_wrapper {
    flex-flow: column;
  }

  .gradient_coming_soon_2 {
    margin-bottom: -451px;
  }

  .gradient_coming_soon_1 {
    margin-bottom: -177px;
  }

  .gradient_coming_soon_3 {
    margin-bottom: -358px;
  }

  .gradient_coming_soon_4 {
    margin-right: -361px;
  }

  .coming_soon_title {
    font-size: 4rem;
  }

  .coming_soon_container {
    padding: 36px 16px;
  }

  .container {
    padding-right: var(--padding--container-tablet\<deleted\|variable-05c1cb39-2117-dd3a-6b6c-f3d6b68badb3\>);
    padding-left: var(--padding--container-tablet\<deleted\|variable-05c1cb39-2117-dd3a-6b6c-f3d6b68badb3\>);
  }

  .content {
    padding-top: var(--padding--model-tablet\<deleted\|variable-2e91d518-b42f-d933-07a1-c1ceb86dd801\>);
    padding-bottom: var(--padding--model-tablet\<deleted\|variable-2e91d518-b42f-d933-07a1-c1ceb86dd801\>);
  }

  .h2 {
    line-height: 110%;
  }

  .model.dak {
    padding: var(--padding--model-tablet\<deleted\|variable-2e91d518-b42f-d933-07a1-c1ceb86dd801\>);
  }

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

  .whatsapp-link {
    margin-bottom: 0;
    margin-right: 0;
  }

  .partner-logo-card {
    width: 150px;
  }

  .collection-list {
    grid-column-gap: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .collection-list.marquee {
    grid-column-gap: 16px;
  }

  .line.customize {
    width: 3px;
    height: 100%;
  }

  .what_we_do {
    flex-flow: column;
    height: 80vh;
  }

  .features-container {
    height: 100%;
  }

  .grid-2.p-1x.features {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
  }

  .features-images-wrapper {
    aspect-ratio: 1;
    height: auto;
  }

  .modal {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-2, .h2-3 {
    font-size: 48px;
  }

  .villa-feature-content-container {
    z-index: 1;
  }

  .villa-feature-line {
    overflow: hidden;
  }

  .villa-feature-content-item {
    width: 100%;
    height: 50vh;
    margin-bottom: 0;
  }

  .h2-4 {
    font-size: 48px;
  }

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

  .villa-feature-images-container {
    z-index: 3;
    height: 50vh;
  }

  .tabel-head {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-pane-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-37 {
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pag-header.text-align-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_responsive---font-size--h1: 3rem;
    --_responsive---font-size--h2: 1.5rem;
    --_responsive---font-size--h3: 1.2rem;
    --_responsive---font-size--p: 1rem;
    --_responsive---elements--button-hight: 3rem;
    --_responsive---elements--input-hight: 4rem;
    --_responsive---container--default-w: 1400px;
    --_responsive---container--default-p: 16px;
    --_responsive---section--py: 2rem;
    --_responsive---font-size--sm: var(--sizes--0-85x);
    --_responsive---font-size--md: 1rem;
    --_responsive---font-size--xlg: 1rem;
    --_responsive---font-size--xxxlg: 3rem;
    --_responsive---font-size--lg: 1rem;
    --_responsive---container--full: 16px;
    --_responsive---container--sm: 900px;
    --_responsive---container--a: 100%;
    --_responsive---font-size--xxlg: 0px;
  }

  p {
    font-size: 1rem;
  }

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

  .heading-style-h6, .heading-style-h4 {
    text-align: left;
  }

  .testimonial_card {
    width: 80vw;
  }

  .faq_accordion {
    padding: 1.2rem;
  }

  .line-divider.background-color-white {
    display: none;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    border: 0 solid #000;
  }

  .footer_link-list {
    border-bottom: 1px solid var(--_theme---colors--border-subtle);
    padding-bottom: 2.4rem;
  }

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .navbar_logo-link.w--current {
    padding-left: 0;
  }

  .navbar_menu-right {
    align-items: stretch;
  }

  .menu-icon {
    width: 3rem;
    height: 3rem;
  }

  .navbar_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .features_content {
    width: auto;
  }

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

  .features_image-wrapper {
    order: -1;
  }

  .features_top, .features_bottom {
    flex-flow: column;
    padding: 1.2rem;
  }

  .insights_tile {
    min-width: 9rem;
  }

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

  .padding-global.padding-section-large {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .features_wrapper {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .utility_header {
    width: 100%;
  }

  .pricing_tile {
    flex: 0 auto;
    min-width: auto;
  }

  .pricing_tile.is-highlighted {
    padding: .8rem;
  }

  .pricing_title {
    text-align: left;
  }

  .meettheteam_wrapper {
    flex-flow: column;
  }

  .teamgrid_tile {
    min-width: auto;
  }

  .gradient_coming_soon_2 {
    margin-bottom: -150px;
  }

  .coming_soon_title {
    line-height: .9;
  }

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

  .modal {
    padding: 3rem 1rem;
  }

  .space-8x {
    width: 32px;
    height: 32px;
  }

  .table-header {
    justify-content: center;
    align-items: center;
    height: 4rem;
  }

  .t-r-lg.table-heading {
    font-size: var(--_responsive---font-size--sm);
    transform: rotate(-90deg);
  }

  .icon-md {
    width: 1rem;
    height: 1rem;
  }

  .doc-wrapper {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    justify-content: flex-start;
    align-items: flex-end;
    overflow: auto;
  }

  .tab-pane-wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-abbd1e7c-1a9f-c346-a434-195e0df9ffcb-0df9ffc6 {
  justify-self: center;
}

#w-node-abbd1e7c-1a9f-c346-a434-195e0df9ffcc-0df9ffc6 {
  justify-self: end;
}

#w-node-c5516d98-0025-c9f2-6277-654d92780f1d-5b9e10e9, #w-node-_69022a94-eac9-5c64-18c9-8f5f331968ff-9b247829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69022a94-eac9-5c64-18c9-8f5f3319690f-9b247829 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#doc-section-1.w-node-_69022a94-eac9-5c64-18c9-8f5f33196910-9b247829, #doc-section-2.w-node-da35f6a3-2ddb-7742-5429-88afcc54e7d0-9b247829, #doc-section-3.w-node-da68f615-e414-f82b-c103-503b1597caae-9b247829, #doc-section-4.w-node-e00f8f18-bbb7-208e-9d3f-b6d3de2ea28b-9b247829, #doc-section-5.w-node-_45aaf173-8b94-a8aa-a442-df65b705cffe-9b247829, #doc-section-6.w-node-_7e335b91-1a02-2220-625f-e2fb75a44127-9b247829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65e05f58-ad46-8164-4428-937c22d5231d-c1b0f183 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a87c77e4-8888-eb73-cd77-8649c75281f2-c1b0f183, #w-node-a87c77e4-8888-eb73-cd77-8649c75281f5-c1b0f183 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_69022a94-eac9-5c64-18c9-8f5f331968ff-9b247829 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cefd8172-2684-dca1-5927-e494d20dc7a6-5b9e10dc, #w-node-b699a822-bfeb-3198-7921-be50d2aceb28-5b9e10dc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3dd1f020-1803-2a56-199a-cb40586d482c-5b9e10e9, #w-node-_8d284d00-f24a-9ff0-8733-926246a1fee5-5b9e10e9, #w-node-_8d284d00-f24a-9ff0-8733-926246a1fedf-5b9e10e9, #w-node-a9ba5952-76d7-bbf4-1198-efd90cc6c95c-5b9e10e9 {
    order: -9999;
  }

  #w-node-_65e05f58-ad46-8164-4428-937c22d5231d-c1b0f183 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-abbd1e7c-1a9f-c346-a434-195e0df9ffcb-0df9ffc6 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-abbd1e7c-1a9f-c346-a434-195e0df9ffcc-0df9ffc6 {
    justify-self: start;
  }

  #w-node-_69022a94-eac9-5c64-18c9-8f5f331968ff-9b247829, #w-node-_69022a94-eac9-5c64-18c9-8f5f3319690f-9b247829 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lamasans';
  src: url('../fonts/LamaSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lamasans';
  src: url('../fonts/LamaSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}