:root {
  --neutral-text: #434168;
  --neutral-headline: #141242;
  --purple-main: #5438dc;
  --purple-light: #f8f6fe;
  --light-blue: #aee8e8;
  --dark-900: #120b29;
  --yellow-main: #fff6c8;
}

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

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

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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 {
  color: var(--neutral-text);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  color: var(--neutral-headline);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 115%;
}

h3 {
  color: var(--neutral-headline);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.section {
  padding: 7.2rem 2rem;
}

.section.hp-hero {
  min-height: 90vh;
  background-color: var(--purple-main);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 14rem;
  padding-bottom: 14rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.video {
  background-color: var(--purple-light);
  padding-top: 0;
  padding-bottom: 60rem;
  position: relative;
}

.section.howto {
  background-color: var(--light-blue);
  padding-top: 4rem;
}

.section.footer {
  background-color: var(--light-blue);
  padding-top: 20rem;
  padding-bottom: 2.8rem;
  position: relative;
  overflow: hidden;
}

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

.section.features {
  padding-top: 15rem;
}

.section.scroll {
  background-color: var(--purple-light);
  padding-top: 0;
  padding-bottom: 0;
}

.section.scroll.hide {
  display: block;
}

.section.scroll.mobile-only {
  display: none;
}

.section.special {
  padding: 0;
}

.site-container {
  width: 100%;
  max-width: 1280px;
}

.site-container.hp {
  max-width: 116.8rem;
  grid-column-gap: 8.8rem;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.site-container.header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.site-container.header-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.site-container.hp-main {
  position: relative;
}

.site-container.cta {
  grid-column-gap: 14rem;
  background-color: var(--purple-main);
  border-radius: 1.8rem;
  align-items: center;
  margin-top: -30rem;
  padding: 6.4rem 15rem 6.4rem 0;
  display: flex;
  position: relative;
}

.site-container.site-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.site-container.special {
  position: relative;
}

.btn-primary {
  color: var(--dark-900);
  background-color: #fff;
  border-radius: 100px;
  padding: 1.8rem 4rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
  transition: all .3s;
}

.btn-primary:hover {
  background-color: var(--light-blue);
}

.btn-text {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: underline;
  transition: all .3s;
}

.btn-text:hover {
  color: var(--light-blue);
}

.btns-wrapper {
  grid-column-gap: 3.2rem;
  grid-row-gap: 2.4rem;
  align-items: center;
}

.hp-left {
  max-width: 49rem;
  grid-row-gap: 4.8rem;
  flex: none;
}

.hp-right {
  flex: auto;
}

.hp-img {
  width: 100%;
}

.hp-title-span {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.hp-hero-circle {
  height: 13.7rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-70%, -50%);
}

.header {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 1.6rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--light-blue);
}

.nav-menu {
  grid-column-gap: 2.7rem;
  align-items: center;
  display: flex;
}

.site-logo {
  height: 4.5rem;
}

.centered-container {
  text-align: center;
  align-items: center;
}

.illustration {
  margin-bottom: 2rem;
  margin-left: auto;
}

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

.video-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 85rem;
  margin-top: 7rem;
  position: relative;
}

.kolaz-img {
  height: 40rem;
  object-fit: contain;
}

.cta-content {
  grid-row-gap: 2.4rem;
}

.text-white {
  color: #fff;
}

.p-large {
  font-size: 2rem;
  font-weight: 500;
}

.download-badge {
  height: 4.8rem;
}

.flex-block-2 {
  grid-column-gap: 1.2rem;
  margin-top: 2.4rem;
}

.image {
  height: 4.6rem;
  position: absolute;
  top: 6rem;
  right: -2rem;
}

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

.feature-img {
  max-height: 65rem;
}

.feature-item {
  grid-column-gap: 1.6rem;
  align-items: flex-start;
  line-height: 175%;
}

.feature-content {
  max-width: 47rem;
  grid-row-gap: 1.6rem;
}

.feature-container {
  justify-content: flex-start;
  align-items: center;
}

.feature-container.v2 {
  max-width: 1200px;
  justify-content: space-between;
  margin-left: auto;
}

.margin-bottom-m {
  margin-bottom: 1.6rem;
}

.small-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.howto-grid {
  width: 100%;
  grid-column-gap: 8rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7rem;
  display: grid;
}

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

.howto-card._2nd {
  margin-top: 12rem;
  transform: translate(0);
}

.howto-card_title {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}

.image-2 {
  z-index: -1;
  position: absolute;
  top: 16px;
  right: 0;
  transform: translate(50%);
}

.image-3 {
  position: absolute;
  right: 0;
  transform: translate(25%, -70%);
}

.cta-container {
  width: 100%;
  grid-column-gap: 10rem;
  background-color: var(--yellow-main);
  border-radius: 1.8rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10rem;
  position: relative;
}

.flex-block-3 {
  max-width: 70rem;
  grid-row-gap: 1.6rem;
}

.image-4 {
  height: 35rem;
}

.image-5 {
  z-index: -1;
  position: absolute;
  right: -30px;
}

.cta-wrapper {
  z-index: 1;
  margin-top: 15rem;
  position: relative;
}

.image-6 {
  position: absolute;
  bottom: -6rem;
  left: -4rem;
}

.oblouk {
  width: 100%;
  object-fit: contain;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
}

.oblouk._2 {
  margin-bottom: -1rem;
  position: static;
}

.oblouk.hero {
  height: auto;
  object-fit: cover;
  position: static;
}

.oblouk.footer {
  height: 16rem;
  object-fit: cover;
  overflow: visible;
}

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

.footer-logo {
  height: 4rem;
}

.video-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-bg {
  z-index: -1;
  width: 100%;
  height: 48rem;
  background-color: var(--light-blue);
  border-radius: 3rem;
  position: absolute;
  transform: translate(1%, 10%)rotate(-5deg);
}

.image-7 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-15%, 100%);
}

