@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Rounded;
  src: url('../fonts/SF-Pro-Rounded-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: white;
  --white-80: #fffc;
  --white-50: #ffffff80;
  --blue: #0177fd;
  --blue-hover: #0061cf;
  --dark-grey: #0e0e0e;
  --white-10: #ffffff1a;
  --white-5: #ffffff0d;
  --white-20: #fff3;
}

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

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

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

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 992px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.body {
  background-color: var(--black);
}

.hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.description {
  color: var(--white-80);
  text-align: center;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.hero-content-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 540px;
  margin-bottom: 16px;
  display: flex;
}

.hero-section {
  padding-top: 120px;
  padding-bottom: 60px;
}

.button-white {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  width: 142px;
  padding-bottom: 12px;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.button-white:hover {
  background-color: var(--white-80);
}

.hero-button-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 6px;
  display: flex;
}

.caption {
  color: var(--white-50);
  text-align: center;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.hero-image-pc {
  margin-top: 52px;
}

.hero-image-background {
  z-index: -1;
  width: 1800px;
  max-width: none;
  position: static;
  top: 50px;
  overflow: visible;
}

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

.h2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.function-cards-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 30px;
  display: flex;
}

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

.h3 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.text-big {
  color: var(--white-50);
  text-align: center;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.function-card-image {
  border-radius: 45px;
  width: 100%;
  height: 300px;
  margin-bottom: 18px;
}

.function-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 302px;
  display: flex;
}

.main-content-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 540px;
  margin-bottom: 16px;
  display: flex;
}

.button-blue {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--blue);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.button-blue:hover {
  background-color: var(--blue-hover);
}

.text-regular {
  color: var(--white);
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.button-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.hit-card {
  background-color: var(--dark-grey);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 204px;
  padding: 20px 20px 25px;
  display: flex;
}

.hit-card-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-weight: 300;
  line-height: 18px;
}

