@font-face {
  font-family: Abarfanum Vf;
  src: url('../fonts/AbarFaNum-VF.woff') format("woff");
  font-weight: 400 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-900: #1a1a1a;
  --black: black;
  --border: #a6a6a652;
  --bg-light: #fafafa;
  --primary-500-dark: #00ffd4;
  --primary-500-light: #8e4dff;
  --white: white;
  --text-100: #f2f2f2;
  --card-light: white;
  --bg-transparent-light: #fafafa5e;
  --text-500: gray;
  --orang-2: #f8862f1c;
  --primary-m-2: #00ffd445;
  --bg-dark: #000;
  --card-dark: #141414;
  --btn-dark: white;
  --btn-light: #1c1c1c;
  --primary-light-m: #01edc621;
  --white-m: #fff3;
  --bg-transparent-dark: #000000ba;
  --red: #ffdede;
}

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

.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 {
  font-family: Ppmori, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  margin-top: .8rem;
  margin-bottom: .8rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--text-900);
  text-decoration: none;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: .04rem;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

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

.section.cc-cta {
  height: 100vh;
  color: var(--black);
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.section.bottom-border {
  border-bottom: 1px solid var(--border);
}

.section.top-4 {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section.hero {
  position: relative;
}

.section.bottom-border-pricing {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 76rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.p {
  z-index: 99;
  position: relative;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #fff;
  text-transform: capitalize;
}

.button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  border: 1px solid var(--border);
  background-color: var(--text-900);
  color: var(--bg-light);
  white-space: nowrap;
  border-radius: .8rem;
  justify-content: space-between;
  align-items: center;
  padding: .7rem 1.3rem .6rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.button:hover {
  color: var(--bg-light);
  transform: translate(0, -.125rem);
}

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

.button.cc-jumbo-button {
  background-color: var(--primary-500-dark);
  padding: 16px 35px;
  font-size: 16px;
  line-height: 28px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.nav {
  z-index: 1;
  background-color: var(--text-900);
  color: var(--bg-light);
  border-width: 0;
  border-radius: 2rem;
  padding: .65rem 1rem .6rem;
  font-size: 1rem;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.button.nav:hover {
  background-color: var(--primary-500-light);
}

.button.preview {
  border-width: 2px;
  border-color: var(--white);
}

.button.how {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-width: 0 0 2px;
  border-bottom-color: var(--primary-500-light);
  background-color: var(--bg-light);
  color: var(--text-900);
  border-radius: 0;
  margin-top: 1rem;
  padding: .9rem .3rem .3rem;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all .2s;
}

.button.how:hover {
  padding-left: 1rem;
  padding-right: 0;
  transform: translate(0, -3px);
}

.button.whats-app {
  color: #000;
  background-color: #32eb77;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  padding-right: 1.5rem;
}

.button.close {
  border-color: var(--text-900);
  width: 9rem;
  color: var(--text-900);
  text-align: center;
  background-color: #1c1c1c00;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.button.close:hover {
  background-color: var(--text-900);
  color: var(--text-100);
}

.button.close-2 {
  border-color: var(--text-900);
  width: 7rem;
  color: var(--text-900);
  text-align: center;
  background-color: #1c1c1c00;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  line-height: 1.5;
}

.button.close-2:hover {
  background-color: var(--text-900);
  color: var(--text-100);
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #fff;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 52px;
  font-weight: 500;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
}

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

.logo-link:active {
  opacity: .7;
}

.menu-3 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #fff;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.body {
  background-color: var(--bg-light);
  color: var(--text-900);
}

.body.is-experience-page {
  background-color: #000;
  font-family: Abarfanum Vf, Arial, sans-serif;
}

.main.is-experience {
  background-color: #0b0b0b;
}

.navbar {
  border: 1px solid var(--border);
  background-color: var(--card-light);
  border-radius: 1rem 2rem 2rem 1rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navbar.preview {
  padding-top: 1.1rem;
  padding-bottom: .9rem;
  padding-right: 1rem;
}

.link-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 2.5rem;
  color: var(--text-900);
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  padding: .6rem .8rem;
  font-size: 1rem;
  font-weight: 400;
  transition-property: all;
  transition-duration: .2s;
  display: flex;
}

.link-nav:hover {
  color: var(--text-900);
  background-color: #8e4dff24;
}

.header {
  z-index: 99;
  border-bottom: 1px solid var(--border);
  background-color: var(--bg-transparent-light);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  position: fixed;
  inset: 0% 0% auto;
}

.header.preview {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-bottom-width: 0;
  position: fixed;
}

.wrap-nav {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #ffffff7d;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.wrap-nav.preview {
  border-left-width: 0;
  border-right-width: 0;
}

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

.btn-menu {
  border: 1px solid var(--border);
  background-color: var(--card-light);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 3.6rem;
  height: 3.6rem;
  padding: .5rem;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.wrap-nav-links {
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: .6rem;
  display: flex;
}

.text-button-label {
  z-index: 2;
  position: relative;
}

.btn-dark {
  border: 1px solid var(--border);
  background-color: var(--card-light);
  cursor: pointer;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.btn-dark:hover {
  border-color: var(--primary-500-light);
}

.icon-embed-xxsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  transform: rotate(-30deg);
}

.text-lp-logo {
  color: var(--text-900);
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-lp-logo.is-secondary-logo {
  opacity: .7;
  color: var(--text-500);
  padding-top: .2rem;
  font-size: 1.1rem;
  font-weight: 400;
}

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

.btn-back {
  border: 1px solid var(--border);
  background-color: var(--card-light);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.code-back-button {
  display: none;
}

.theme-toggle {
  z-index: 999;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.list-nav-links {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-medium {
  font-size: 1.2rem;
  line-height: 1.3;
}

.text-medium.bold {
  font-weight: 600;
}

.btn-fa {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid var(--border);
  background-color: var(--text-900);
  box-shadow: 0 1rem 2rem 0 var(--border);
  color: var(--bg-light);
  white-space: nowrap;
  border-radius: .8rem;
  justify-content: space-between;
  align-items: center;
  padding: .8rem 1.5rem;
  font-family: Ppmori, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.btn-fa:hover {
  box-shadow: 0 0rem 16px 0 var(--border);
  color: var(--bg-light);
  transform: translate(0, -.15rem)scale(1.05);
}

.btn-fa:active {
  background-color: #43464d;
}

.wrap-cta-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.text-hero-support {
  direction: ltr;
  font-size: 1.2rem;
  line-height: 2;
}

.wrap-logo-lp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.wrap-logo-lp.w--current {
  padding-top: .3rem;
  padding-left: 1.3rem;
}

.footer {
  border-top: 1px solid var(--border);
}

.wrap-footer-brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  padding-top: 20rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-logo-io {
  color: var(--primary-500-light);
  font-size: 1.3rem;
  font-weight: 400;
}

.wrap-hero {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  width: 53.6rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.text-footer-brand {
  color: var(--border);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #a6a6a62e;
  text-shadow: 0 .7rem 1rem #00000008;
  white-space: nowrap;
  font-size: 14.7rem;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 0;
}

.wrap-footer-copyright {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 2.6rem;
  display: flex;
}

.wrap-2 {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 7.4rem 2rem 5rem;
  display: flex;
  position: relative;
}

.wrap-2.top-border {
  border-top: 1px solid var(--border);
}

.wrap-2.is-cta {
  background-color: var(--text-900);
  color: var(--card-light);
  border-radius: 2rem;
}

.text-support-note {
  text-align: center;
  font-size: 2.4rem;
}

.code-preview {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.wrap-preview-name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: .6rem;
  display: flex;
}

.text-preview-label {
  opacity: .43;
}

.text-lp-logo-2 {
  color: var(--text-900);
  font-size: 1.4rem;
}

.modal-personal {
  z-index: 999;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #8b827052;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-personal.close {
  display: none;
}

.modal-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border);
  background-color: var(--bg-light);
  border-radius: 1.9rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 44rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.7rem 4rem #0003;
}

.modal-card.is-personal-modal {
  text-align: left;
  direction: ltr;
  width: 28rem;
}

.modal-card.is-business-modal-form {
  min-height: 41.2rem;
}

.modal-card.is-business-modal {
  text-align: left;
  direction: ltr;
  width: 28rem;
  min-height: 41rem;
}

.form {
  text-align: left;
  direction: ltr;
  width: 100%;
  min-width: 28rem;
  margin-bottom: 0;
  padding: 1.7rem 1.9rem 1.6rem 2.2rem;
}

.wrap-text-field {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  padding-top: .5rem;
  padding-right: 0;
  display: flex;
}

.text-field-3 {
  background-color: var(--card-light);
  height: 4rem;
  color: var(--text-900);
  text-align: left;
  border: 1px solid #acacac82;
  border-radius: .89rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-field-3::placeholder {
  color: #808080a8;
  letter-spacing: .03125rem;
  font-weight: 200;
}

.text-field-3.is-textarea {
  min-height: 6rem;
  margin-bottom: 2rem;
  padding-top: .9rem;
  font-size: 1.1rem;
  font-weight: 400;
}

.field-label {
  margin-bottom: 0;
  padding-left: .6rem;
}

.wrap-modal-content {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.heading-en {
  text-align: center;
  letter-spacing: -.16rem;
  direction: ltr;
  font-family: Ppmori, Arial, sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.wrap-card-pricing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.modal-business {
  z-index: 99;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #8b827052;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-business.close {
  display: none;
}

.close-modal {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.uui-faq05_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-faq05_layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.uui-faq05_component {
  margin-top: 4rem;
}

.wrap-faq {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  position: relative;
}

.text-base {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.header-faq {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.text-hero-highlight {
  color: var(--primary-500-light);
  font-weight: 600;
}

.wrap-menu-icons {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.list-mobile-nav {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 0;
  height: 0;
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.archive-info-description {
  background-color: #0000;
  padding: .3rem .5rem;
  font-size: 1rem;
}

.archive-info-description:hover {
  color: var(--text-900);
  -webkit-text-decoration: underline gray;
  text-decoration: underline gray;
  text-decoration-thickness: .125rem;
}

.archive-info-description.is-muted {
  opacity: .75;
  line-height: 1.6;
}

.archive-info-description.is-muted:hover {
  text-decoration: none;
}

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

.mobile-nav-backdrop {
  cursor: pointer;
  background-color: #b4363600;
  justify-content: flex-start;
  align-items: flex-start;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-embed-xxsmall-16 {
  background-color: var(--card-light);
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  position: absolute;
}

.heading-45 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.3;
}

.wrap-team {
  width: 44rem;
}

.item-team {
  border: .2rem solid var(--bg-light);
  border-radius: 9rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  overflow: visible;
  box-shadow: 0 .5rem 1rem #00000024;
}

.item-team.is-variant-4 {
  transform: translate(5.4rem, .2rem);
}

.item-team.is-team-2 {
  transform: translate(-2rem);
}

.item-team.is-team-1 {
  border: .2rem solid var(--card-light);
  transform: translate(-6.1rem);
}

.item-team.is-variant-5 {
  transform: translate(2rem, -.3rem);
}

.list-team {
  justify-content: center;
  align-items: flex-end;
  height: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.image-team-member {
  object-fit: cover;
  border-radius: 9rem;
  width: 100%;
  height: 100%;
}

.image-team-member.is-offset-image {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.header-content {
  width: 100%;
}

.archive-info-card {
  border: 1px solid var(--border);
  background-color: var(--card-light);
  border-radius: 1rem;
  width: 100%;
  margin-top: .5rem;
  overflow: hidden;
}

.archive-info-card.is-variant-2 {
  border-color: #da464652;
}

.wrap-menu-more {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 15.5rem;
  display: grid;
  overflow: hidden;
}

.wrap-menu-more.is-header {
  height: 0;
}

.archive-info-card-content {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 1.1rem 1rem .9rem 1.4rem;
  display: flex;
}

.archive-info-card-content.is-archive-secondary {
  background-color: var(--orang-2);
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 4.5rem;
}

.header-description-page {
  z-index: 99;
  border-bottom: 1px solid var(--border);
  background-color: var(--bg-light);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.wrap-page-header {
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.wrap-text-p {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8rem 4.5rem 6rem;
  display: flex;
  position: relative;
}

.wrap-text-p.is-alt-text {
  border-bottom-width: 0;
}

.wrap-text-p.hero {
  padding-right: 21rem;
}

.text-description-page {
  color: var(--text-500);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-description-page.is-fa-text {
  text-align: right;
  direction: rtl;
  margin-top: 1rem;
  font-family: Abarfanum Vf, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.9;
}

.text-large-4 {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
}

.text-webflow-link {
  color: #8e4dff;
}

.text-page-title {
  text-align: left;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.wrap-page-header-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.webflow-txt {
  color: #146ef5;
}

.hero-decoration {
  width: 100%;
  height: 14rem;
}

.wrap-process-content {
  display: flex;
  position: relative;
}

.wrap-process-nav {
  border-left: 1px solid var(--border);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 18rem;
  height: 100vh;
  padding-top: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.process-nav {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  display: flex;
}

.menu-promo-title {
  color: var(--text-500);
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  transition: all .2s;
}

.menu-promo-title.w--current {
  color: var(--text-900);
  transform: translate(-.5rem);
}

.text-highlight {
  background-color: var(--primary-500-dark);
  color: var(--black);
  padding-left: .2rem;
  padding-right: .2rem;
}

.wrap-text-fa {
  width: 80%;
  margin-left: auto;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wrap-close-nav {
  z-index: 1;
  cursor: auto;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.link {
  color: var(--text-500);
}

.copyright-footer {
  color: var(--text-500);
  letter-spacing: .3px;
  font-size: .75rem;
  font-weight: 200;
}

.cursor-wrap {
  z-index: 9999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.dot-cursor {
  background-color: var(--primary-500-light);
  border-radius: 9rem;
  width: .7rem;
  height: .7rem;
  transform: translate(1.2rem, 1.1rem);
}

.end-footer-cta {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: auto 0% 0%;
}

.wrap-footer-icon {
  justify-content: flex-end;
  align-items: flex-end;
  height: 14rem;
  padding-right: 5rem;
  display: flex;
}

.icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
}

.wrap-nav-lp {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.wrap-selected-works {
  border-top: 1px solid #a298b257;
  border-bottom: 1px solid #a298b257;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.list-projects {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 7.5rem;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.wrap-theme-card-2 {
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 26vw;
  padding-top: .5rem;
  display: flex;
  position: relative;
}

.wrap-theme-card-2:hover {
  color: var(--text-900);
}

.wrap-sample-theme-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7rem;
  display: flex;
  position: relative;
}

.theme-card-large-2 {
  border: 1px solid var(--border);
  background-color: var(--card-light);
  border-radius: .7rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-selected-works {
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.header-selected-works {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: 12rem;
  padding-bottom: 2rem;
  display: flex;
}

.team-decoration {
  background-color: var(--border);
  width: 12rem;
  height: 1px;
  margin: 3.6rem auto 1.1rem;
}

.content-secondary {
  width: 44rem;
}

.text-team-description-fa {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-team-description-fa.is-fa {
  direction: rtl;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Abarfanum Vf, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}

.text-md {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-3 {
  color: var(--text-500);
  text-align: center;
  direction: ltr;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-price-decimal {
  color: #fafafa00;
}

.wrap-2-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 1px solid #a298b257;
  border-right: 1px solid #a298b257;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 2rem 5rem;
  display: flex;
  position: relative;
}

.item-pricing-feature {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  padding-bottom: .2rem;
}

.header-pricing-card {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-left: 1.1rem;
  display: flex;
}

.text-custom-1 {
  margin-bottom: .5rem;
  font-family: Ppmori, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
}

.btn-fa-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #f5f3eb;
  white-space: nowrap;
  background-color: #342d40;
  border: 1px solid #a298b257;
  border-radius: .8rem;
  justify-content: space-between;
  align-items: center;
  padding: .8rem 1.5rem;
  font-family: Ppmori, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1rem 2rem #a298b257;
}

.btn-fa-2:hover {
  color: #f5f3eb;
  transform: translate(0, -.15rem)scale(1.05);
  box-shadow: 0 0 16px #a298b257;
}

.btn-fa-2:active {
  background-color: #43464d;
}

.btn-fa-2.pricing {
  background-color: var(--card-light);
  color: #8e4dff;
  border-width: 1px;
  border-color: #8e4dff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.btn-fa-2.pricing:hover {
  background-color: var(--primary-500-light);
  color: var(--bg-light);
  border-color: #8e4dff;
}

.card-pricing-2 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 1px solid var(--border);
  background-color: var(--card-light);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 22vw;
  max-width: 33vw;
  padding: 2.6rem 1.5rem 1.5rem;
  display: flex;
  position: relative;
}

.card-pricing-2.is-personal-plan {
  border-width: 3px;
  border-color: #8e4dffd4;
  box-shadow: 0 14px 2rem -.8rem #8e4dff29;
}

.card-pricing-2.is-variant-3 {
  box-shadow: 0 14px 2rem -.8rem #8e4dff29;
}

.text-pricing-old-price {
  direction: ltr;
  font-family: Ppmori, Arial, sans-serif;
  font-size: 1.4rem;
  transform: skew(0deg);
}

.text-pricing-old-price.is-secondary {
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-text-decoration: line-through #ff000094;
  text-decoration: line-through #ff000094;
  text-decoration-thickness: .125rem;
  transform: skew(0deg);
}

.icon-pricing {
  color: #8e4dff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  min-height: 1.3rem;
  display: flex;
}

.header-pricing {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.text-title-card-pricing {
  color: #8e4dff;
  text-align: left;
  font-family: Ppmori, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}

.text-title-card-pricing.is-pricing-subtitle {
  color: #d2a71c;
  text-align: left;
}

.text-title-card-pricing.is-secondary-pricing-title {
  color: var(--text-500);
  font-size: 2.1rem;
}

.list-pricing-features {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  opacity: .8;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem 3rem 2rem .7rem;
  font-size: 1rem;
  display: flex;
}

.wrap-87 {
  opacity: .8;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  display: flex;
}

.text-team-name {
  background-color: var(--text-900);
  opacity: 0;
  color: var(--bg-light);
  white-space: nowrap;
  border-radius: .3rem;
  padding: .2rem .4rem;
  position: absolute;
  top: -2.1rem;
  bottom: auto;
}

.button-primary {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--text-900);
  color: var(--bg-light);
  white-space: nowrap;
  border: 1px solid #a298b257;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: .9rem 1.5rem .8rem 1.4rem;
  font-family: Ppmori, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1rem 2rem #a298b257;
}

.button-primary:hover {
  color: var(--bg-light);
  transform: translate(0, -.15rem)scale(1.05);
  box-shadow: 0 0 16px #a298b257;
}

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

.button-primary.is-alt {
  background-color: var(--card-light);
  box-shadow: none;
  color: var(--text-900);
}

.button-content {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  line-height: 1.3;
  display: flex;
}

.button-price {
  letter-spacing: .03125rem;
  direction: ltr;
  font-family: Ppmori, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  transform: skew(0deg);
}

.button-price.is-secondary-price {
  opacity: .7;
  text-align: center;
  letter-spacing: .03rem;
  font-size: 1rem;
  font-weight: 400;
  -webkit-text-decoration: line-through #ff0000b3;
  text-decoration: line-through #ff0000b3;
  text-decoration-thickness: .125rem;
  transform: skew(0deg);
}

.text-pricing-support {
  padding-left: .5rem;
}

.text-logo-io-secondary {
  color: var(--primary-500-light);
  font-size: 1.35rem;
  font-weight: 600;
}

.frame-hero-bg {
  transform-origin: 50% 100%;
  width: 190rem;
  height: 200rem;
  transform-style: preserve-3d;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotateX(60deg)rotateY(0)rotateZ(0)perspective(2000px);
}

.bg-hero-wrap {
  z-index: -4;
  perspective: 60rem;
  perspective-origin: 50% 100%;
  justify-content: center;
  align-items: flex-end;
  width: 98vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vertical-line {
  background-color: var(--border);
  width: .125rem;
  height: 100%;
}

.vertical-hero-wrap {
  grid-column-gap: 12.2rem;
  grid-row-gap: 12.2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.horizontal-hero-wrap {
  grid-column-gap: 13rem;
  grid-row-gap: 13rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% -.125rem;
}

.horizontal-hero-wrap.is-secondary-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  top: -.1875rem;
}

.horizontal-line {
  background-color: var(--border);
  width: 100%;
  max-width: 74rem;
  height: .25rem;
}

.gradient-bg-hero {
  background-image: linear-gradient(180deg, var(--bg-light) 46%, #fff0);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.wrap-grid-lines {
  width: 190rem;
  height: 200rem;
  position: relative;
}

.wrap-grid-background {
  z-index: -1;
  opacity: .61;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-background-overlay {
  background-image: linear-gradient(0deg, var(--bg-light) 86%, #fff0);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-content-2 {
  grid-row-gap: 2rem;
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  text-align: center;
  direction: ltr;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 11rem;
  padding-bottom: 9rem;
  display: flex;
}

.description-hero {
  text-align: center;
  width: 38rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  line-height: 1;
}

.text-offer-deadline {
  text-shadow: 0 1px 1rem #ff000021;
  background-image: linear-gradient(#fff0, #ff70702e);
  font-weight: 600;
  line-height: 1.9;
  -webkit-text-decoration: underline #ff0000ad;
  text-decoration: underline #ff0000ad;
}

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

.wrap-hero-visual {
  z-index: -3;
  flex-flow: row;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-visual-overlay {
  background-color: var(--bg-transparent-light);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  flex: 1;
}

.archive-info-title {
  color: var(--text-900);
  padding: .3rem .5rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.process-nav-link-2 {
  color: var(--text-500);
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  transition: all .2s;
}

.process-nav-link-2.w--current {
  color: var(--text-900);
  transform: translate(-.5rem);
}

.process-nav-link-3 {
  color: var(--text-500);
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  transition: all .2s;
}

.process-nav-link-3.w--current {
  color: var(--text-900);
  transform: translate(-.5rem);
}

.process-nav-link-secondary {
  color: var(--text-500);
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  transition: all .2s;
}

.process-nav-link-secondary.w--current {
  color: var(--text-900);
  transform: translate(-.5rem);
}

.process-nav-link {
  color: var(--text-500);
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  transition: all .2s;
}

.process-nav-link.w--current {
  color: var(--text-900);
  transform: translate(-.5rem);
}

.process-nav-link-4 {
  color: var(--text-500);
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  transition: all .2s;
}

.process-nav-link-4.w--current {
  color: var(--text-900);
  transform: translate(-.5rem);
}

.process-nav-link-5 {
  color: var(--text-500);
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  transition: all .2s;
}

.process-nav-link-5.w--current {
  color: var(--text-900);
  transform: translate(-.5rem);
}

.wrap-support-note {
  width: 58rem;
}

.modal-form-heading {
  margin-bottom: .4rem;
  font-size: 2.1rem;
}

.wrap-modal-heading {
  padding-bottom: 1rem;
  padding-right: 3rem;
}

.modal-profile-image {
  filter: saturate(70%);
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal-profile-image.is-business-profile-image {
  filter: saturate(70%) saturate(0%);
}

.modal-profile-background {
  background-image: linear-gradient(0deg, #fff, #cad8e4eb 38%, #cad8e636 62%, #cad8e600);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.modal-profile-background.is-business-profile {
  background-image: linear-gradient(0deg, #8e4dffdb, #9d72e7f5 38%, #995eff40 62%, #cad8e600);
}

.modal-profile-background.yellow {
  background-image: linear-gradient(0deg, #fff, #f3f8b6eb 38%, #e9e9e936 62%, #cad8e600);
}

.modal-profile-content {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-embed-xxsmall-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: .3rem;
  display: flex;
}

.modal-profile-description {
  color: var(--black);
  margin-bottom: 1.3rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.modal-profile-name {
  color: var(--black);
  margin-bottom: .4rem;
  font-size: 1.2rem;
}

.success-message {
  background-color: #ddd0;
  min-height: 43.2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.modal-success-text {
  margin-top: auto;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.error-message {
  border-radius: 9rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.icon-embed-xxsmall-21 {
  color: #32ea77;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 38% auto 3rem;
  display: flex;
}

.modal-form-actions {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.archive-layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
}

.section-archive {
  padding: 3rem;
}

.wrap-66 {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Abarfanum Vf, Arial, sans-serif;
  display: flex;
  position: relative;
}

.wrap-project-description {
  background-color: var(--bg-light);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5vw;
  padding-left: .8vw;
  padding-right: 6vw;
  display: flex;
}

.text-project-name {
  text-align: left;
  font-size: 1.2vw;
  line-height: .9;
}

.image-project-profile {
  object-fit: cover;
  border-radius: 1rem;
  width: 4vw;
  height: 4vw;
  margin-right: .2rem;
}

.label-project-preview {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--text-900);
  color: var(--bg-light);
  letter-spacing: .0125rem;
  border: 2px solid #fff;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .3rem .5rem .2rem .9rem;
  font-size: .9rem;
  line-height: 1.5;
  position: relative;
  bottom: .6rem;
}

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

.wrap-project-preview {
  z-index: 99;
  opacity: 0;
  position: absolute;
}

.text-project-description {
  opacity: .67;
  font-size: 1.1vw;
  line-height: 1.3;
}

.wrap-section-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-headline {
  background-color: var(--primary-m-2);
  text-align: center;
  border-radius: 2rem;
  padding: .5rem 1rem .4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.wrap-22 {
  background-image: linear-gradient(180deg, #fafafa00, var(--bg-light) 32%);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 1vw;
  padding-left: .8vw;
  display: flex;
}

.footer-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.footer-links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  opacity: .6;
  display: flex;
}

.spline-hero {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.hero-content-decoration {
  z-index: -1;
  background-color: var(--bg-light);
  opacity: .5;
  filter: blur(3rem);
  position: absolute;
  inset: 0%;
}

.business-modal-layout {
  z-index: 99;
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  display: flex;
  position: relative;
}

.video-project {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 26vw;
  height: 18vw;
  display: flex;
}

.content-secondary-alt {
  width: 52rem;
}

.text-sm-vw {
  opacity: .59;
  font-size: .8vw;
  font-weight: 400;
}

.wrap-project-profile {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  flex-flow: column;
  width: 100%;
  padding-left: .8rem;
  display: flex;
}

.text-pricing-subtitle {
  opacity: .5;
}

.modal-economy {
  z-index: 999;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #8b827052;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-economy.close {
  display: none;
}

.badge-discount {
  color: #ce3d3d;
  letter-spacing: .5px;
  background-color: #d60a0a1c;
  border-radius: 9rem;
  padding: .6rem 1rem .4rem;
  font-weight: 600;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.text-pricing-description {
  width: 39rem;
  padding-top: 3rem;
}

.container-ex {
  background-color: #000;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.text-lg-ex {
  color: #fff;
  text-align: center;
  letter-spacing: -.5rem;
  font-size: 3rem;
  font-weight: 700;
}

.spline-ex {
  height: 40rem;
}

@media screen and (min-width: 1440px) {
  .logo-link.w--current {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 59rem;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    filter: invert();
    color: #fff;
    display: block;
  }

  .menu-3 {
    margin-left: 30px;
    position: static;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .text-lp-logo.is-secondary-logo {
    display: none;
  }

  .theme-toggle {
    position: fixed;
    inset: auto 1rem 1rem auto;
  }

  .btn-fa {
    justify-content: center;
  }

  .wrap-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: auto;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
  }

  .text-footer-brand {
    font-size: 11rem;
  }

  .wrap-2.is-cta {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-t {
    width: 100%;
  }

  .modal-personal {
    padding-top: 4rem;
  }

  .modal-card.is-personal-modal, .modal-card.is-business-modal {
    width: 34rem;
  }

  .form {
    min-width: auto;
  }

  .wrap-modal-content {
    justify-content: center;
    align-items: flex-start;
  }

  .wrap-card-pricing {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-business {
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 8rem;
    overflow: scroll;
  }

  .uui-faq05_layout {
    grid-template-columns: 1fr 1fr;
  }

  .wrap-text-p {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
  }

  .wrap-process-nav {
    min-width: 17rem;
  }

  .wrap-theme-card-2 {
    width: 31vw;
  }

  .theme-card-large-2 {
    border-radius: 1rem;
  }

  .content-secondary {
    width: auto;
  }

  .btn-fa-2 {
    justify-content: center;
  }

  .card-pricing-2 {
    min-width: auto;
    max-width: none;
  }

  .button-primary {
    justify-content: center;
  }

  .description-hero {
    position: static;
  }

  .wrap-pricing {
    width: 100%;
  }

  .wrap-66 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .text-project-description {
    font-size: 1.4vw;
  }

  .business-modal-layout {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .video-project {
    width: 30vw;
    height: 21vw;
  }

  .modal-economy {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button:hover {
    color: var(--bg-light);
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .link-nav, .btn-menu {
    display: none;
  }

  .wrap-nav-links {
    padding-left: 0;
  }

  .wrap-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .text-footer-brand {
    font-size: 20vw;
  }

  .wrap-preview-name {
    padding-left: 0;
  }

  .modal-personal {
    scrollbar-width: none;
    padding: 6rem 1rem 10rem;
    overflow: scroll;
  }

  .modal-card, .modal-card.is-personal-modal, .modal-card.is-business-modal {
    width: 100%;
  }

  .heading-en {
    letter-spacing: -.5px;
    font-size: 8vw;
    line-height: 1.2;
  }

  .wrap-card-pricing {
    flex-flow: column;
  }

  .modal-business {
    justify-content: center;
    align-items: flex-start;
  }

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

  .uui-faq05_layout {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-faq05_component {
    margin-top: 2rem;
  }

  .header-faq, .wrap-team {
    width: auto;
  }

  .wrap-menu-more.is-header {
    flex-flow: column;
    display: flex;
  }

  .wrap-text-p {
    padding-right: 3rem;
  }

  .wrap-text-p.hero {
    padding: 4rem;
  }

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

  .text-description-page.is-fa-text {
    font-size: 1.1rem;
  }

  .wrap-process-nav {
    display: none;
  }

  .wrap-text-fa {
    width: 90%;
  }

  .cursor-wrap {
    display: none;
  }

  .list-projects {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: auto;
  }

  .wrap-theme-card-2 {
    width: auto;
  }

  .wrap-theme-card-2.is-variant-1 {
    order: -9999;
  }

  .theme-card-large-2 {
    width: 72vw;
    height: 80vw;
  }

  .content-secondary {
    width: auto;
  }

  .item-pricing-feature, .header-pricing {
    width: 100%;
  }

  .list-pricing-features {
    padding-right: 0;
  }

  .description-hero {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .wrap-support-note {
    width: auto;
  }

  .modal-form-heading-bold {
    white-space: nowrap;
  }

  .text-project-name {
    font-size: 1.2rem;
  }

  .image-project-profile {
    width: 4rem;
    height: 4rem;
  }

  .text-project-description {
    font-size: 1.4rem;
  }

  .wrap-section-heading {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .business-modal-layout {
    flex-flow: column;
  }

  .video-project {
    width: 100%;
    height: 100%;
  }

  .content-secondary-alt {
    width: auto;
  }

  .modal-economy {
    scrollbar-width: none;
    padding: 6rem 1rem 10rem;
    overflow: scroll;
  }

  .text-pricing-description {
    width: auto;
  }

  .spline-ex {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .button.nav {
    padding-top: .8rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 1.1rem;
  }

  .button.close-2 {
    padding-bottom: .6rem;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-3 {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    border-radius: 9rem;
    justify-content: space-between;
    align-items: center;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .link-nav {
    display: none;
  }

  .wrap-nav {
    padding: .8rem;
  }

  .wrap-nav-links {
    padding-right: .4rem;
  }

  .text-hero-support {
    opacity: .65;
  }

  .footer {
    overflow: hidden;
  }

  .wrap-footer-brand {
    padding-top: 13rem;
  }

  .wrap-hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-footer-brand {
    bottom: 5rem;
  }

  .wrap-2 {
    overflow: hidden;
  }

  .wrap-2.is-cta {
    border-radius: 1.5rem;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 3.7rem;
  }

  .modal-personal {
    padding-top: 4rem;
  }

  .modal-card {
    width: 93vw;
    min-height: 40.9rem;
  }

  .form {
    padding: 1.5rem;
  }

  .text-field-3 {
    height: 3.8rem;
  }

  .text-field-3.is-textarea {
    margin-bottom: 1rem;
  }

  .heading-en {
    letter-spacing: -.5px;
    font-size: 8.2vw;
  }

  .modal-business {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-faq05_item {
    padding-right: 0;
  }

  .uui-faq05_layout {
    grid-template-columns: 1fr;
  }

  .heading-45 {
    font-size: 1.6rem;
  }

  .wrap-text-p {
    padding: 3rem;
    overflow: hidden;
  }

  .wrap-text-p.hero {
    padding: 3rem;
  }

  .text-description-page {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .wrap-text-fa {
    padding-right: 0;
  }

  .end-footer-cta {
    display: none;
  }

  .wrap-footer-icon {
    padding-right: 1rem;
  }

  .wrap-nav-lp {
    padding: .8rem;
  }

  .list-projects {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 0;
  }

  .header-selected-works {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-team-description-fa.is-fa {
    font-size: 1.2rem;
  }

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

  .text-3 {
    width: auto;
    font-size: 1rem;
  }

  .wrap-2-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .text-custom-1 {
    font-size: 2.8rem;
  }

  .card-pricing-2.is-variant-3 {
    order: -9999;
  }

  .card-pricing-2.is-business {
    order: 9999;
  }

  .button-primary {
    direction: ltr;
    font-size: 1.2rem;
  }

  .button-price {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .button-price.is-secondary-price {
    font-size: .9rem;
  }

  .vertical-hero-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .horizontal-hero-wrap {
    grid-column-gap: 7.2rem;
    grid-row-gap: 7.2rem;
    justify-content: flex-end;
    align-items: center;
  }

  .hero-content-2 {
    padding-top: 9rem;
  }

  .description-hero {
    opacity: .83;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 4.5vw;
    line-height: 1.4;
  }

  .text-offer-deadline {
    line-height: 1.2;
  }

  .wrap-hero-visual {
    display: none;
  }

  .modal-form-heading {
    font-size: 2.1rem;
  }

  .modal-profile-description {
    font-size: 1.4rem;
  }

  .success-message {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .wrap-66 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wrap-project-description {
    padding-bottom: 1rem;
  }

  .text-project-name, .text-project-description {
    font-size: 1.1rem;
  }

  .wrap-section-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .text-headline {
    font-size: 1.6rem;
  }

  .wrap-22 {
    padding-bottom: 1rem;
  }

  .business-modal-layout {
    flex-flow: column;
  }

  .content-secondary-alt {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .modal-economy {
    padding-top: 4rem;
  }

  .text-pricing-description {
    width: auto;
  }

  .spline-ex {
    z-index: 5;
    width: 100%;
    height: 100vw;
  }

  .wrap-text-ex {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}


@font-face {
  font-family: 'Abarfanum Vf';
  src: url('../fonts/AbarFaNum-VF.woff') format('woff');
  font-weight: 400 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}