:root {
  --secondary--color-1: #050505;
  --neutral--400: #afafaf;
  --neutral--100: white;
  --neutral--300: #ddd;
  --general--shadow-01: #14142b0f;
  --neutral--700: #1e1e1e;
  --neutral--600: #404040;
  --accent--primary-1: white;
  --neutral--800: #0b0b0b;
  --neutral--500: #828282;
  --neutral--200: whitesmoke;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;

  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-02: #14142b14;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
}

a {
  text-decoration: none !important; /* Removes the underline */
  color: inherit !important; /* Optional: inherits the color from the parent element */
}

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

.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(--secondary--color-1);
  color: var(--neutral--400);
  font-family: Objectivity, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--neutral--100);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--400);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--100);
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.111em;
  display: block;
}

strong {
  color: var(--neutral--100);
  font-weight: 700;
}

blockquote {
  color: var(--neutral--100);
  text-align: center;
  background-image: url('../images/block-quote-bg-weiland.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  border-radius: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 108px 120px;
  font-size: 24px;
  line-height: 1.417em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper.full-page-wrapper-image-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-bottom: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.dropdown-main-grid {
  grid-column-gap: 64px;
  grid-template-columns: auto auto;
  align-items: start;
}

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

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

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

.grid-2-columns.gap-row-4px {
  grid-row-gap: 4px;
}

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

.grid-2-columns.token-details-grid {
  grid-row-gap: 40px;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.grid-2-columns.contact-form-right-grid {
  grid-template-columns: 1fr 1.42fr;
}

.grid-2-columns.contact-links-bottom---card-header {
  grid-column-gap: 40px;
  align-items: end;
  padding: 160px 80px 64px;
}

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

.grid-2-columns.blog-post-tabs-left-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 2.2fr;
  align-items: start;
}

.grid-2-columns.author-and-content-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1.95fr;
  align-items: start;
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.sticky-text-and-card-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1.45fr;
  align-items: start;
}

.grid-2-columns.title-and-rich-text-grid {
  grid-template-columns: 1fr 2fr;
  align-items: start;
}

.grid-2-columns.features-center-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: start;
}

.grid-2-columns.rich-text-and-card-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1.35fr 1fr;
}

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

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--secondary--color-1);
}