.scroll-wrapper {
  width: 100%;
  height: 325vh;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50vh;
  position: relative;
}

.sticky-container {
  width: 100%;
  grid-column-gap: 19rem;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  transform: translate(0, -50%);
}

.heading {
  max-width: 36rem;
}

.heading-2 {
  max-width: 37rem;
}

.reason-card {
  grid-column-gap: 2.4rem;
  align-items: flex-start;
  margin-bottom: 3.2rem;
  text-decoration: none;
  display: flex;
}

.reason-card.first {
  margin-top: 4.8rem;
}

.reason-card.last {
  margin-bottom: 0;
}

.reason-card_title {
  color: var(--neutral-headline);
  font-size: 1.8rem;
  font-weight: 600;
}

.reason-card_title.active {
  color: var(--purple-main);
}

.reason-card_text {
  color: var(--neutral-text);
}

.reason-card_icon-wrapper {
  width: 6rem;
  height: 6rem;
  min-height: 6rem;
  min-width: 6rem;
  color: var(--purple-main);
  background-color: #fff;
  border: 1px solid rgba(220, 218, 227, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reason-card_icon-wrapper.active {
  background-color: var(--purple-main);
  color: #fff;
}

.reason-card_content {
  grid-row-gap: .8rem;
}

.flex-block-4 {
  max-width: 56rem;
  position: relative;
}

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

.phone-img {
  width: 100%;
  height: 49rem;
  object-fit: contain;
  position: absolute;
}

.phone-img.img2, .phone-img.img3, .phone-img.img4 {
  opacity: 0;
}

.img-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.phone-blank {
  width: 25rem;
  height: 49rem;
}

.image-8 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.image-9 {
  z-index: -1;
  position: absolute;
  right: 0;
  transform: translate(110%, 70%);
}

.div-block {
  position: relative;
}

.div-block-2 {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-10 {
  z-index: 1;
  position: absolute;
  right: 12vw;
}

.langswitcher {
  grid-column-gap: .8rem;
  align-items: center;
  padding: .8rem;
  position: relative;
}

.divider {
  width: 1px;
  height: 32px;
  background-color: rgba(255, 255, 255, .33);
}

.hidden-lang {
  width: 100%;
  grid-column-gap: .8rem;
  color: #fff;
  background-color: #fff;
  border-radius: .4rem;
  align-items: center;
  padding: 1.6rem 0 0;
  text-decoration: none;
  transition: all .3s;
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
}

.hidden-lang-wrapper {
  width: 100%;
  grid-column-gap: .8rem;
  color: var(--neutral-text);
  border-radius: .4rem;
  align-items: center;
  padding: 1.2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: static;
  top: 110%;
  left: 0;
}

.img-wrapper2 {
  z-index: 1;
  display: none;
  position: relative;
}

.mob-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mob-img.img2, .mob-img.img3, .mob-img.img4 {
  opacity: 0;
}

.mob-circle {
  z-index: -1;
  height: 10rem;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.image-11, .image-12, .footer-oblouk {
  display: none;
}

.blank-video {
  width: 100%;
  height: 48rem;
}

.ytb-video {
  height: 100%;
  border-radius: 3rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.image-14 {
  z-index: -1;
  position: absolute;
  right: 0;
  transform: translate(100%, 130%);
}

.image-15 {
  z-index: -1;
  position: absolute;
  right: 0;
  transform: translate(70%, 220%);
}

.image-16 {
  z-index: -1;
  position: absolute;
  right: 0;
  transform: translate(120%, 540%);
}

.backtop {
  z-index: 9999;
  height: 4.8rem;
  cursor: pointer;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.hero-shape-divider {
  background-color: var(--purple-main);
  position: relative;
}

.scroll-wrapper2 {
  width: 100%;
  height: 325vh;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50vh;
  position: relative;
}

.text-trigger {
  height: 900px;
  background-color: #b6b6b6;
}

.content-trigger {
  height: 900px;
  background-color: #9f9f9f;
  overflow: scroll;
}

.first-anchor {
  z-index: -1;
  position: absolute;
  top: 0%;
}

.second-anchor {
  z-index: -1;
  position: absolute;
  top: 15%;
}

.third-anchor {
  z-index: -1;
  position: absolute;
  top: 25%;
}

.fourth-anchor {
  z-index: -1;
  position: absolute;
  top: 43%;
}

@media screen and (max-width: 991px) {
  .section.hp-hero {
    padding-bottom: 8rem;
  }

  .section.scroll {
    padding-top: 8rem;
    padding-bottom: 7.2rem;
    display: block;
  }

  .section.scroll.mobile-only {
    display: block;
  }

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

  .site-container.hp {
    grid-row-gap: 6rem;
    flex-direction: column;
  }

  .site-container.cta {
    grid-row-gap: 3.4rem;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .site-container.site-footer {
    grid-row-gap: 2.4rem;
    flex-wrap: wrap;
  }

  .site-container.features {
    grid-row-gap: 4.8rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hp-left {
    max-width: 100%;
  }

  .hp-hero-circle {
    display: none;
  }

  .header {
    border: 1px #000;
    padding-bottom: 1.6rem;
  }

  .nav-link {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .nav-menu {
    grid-row-gap: 2rem;
  }

  .site-logo {
    height: 3.6rem;
  }

  .cta-content {
    width: 100%;
    padding: 0 2.4rem;
  }

  .image {
    display: none;
  }

  .feature-img {
    max-height: 50rem;
  }

  .feature-content {
    width: 100%;
    max-width: 100%;
    order: 1;
  }

  .feature-container {
    width: 100%;
    flex-direction: column;
  }

  .cta-container {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .flex-block-3 {
    max-width: 100%;
    padding-top: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .image-4 {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .oblouk.hero {
    display: block;
  }

  .oblouk.footer {
    object-fit: cover;
  }

  .scroll-wrapper {
    height: auto;
    padding-top: 0;
  }

  .sticky-container {
    text-align: center;
    justify-content: center;
    position: static;
    transform: translate(0);
  }

  .reason-card {
    width: 100%;
    grid-row-gap: 1.6rem;
    flex-direction: column;
  }

  .reason-card_title.active {
    color: var(--neutral-headline);
  }

  .reason-card_icon-wrapper.active {
    color: var(--purple-main);
    background-color: #fff;
  }

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

  .flex-block-4 {
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }

  .img-wrapper, .image-9, .divider {
    display: none;
  }

  .hidden-lang {
    padding-top: 0;
    display: flex;
    position: static;
  }

  .hidden-lang-wrapper {
    background-color: var(--neutral-headline);
    color: #fff;
  }

  .img-wrapper2 {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mob-img {
    max-height: 40rem;
  }

  .menu-button {
    padding: 1rem;
  }

  .menu-close {
    height: 2rem;
  }

  .menu-open {
    height: 1.5rem;
  }

  .image-13, .image-14, .image-15, .image-16 {
    display: none;
  }

  .hero-shape-divider {
    display: block;
  }

  .scroll-wrapper2 {
    height: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .small-container {
    align-items: center;
  }

  .howto-grid {
    grid-row-gap: 3.2rem;
    grid-template-columns: 1fr;
  }

  .howto-card._2nd {
    margin-top: 0;
  }

  .image-2, .image-3 {
    display: none;
  }

  .video-bg {
    height: 40rem;
  }

  .image-7 {
    height: 8rem;
  }

  .image-10 {
    height: 3.6rem;
  }

  .image-11 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .image-12 {
    display: block;
    position: absolute;
    top: -4rem;
    left: 20%;
  }

  .link-block {
    order: -1;
  }

  .blank-video {
    height: 40rem;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  .section {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .section.video {
    padding-bottom: 45rem;
  }

  .section.howto {
    padding-top: 8rem;
  }

  .section.footer {
    padding: 10rem 0 0;
  }

  .section.features {
    padding-top: 0;
    overflow: hidden;
  }

  .site-container {
    height: 100%;
  }

  .site-container.cta {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .site-container.site-footer {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2.8rem;
  }

  .btns-wrapper {
    flex-wrap: wrap;
  }

  .hp-hero-circle {
    display: none;
  }

  .kolaz-img {
    height: 22rem;
  }

  .cta-content {
    grid-row-gap: 1.6rem;
  }

  .download-badge {
    height: 4.5rem;
  }

  .flex-block-2 {
    grid-row-gap: 1.6rem;
    flex-wrap: wrap;
  }

  .feature-img {
    max-height: 32rem;
    transform: translate(10%);
  }

  .small-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .howto-grid {
    margin-top: 4rem;
  }

  .cta-container {
    grid-row-gap: 3.2rem;
  }

  .image-4 {
    height: 28rem;
  }

  .oblouk.hero {
    display: block;
  }

  .oblouk.footer {
    height: 26rem;
    object-fit: cover;
    display: none;
  }

  .video-bg {
    height: 20rem;
    border-radius: 1.2rem;
  }

  .image-7 {
    height: 7.2rem;
  }

  .scroll-wrapper {
    padding-top: 0;
  }

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

  .hidden-lang {
    background-color: rgba(255, 255, 255, 0);
    margin-left: 12px;
  }

  .footer-oblouk {
    width: 100%;
    margin-bottom: -10px;
    display: block;
  }

  .blank-video {
    height: 20rem;
  }

  .ytb-video {
    border-radius: 1.2rem;
  }

  .hero-shape-divider {
    display: block;
  }

  .scroll-wrapper2 {
    padding-top: 0;
  }

  .html-embed {
    display: none;
  }
}

#w-node-b3618031-9a1c-ed26-6a95-1db2d6c78c28-aeab0755, #w-node-b1770257-3d0c-8f56-ae59-8ea8ea694fbe-aeab0755, #w-node-e33e1fdf-c7f9-1f35-c47f-0480592ef411-aeab0755, #w-node-b3618031-9a1c-ed26-6a95-1db2d6c78c28-dd9b8c5f, #w-node-b1770257-3d0c-8f56-ae59-8ea8ea694fbe-dd9b8c5f, #w-node-e33e1fdf-c7f9-1f35-c47f-0480592ef411-dd9b8c5f, #w-node-b3618031-9a1c-ed26-6a95-1db2d6c78c28-484fa82a, #w-node-b1770257-3d0c-8f56-ae59-8ea8ea694fbe-484fa82a, #w-node-e33e1fdf-c7f9-1f35-c47f-0480592ef411-484fa82a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


