:root {
  --gray_500: #647893;
  --black_950: #22262f;
  --gray_50-2: #f6f7f9;
  --blue_500: #3898ff;
}

.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;
}

@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: #f6f7f9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.home_link {
  position: absolute;
  inset: 40px auto auto 40px;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1520px;
  max-width: 1440px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.link-block {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block {
  color: #121212;
  font-family: Roboto Flex, sans-serif;
  font-size: 18px;
  line-height: 120%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.head_menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #f8f9fd80;
  border-radius: 8px;
  padding: 20px 32px;
  box-shadow: 0 4px 4px #001f9d1f;
}

.menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.image {
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.main_block {
  justify-content: space-between;
  align-items: center;
}

.heading {
  color: #2f3356;
  font-size: 80px;
  line-height: 110%;
}

.heading.color {
  color: #663232;
  -webkit-text-fill-color: transparent;
  background-color: #2e89ff;
  background-image: linear-gradient(#2e89ff, #003edd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
}

.image-2 {
  z-index: 0;
  padding-top: 200px;
  padding-left: 613px;
  position: absolute;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 1232px;
}

.paragraph {
  color: #000;
  margin-top: 40px;
  font-family: Roboto Flex, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #121212;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
}

.subtext {
  font-family: Roboto Flex, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.item_block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.item_top {
  font-family: Roboto Flex, sans-serif;
  font-weight: 700;
}

.line {
  background-color: #cfd1de;
  width: 2px;
  height: 56px;
  display: flex;
}

.subinfo {
  color: #959595;
  font-family: Roboto Flex, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

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

.button_block {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff80;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 8px;
  position: absolute;
  inset: 40px 40px auto auto;
}

.button {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  background-color: #2e69ff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.image-3 {
  position: fixed;
  inset: 31% 0% auto;
}

.main_image {
  z-index: -1;
  width: 500px;
  position: absolute;
  inset: 189px auto 0% 866px;
}

.main_img {
  z-index: -1;
  position: absolute;
  top: 233px;
  left: 877px;
}

.tex_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f9fd;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 104px;
  margin-left: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.text-block-3 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-size: 32px;
  line-height: 110%;
}

.scroll_block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f8f9fd;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  overflow: hidden;
}

.div-block {
  z-index: -1;
  background-image: url('../images/pp.png');
  background-position: 0 0;
  background-size: 23px;
  width: 100%;
  height: 90px;
  position: relative;
  inset: 0% 0% auto;
}

.result {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-3 {
  color: var(--gray_500);
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
}

.paragraph-3.rignht {
  color: var(--gray_500);
  text-align: right;
}

.heading-2 {
  color: var(--black_950);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.gradient {
  z-index: -2;
  position: absolute;
  top: 0;
}

.points_2 {
  z-index: -3;
  position: absolute;
  top: 940px;
}

.image-4 {
  z-index: -2;
  position: absolute;
  top: 0;
}

.result_content {
  flex: 1;
  align-self: stretch;
}

.con_left {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ececec26;
  border-radius: 16px;
  flex: 1;
  padding: 16px;
}

.heading-3 {
  font-size: 60px;
}

.res_head_r {
  color: #2e69ff;
  text-align: right;
  align-self: stretch;
}

.res_tex_l {
  color: #767e93;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.res_tex_l.right {
  text-align: right;
  align-self: stretch;
}

.text-block-5 {
  text-align: left;
  align-self: stretch;
  font-size: 28px;
}

.text-block-5.plus_r {
  text-align: right;
}

.text-blo_res {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-blo_res.right_2 {
  text-align: right;
  align-self: stretch;
}

.con_right {
  justify-content: flex-start;
  align-items: flex-end;
}

.res_head_l {
  color: #2e69ff;
}

.res_tex_r {
  color: #767e93;
  padding-top: 8px;
  padding-bottom: 24px;
  font-size: 14px;
}

.partner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #2e69fe;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  color: #fff;
  align-self: auto;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.chips {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.text-block-7 {
  border-radius: 8px;
  align-self: center;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-4 {
  color: #647893;
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.heading-4 {
  color: var(--black_950);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

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

.image_block {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  padding: 8px;
}

.content_image_block {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 12px;
}

.text-block-8 {
  color: var(--black_950);
  text-align: right;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

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

.heading-5 {
  color: var(--black_950);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
}

.text-block-9 {
  color: var(--gray_500);
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.numbers_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 0;
  padding: 40px;
  position: static;
}

.number_frame {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  min-width: 820px;
  margin-top: 24px;
  padding: 8px;
}

.numb_gray {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--gray_50-2);
  border-radius: 12px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 20px;
}

.number_ins {
  color: var(--blue_500);
}

.text-block-10 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.image-5 {
  position: static;
  inset: 0% 12px 0% auto;
}

.image-5.hide {
  display: none;
  overflow: visible;
}

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

.line_numb_block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
}

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

.possibilities {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  max-width: 820px;
  margin-top: 40px;
}

.slide {
  background-image: url('../images/Screen_1.webp');
  background-position: 0 0;
  background-size: auto;
  width: 730px;
  height: 440px;
}

.mask {
  width: 730px;
  height: 380px;
}

.slider {
  width: 630px;
  margin-top: 80px;
}

.image-7 {
  width: 1030px;
  position: absolute;
  top: 0;
}

.untitled {
  color: #121212;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.block-title-item {
  grid-column-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 120px;
  text-decoration: none;
  display: flex;
}

.title-style {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #22262f;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.text-2 {
  color: #647893;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.frame-1321316251 {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  color: #21262c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.description {
  color: #21262c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.flex-block-2 {
  background-color: #fff;
  align-self: stretch;
  padding: 12px;
}

.function {
  background-color: #fff;
  border-radius: 20px;
  max-width: 960px;
  padding: 8px;
}

.flex-block-4 {
  flex: 1;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.notio {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  max-width: 820px;
}

.rev_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.quotes {
  align-self: stretch;
  font-size: 22px;
}

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

.flex-block-6 {
  background-color: var(--gray_50-2);
  border-radius: 16px;
  padding: 16px;
}

.rev {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 24px;
  padding: 8px;
}

.rates {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.date {
  color: var(--gray_500);
  font-size: 12px;
  line-height: 14px;
}

.text-block-11 {
  color: var(--black_950);
  font-size: 16px;
  line-height: 18px;
}

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

.flex-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.image-8 {
  z-index: 0;
  min-width: 180px;
  max-width: 200px;
  position: absolute;
  inset: auto;
}

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

.image-9 {
  z-index: 1;
  min-width: 140px;
  display: block;
  position: relative;
}

.flex-block-8 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 120px;
}

.flex-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: auto;
}

.image-10 {
  z-index: 2;
  width: 430px;
  margin-bottom: 0;
  margin-left: -22px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-10.icons {
  width: 40px;
  margin-bottom: 97px;
  margin-left: 1126px;
}

.image-11 {
  padding-top: 24px;
}

.link-block-2 {
  width: auto;
  display: block;
}

.text-3 {
  color: var(--black_950);
  max-width: 420px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.text-4 {
  color: var(--black_950);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.line_s {
  border-bottom: 1px solid #d6d6e1;
  width: 720px;
  padding: 20px;
}

.flex-block-10 {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 80px;
}

.image-12 {
  width: 240px;
}

.flex-block-11 {
  background-color: #fff;
  flex: 0 auto;
  align-self: stretch;
  width: 430px;
  height: auto;
  margin-bottom: -40px;
  position: relative;
}

.flex-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  max-width: 720px;
}

.image-13 {
  margin-right: -22px;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (max-width: 479px) {
  .home_link {
    left: 16px;
  }

  .container {
    width: 100%;
  }

  .button_block {
    right: 16px;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph-3.rignht {
    display: none;
  }

  .heading-2 {
    text-align: left;
    font-size: 23px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 120%;
  }

  .numbers_block {
    flex-flow: column;
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px;
  }

  .flex-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-8 {
    min-width: 120px;
  }

  .image-9 {
    min-width: 100px;
  }

  .flex-block-8 {
    flex-flow: column;
    margin-top: 30px;
  }

  .flex-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    margin-top: 390px;
  }

  .image-10 {
    width: 310px;
    margin-bottom: 235px;
    margin-left: 20px;
    padding-bottom: 26px;
    position: absolute;
  }

  .image-10.icons {
    margin-bottom: 267px;
    margin-left: 31px;
    position: absolute;
  }

  .image-11 {
    padding-top: 16px;
  }

  .link-block-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .text-3 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .text-4 {
    color: var(--black_950);
    font-size: 20px;
  }

  .line_s {
    width: 100%;
  }

  .flex-block-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-12 {
    margin-top: 20px;
  }

  .flex-block-11 {
    width: auto;
    height: 10px;
    margin-bottom: -10px;
  }

  .image-13 {
    vertical-align: baseline;
    margin-bottom: 330px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
    inset: auto 0% 0%;
  }
}