.number-small {
  color: var(--white-10);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Rounded, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.hit-card-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.tab-link-tab-1 {
  color: var(--white-50);
  background-color: #fff0;
  border-radius: 1000px;
  padding: 8px 20px;
}

.tab-link-tab-1.w--current {
  background-color: var(--white);
  color: var(--black);
  border-radius: 1000px;
  padding: 8px 20px;
}

.tab-link-tab-3 {
  color: var(--white-50);
  background-color: #fff0;
  border-radius: 1000px;
  padding: 8px 20px;
}

.tab-link-tab-3.w--current {
  background-color: var(--white);
  color: var(--black);
}

.tab-link-tab-2 {
  color: var(--white-50);
  background-color: #fff0;
  border-radius: 1000px;
  padding: 8px 20px;
}

.tab-link-tab-2.w--current {
  background-color: var(--white);
  color: var(--black);
}

.tab-text-pressed {
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.tab-text {
  text-align: center;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.tabs-menu-stat {
  border: 1px solid var(--white-5);
  background-color: var(--white-5);
  border-radius: 1000px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 4px;
  display: flex;
}

.tabs-stat {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.tab-cards-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.tab-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-grey);
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  padding: 12px 12px 18px;
  display: flex;
}

.number-medium {
  color: var(--white);
  font-family: Sf Pro Rounded, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.image {
  width: 48px;
}

.tab-card-paragraph {
  color: var(--white-50);
  margin-bottom: 0;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-weight: 300;
  line-height: 18px;
}

.tab-card-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding-left: 6px;
  display: flex;
}

.tabs-content-stat {
  width: 100%;
}

.hit-card-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.tabs-video {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.tabs-menu-video {
  border: 1px solid var(--white-5);
  background-color: var(--white-5);
  border-radius: 1000px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 4px;
  display: flex;
}

.tabs-content-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video {
  width: 410px;
  height: 604px;
}

.tab-pane-tab-1 {
  background-color: var(--dark-grey);
  border-radius: 30px;
  overflow: hidden;
}

.video-background {
  z-index: -1;
  width: 1400px;
  max-width: none;
  overflow: visible;
}

.dropdown-block {
  background-color: var(--dark-grey);
  border-radius: 30px;
  width: 100%;
  margin-top: 24px;
  padding-left: 25px;
  padding-right: 25px;
}

.dropdown {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  padding: 25px 0;
  display: flex;
}

.dropdown-toggle.w--open {
  padding: 25px 0;
}

.dropdown-label {
  color: var(--white);
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.icon {
  color: var(--white);
  margin-right: 0;
  font-size: 20px;
  position: static;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: #fff0;
}

.paragraph-2 {
  padding-left: 25px;
  padding-right: 25px;
}

.paragraph-dropdown {
  color: var(--white-50);
  margin-bottom: 20px;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-weight: 300;
  line-height: 18px;
}

.divider {
  background-color: var(--white-5);
  height: 1px;
  display: none;
}

.dropdown-image {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 25px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-2 {
  z-index: -1;
  filter: drop-shadow(0 0 80px #caa1ff);
  width: 74px;
  position: relative;
}

.conacts-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 90px;
  display: flex;
}

.footer-link {
  color: var(--white);
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

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

.dot {
  background-color: var(--white);
  border-radius: 20px;
  width: 4px;
  height: 4px;
}

.navbar-no-shadow {
  z-index: 99990;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 999999;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 353px;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 1000px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 4px 16px;
  display: flex;
}

.navbar-brand {
  margin-right: 20px;
}

.nav-menu-wrapper {
  width: 100%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white-50);
  text-align: center;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.image-3 {
  width: 30px;
}

.footer-content-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 540px;
  margin-bottom: 16px;
  display: flex;
}

.tab-cards-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 200%;
  min-width: 550px;
  display: flex;
}

.tab-pane-tab-2 {
  background-color: var(--dark-grey);
  border-radius: 30px;
  overflow: hidden;
}

.hero-image-mob {
  display: none;
  overflow: clip;
}

.number-big {
  color: var(--white);
  font-family: Sf Pro Rounded, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.background-wrapper {
  z-index: -2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.video-background-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.header-button-text {
  color: var(--white);
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.body-2 {
  background-color: var(--black);
}

.paragraph-3 {
  color: var(--white-80);
}

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

.long-text-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

@media screen and (max-width: 991px) {
  .container, .hero-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .function-cards-row, .function-card {
    width: 100%;
  }

  .function-card-image {
    height: auto;
  }

  .main-content-block {
    width: auto;
  }

  .hit-card-block, .tab-cards-block {
    flex-flow: column;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .tab-cards-row {
    width: 100%;
  }

  .number-big {
    font-size: 42px;
    line-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content-block {
    width: auto;
  }

  .function-cards-row {
    flex-flow: column;
  }

  .main-content-block {
    width: auto;
  }

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

  .dropdown-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-label {
    white-space: normal;
    word-break: normal;
  }

  .divider {
    display: block;
  }

  .dropdown-image {
    object-fit: cover;
    height: 300px;
  }

  .navbar-brand {
    margin-right: 10px;
    padding-left: 0;
  }

  .nav-menu-wrapper {
    flex-flow: row;
    display: block;
  }

  .nav-menu {
    flex-flow: row;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 14px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .footer-content-block {
    width: auto;
  }

  .tab-cards-row {
    min-width: auto;
    display: flex;
  }

  .background-wrapper, .video-background-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container, .hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .hero-image-pc, .hero-image-background {
    display: none;
  }

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

  .function-cards-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 10px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-3, .tab-link-tab-2, .tabs-menu-stat, .tabs-menu-video, .video, .tab-pane-tab-1 {
    width: 100%;
  }

  .dropdown-image {
    object-fit: cover;
    height: 300px;
  }

  .navbar-no-shadow, .navbar-no-shadow-container {
    z-index: 9999;
  }

  .container-regular {
    width: 100%;
  }

  .nav-menu {
    flex-flow: row;
  }

  .nav-link {
    text-transform: none;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .tab-pane-tab-2 {
    width: 100%;
  }

  .hero-image-mob {
    border-radius: 45px;
    width: 100%;
    margin-top: 90px;
    display: block;
  }
}


@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}