.card {
  border: 1px solid var(--neutral--700);
  background-color: var(--secondary--color-1);
  border-radius: 24px;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.whats-included {
  z-index: 1;
  background-image: url('../images/whats-included-card-bg-weiland.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  position: relative;
  overflow: hidden;
}

.card.figma-file {
  z-index: 1;
  background-image: url('../images/figma-file-card-bg-gradient-weiland.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.card.sales-home-page {
  color: var(--neutral--600);
  text-align: center;
  transform-style: preserve-3d;
  border-style: none;
  text-decoration: none;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.card.sales-home-page:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.buy-now {
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: url('../images/buy-on-webflow-card-bg-weiland.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.buy-now.dark {
  background-color: var(--neutral--100);
  background-image: url('../images/browse-all-templates-card-bg-weiland.jpg');
}

.card.footer-card {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0505050d;
  border-style: none;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  overflow: hidden;
}

.card.features-card {
  z-index: 1;
  grid-row-gap: 140px;
  background-color: var(--secondary--color-1);
  border-style: none;
  flex-direction: column;
  padding: 180px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.accordion-and-image-card {
  z-index: 1;
  grid-column-gap: 16px;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 100px 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.testimonial-card {
  z-index: 1;
  background-color: var(--secondary--color-1);
  border-style: none;
  padding: 40px 48px;
  position: relative;
  overflow: hidden;
}

.card.testimonial-card.pd-bottom-12px {
  padding-bottom: 12px;
}

.card.image-right-sticky-card {
  z-index: 1;
  background-color: var(--secondary--color-1);
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 146px 80px;
  display: grid;
  position: sticky;
  bottom: 48px;
  overflow: hidden;
}

.card.image-right-sticky-card.first {
  z-index: 3;
}

.card.image-right-sticky-card.second {
  z-index: 2;
}

.card.integration-3-columns-card {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/integrations-3-col-card-bg-top-weiland.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 92px;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  overflow: hidden;
}

.card.integration-single-link-card {
  z-index: 1;
  background-color: var(--secondary--color-1);
  border-style: none;
  padding: 64px 40px 84px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.card.large-image-right {
  z-index: 1;
  box-shadow: none;
  border-style: none;
  padding: 208px 72px;
  position: relative;
  overflow: hidden;
}

.card.team-member-top-section-card {
  z-index: 1;
  border-style: none;
  padding: 52px 80px 124px;
  position: relative;
  overflow: hidden;
}

.card.integration-top-section-card {
  z-index: 1;
  border-style: none;
  padding-top: 94px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  overflow: hidden;
}

.card.contact-form-card {
  z-index: 1;
  border-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 64px;
  padding-left: 52px;
  padding-right: 52px;
  position: relative;
  overflow: hidden;
}

.card.faqs-card {
  z-index: 1;
  border-style: none;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 80px;
  position: relative;
  overflow: hidden;
}

.card.faqs-card.small {
  padding-left: 64px;
  padding-right: 64px;
  overflow: visible;
}

.card.contact-links-bottom-card {
  z-index: 1;
  border-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow: hidden;
}

.card.contact-link-icon-left {
  z-index: 1;
  grid-column-gap: 12px;
  border-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  align-items: flex-start;
  padding-top: 56px;
  padding-left: 48px;
  padding-right: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card.contact-form-right-card {
  z-index: 1;
  grid-column-gap: 40px;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  padding: 96px 80px 116px;
  display: grid;
  position: relative;
}

.card.blog-post-image-right-link-card {
  z-index: 4;
  grid-column-gap: 40px;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 52px 80px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.top-section-image-right---card {
  z-index: 1;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 2.05fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 80px 130px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.large-image-left {
  z-index: 1;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 240px 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.vertical-links-card {
  z-index: 1;
  border-style: none;
  padding: 56px 52px 72px;
  position: relative;
  overflow: hidden;
}

.card.career-content-card {
  z-index: 1;
  border-style: none;
  padding: 120px 64px;
  position: relative;
  overflow: hidden;
}

.card.pricing-card {
  z-index: 1;
  border-style: none;
  margin-top: 96px;
  padding-top: 48px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  overflow: hidden;
}

.card.pricing-card.popular {
  margin-top: 0;
  padding-bottom: 64px;
}

.card.pricing-table-card {
  z-index: 1;
  border-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 64px 80px;
  position: relative;
  overflow: hidden;
}

.card.top-section-features-bottom-card {
  z-index: 1;
  text-align: center;
  border-style: none;
  padding: 80px 64px 64px;
  position: relative;
  overflow: hidden;
}

.card.add-to-cart-card {
  z-index: 1;
  border-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 56px;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  overflow: hidden;
}

.card._404-page-card {
  z-index: 1;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #05050503;
  border-style: none;
  max-width: 620px;
  margin-top: -106px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 32px 120px;
  position: relative;
  overflow: hidden;
}

.card.password-protected-card {
  z-index: 1;
  border-style: none;
  width: 100%;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.card.search-result-link-card {
  border-color: var(--neutral--600);
  transform-style: preserve-3d;
  flex-direction: column;
  padding: 40px 32px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.search-result-link-card:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.more-jwdev {
  z-index: 1;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style---color-block {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--100);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 1.111em;
}

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

.grid-4-columns.pricing-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 2.4fr 1fr 1fr 1fr;
}

.grid-4-columns.footer-main-pages-grid {
  grid-column-gap: 40px;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  width: 100%;
  max-width: 736px;
}

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-secondary-1 {
  color: var(--secondary--color-1);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

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

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.color-neutral-400.mg-bottom-40px.align-left {
  text-align: left;
}

.color-neutral-400.mg-bottom-40px.align-left.agb-text {
  font-size: 12px;
  line-height: 1.2em;
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-image: linear-gradient(to right, #fff0, #fff6 50%, #fff0);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.mg-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.divider.nav-menu-bottom-divider---tablet {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.divider._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider.vertical-links-divider-bottom {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.divider.inside-card---top {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.divider.inside-card---bottom {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.divider._64px---120px {
  margin-top: 64px;
  margin-bottom: 120px;
}

.divider._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider._80px---120px {
  margin-bottom: 120px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

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

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

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-40px.mg-bottom-24px-tablet {
  text-align: center;
}

.mg-bottom-40px.mg-bottom-24px-tablet.pink {
  color: var(--system--red-400);
}

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

.mg-bottom-56px {
  margin-bottom: 56px;
}

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

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-64px {
  margin-top: 64px;
}

.mg-top-80px {
  margin-top: 80px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-24px {
  margin-right: 24px;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.color-accent-1 {
  line-height: 1.125em;
}

.text-200.list {
  line-height: 24px;
}

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

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

.text-200.dropdown-column-title {
  color: var(--neutral--100);
  margin-bottom: 24px;
  font-weight: 500;
}

.text-200.pricing-mobile-title {
  color: var(--neutral--100);
  display: none;
}

.display-1 {
  color: var(--neutral--100);
  letter-spacing: -2px;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.167em;
}

.display-1.heading-color-gradient.mg-bottom-0.meet-owr.smaller-ru, .display-1.heading-color-gradient.mg-bottom-0.meet-owr.smaller-de {
  font-size: 50px;
}

.display-1.arabic {
  direction: rtl;
}

.display-1.arabic.arabic-smaller {
  font-size: 60px;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  justify-items: start;
}

.grid-1-column.gap-row-20px {
  grid-row-gap: 20px;
}

.grid-1-column.gap-row-12px {
  grid-row-gap: 12px;
}

.grid-1-column.gap-row-4px {
  grid-row-gap: 4px;
}

.grid-1-column.gap-row-40px.testimonial-column-right {
  margin-top: 118px;
}

.grid-1-column.gap-row-120px {
  grid-row-gap: 120px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-column-16px {
  grid-column-gap: 16px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-8px {
  grid-row-gap: 8px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

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

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--100);
  letter-spacing: -2px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.222em;
}

.display-2.heading-color-gradient.mg-bottom-0.bulletproof-security.smaller-ru {
  font-size: 51px;
}

.display-3 {
  color: var(--neutral--100);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.294em;
}

.display-3.mg-bottom-4px.arabic {
  direction: rtl;
}

.display-4 {
  color: var(--neutral--100);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.417em;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

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

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

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

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

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

.text-300.footer-column-title {
  color: var(--neutral--100);
  margin-bottom: 40px;
  font-weight: 500;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

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

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

.text-100.search-result-bottom-text {
  color: var(--neutral--100);
  margin-top: auto;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

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

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-3-columns.gap-row-48px {
  grid-row-gap: 48px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.dropdown-main-pages-grid {
  grid-column-gap: 32px;
  align-items: start;
}

.grid-3-columns.footer-main-pages-grid {
  grid-column-gap: 32px;
  grid-template-columns: auto auto auto;
  align-items: start;
}

.grid-3-columns.testimonials-3-col-grid {
  align-items: start;
  margin-top: -28px;
}

.grid-3-columns.columns-and-image-center-grid {
  z-index: 1;
  grid-template-columns: 1fr 1.26fr 1fr;
  align-items: center;
  position: relative;
}

.grid-3-columns.gap-64px {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.style---shadow-card {
  background-color: var(--neutral--700);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--secondary--color-1);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._490px {
  max-width: 490px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._666px {
  max-width: 666px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._550px._100-tablet {
  width: 100%;
}

.inner-container._608px {
  max-width: 608px;
}

.inner-container._470px {
  max-width: 470px;
}

.inner-container._558px {
  max-width: 558px;
}

.inner-container._504px {
  max-width: 504px;
}

.inner-container._466px {
  max-width: 466px;
}

.inner-container._510px {
  max-width: 510px;
}

.inner-container._530px {
  max-width: 530px;
}

.inner-container._420px {
  max-width: 420px;
}

.inner-container._724px {
  max-width: 724px;
}

.inner-container._438px {
  max-width: 438px;
}

.inner-container._580px {
  max-width: 580px;
}

.inner-container._580px._100-tablet {
  width: 100%;
}

.inner-container._364px {
  max-width: 364px;
}

.inner-container._564px {
  max-width: 564px;
}

.inner-container._536px {
  max-width: 536px;
}

.inner-container._604px {
  max-width: 604px;
}

.inner-container._394px {
  max-width: 394px;
}

.inner-container._694px {
  max-width: 694px;
}

.inner-container._476px {
  max-width: 476px;
}

.inner-container._620px {
  max-width: 620px;
}

.inner-container._480px {
  max-width: 480px;
}

.inner-container._836px {
  max-width: 836px;
}

.inner-container._1108px {
  max-width: 1108px;
}

.inner-container._764px {
  max-width: 764px;
}

.inner-container._568px {
  max-width: 568px;
}

.inner-container._416px {
  max-width: 416px;
}

.inner-container._638px {
  max-width: 638px;
}

.inner-container._370px {
  max-width: 370px;
}

.inner-container._980px {
  max-width: 980px;
}

.inner-container._722px {
  max-width: 722px;
}

.inner-container._722px._100-tablet {
  width: 100%;
}

.inner-container._512px {
  max-width: 512px;
}

.inner-container._512px._100-tablet {
  width: 100%;
}

.inner-container._575px {
  max-width: 575px;
}

.inner-container._1060px {
  max-width: 1060px;
}

.inner-container._486px {
  max-width: 486px;
}

.style---content-heading {
  background-color: var(--neutral--700);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 24px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--secondary--color-1);
  border-radius: 24px;
  margin-right: 18px;
}

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

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.border-radius-24px {
  border-radius: 24px;
  transform: translate(0);
}

.style---card-wrapper {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 24px;
}

.style---components-wrapper {
  background-color: var(--neutral--600);
  border-radius: 24px;
}

.style---bg-light {
  color: var(--neutral--100);
  padding: 48px;
}

.btn-primary {
  color: var(--neutral--100);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(135deg, #566070 15%, #060606);
  border-radius: 96px;
  justify-content: center;
  padding: 16px 32px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
}

.btn-primary:hover {
  color: var(--neutral--100);
}

.btn-primary.small {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 18px 40px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.no-hover:hover {
  background-color: var(--accent--primary-1);
  transform: none;
}

.btn-primary.webflow-btn {
  background-color: var(--neutral--100);
  color: #4253ff;
  background-image: none;
}

.btn-secondary {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #ffffff42;
  border-radius: 96px;
  padding: 16px 32px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--secondary--color-1);
  transform: scale3d(1.02, 1.02, 1.01);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 18px 40px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-secondary.pagination-btn {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-secondary.mg-top-0 {
  margin-top: 0;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--secondary--color-1);
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary {
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--100);
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary.category-badges {
  transform-style: preserve-3d;
  margin-left: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--secondary--color-1);
  transform: scale3d(1.04, 1.04, 1.01);
}

.badge-secondary.category-badges.w--current {
  color: var(--neutral--100);
  cursor: default;
  background-image: linear-gradient(135deg, #566070, #060606);
  border-color: #ffffff4d;
}

.badge-secondary.category-badges.mg-0 {
  margin: 0;
}

.input {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--neutral--100);
  background-color: #ffffff1a;
  border: 1px solid #dddddd4d;
  border-radius: 100px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-color: #ddd9;
}

.input:focus {
  border-color: var(--accent--primary-1);
}

.input::placeholder {
  color: var(--neutral--300);
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 76px;
}

.input.cart-quantity-input {
  width: 72px;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.subscribe-button-inside {
  padding-right: 156px;
}

.input.bg-transparent {
  background-color: #0000;
}

.input.dropdown {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.input.dropdown-wrapper {
  background-color: #0000;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.position-relative {
  position: relative;
}

.text-area {
  color: var(--neutral--100);
  background-color: #dddddd1a;
  border: 1px solid #dddddd4d;
  border-radius: 24px;
  min-height: 140px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.text-area:hover {
  border-color: #ddd9;
}

.text-area:focus {
  border-color: var(--accent--primary-1);
}

.text-area::placeholder {
  color: var(--neutral--300);
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.bg-transparent {
  background-color: #0000;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--neutral--700);
  background-color: var(--neutral--700);
  background-image: url('../images/check-form-wlnd-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  border-radius: 5px;
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--neutral--700);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-link-single {
  color: var(--neutral--100);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  font-family: Social Icons Font, sans-serif;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.social-link-single:hover {
  color: var(--neutral--400);
  transform: scale3d(1.06, 1.06, 1.01);
}

.social-link-single.size-10px {
  width: 10px;
}

.social-link-single.inside-card---bottom-right {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 2px;
  margin-right: 8px;
  font-size: 22px;
  line-height: 1em;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.diagonal-link-arrow {
  margin-left: 6px;
  font-size: 20px;
  line-height: 1em;
  display: inline-block;
}

.line-rounded-icon.diagonal-link-arrow.icon-size-24px {
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-left: 12px;
  font-size: 24px;
  display: flex;
}

.line-rounded-icon.diagonal-link-arrow.floating-icon---top-right {
  z-index: 1;
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-left: 0;
  font-size: 24px;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 24px;
}

.rich-text p, .rich-text h2 {
  margin-bottom: 16px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text ul, .rich-text ol {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  color: var(--neutral--400);
  border-bottom: 1px solid #dddddd29;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: var(--neutral--300);
}

.style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--secondary--color-1);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  background-color: var(--secondary--color-1);
  color: var(--neutral--400);
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--neutral--500);
  background-color: var(--neutral--700);
  color: var(--accent--primary-1);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--neutral--700);
  color: var(--accent--primary-1);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--700);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  background-color: var(--secondary--color-1);
  color: var(--neutral--600);
  text-align: center;
  border-bottom: 1px solid #dddddd30;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-default {
  max-width: 1316px;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.z-index-1 {
  z-index: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: radial-gradient(circle at 50% 100%, #050505cc 14%, #05050500), linear-gradient(90deg, #05050500, #050505cc 20% 80%, #05050500);
  position: relative;
}

.container-default.order-confirmation {
  display: block;
}

.container-default.pd-48px-bottom {
  padding-bottom: 48px;
}

.container-default.pd-top-96px {
  padding-top: 96px;
}

.elements---page-hero {
  background-color: var(--neutral--800);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.template-pages-hero {
  background-color: var(--neutral--700);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.template-pages-hero.black-bg {
  background-color: var(--secondary--color-1);
}

.section.hero-page {
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.cta-home-pages {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 180px;
  position: relative;
}

.section.pd-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.pd-100px.pd-bottom-0 {
  padding-bottom: 0;
}

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

.section.pd-20px---140px {
  padding-top: 20px;
  padding-bottom: 140px;
}

.section.pd-140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.pd-140px.pd-top-0 {
  padding-top: 0;
}

.section.rounded-corners-section {
  z-index: 1;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: var(--secondary--color-1);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

.top-bar-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-wrapper {
  color: var(--neutral--400);
  line-height: 1.111em;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--400);
}

.link-wrapper.color-secondary-1 {
  color: var(--secondary--color-1);
}

.link-wrapper.color-secondary-1:hover {
  color: var(--neutral--500);
}

.link-wrapper.legal {
  align-self: flex-start;
  padding-right: 15px;
  display: block;
}

.link-text {
  display: inline-block;
}

.elements---element-title {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: var(--neutral--100);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--100);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--neutral--100);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.417em;
}

.heading-h4-size {
  color: var(--neutral--100);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.273em;
}

.heading-h4-size.color-neutral-400 {
  color: var(--neutral--400);
}

.heading-h5-size {
  color: var(--neutral--100);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.333em;
}

.heading-h6-size {
  color: var(--neutral--100);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: #0000;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.header-content-wrapper.logo-center {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.header-nav-menu-wrapper {
  display: none;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--100);
  padding: 0;
}

.header-nav-link:hover {
  color: var(--neutral--400);
}

.header-nav-link.w--current {
  color: var(--neutral--100);
}

.header-nav-link.w--current:hover {
  color: var(--neutral--400);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.header-nav-list-item.show-on-tablet {
  display: none;
}

.dropdown-wrapper.mg-sides-0 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  color: var(--neutral--100);
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-toggle.w--open {
  color: var(--neutral--400);
}

.dropdown-column-grid-container {
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 40px 64px;
  overflow: hidden;
}

.dropdown-link {
  color: var(--neutral--400);
  width: 100%;
  padding: 0;
  line-height: 1.111em;
}

.dropdown-link:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.w--current {
  color: var(--neutral--400);
}

.dropdown-link.w--current:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.highlighted {
  color: var(--neutral--100);
  font-weight: 500;
  line-height: 1.333em;
}

.dropdown-link.highlighted:hover {
  color: var(--neutral--400);
}

.header-logo-link {
  transform-style: preserve-3d;
  max-width: 300px;
  margin-bottom: 4px;
  margin-right: 48px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.header-logo-link.center {
  margin-left: auto;
  margin-right: auto;
}

.hamburger-menu-wrapper {
  transform-style: preserve-3d;
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

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

.hamburger-menu-bar {
  background-color: var(--neutral--100);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.header-right-side.v2 {
  grid-column-gap: 32px;
  margin-left: 0;
}

.header-right-side.ru-smaller {
  font-size: 15px;
}

.header-left-side {
  align-items: center;
  display: flex;
}

.btn-circle-primary {
  border: 1px solid var(--neutral--100);
  background-color: var(--accent--primary-1);
  color: var(--secondary--color-1);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  color: var(--neutral--100);
  background-color: #0000;
  transform: scale3d(1.02, 1.02, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--neutral--100);
  background-color: var(--accent--primary-1);
  color: var(--secondary--color-1);
  transform: scale3d(1.04, 1.04, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.right-slider-arrow-top-right {
  margin-top: 0;
  margin-bottom: 0;
  top: -96px;
  right: 0;
}

.btn-circle-secondary.left-slider-arrow-top-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  top: -96px;
  right: 80px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

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

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

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

.flex-horizontal.align-left {
  justify-content: flex-start;
  align-items: center;
}

.footer-logo-wrapper {
  transform-style: preserve-3d;
  max-width: 120px;
  margin-bottom: 12px;
  transition-property: transform;
}

.footer-logo-wrapper:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.footer-list-item {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.111em;
  list-style: none;
}

.footer-link {
  color: var(--neutral--400);
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--accent--primary-1);
}

.footer-link.highlighted {
  color: var(--neutral--100);
  font-weight: 500;
}

.footer-link.highlighted:hover {
  color: var(--neutral--400);
}

.footer-top {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.footer-top.v2 {
  grid-column-gap: 64px;
  grid-template-columns: 1fr auto;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-bottom {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-bottom.text-right-desktop {
  text-align: right;
}

.footer-middle {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 288px) minmax(min-content, 500px) minmax(min-content, 186px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.footer-middle.v2 {
  grid-template-columns: auto minmax(400px, 520px);
  align-items: center;
}

.success-message {
  color: var(--neutral--100);
  background-color: #ffffff1a;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message.transparent {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.error-message {
  border: 1px solid var(--system--red-400);
  color: var(--system--red-400);
  text-align: center;
  background-color: #0000;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

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

.text-center.mg-bottom-40px._120px-top-padding {
  padding-top: 120px;
}

.sticky-top {
  z-index: 1;
  position: sticky;
  top: 24px;
}

.opacity-90 {
  opacity: .9;
}

.video-play-button {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.video-play-button:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.bg-overlay {
  z-index: 1;
  background-color: #05050599;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.video-bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.lightbox-video-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cta-card {
  z-index: 1;
  grid-column-gap: 40px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0505050d;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
  padding: 200px 72px;
  display: grid;
  position: relative;
}

.cta-card.v2 {
  text-align: center;
  padding: 174px 0;
  display: block;
}

.cta-card.v3 {
  padding-top: 164px;
  padding-bottom: 164px;
  display: block;
}

.cta-card.v4 {
  padding-top: 130px;
  padding-bottom: 130px;
  display: block;
}

.cta-card.v4.pd-sides-0 {
  padding-left: 0;
  padding-right: 0;
}

.cta-card.v5 {
  padding: 188px 0;
  display: block;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-620px {
  max-width: 620px;
  overflow: visible;
}

.slider-mask.width-512px {
  max-width: 512px;
  overflow: visible;
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  width: 100%;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: translate3d(6px, 0, .01px);
}

.accordion-header {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.acordion-body.pd-left-64px {
  padding-left: 64px;
}

.accordion-spacer {
  min-height: 8px;
}

.accordion-btn-line {
  background-color: var(--neutral--100);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  width: 2px;
  height: 18px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-left: auto;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
}

.empty-state {
  border: 1px solid var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--100);
  text-align: center;
  background-color: #0000;
  border-radius: 16px;
  padding: 26px 24px;
}

.empty-state.tansparent {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.slide-item-mg {
  margin-right: 28px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.pricing-table-top {
  border-bottom: 1px solid var(--neutral--600);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 184px;
  display: flex;
  position: sticky;
  top: 0;
}

.pricing-table-top.first {
  align-items: flex-start;
  padding-left: 0;
}

.pricing-content-wrapper {
  border-bottom: 1px solid var(--neutral--600);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 114px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.pricing-content-wrapper.left {
  align-items: flex-start;
}

.pricing-content-wrapper.bottom {
  border-bottom-style: none;
  padding-bottom: 0;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-item-wrapper.vertical-desktop {
  grid-row-gap: 24px;
  flex-direction: column;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.categories-badges-wrapper.vertical-desktop {
  grid-row-gap: 24px;
  flex-direction: column;
}

._404-not-found {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fff, #252b32 92%);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  max-height: 380px;
  font-size: 500px;
  line-height: 1em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--400);
  background-color: #0000;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--600);
  color: var(--neutral--100);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--neutral--100);
  color: var(--secondary--color-1);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: 16px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.cart-button {
  color: var(--neutral--100);
  white-space: nowrap;
  background-color: #0000;
  padding: 0;
  transition-property: none;
  position: relative;
}

.cart-button:hover {
  color: var(--neutral--100);
}

.cart-quantity {
  color: var(--neutral--100);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
  display: flex;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff0d;
  min-height: 100vh;
}

.cart-container {
  box-shadow: none;
  background-color: #0000;
  justify-content: center;
  max-width: 600px;
  padding: 24px;
}

.cart-header {
  border-bottom-color: var(--neutral--700);
  padding-top: 22px;
  padding-bottom: 22px;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.cart-close-button {
  filter: invert();
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.cart-close-button:hover {
  color: var(--accent--primary-1);
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: #0000;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--600);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--100);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--100);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--100);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--100);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  background-color: #0000;
  margin-top: 32px;
  padding: 32px 0 0;
}

.text-underline {
  text-decoration: underline;
}

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

.home-pages-cointainer {
  z-index: 1;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding-top: 164px;
  padding-bottom: 164px;
  display: flex;
  position: relative;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  border-radius: 16px;
  flex: none;
  max-width: 422px;
  margin-left: 14px;
  margin-right: 14px;
  transition: transform .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000000d;
}

.image-home-link-wrapper:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.image-home-link {
  object-fit: cover;
  width: 100%;
}

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--neutral--600);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.card-sales-home-image.no-border {
  border-style: solid;
  border-width: 0;
}

.card-sales-home-content {
  z-index: 1;
  text-align: center;
  padding: 40px 32px;
  position: relative;
}

.card-sales-home-content.bg-gradient {
  background-image: url('../images/sales-home-card-title-bg-weiland.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 30px;
  display: flex;
}

.home-surprises-card {
  border-radius: 24px;
  overflow: hidden;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--200);
  max-width: 80px;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.flex {
  display: flex;
}

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

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

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

.flex.children-wrap {
  flex-wrap: wrap;
}

.gap-column-12px {
  grid-column-gap: 12px;
}

.max-w-48px {
  max-width: 48px;
}

.divider-vertical {
  background-color: #fff3;
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.max-w-32px {
  max-width: 32px;
}

.btn-primary-wrapper {
  z-index: 1;
  transform-style: preserve-3d;
  border-radius: 96px;
  padding: 1px;
  transition: transform .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-primary-wrapper:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.btn-primary-wrapper.width-100 {
  transform-style: preserve-3d;
  flex-direction: column;
  display: flex;
}

.btn-primary-wrapper.width-100:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.btn-primary-wrapper.inside-input {
  display: flex;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 10px;
}

.btn-primary-wrapper.pagination {
  background-color: #0000;
  border-style: none;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-primary-wrapper.no-hover {
  transition-property: none;
}

.btn-primary-wrapper.no-hover:hover {
  transform: none;
}

.btn-primary-border {
  z-index: -1;
  background-image: linear-gradient(135deg, #fff6, #fff0), linear-gradient(135deg, #566070, #060606);
  border-radius: 96px;
  position: absolute;
  inset: 0;
}

.dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 24px;
  display: none;
  overflow: hidden;
  transform: translate(-48%);
}

.dropdown-column-wrapper.right {
  transform: translate(-76%);
}

.pd-sides-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.border-radius-6px {
  border-radius: 6px;
}

.pd-left-0 {
  padding-left: 0;
}

.social-media-links-container {
  grid-column-gap: 16px;
  display: flex;
}

.footer-main-container {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 88px;
  position: relative;
  overflow: hidden;
}

.footer-top-gradient {
  z-index: -1;
  background-image: url('../images/footer-top-gradient-weiland.png'), linear-gradient(#0a0a0a, #05050500);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 32%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer-top-gradient.full {
  height: 100%;
}

.footer-bottom-gradient {
  z-index: -1;
  background-image: url('../images/footer-bottom-gradient-weiland.png'), linear-gradient(#05050500, #0a0a0a);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 32%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.footer-bg-image {
  z-index: -1;
  width: 100%;
  max-width: 1124px;
  position: absolute;
  top: -80px;
  right: -300px;
}

.footer-bg-image.v2 {
  inset: auto auto -80px -320px;
}

.heading-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #fff 25%, #d8e6f7);
  -webkit-background-clip: text;
  background-clip: text;
}

.button-inside-input-sucess-message {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #dddddd4d;
  border-radius: 108px;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  padding: 12px;
  display: flex;
}

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

.top-section {
  z-index: 1;
  border: 1px solid #000;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.top-section.top-section-bg-img-center {
  padding-top: 380px;
  padding-bottom: 140px;
}

.top-section.top-section-bg-img-right {
  padding-top: 134px;
  padding-bottom: 176px;
  overflow: visible;
}

.top-section.pd-bottom-240px {
  padding-bottom: 240px;
}

.top-section.pd-top-56px {
  padding-top: 56px;
}

.top-section.pd-bottom-140px {
  padding-bottom: 140px;
}

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

.top-section.no-top-padding.red {
  background-color: red;
}

.buttons-flex-container {
  grid-column-gap: 24px;
  display: flex;
}

.buttons-flex-container.center {
  justify-content: center;
}

.buttons-flex-container.center.visible-only-on-mblp {
  display: none;
}

.top-section-bg-img-center---img {
  z-index: -1;
  width: 78%;
  max-width: 1108px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
}

.logo-strip-8-columns {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.max-w-24px {
  max-width: 24px;
}

.mg-top-2px {
  margin-top: 2px;
}

.max-w-464px {
  max-width: 464px;
}

.bg-gradient-top {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bg-gradient-top.height-26 {
  height: 26%;
}

.bg-gradient-top.height-56 {
  object-fit: cover;
  object-position: 50% 0%;
  height: 56%;
}

.bg-gradient-top.height-66 {
  height: 66%;
}

.bg-gradient-top.height-46 {
  height: 46%;
}

.bg-gradient-top.bottom-corners-rounded {
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}

.bg-gradient-bottom {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 100%;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-gradient-bottom.height-26 {
  height: 26%;
}

.bg-gradient-bottom.height-56 {
  object-fit: cover;
  object-position: 50% 100%;
  height: 56%;
}

.bg-gradient-bottom.height-46 {
  height: 46%;
}

.heading-and-content-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
}

.heading-and-content-grid.columns-size-auto {
  grid-template-columns: auto auto;
}

.link-heading-white {
  color: var(--neutral--100);
}

.move-y--3px-on-hover {
  transform-style: preserve-3d;
  transition-property: transform;
}

.move-y--3px-on-hover:hover {
  transform: translate3d(0, -3px, .01px);
}

.cta-section-bg-image {
  z-index: -1;
  mix-blend-mode: lighten;
  width: 86%;
  max-width: 1124px;
  display: block;
  position: absolute;
  top: 0;
  left: -190px;
}

.cta-section-bg-image.v2 {
  left: auto;
  right: -130px;
}

.cta-section-bg-image.v3 {
  width: 78%;
  max-width: 1014px;
  left: -64px;
}

.max-w-356px {
  max-width: 356px;
}

.card-border-gradient {
  background-image: linear-gradient(#ffffff4d, #fff0);
  border-radius: 24px;
  padding: 1px;
}

.dot-divider {
  background-color: var(--neutral--500);
  border-radius: 100%;
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
  margin-left: 6px;
  margin-right: 6px;
}

.vertical-links-collection-item {
  z-index: 1;
  margin-bottom: 64px;
  padding-bottom: 64px;
  position: relative;
}

.vertical-links-collection-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.floating-shapes-section---content {
  text-align: center;
  max-width: 720px;
  margin: 260px auto 290px;
}

.floating-shapes-section---content.v2 {
  max-width: 800px;
}

.floating-shapes-section---content.v3 {
  margin-top: 148px;
  margin-bottom: 110px;
}

.floatingbgshape {
  z-index: -1;
  mix-blend-mode: lighten;
  position: absolute;
}

.floatingbgshape._01 {
  max-width: 174px;
  top: 184px;
  left: 0;
}

.floatingbgshape._01.v2 {
  max-width: 176px;
  left: -32px;
}

.floatingbgshape._02 {
  max-width: 198px;
  top: 72px;
  left: 4%;
}

.floatingbgshape._02.v2 {
  max-width: 144px;
  top: 56px;
  left: 12%;
}

.floatingbgshape._03 {
  max-width: 160px;
  top: 24px;
  left: 36%;
}

.floatingbgshape._03.v2 {
  max-width: 168px;
  top: 0;
  left: 34%;
}

.floatingbgshape._04 {
  max-width: 120px;
  top: 210px;
  right: 32%;
}

.floatingbgshape._04.v2 {
  max-width: 126px;
  top: 102px;
  right: 30%;
}

.floatingbgshape._05 {
  max-width: 206px;
  top: 0;
  right: 3%;
}

.floatingbgshape._05.v2 {
  max-width: 250px;
  top: 44px;
  right: 1%;
}

.floatingbgshape._06 {
  max-width: 150px;
  top: 254px;
  right: 6%;
}

.floatingbgshape._06.v2 {
  max-width: 108px;
  top: 290px;
  right: 14%;
}

.floatingbgshape._07 {
  max-width: 122px;
  top: 480px;
  left: 29%;
}

.floatingbgshape._07.v2 {
  max-width: 216px;
  inset: auto -3% -56px auto;
}

.floatingbgshape._08 {
  max-width: 268px;
  bottom: 180px;
  left: -4px;
}

.floatingbgshape._08.v2 {
  max-width: 244px;
  bottom: 40px;
  left: -8px;
}

.floatingbgshape._09 {
  max-width: 254px;
  top: 350px;
  right: -120px;
}

.floatingbgshape._09.v2 {
  max-width: 134px;
  top: auto;
  bottom: -36px;
  right: 52%;
}

.floatingbgshape._10 {
  max-width: 276px;
  bottom: 16px;
  left: 32%;
}

.floatingbgshape._11 {
  max-width: 110px;
  bottom: 172px;
  right: 16%;
}

.floatingbgshape._12 {
  max-width: 258px;
  bottom: 100px;
  right: 2%;
}

.top-section-bg-img-right---img {
  z-index: -1;
  width: 86%;
  max-width: 1118px;
  position: absolute;
  top: -180px;
  right: -318px;
}

.max-w-540px {
  max-width: 540px;
}

.mg-top--16px {
  margin-top: -16px;
}

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

.stats-container.top-section-stats---bottom {
  z-index: 1;
  position: absolute;
  bottom: 120px;
  left: 24px;
  right: 24px;
}

.icon-top-items-column {
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 344px;
  display: grid;
}

.btn-inside-grid-bottom---wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

.slider-dot-nav {
  grid-column-gap: 10px;
  justify-content: center;
  margin-top: 48px;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  position: static;
}

.sticky-card-image-right {
  z-index: -1;
  width: 32%;
  max-width: 344px;
  position: absolute;
  bottom: 0;
  right: 140px;
}

.integration-single-card-wrapper {
  background-image: linear-gradient(#ffffff4d, #fff0);
  border-radius: 24px;
  padding: 1px;
}

.max-w-80px {
  max-width: 80px;
}

.large-image-right---image-wrapper {
  z-index: 1;
  mix-blend-mode: lighten;
  align-items: center;
  width: 54%;
  max-width: 668px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.large-image-right---image-wrapper.arabic {
  left: 0;
  right: auto;
}

.top-section---large-image-bottom-wrapper {
  mix-blend-mode: lighten;
  max-width: 1112px;
  margin-top: 154px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-member-link-block {
  z-index: 1;
  border-radius: 24px 24px 0 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.border-radius-24px-top-corners {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.team-member---content-bottom {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 52px;
}

.max-w-120px {
  max-width: 120px;
}

.mg-bottom--12px {
  margin-bottom: -12px;
}

.icon-and-information-container {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.mg-bottom-134px {
  margin-bottom: 134px;
}

.token-information-main-container {
  z-index: 1;
  max-width: 370px;
  position: sticky;
  top: 24px;
}

.mg-bottom-240px {
  margin-bottom: 240px;
}

.contact-form-main {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 530px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

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

.link-card-full-bg {
  z-index: 1;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0;
}

.display-block {
  display: block;
}

.top-section-card---image-right {
  z-index: 1;
  mix-blend-mode: lighten;
  width: 54%;
  max-width: 666px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.large-image-left---image-wrapper {
  z-index: 1;
  mix-blend-mode: lighten;
  align-items: center;
  width: 52%;
  max-width: 640px;
  padding-top: 14%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52px;
}

.blending-mode-lighten {
  mix-blend-mode: lighten;
}

.testimonial-floating-item-wrapper {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(135deg, #282f3966 30%, #0006), linear-gradient(#ffffff26, #fff0);
  border-radius: 14px;
  padding: 1px;
  position: absolute;
}

.testimonial-floating-item-wrapper.first {
  top: 20px;
  right: 12%;
}

.testimonial-floating-item-wrapper.second {
  top: 100px;
  left: 8%;
}

.testimonial-floating-item-wrapper.third {
  bottom: 160px;
  right: 2%;
}

.testimonial-floating-item-wrapper.fourth {
  bottom: 40px;
  left: 10%;
}

.testimonial-floating-item {
  grid-column-gap: 10px;
  background-image: linear-gradient(135deg, #282f3999 30%, #0009);
  border-radius: 14px;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.testimonial-floating-items---main-container {
  min-height: 444px;
  position: relative;
}

.testimonial-floating-items---bg-wrapper {
  z-index: -1;
  max-width: 974px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.mg-bottom-104px {
  margin-bottom: 104px;
}

.full-page-image-bottom---image {
  z-index: -1;
  width: 78%;
  max-width: 1108px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.max-w-64px {
  max-width: 64px;
}

.more-jwdev-text-wrapper {
  background-image: url('../images/more-jwdev-bg-weiland.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.more-jwdev-image-wrapper {
  width: 52%;
  max-width: 658px;
}

.sales-home-top-section-bg {
  z-index: -1;
  mix-blend-mode: lighten;
  width: 108%;
  max-width: 1544px;
  position: absolute;
  top: 14%;
  left: -10%;
}

.sales-home-badge-wrapper {
  z-index: 1;
  border-radius: 96px;
  padding: 1px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
}

.sales-home-badge {
  color: var(--neutral--100);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(135deg, #566070 15%, #060606);
  border-radius: 96px;
  justify-content: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
}

.sales-home-badge:hover {
  color: var(--neutral--100);
}

.sales-home-badge-border {
  z-index: -1;
  background-image: linear-gradient(135deg, #fff6, #fff0), linear-gradient(135deg, #566070, #060606);
  border-radius: 96px;
  position: absolute;
  inset: 0;
}

.copyright {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 286px;
  padding: 12px 22px 12px 18px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 24px 12px auto;
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.copyright:hover {
  color: #666977;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-jwdev-sub {
  color: #523ff5;
  text-decoration: underline;
}

.more-templates-lottie {
  width: 44px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.legal-notices {
  z-index: 999;
  color: var(--accent--primary-1);
  background-color: #fc0000;
  position: relative;
}

.legal-notice {
  margin-left: auto;
  margin-right: auto;
}

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

.language-link {
  color: #bbb;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-toggle {
  color: var(--neutral--300);
  border: 1px #9b9eb838;
  border-radius: 999px;
  padding-right: 45px;
  transition: all .2s;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-dropdown.only-in-mbl {
  display: block;
}

.flag-4 {
  background-image: url('../images/norway.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-5 {
  background-image: url('../images/sweden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-1 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #151619;
  background-image: linear-gradient(90deg, #202328, #0e0f11);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.flag-3 {
  background-image: url('../images/france.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-2 {
  background-image: url('../images/german.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-2.ru {
  background-image: url('../images/Russian.svg');
}

.flag-2.ar {
  background-image: url('../images/Arabic.svg');
}

.phonelargereveal {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-effect-overflow-hidden {
  overflow: hidden;
}

.text-overlap-end {
  background-color: #000;
  height: 100%;
  position: absolute;
  inset: auto 0% -100%;
}

.text-effect-wrapper {
  background-color: #050505;
  height: 260vh;
  margin-top: -20vh;
  margin-bottom: -20vh;
}

.text-effect-gradient {
  mix-blend-mode: darken;
  background-image: linear-gradient(#000 12%, #351073 26%, #c958de 38%, #fbb1f7 50%, #c958de 64%, #351073 76%, #000 88%);
  height: 260vh;
  position: absolute;
  inset: 0%;
}

.text-effect-inner {
  background-color: #070707;
  position: relative;
  overflow: hidden;
}

.section-text-gradient-effect {
  z-index: 0;
  position: relative;
}

.text-effect-text {
  color: #f5f5f7;
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.2em;
}

.text-effect-sticky-element {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.enterprise-request {
  grid-column-gap: 16px;
  display: flex;
}

.arabic {
  direction: rtl;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .container-default {
    padding-top: 100px;
  }

  .section.pd-top-0 {
    padding-bottom: 40px;
  }

  .testimonial-floating-item-wrapper.third {
    bottom: 130px;
  }

  .testimonial-floating-item-wrapper.fourth {
    bottom: 64px;
    left: 26%;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    border-radius: 20px;
    padding: 80px 64px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

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

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.dropdown-main-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.token-details-grid {
    grid-column-gap: 64px;
    justify-content: start;
  }

  .grid-2-columns.contact-form-right-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-links-bottom---card-header {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .grid-2-columns.author-and-content-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .grid-2-columns.sticky-text-and-card-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.features-center-grid {
    grid-column-gap: 40px;
  }

  .grid-2-columns.rich-text-and-card-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.footer-card {
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.features-card {
    padding: 80px 48px;
  }

  .card.accordion-and-image-card {
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 64px 48px;
    display: flex;
  }

  .card.testimonial-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.image-right-sticky-card {
    padding: 100px 48px;
  }

  .card.integration-3-columns-card {
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.integration-single-link-card {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .card.large-image-right {
    padding: 88px 48px 0;
  }

  .card.team-member-top-section-card {
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.integration-top-section-card {
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.contact-form-card {
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.faqs-card {
    padding: 56px 48px;
  }

  .card.faqs-card.small {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.contact-form-right-card {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding: 64px 40px 80px;
  }

  .card.blog-post-image-right-link-card {
    padding: 64px 40px;
  }

  .card.top-section-image-right---card {
    grid-template-columns: 1fr;
    padding: 80px 0 0;
  }

  .card.large-image-left {
    grid-template-columns: 1fr 1.5fr;
    padding: 120px 40px;
  }

  .card.vertical-links-card {
    padding: 48px 40px 64px;
  }

  .card.career-content-card {
    padding: 80px 40px;
  }

  .card.pricing-card {
    margin-top: 0;
    padding-bottom: 32px;
  }

  .card.pricing-table-card, .card.top-section-features-bottom-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.add-to-cart-card {
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card._404-page-card {
    margin-top: -48px;
    padding-bottom: 80px;
  }

  .card.password-protected-card {
    padding-top: 64px;
  }

  .card.more-jwdev {
    flex-direction: column-reverse;
  }

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

  .grid-4-columns.pricing-table {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4-columns.footer-main-pages-grid {
    grid-row-gap: 12px;
    grid-template-columns: auto auto;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px._40px-tablet {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider._40px._24px-tablet {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .divider.nav-menu-bottom-divider---tablet {
    display: block;
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 24px;
  }

  .divider._48px._32px-tablet {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._64px---120px, .divider._80px---120px {
    margin-bottom: 80px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-24px.fix-left {
    max-width: 90%;
    margin-left: 29px;
  }

  .mg-bottom-40px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .text-200.dropdown-column-title {
    margin-bottom: 20px;
  }

  .text-200.pricing-mobile-title {
    display: block;
  }

  .display-1 {
    font-size: 64px;
  }

  .display-1.heading-color-gradient.mg-bottom-0 {
    font-size: 30px;
  }

  .display-1.heading-color-gradient.mg-bottom-0.tablet-header {
    max-width: 85%;
    font-size: 41px;
  }

  .display-1.heading-color-gradient.mg-bottom-0.meet-owr.smaller-ru {
    font-size: 30px;
  }

  .display-1.heading-color-gradient.mg-bottom-0.meet-owr.smaller-de {
    font-size: 42px;
  }

  .display-1.arabic.arabic-smaller {
    font-size: 30px;
  }

  .grid-1-column.gap-row-20px.fix-left {
    margin-left: 30px;
  }

  .grid-1-column.gap-row-40px.testimonial-column-right {
    grid-row-gap: 12px;
    margin-top: 64px;
  }

  .grid-1-column.gap-row-40px.gap-row-12px-tablet {
    grid-row-gap: 12px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 48px;
  }

  .display-2.mg-bottom-0 {
    letter-spacing: 0;
  }

  .display-2.heading-color-gradient.mg-bottom-0 {
    max-width: 75%;
    margin-left: 29px;
    font-size: 44px;
  }

  .display-2.heading-color-gradient.mg-bottom-0.top-data-security {
    max-width: 100%;
    font-size: 41px;
  }

  .display-2.heading-color-gradient.mg-bottom-0.welcome {
    margin-left: 29px;
  }

  .display-2.heading-color-gradient.mg-bottom-0.bulletproof-security.smaller-ru {
    font-size: 30px;
  }

  .display-2.heading-color-gradient.mg-bottom-0.smartphone-excedllence {
    margin-left: auto;
  }

  .display-3.mg-bottom-4px.developed-by-professionals, .display-3.mg-bottom-4px.uniquedesign, .display-3.mg-bottom-4px.completely-tap-proof, .display-3.mg-bottom-4px.secure-plus-mode {
    font-size: 29px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300.footer-column-title {
    margin-bottom: 24px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.gap-row-48px {
    align-items: center;
  }

  .grid-3-columns.dropdown-main-pages-grid {
    grid-column-gap: 48px;
    grid-template-columns: auto auto auto;
  }

  .grid-3-columns.footer-main-pages-grid {
    grid-row-gap: 12px;
    grid-template-columns: auto auto;
  }

  .grid-3-columns.testimonials-3-col-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .grid-3-columns.gap-64px {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container._420px._100-tablet.fix-left {
    margin-left: 28px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .mg-bottom-0 {
    max-width: 90%;
    margin-left: 29px;
    margin-right: auto;
    font-size: 16px;
  }

  .mg-bottom-0.unique-design {
    margin-left: 0;
    margin-right: 0;
  }

  .mg-bottom-0.developed-by-professionals {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .mg-bottom-0.completely-taqp-proof, .mg-bottom-0.secure-plus-mode {
    margin-left: 0;
    margin-right: 0;
  }

  .mg-bottom-0.you-decide {
    margin-left: auto;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 16px;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .line-rounded-icon.diagonal-link-arrow.icon-size-24px {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    font-size: 20px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .section.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-page {
    padding-top: 80px;
  }

  .section.cta-home-pages {
    padding-bottom: 120px;
  }

  .section.pd-100px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.pd-20px---140px {
    padding-bottom: 120px;
  }

  .section.pd-140px {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .header-content-wrapper.logo-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    display: flex;
  }

  .header-nav-menu-wrapper {
    background-color: var(--secondary--color-1);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-list-item.show-on-tablet {
    display: block;
  }

  .dropdown-column-grid-container {
    background-color: var(--secondary--color-1);
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    transform: none;
  }

  .dropdown-column-grid-container.w--open {
    position: static;
  }

  .header-logo-link {
    max-width: 220px;
    margin-right: 24px;
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-right-side {
    margin-left: 24px;
  }

  .header-right-side.v2 {
    display: none;
  }

  .header-left-side {
    justify-content: space-between;
    width: 100%;
  }

  .header-left-side.right-side-tablet {
    grid-column-gap: 24px;
    width: auto;
  }

  .header-left-side.arabic {
    justify-content: flex-start;
    align-items: center;
  }

  .hidden-on-desktop.show-on-tablet {
    display: block;
  }

  .hidden-on-tablet {
    display: none;
  }

  .footer-logo-wrapper {
    max-width: 220px;
  }

  .footer-top {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-items: start;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.v2 {
    grid-column-gap: 48px;
    grid-template-columns: auto auto;
  }

  .footer-bottom {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
  }

  .footer-bottom.text-right-desktop {
    text-align: center;
  }

  .footer-middle {
    grid-row-gap: 48px;
    grid-template-columns: 1.75fr 1fr;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-middle.v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

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

  .text-center.infrastructure {
    max-width: 50%;
  }

  .sticky-top.static-tablet {
    position: static;
    top: auto;
  }

  .video-play-button {
    max-width: 50%;
  }

  .cta-card {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 64px;
    padding: 88px 48px;
  }

  .cta-card.v2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cta-card.v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-card.v5 {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .slider-mask {
    position: static;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .pricing-column.first {
    display: none;
  }

  .pricing-content-wrapper {
    grid-row-gap: 12px;
    min-height: 160px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-content-wrapper.bottom {
    min-height: 120px;
  }

  .categories-badges-item-wrapper.vertical-desktop {
    grid-row-gap: 20px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .categories-badges-wrapper.vertical-desktop {
    grid-row-gap: 20px;
  }

  ._404-not-found {
    max-height: 228px;
    font-size: 290px;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .home-pages-cointainer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-image-wrapper {
    max-width: none;
  }

  .figma-file-text-wrapper {
    padding: 64px 40px 24px;
  }

  .dropdown-column-wrapper {
    background-color: var(--secondary--color-1);
    box-shadow: none;
    background-image: none;
    background-size: auto;
    border-width: 0;
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-column-wrapper.right {
    transform: none;
  }

  .footer-main-container {
    padding-bottom: 80px;
  }

  .footer-top-gradient, .footer-bottom-gradient {
    height: 15%;
  }

  .footer-bg-image {
    right: -180px;
  }

  .footer-bg-image.v2 {
    left: -260px;
  }

  .top-section {
    padding-top: 80px;
  }

  .top-section.top-section-bg-img-center {
    padding-top: 240px;
    padding-bottom: 100px;
  }

  .top-section.top-section-bg-img-right {
    padding-top: 80px;
  }

  .top-section.pd-bottom-240px {
    padding-bottom: 164px;
  }

  .top-section.pd-bottom-140px {
    padding-bottom: 108px;
  }

  .top-section-bg-img-center---img {
    width: 80%;
    max-width: 614px;
    margin-right: 0;
    top: 4%;
  }

  .max-w-464px.max-w-100-tablet {
    max-width: 100%;
  }

  .bg-gradient-top.height-56, .bg-gradient-bottom.height-56 {
    height: 50%;
  }

  .heading-and-content-grid {
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: flex-start start;
  }

  .heading-and-content-grid.mg-bottom-32px.mg-bottom-48px-tablet {
    margin-bottom: 48px;
  }

  .heading-and-content-grid.columns-size-auto {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .cta-section-bg-image.v2 {
    top: 12px;
    right: -32px;
  }

  .cta-section-bg-image.v3 {
    left: -28px;
  }

  .max-w-356px.center-tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .card-border-gradient.mg-top-80px.mg-top-0-tablet {
    margin-top: 0;
  }

  .vertical-links-collection-item {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }

  .floating-shapes-section---content {
    margin-top: 200px;
    margin-bottom: 220px;
  }

  .floatingbgshape._01 {
    max-width: 100px;
    top: 120px;
  }

  .floatingbgshape._01.v2 {
    max-width: 120px;
  }

  .floatingbgshape._02 {
    max-width: 120px;
    top: 50px;
    left: 4%;
  }

  .floatingbgshape._02.v2 {
    max-width: 80px;
  }

  .floatingbgshape._03 {
    max-width: 110px;
  }

  .floatingbgshape._03.v2 {
    max-width: 120px;
    top: 8px;
  }

  .floatingbgshape._04 {
    top: 148px;
  }

  .floatingbgshape._04.v2 {
    max-width: 100px;
    top: 108px;
  }

  .floatingbgshape._05 {
    max-width: 120px;
  }

  .floatingbgshape._05.v2 {
    max-width: 140px;
    top: 32px;
  }

  .floatingbgshape._06 {
    max-width: 80px;
    right: 1%;
  }

  .floatingbgshape._06.v2 {
    max-width: 80px;
    top: 300px;
  }

  .floatingbgshape._07 {
    max-width: 100px;
    top: 380px;
  }

  .floatingbgshape._07.v2 {
    max-width: 160px;
    right: 4px;
  }

  .floatingbgshape._08 {
    max-width: 140px;
  }

  .floatingbgshape._08.v2 {
    max-width: 140px;
    left: 32px;
  }

  .floatingbgshape._09 {
    max-width: 120px;
    right: -72px;
  }

  .floatingbgshape._09.v2 {
    max-width: 100px;
    bottom: -16px;
  }

  .floatingbgshape._10 {
    max-width: 180px;
  }

  .floatingbgshape._11 {
    max-width: 80px;
    bottom: 120px;
  }

  .floatingbgshape._12 {
    max-width: 140px;
    bottom: 80px;
    right: 6%;
  }

  .top-section-bg-img-right---img {
    opacity: .5;
    width: 80%;
    top: 40px;
    right: -100px;
  }

  .stats-container.top-section-stats---bottom {
    bottom: 80px;
  }

  .icon-top-items-column {
    grid-row-gap: 48px;
  }

  .btn-inside-grid-bottom---wrapper {
    bottom: -92px;
  }

  .sticky-card-image-right {
    right: 48px;
  }

  .large-image-right---image-wrapper {
    z-index: -1;
    width: 100%;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .top-section---large-image-bottom-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .max-w-120px {
    max-width: 100px;
  }

  .mg-bottom-134px {
    margin-bottom: 100px;
  }

  .token-information-main-container {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
    top: auto;
  }

  .mg-bottom-240px {
    margin-bottom: 164px;
  }

  .top-section-card---image-right {
    width: 100%;
    max-width: none;
    margin-top: 64px;
    position: static;
  }

  .large-image-left---image-wrapper {
    width: 46%;
    left: 32px;
  }

  .testimonial-floating-item-wrapper.first {
    top: 8px;
    right: 2%;
  }

  .testimonial-floating-item-wrapper.second {
    top: 80px;
    left: 4%;
  }

  .testimonial-floating-item-wrapper.fourth {
    left: 8%;
  }

  .mg-bottom-104px {
    margin-bottom: 88px;
  }

  .full-page-image-bottom---image {
    width: 100%;
  }

  .more-jwdev-text-wrapper {
    padding: 64px 40px;
  }

  .more-jwdev-image-wrapper {
    width: 100%;
    max-width: none;
  }

  .sales-home-top-section-bg {
    top: 32%;
  }

  .copyright {
    right: 24px;
  }

  .language-dropdown.hidden-on-mbl {
    display: none;
  }

  .text-effect-text {
    font-size: 3em;
  }

  .enterprise-request.hidden-on-mbl {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    border-radius: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 64px 48px;
    font-size: 20px;
  }

  figcaption {
    margin-top: 12px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns._1-col-tablet.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

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

  .grid-2-columns.template-page-sidebar, .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 32px;
  }

  .grid-2-columns._1fr---2-2fr, .grid-2-columns._2-5fr---1fr, .grid-2-columns._1fr---1-75fr, .grid-2-columns._2-05fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.token-details-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-2-columns.contact-form-right-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-links-bottom---card-header {
    padding: 64px 32px 48px;
  }

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

  .grid-2-columns.blog-post-tabs-left-grid {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.author-and-content-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sticky-text-and-card-grid {
    grid-row-gap: 48px;
  }

  .grid-2-columns.title-and-rich-text-grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.features-center-grid {
    grid-column-gap: 32px;
  }

  .grid-2-columns.rich-text-and-card-grid {
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 20px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.figma-file {
    margin-bottom: 24px;
  }

  .card.footer-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.features-card {
    grid-row-gap: 100px;
    padding: 64px 32px;
  }

  .card.accordion-and-image-card {
    padding: 48px 32px;
  }

  .card.testimonial-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.image-right-sticky-card {
    padding: 48px 32px 0;
    display: block;
    position: relative;
    bottom: auto;
  }

  .card.integration-3-columns-card {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.integration-single-link-card {
    padding: 40px 32px 48px;
  }

  .card.large-image-right {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.team-member-top-section-card {
    padding: 48px 32px 64px;
  }

  .card.integration-top-section-card {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.contact-form-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.faqs-card {
    padding: 48px 32px;
  }

  .card.faqs-card.small {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.contact-form-right-card {
    padding: 48px 32px 64px;
  }

  .card.blog-post-image-right-link-card {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding: 40px 32px 48px;
  }

  .card.top-section-image-right---card {
    padding-top: 64px;
  }

  .card.large-image-left {
    padding: 64px 32px 0;
    display: block;
  }

  .card.vertical-links-card {
    padding: 40px 32px 48px;
  }

  .card.career-content-card {
    padding: 48px 32px 64px;
  }

  .card.pricing-card {
    padding-top: 40px;
  }

  .card.pricing-card.popular {
    padding-bottom: 48px;
  }

  .card.pricing-table-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.top-section-features-bottom-card {
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.add-to-cart-card {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card._404-page-card {
    margin-top: -32px;
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .card.password-protected-card {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.more-jwdev {
    margin-bottom: 48px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.pricing-table {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.footer-main-pages-grid {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._64px {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .divider._40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.nav-menu-bottom-divider---tablet {
    left: 20px;
    right: 20px;
  }

  .divider._48px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider._80px---120px {
    margin-bottom: 64px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-16px {
    margin-bottom: 12px;
  }

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

  .mg-bottom-24px.mg-bottom-12px-mbl {
    margin-bottom: 12px;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .mg-top-64px {
    margin-top: 56px;
  }

  .mg-top-80px {
    margin-top: 72px;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .text-200.pricing-mobile-title {
    font-size: 18px;
  }

  .display-1 {
    font-size: 52px;
  }

  .display-1.heading-color-gradient.mg-bottom-0.tablet-header._100-data-security {
    font-size: 35px;
  }

  .display-1.heading-color-gradient.mg-bottom-0.meet-owr {
    max-width: 79%;
    margin-left: auto;
    margin-right: auto;
  }

  .display-1.heading-color-gradient.mg-bottom-0.meet-owr.smaller-de {
    font-size: 29px;
  }

  .display-1.mg-bottom--12px {
    margin-bottom: -8px;
  }

  .display-1.arabic.arabic-smaller {
    font-size: 36px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-40px {
    grid-row-gap: 32px;
  }

  .grid-1-column.gap-row-40px.testimonial-column-right {
    margin-top: 0;
  }

  .grid-1-column.gap-row-120px {
    grid-row-gap: 80px;
  }

  .display-2 {
    font-size: 40px;
  }

  .display-2.mg-bottom-4px {
    font-size: 35px;
  }

  .display-2.heading-color-gradient.mg-bottom-0.top-data-security.by-ex-military {
    font-size: 28px;
  }

  .display-2.heading-color-gradient.mg-bottom-0.welcome.welcome-to-a-secure-world, .display-2.heading-color-gradient.mg-bottom-0.bulletproof-security, .display-2.heading-color-gradient.mg-bottom-0.smartphone-excedllence {
    font-size: 35px;
  }

  .display-2.text-center.mg-bottom-32px.mg-top-40px {
    font-size: 32px;
  }

  .display-3, .display-3.mg-bottom-4px.developed-by-professionals, .display-3.mg-bottom-4px.uniquedesign, .display-3.mg-bottom-4px.completely-tap-proof, .display-3.mg-bottom-4px.secure-plus-mode {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.footer-column-title {
    margin-bottom: 20px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-3-columns.gap-row-48px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.dropdown-main-pages-grid {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    display: flex;
  }

  .grid-3-columns.footer-main-pages-grid {
    grid-column-gap: 24px;
    grid-template-columns: auto auto auto;
  }

  .grid-3-columns.columns-and-image-center-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-64px {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .border-radius-24px {
    border-radius: 20px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-light {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 14px 24px;
  }

  .btn-primary.large {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .btn-secondary {
    padding: 14px 24px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .btn-secondary.pagination-btn {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input.cart-quantity-input {
    min-height: 48px;
  }

  .text-area {
    border-radius: 18px;
    font-size: 16px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .social-link-single {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    font-size: 16px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .line-rounded-icon.diagonal-link-arrow.floating-icon---top-right {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    font-size: 20px;
    top: 24px;
    right: 24px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text img {
    border-radius: 20px;
  }

  .rich-text p, .rich-text h2 {
    margin-bottom: 12px;
  }

  .rich-text h3 {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rich-text ul {
    padding-left: 32px;
  }

  .rich-text ol {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 32px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.hero-page {
    padding-top: 64px;
  }

  .section.cta-home-pages {
    padding-bottom: 100px;
  }

  .section.pd-100px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pd-20px---140px {
    padding-bottom: 80px;
  }

  .section.pd-140px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.rounded-corners-section {
    border-radius: 20px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-content-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-logo-link {
    max-width: 200px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .header-right-side {
    margin-left: 16px;
  }

  .header-left-side.right-side-tablet {
    grid-column-gap: 20px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary.right-slider-arrow-top-right {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0% 72px;
  }

  .btn-circle-secondary.left-slider-arrow-top-right {
    margin-left: auto;
    margin-right: auto;
    inset: auto 72px 0% 0%;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .footer-logo-wrapper {
    max-width: 200px;
  }

  .footer-top {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-top.v2 {
    grid-column-gap: 32px;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-middle {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-middle.v2 {
    grid-row-gap: 24px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sticky-top.static-mbl {
    position: static;
    top: auto;
  }

  .cta-card {
    padding: 48px 32px 64px;
  }

  .cta-card.v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-card.v4, .cta-card.v5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider-wrapper {
    padding-bottom: 88px;
  }

  .slider-wrapper.pd-bottom-0-mbl {
    padding-bottom: 0;
  }

  .acordion-body.pd-left-64px {
    padding-left: 56px;
  }

  .accordion-btn-line.vertical {
    height: 16px;
  }

  .accordion-btn-line.horizontal {
    width: 16px;
  }

  .accordion-icon-wrapper {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-column.center {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .pricing-table-top {
    min-height: 160px;
    position: static;
  }

  .pricing-content-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 140px;
  }

  .pricing-content-wrapper.empty {
    display: none;
  }

  .pricing-content-wrapper.bottom {
    min-height: auto;
  }

  .categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-item-wrapper.vertical-desktop {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
  }

  .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-wrapper.vertical-desktop {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
  }

  ._404-not-found {
    max-height: 142px;
    font-size: 180px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .home-pages-cointainer {
    border-radius: 20px;
    margin-top: 72px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 20px;
  }

  .image-home-link-wrapper {
    border-radius: 12px;
    max-width: 209px;
  }

  .card-sales-home-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .home-surprises-card {
    border-radius: 20px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .max-w-48px.max-w-40px-mbl {
    max-width: 40px;
  }

  .divider-vertical.horizontal-mbp {
    margin-left: 20px;
    margin-right: 20px;
  }

  .divider-vertical.horizontal-mbl {
    min-width: auto;
    max-width: none;
    min-height: 1px;
    max-height: 1px;
    margin-left: 0;
    margin-right: 0;
  }

  .divider-vertical.mg-0-mbl {
    margin-left: 0;
    margin-right: 0;
  }

  .hidden-on-mbl {
    display: none;
  }

  .btn-primary-wrapper.pagination {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
  }

  .social-media-links-container {
    grid-column-gap: 12px;
  }

  .footer-main-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-bg-image {
    top: -64px;
    right: -150px;
  }

  .footer-bg-image.v2 {
    max-width: 480px;
    bottom: -64px;
    left: -180px;
  }

  .button-inside-input-sucess-message {
    min-height: 60px;
  }

  .top-section {
    padding-top: 64px;
  }

  .top-section.top-section-bg-img-center {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .top-section.top-section-bg-img-right {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .top-section.pd-bottom-240px {
    padding-bottom: 140px;
  }

  .top-section.pd-bottom-140px {
    padding-bottom: 88px;
  }

  .buttons-flex-container {
    grid-column-gap: 20px;
  }

  .top-section-bg-img-center---img {
    width: 72%;
    max-width: 500px;
    top: 2%;
  }

  .logo-strip-8-columns {
    grid-row-gap: 16px;
    grid-template-columns: auto auto auto auto;
  }

  .bg-gradient-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .bg-gradient-top.height-56 {
    height: 40%;
  }

  .bg-gradient-top.bottom-corners-rounded, .bg-gradient-bottom {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .bg-gradient-bottom.height-56 {
    height: 40%;
  }

  .cta-section-bg-image {
    left: -100px;
  }

  .cta-section-bg-image.v2 {
    right: -100px;
  }

  .cta-section-bg-image.v3 {
    left: -16px;
  }

  .card-border-gradient {
    border-radius: 20px;
  }

  .vertical-links-collection-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .floatingbgshape._01 {
    max-width: 80px;
  }

  .floatingbgshape._01.v2, .floatingbgshape._02 {
    max-width: 100px;
  }

  .floatingbgshape._02.v2 {
    max-width: 72px;
  }

  .floatingbgshape._03 {
    max-width: 90px;
  }

  .floatingbgshape._03.v2 {
    max-width: 100px;
    left: 38%;
  }

  .floatingbgshape._04 {
    max-width: 88px;
  }

  .floatingbgshape._04.v2 {
    max-width: 80px;
  }

  .floatingbgshape._05 {
    max-width: 100px;
  }

  .floatingbgshape._05.v2 {
    max-width: 120px;
  }

  .floatingbgshape._06 {
    max-width: 64px;
    right: -8px;
  }

  .floatingbgshape._06.v2 {
    max-width: 64px;
    top: 288px;
    right: 8%;
  }

  .floatingbgshape._07.v2 {
    max-width: 140px;
  }

  .floatingbgshape._08 {
    max-width: 120px;
    bottom: 120px;
  }

  .floatingbgshape._08.v2 {
    max-width: 120px;
    left: 24px;
  }

  .floatingbgshape._09 {
    max-width: 80px;
    right: -54px;
  }

  .floatingbgshape._10 {
    max-width: 160px;
  }

  .floatingbgshape._11 {
    max-width: 64px;
  }

  .floatingbgshape._12 {
    max-width: 120px;
    right: 1%;
  }

  .top-section-bg-img-right---img {
    z-index: auto;
    opacity: 1;
    width: 100%;
    margin-top: 48px;
    margin-left: auto;
    margin-right: -72px;
    display: block;
    position: static;
    top: auto;
    right: auto;
  }

  .stats-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .stats-container.top-section-stats---bottom {
    margin-top: 80px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .pd-24px-mbl {
    padding: 24px;
  }

  .icon-top-items-column {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    max-width: 100%;
  }

  .slider-dot-nav {
    margin-top: 40px;
  }

  .sticky-card-image-right {
    width: 100%;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    bottom: auto;
    right: auto;
  }

  .integration-single-card-wrapper {
    border-radius: 20px;
  }

  .max-w-80px.max-w-64px-mbl {
    max-width: 64px;
  }

  .top-section---large-image-bottom-wrapper {
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-member-link-block, .border-radius-24px-top-corners {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .max-w-120px {
    max-width: 80px;
  }

  .icon-and-information-container {
    margin-bottom: 20px;
  }

  .mg-bottom-134px {
    margin-bottom: 80px;
  }

  .token-information-main-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .mg-bottom-240px {
    margin-bottom: 140px;
  }

  .contact-form-main {
    min-height: 458px;
  }

  .top-section-card---image-right {
    margin-top: 48px;
  }

  .large-image-left---image-wrapper {
    width: 100%;
    max-width: 480px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .testimonial-floating-item-wrapper.first {
    align-self: flex-start;
    margin-right: 24px;
    position: static;
    top: 0;
    right: 0;
  }

  .testimonial-floating-item-wrapper.second {
    align-self: flex-end;
    margin-left: 24px;
    position: static;
    top: 0;
    left: 0;
  }

  .testimonial-floating-item-wrapper.third {
    align-self: flex-start;
    margin-right: 24px;
    position: static;
    bottom: 0;
    right: 0;
  }

  .testimonial-floating-item-wrapper.fourth {
    align-self: flex-end;
    margin-left: 24px;
    position: static;
    bottom: 0;
    left: 0;
  }

  .testimonial-floating-items---main-container {
    grid-row-gap: 32px;
    flex-direction: column;
    min-height: 480px;
    display: flex;
  }

  .mg-bottom-104px {
    margin-bottom: 80px;
  }

  .full-page-image-bottom---image {
    width: 170%;
    transform: translate(-25%);
  }

  .max-w-64px.max-w-48px-mbl {
    max-width: 48px;
  }

  .more-jwdev-text-wrapper {
    padding: 48px 32px;
  }

  .sales-home-top-section-bg {
    top: 34%;
  }

  .text-effect-text {
    font-size: 2.3em;
  }

  .enterprise-request {
    grid-column-gap: 12px;
  }
}

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

  blockquote {
    padding: 48px 40px;
    font-size: 18px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .grid-2-columns._1-col-tablet.gap-row-64px {
    grid-row-gap: 48px;
    max-width: 90vw;
  }

  .grid-2-columns._2-col-mbl.gap-row-24px.de {
    font-size: 12px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.token-details-grid {
    grid-template-columns: auto;
  }

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

  .card {
    border-radius: 16px;
  }

  .card.footer-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.features-card {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card.team-member-top-section-card {
    padding-bottom: 48px;
  }

  .card.faqs-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.contact-form-right-card {
    padding: 40px 24px 48px;
  }

  .card.blog-post-image-right-link-card {
    grid-row-gap: 40px;
  }

  .card.top-section-image-right---card {
    padding-top: 48px;
  }

  .card.large-image-left {
    padding-top: 56px;
  }

  .card.top-section-features-bottom-card {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .card._404-page-card {
    margin-top: -20px;
    padding-top: 40px;
  }

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

  .grid-4-columns.footer-main-pages-grid {
    display: flex;
  }

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .color-neutral-400.mg-bottom-24px.mg-bottom-0-mbp {
    margin-bottom: 0;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.nav-menu-bottom-divider---tablet {
    left: 16px;
    right: 16px;
  }

  .divider._64px---120px {
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .mg-bottom-40px.mg-bottom-24px-tablet.fully-encrypted {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .mg-bottom-80px {
    margin-bottom: 64px;
  }

  .display-1 {
    font-size: 48px;
  }

  .display-1.heading-color-gradient.mg-bottom-0.tablet-header._100-data-security {
    max-width: 95%;
    margin-left: auto;
    font-size: 30px;
  }

  .display-1.heading-color-gradient.mg-bottom-0.meet-owr.smaller-ru {
    font-size: 21px;
  }

  .display-1.mg-bottom--12px {
    margin-bottom: -6px;
  }

  .display-1.arabic.arabic-smaller {
    font-size: 38px;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-2.mg-bottom-4px.ic {
    margin-bottom: 20px;
    font-size: 31px;
  }

  .display-2.heading-color-gradient.mg-bottom-0 {
    font-size: 30px;
  }

  .display-2.heading-color-gradient.mg-bottom-0.top-data-security {
    margin-left: auto;
  }

  .display-2.heading-color-gradient.mg-bottom-0.top-data-security.by-ex-military {
    font-size: 26px;
  }

  .display-2.heading-color-gradient.mg-bottom-0.welcome.welcome-to-a-secure-world, .display-2.heading-color-gradient.mg-bottom-0.bulletproof-security {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .display-2.heading-color-gradient.mg-bottom-0.bulletproof-security.smaller-ru {
    font-size: 27px;
  }

  .display-2.heading-color-gradient.mg-bottom-0.smartphone-excedllence {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .display-3, .display-3.mg-bottom-4px.developed-by-professionals, .display-3.mg-bottom-4px.uniquedesign, .display-3.mg-bottom-4px.completely-tap-proof, .display-3.mg-bottom-4px.secure-plus-mode {
    font-size: 24px;
  }

  .text-100.search-result-bottom-text {
    display: none;
  }

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

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.gap-row-48px.grid-1-column-iphone {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .grid-3-columns.footer-main-pages-grid {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._466px._100-tablet {
    max-width: 80%;
  }

  .inner-container._466px._100-tablet.ar {
    max-width: 100%;
  }

  .inner-container._530px._100-tablet {
    max-width: 80%;
  }

  .inner-container._530px._100-tablet.ar {
    max-width: 100%;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .mg-bottom-0 {
    margin-left: auto;
  }

  .mg-bottom-0.fix-left {
    margin-left: 29px;
  }

  .border-radius-24px {
    border-radius: 16px;
  }

  .btn-primary {
    width: 100%;
  }

  .btn-primary.small.arabic {
    direction: ltr;
  }

  .btn-primary.cta-schedule-call {
    font-size: 15px;
  }

  .btn-primary.phone-details-cta-button.de {
    font-size: 14px;
  }

  .btn-secondary {
    width: 100%;
  }

  .btn-secondary.pagination-btn {
    margin: 8px 0;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .input.subscribe-button-inside {
    padding-right: 24px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .social-link-single {
    border-radius: 6px;
  }

  .line-rounded-icon.success-message-check {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon.diagonal-link-arrow.icon-size-24px {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    font-size: 16px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text img {
    border-radius: 16px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-page {
    padding-top: 48px;
  }

  .section.cta-home-pages {
    padding-bottom: 80px;
  }

  .section.pd-100px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.pd-140px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.rounded-corners-section {
    border-radius: 16px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-nav-menu-list.arabic {
    align-items: flex-end;
  }

  .header-nav-link.arabic {
    text-align: right;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-on-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .header-nav-list-item.align-right {
    text-align: right;
  }

  .header-logo-link {
    max-width: 180px;
  }

  .hamburger-menu-bar {
    width: 28px;
  }

  .header-left-side.right-side-tablet {
    grid-column-gap: 16px;
  }

  .utility-page-wrap {
    padding-top: 56px;
  }

  .flex-vertical.de-footer {
    font-size: 10px;
  }

  .footer-logo-wrapper {
    max-width: 180px;
  }

  .footer-top.v2 {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .footer-bottom.en-footer {
    font-size: 10px;
  }

  .text-center.pd-24px-mbl.pd-0-mbp {
    padding: 0;
  }

  .text-center.infrastructure {
    max-width: 100%;
  }

  .text-center.mg-b-i {
    margin-bottom: 40px;
  }

  .cta-card.v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-card.v4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .pricing-content-wrapper {
    min-height: 120px;
  }

  ._404-not-found {
    max-height: 80px;
    font-size: 100px;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0;
  }

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

  .home-pages-cointainer {
    border-radius: 16px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
  }

  .card-sales-home-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-surprises-card {
    border-radius: 16px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .divider-vertical.horizontal-mbp {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
    max-height: 1px;
    margin: 24px 0;
  }

  .divider-vertical.horizontal-mbl {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .btn-primary-wrapper {
    width: 100%;
  }

  .btn-primary-wrapper.inside-input {
    margin-top: 16px;
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .btn-primary-wrapper.pagination {
    margin: 8px 0;
  }

  .footer-main-container {
    padding-bottom: 48px;
  }

  .footer-bg-image {
    right: -80px;
  }

  .footer-bg-image.v2 {
    bottom: -48px;
    left: -140px;
  }

  .button-inside-input-sucess-message {
    text-align: center;
    border-radius: 16px;
    flex-direction: column;
    min-height: 124px;
  }

  .top-section {
    padding-top: 48px;
  }

  .top-section.top-section-bg-img-center {
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .top-section.pd-bottom-240px {
    padding-bottom: 120px;
  }

  .top-section.pd-top-56px {
    padding-top: 48px;
  }

  .top-section.pd-bottom-140px {
    padding-bottom: 80px;
  }

  .buttons-flex-container {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .buttons-flex-container.center.hidden-on-mblp {
    display: none;
  }

  .buttons-flex-container.center.visible-only-on-mblp {
    display: block;
  }

  .top-section-bg-img-center---img {
    width: 80%;
  }

  .bg-gradient-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .bg-gradient-top.bottom-corners-rounded, .bg-gradient-bottom {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .heading-and-content-grid {
    justify-items: stretch;
  }

  .cta-section-bg-image {
    left: -80px;
  }

  .cta-section-bg-image.v2 {
    right: -80px;
  }

  .cta-section-bg-image.v3 {
    left: 0;
  }

  .card-border-gradient {
    border-radius: 16px;
  }

  .floating-shapes-section---content.v2 {
    margin-top: 160px;
  }

  .floating-shapes-section---content.v3 {
    margin-top: 120px;
  }

  .floatingbgshape._01 {
    max-width: 64px;
  }

  .floatingbgshape._01.v2 {
    max-width: 80px;
  }

  .floatingbgshape._02 {
    max-width: 80px;
    top: 72px;
  }

  .floatingbgshape._02.v2 {
    top: 32px;
    left: 8%;
  }

  .floatingbgshape._03 {
    max-width: 72px;
  }

  .floatingbgshape._03.v2 {
    max-width: 80px;
  }

  .floatingbgshape._04 {
    max-width: 64px;
  }

  .floatingbgshape._04.v2 {
    max-width: 64px;
    top: 120px;
    right: 16%;
  }

  .floatingbgshape._05 {
    max-width: 80px;
    top: 50px;
  }

  .floatingbgshape._05.v2 {
    max-width: 100px;
  }

  .floatingbgshape._06 {
    display: none;
  }

  .floatingbgshape._07.v2 {
    max-width: 120px;
    bottom: -32px;
    right: 16px;
  }

  .floatingbgshape._08 {
    max-width: 100px;
  }

  .floatingbgshape._08.v2 {
    max-width: 100px;
    bottom: 12px;
  }

  .floatingbgshape._09 {
    display: none;
  }

  .floatingbgshape._09.v2 {
    max-width: 80px;
    display: block;
    right: 38%;
  }

  .floatingbgshape._10 {
    max-width: 128px;
  }

  .floatingbgshape._11 {
    bottom: 80px;
    right: 8%;
  }

  .floatingbgshape._12 {
    bottom: 42px;
    right: -48px;
  }

  .top-section-bg-img-right---img {
    margin-right: -32px;
  }

  .stats-container {
    grid-template-columns: 1fr;
  }

  .stats-container.top-section-stats---bottom {
    margin-top: 64px;
  }

  .btn-inside-grid-bottom---wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .integration-single-card-wrapper {
    border-radius: 16px;
  }

  .max-w-80px.max-w-64px-mbl {
    max-width: 56px;
  }

  .top-section---large-image-bottom-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-member-link-block, .border-radius-24px-top-corners {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .max-w-120px {
    max-width: 72px;
  }

  .mg-bottom-134px {
    margin-bottom: 72px;
  }

  .mg-bottom-240px {
    margin-bottom: 120px;
  }

  .contact-form-main {
    min-height: 676px;
  }

  .contact-form-main.min-h-mbp {
    min-height: 712px;
  }

  .full-page-image-bottom---image {
    width: 260%;
  }

  .sales-home-top-section-bg {
    top: 42%;
  }

  .copyright {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .paragraph {
    font-size: 15px;
  }

  .legal-de-copyright {
    font-size: 10px;
  }

  .arabic-mobile {
    direction: rtl;
  }
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-116683f5 {
  align-self: stretch;
}

#w-node-_284b668b-932e-4409-7d90-051965fc2097-9f754347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_284b668b-932e-4409-7d90-051965fc20a7-9f754347, #w-node-_284b668b-932e-4409-7d90-051965fc20ad-9f754347, #w-node-_284b668b-932e-4409-7d90-051965fc20b3-9f754347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8aac2071-0bb8-d26c-afb7-25088048920b-9f754347, #w-node-_8aac2071-0bb8-d26c-afb7-250880489205-9f754347, #w-node-_8aac2071-0bb8-d26c-afb7-250880489211-9f754347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952a5-9f754347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952ab-9f754347, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952b0-9f754347, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952b5-9f754347, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952bb-9f754347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952cd-9f754347, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952d2-9f754347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0545-9f754347, #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0552-9f754347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0554-9f754347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2b4757e2-0686-639e-05e7-d6eae614658e-45bce7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d07d625b-c12c-e41e-2989-ccf319764810-45bce7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d07d625b-c12c-e41e-2989-ccf319764816-45bce7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d07d625b-c12c-e41e-2989-ccf319764818-45bce7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d07d625b-c12c-e41e-2989-ccf31976481e-45bce7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a225ed58-75db-a9cf-f44d-dac9f0fda446-45bce7bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a225ed58-75db-a9cf-f44d-dac9f0fda44a-45bce7bd {
  justify-self: start;
}

#w-node-d0d44bd9-862c-1094-3d73-3ee0c3b5b8fb-45bce7bd, #w-node-_284b668b-932e-4409-7d90-051965fc2097-956c96d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_284b668b-932e-4409-7d90-051965fc20a7-956c96d1, #w-node-_284b668b-932e-4409-7d90-051965fc20ad-956c96d1, #w-node-_284b668b-932e-4409-7d90-051965fc20b3-956c96d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8aac2071-0bb8-d26c-afb7-25088048920b-956c96d1, #w-node-_8aac2071-0bb8-d26c-afb7-250880489205-956c96d1, #w-node-_8aac2071-0bb8-d26c-afb7-250880489211-956c96d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952a5-956c96d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952ab-956c96d1, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952b0-956c96d1, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952b5-956c96d1, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952bb-956c96d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952cd-956c96d1, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952d2-956c96d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0545-956c96d1, #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0552-956c96d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0554-956c96d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_284b668b-932e-4409-7d90-051965fc2097-b5dd8fa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_284b668b-932e-4409-7d90-051965fc20a7-b5dd8fa5, #w-node-_284b668b-932e-4409-7d90-051965fc20ad-b5dd8fa5, #w-node-_284b668b-932e-4409-7d90-051965fc20b3-b5dd8fa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8aac2071-0bb8-d26c-afb7-25088048920b-b5dd8fa5, #w-node-_8aac2071-0bb8-d26c-afb7-250880489205-b5dd8fa5, #w-node-_8aac2071-0bb8-d26c-afb7-250880489211-b5dd8fa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952a5-b5dd8fa5, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952ab-b5dd8fa5, #w-node-d804edb7-8577-8d0e-9091-f804a41f9148-b5dd8fa5, #w-node-fd8ba81b-baf3-e306-ffdf-994459ad8903-b5dd8fa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952bb-b5dd8fa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952cd-b5dd8fa5, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952d2-b5dd8fa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0545-b5dd8fa5, #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0552-b5dd8fa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0554-b5dd8fa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_284b668b-932e-4409-7d90-051965fc2097-679b7864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_284b668b-932e-4409-7d90-051965fc20a7-679b7864, #w-node-_284b668b-932e-4409-7d90-051965fc20ad-679b7864, #w-node-_284b668b-932e-4409-7d90-051965fc20b3-679b7864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8aac2071-0bb8-d26c-afb7-25088048920b-679b7864, #w-node-_8aac2071-0bb8-d26c-afb7-250880489205-679b7864, #w-node-_8aac2071-0bb8-d26c-afb7-250880489211-679b7864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952a5-679b7864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952ab-679b7864, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952b0-679b7864, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952b5-679b7864, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952bb-679b7864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0f4feb-ff48-7065-bf71-8ef260c952cd-679b7864, #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952d2-679b7864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0545-679b7864, #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0552-679b7864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0554-679b7864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2b4757e2-0686-639e-05e7-d6eae614658e-5b8c8ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d07d625b-c12c-e41e-2989-ccf319764810-5b8c8ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d07d625b-c12c-e41e-2989-ccf319764816-5b8c8ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d07d625b-c12c-e41e-2989-ccf319764818-5b8c8ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d07d625b-c12c-e41e-2989-ccf31976481e-5b8c8ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a225ed58-75db-a9cf-f44d-dac9f0fda446-5b8c8ab8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a225ed58-75db-a9cf-f44d-dac9f0fda44a-5b8c8ab8 {
  justify-self: start;
}

#w-node-d0d44bd9-862c-1094-3d73-3ee0c3b5b8fb-5b8c8ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8aac2071-0bb8-d26c-afb7-25088048920b-9f754347 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8aac2071-0bb8-d26c-afb7-250880489211-9f754347 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952a5-9f754347 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_8aac2071-0bb8-d26c-afb7-25088048920b-956c96d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8aac2071-0bb8-d26c-afb7-250880489211-956c96d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952a5-956c96d1 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_8aac2071-0bb8-d26c-afb7-25088048920b-b5dd8fa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8aac2071-0bb8-d26c-afb7-250880489211-b5dd8fa5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952a5-b5dd8fa5 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_8aac2071-0bb8-d26c-afb7-25088048920b-679b7864 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8aac2071-0bb8-d26c-afb7-250880489211-679b7864 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-cf0f4feb-ff48-7065-bf71-8ef260c952a5-679b7864 {
    order: -9999;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e2cf26de-f347-7bc5-b68f-e7f11e16d1f0-9f754347 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0552-9f754347 {
    order: 9999;
  }

  #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0554-9f754347 {
    justify-self: auto;
  }

  #w-node-e2cf26de-f347-7bc5-b68f-e7f11e16d1f0-956c96d1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0552-956c96d1 {
    order: 9999;
  }

  #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0554-956c96d1 {
    justify-self: auto;
  }

  #w-node-e2cf26de-f347-7bc5-b68f-e7f11e16d1f0-b5dd8fa5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0552-b5dd8fa5 {
    order: 9999;
  }

  #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0554-b5dd8fa5 {
    justify-self: auto;
  }

  #w-node-e2cf26de-f347-7bc5-b68f-e7f11e16d1f0-679b7864 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0552-679b7864 {
    order: 9999;
  }

  #w-node-_6b54ffe0-f8f8-1d36-1bcf-7e0596fb0554-679b7864 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e2cf26de-f347-7bc5-b68f-e7f11e16d1f0-9f754347, #w-node-a225ed58-75db-a9cf-f44d-dac9f0fda446-45bce7bd, #w-node-e2cf26de-f347-7bc5-b68f-e7f11e16d1f0-956c96d1, #w-node-e2cf26de-f347-7bc5-b68f-e7f11e16d1f0-b5dd8fa5, #w-node-e2cf26de-f347-7bc5-b68f-e7f11e16d1f0-679b7864, #w-node-a225ed58-75db-a9cf-f44d-dac9f0fda446-5b8c8ab8 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objectivity';
  src: url('../fonts/Objectivity-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objectivity';
  src: url('../fonts/Objectivity-Bold.woff') format('woff'), url('../fonts/Objectivity-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objectivity';
  src: url('../fonts/Objectivity-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}