<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 1.111852346vw;
}

:root {
  --orange-brand: #FF642D;
  --orange-brand_hover: #F24500;
  --orange-brand_active: #CC3300;
  --purple: #421983;
  --dark-purple: #421984;
  --white: #FFF;
  --accent-emerald: #45E0A8;
  --green: #00E89F;
  --green-2: #00BC98;
  --black: #171A22;
  --dark: #000000;
  --yellow: #FFE400;
  --accent-yellow: #FFE84D;
  --accent-violet: #B880FF;
  --light-green: #C7FA73;
  --accent-blue: #6EDBFF;
  --grey: #E9EBEF;
  --dark-grey: #706F6F;
  --purple-variation: #6C31C9;
  --pink: #FF64D9;
  --blue: #0071CD;
  --preloader: #04132D;
}

body, html {
  overflow-x: clip;
  font-family: Factor, Arial, sans-serif;
  background-color: var(--dark);
}

img {
  vertical-align: middle;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: "Factor";
  src: url(../fonts/FactorA-Black.woff) format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Factor";
  src: url(../fonts/FactorA-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Factor";
  src: url(../fonts/FactorA-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Factor";
  src: url(../fonts/FactorA-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
body, html {
  overflow-x: clip;
  background-color: var(--black);
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, p, li, a {
  font-family: "Factor";
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, p, li, a {
  color: var(--white);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mb-0 {
  margin-bottom: 0 !important;
}

img {
  vertical-align: middle;
  height: auto;
}

h1 {
  font-family: Factor, Arial, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 105%;
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  text-align: left;
  color: white;
  -webkit-font-smoothing: antialiased;
}

h3 {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  text-align: left;
  color: white;
  -webkit-font-smoothing: antialiased;
}
h3 span {
  color: var(--orange-brand);
}

h4 {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  text-align: left;
  color: white;
  -webkit-font-smoothing: antialiased;
}
h4 span {
  color: var(--orange-brand);
}

h5 {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

p, li {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: white;
  -webkit-font-smoothing: antialiased;
}
p b, li b {
  font-weight: 700;
}
p.subtitle, li.subtitle {
  font-size: 21px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    top: 90%;
  }
  40% {
    top: 91%;
  }
  60% {
    top: 90.5%;
  }
}
@media screen and (max-width: 1439.98px) {
  h1 {
    font-size: 4.375rem;
  }
  h2 {
    font-size: 3.125rem;
  }
  h3, h4 {
    font-size: 2.25rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  p, li {
    font-size: 1.125rem;
  }
  p.subtitle, li.subtitle {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 991.98px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 36px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  p.subtitle {
    font-size: 16px;
  }
  br {
    display: none !important;
  }
}
@media screen and (max-width: 575.98px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 84.0625rem;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1345px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.col-12, .col-md-3, .col-md-5, .col-md-7, .col-md-9, .col-lg-4, .col-lg-6 {
  position: relative;
  width: 99%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-12, .col-md-3, .col-md-5, .col-md-7, .col-md-9, .col-lg-4, .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 99.8%;
}

@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 24%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.566667%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.233333%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 74%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.233333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 49%;
  }
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (min-width: 992px) {
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
a {
  color: var(--orange-brand);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: var(--orange-brand);
}

a.button, .button {
  font-family: Factor, Arial, sans-serif !important;
  width: auto;
  font-size: 21px;
  line-height: 100%;
  font-weight: 500;
  padding: 18px 24px 15px;
  position: relative;
  color: var(--black);
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  background: white;
}
a.button span, .button span {
  position: relative;
  z-index: 2;
}
a.button:hover, .button:hover {
  color: white;
  background: #913AFF;
}
a.button:active, .button:active {
  color: white;
  background: #7721E4;
}
a.button.sticky, .button.sticky {
  padding-left: 40px;
  padding-right: 40px;
  background: white;
  color: var(--black);
}
a.button.sticky:hover, .button.sticky:hover {
  color: white;
  background: #913AFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button.sticky:active, .button.sticky:active {
  color: white !important;
  color: var(--black);
  background: #7721E4;
}
a.button.line, .button.line {
  background: none;
  border: 1px solid white;
}
a.button.line:hover, .button.line:hover {
  color: white !important;
  background: #913AFF;
  border: 1px solid #913AFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button.line:active, .button.line:active {
  color: white !important;
  background: #7721E4;
  border: 1px solid #7721E4;
}

@media screen and (max-width: 1439.98px) {
  a.button, .button {
    font-size: 1.3125rem;
    padding: 1.125rem 1.5rem 0.9375rem;
  }
  a.button.sticky, .button.sticky {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  a.button, .button {
    font-size: 21px;
    padding: 18px 24px 15px;
  }
  a.button.sticky, .button.sticky {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576.98px) {
  a.button {
    width: 100%;
  }
}
@media screen and (max-width: 375.98px) {
  a.button {
    max-width: 100%;
  }
  a.button.line {
    max-width: 80%;
  }
}
.nav {
  padding: 26px 0 34px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  top: 0;
  position: relative;
  z-index: 100;
}
.nav__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__info--logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 100;
}
.nav__info--logo img {
  display: inline-block;
  width: 356px;
  height: auto;
  vertical-align: middle;
}
.nav__info--logo__mob {
  display: none;
  justify-content: flex-start;
  z-index: 1000;
}
.nav__info--logo__mob img {
  vertical-align: middle;
}
.nav__info--wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 578px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav__info--wrapper a {
  font-size: 16px;
  color: white;
  cursor: pointer;
}
.nav__info--wrapper a:hover {
  color: #FF00E1;
}
.nav__info--wrapper a:active {
  color: #B70CB7;
}
.nav__info .button.sticky {
  background: none;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  padding: 8px 16px 6px;
}
.nav__info .button.sticky:hover {
  border: 1px solid #913AFF;
}
.nav__info .button.sticky:active {
  border: 1px solid #7721E4;
}
.nav .header-button {
  display: flex;
  justify-content: flex-end;
}

.header-fixed {
  padding: 16px 0;
  background: rgba(23, 26, 34, 0.2);
  box-shadow: 6px 10px 30px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(35px);
  position: fixed;
  width: 100%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  top: -147px;
  z-index: 200;
  transition: 0.3s;
}
.header-fixed.active {
  top: 0px;
}

@media screen and (max-width: 991.98px) {
  .nav {
    padding: 24px 0;
  }
  .header-fixed {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .nav {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .nav__info {
    justify-content: center;
  }
  .nav__info .button.sticky {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .nav__info--logo img {
    width: 344px;
  }
}
@media screen and (max-width: 360.98px) {
  .nav__info--logo img {
    width: 100%;
  }
}
.footer-line {
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.footer-line .footer {
  padding: 24px 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-line .footer-line__logo {
  display: inline-block;
  margin-top: 5px;
  margin-right: 20px;
  flex-shrink: 0;
  width: 213px;
}
.footer-line .footer-line__logo img {
  width: 100%;
  vertical-align: middle;
}
.footer-line .footer__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.footer-line .regulations, .footer-line .footer-year {
  font-family: "Factor", Arial, sans-serif;
  font-size: 15px;
  line-height: 130%;
  color: white;
}
.footer-line .regulations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-line .regulations .terms-privacy {
  margin: 10px 20px 0;
  color: inherit;
}
.footer-line .regulations .terms-privacy:hover {
  text-decoration: underline;
}
.footer-line .regulations .terms-privacy:first-of-type {
  margin-left: 0;
}
.footer-line .regulations .terms-privacy:last-of-type {
  margin-right: 0;
  padding: 0;
  display: inline-block;
}
.footer-line .footer-year {
  margin: 10px 0 0 100px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1199.98px) {
  .footer-line .footer .footer-year {
    margin: 10px 0 0 100px;
  }
}
@media screen and (max-width: 991.98px) {
  .nav {
    padding: 24px 0;
  }
  .nav .header-logo {
    display: none;
  }
  .nav .header-logo__mob {
    display: block;
  }
  .footer-line .footer .footer-line__logo {
    display: none;
  }
  .footer-line .footer .footer__right {
    justify-content: center;
  }
  .footer-line .footer .footer__right .regulations {
    width: 100%;
  }
  .footer-line .footer .footer-year {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-line .footer {
    padding: 24px 0 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-line .footer .footer__right {
    display: block;
  }
  .footer-line .footer .regulations .terms-privacy {
    margin: 10px 20px 0;
  }
  .footer-line .footer .footer-year {
    margin-left: 0px;
    margin-top: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .nav .header-logo__mob {
    display: none;
  }
  .header-fixed {
    top: auto;
    bottom: -147px;
    transition: 0.3s;
    -webkit-box-shadow: rgba(27, 39, 12, 0.1) 0 -1px 10px;
    box-shadow: rgba(27, 39, 12, 0.1) 0 -1px 10px;
  }
  .header-fixed.active {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 320.98px) {
  .footer-line .footer .footer-year {
    text-align: center;
  }
}
.main-screen {
  padding: 60px 0 155px;
  background: url(../img/main-bg.62a0e7842a30ce9c3be5a438dea7eabc.png) top center no-repeat;
  background-size: cover;
}
.main-screen__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-screen__content--text {
  width: 100%;
  max-width: 480px;
  height: auto;
  text-align: left;
  opacity: 0;
}
.main-screen__content--text h1 {
  text-align: inherit;
  margin-bottom: 30px;
}
.main-screen__content--text p.subtitle {
  margin-bottom: 24px;
}
.main-screen__content--pic {
  width: 100%;
  max-width: 755px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.main-screen__content--pic .anim {
  width: 100%;
  opacity: 0;
}

@media screen and (max-width: 1919.98px) {
  .main-screen {
    background-size: 1920px;
  }
}
@media screen and (max-width: 1439.98px) {
  .main-screen {
    padding: 3.75rem 0 9.6875rem;
    background-size: 120rem;
  }
  .main-screen__content--text {
    max-width: 30rem;
  }
  .main-screen__content--text h1 {
    margin-bottom: 1.875rem;
  }
  .main-screen__content--text p.subtitle {
    margin-bottom: 1.5rem;
  }
  .main-screen__content--pic {
    max-width: 47.1875rem;
  }
}
@media screen and (max-width: 991.98px) {
  .main-screen {
    background: url(../img/main-bg_tablet.c866269d90cbc58dbe93293c145bc6eb.webp) top center no-repeat;
    background-size: 992px;
    padding: 40px 0 80px;
  }
  .main-screen__content {
    align-items: flex-start;
  }
  .main-screen__content--text {
    max-width: 370px;
    padding-right: 30px;
    opacity: 1;
  }
  .main-screen__content--text h1 {
    margin-bottom: 16px;
  }
  .main-screen__content--text p.subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .main-screen__content--pic {
    max-width: 42.1998366458rem;
  }
  .main-screen__content--pic .anim {
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .main-screen {
    background: url(../img/main-bg_mob.7989a316d0b5e417d39dd5784e93c34c.webp) bottom center no-repeat;
    background-size: 100%;
    padding: 50px 0 70px;
  }
  .main-screen__content {
    flex-wrap: wrap;
  }
  .main-screen__content--text {
    max-width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 70px;
  }
  .main-screen__content--text p.subtitle {
    margin-bottom: 36px;
  }
  .main-screen__content--pic {
    max-width: 532px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575.98px) {
  .main-screen__content--text {
    margin-bottom: 60px;
  }
  .main-screen__content--pic {
    max-width: 444px;
  }
}
@media screen and (max-width: 425.98px) {
  .main-screen {
    padding: 40px 0 70px;
  }
}
.clients-screen {
  padding: 90px 0;
  opacity: 0;
}
.clients-screen__title {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 40px;
  width: 100%;
}
.clients-screen__title p {
  font-size: 14px;
  width: auto;
  flex-shrink: 0;
  color: #898D9A;
  margin-right: 32px;
}
.clients-screen__title hr {
  border: none;
  height: 1px;
  flex-grow: 1;
  background-color: #898D9A;
}
.clients-screen__title .mob-hr {
  display: none;
}
.clients-screen__clients {
  width: 100%;
}
.clients-screen__clients img {
  width: 100%;
}
.clients-screen__clients .clients-desktop {
  display: block;
}
.clients-screen__clients .clients-tablet, .clients-screen__clients .clients-tablet-small, .clients-screen__clients .clients-mob {
  display: none;
}

@media screen and (max-width: 1439.98px) {
  .clients-screen {
    padding: 5.625rem 0;
  }
  .clients-screen__title {
    margin-bottom: 2.5rem;
  }
  .clients-screen__title p {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .clients-screen {
    padding: 50px 0 60px;
    opacity: 1;
  }
  .clients-screen__title {
    margin-bottom: 30px;
  }
  .clients-screen__title p {
    margin-right: 32px;
  }
  .clients-screen__clients .clients-desktop {
    display: none;
  }
  .clients-screen__clients .clients-tablet {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .clients-screen__title {
    justify-content: center;
  }
  .clients-screen__title .mob-hr {
    display: block;
  }
  .clients-screen__title p {
    margin-left: 32px;
  }
  .clients-screen__clients .clients-tablet {
    display: none;
  }
  .clients-screen__clients .clients-tablet-small {
    display: block;
  }
}
@media screen and (max-width: 425.98px) {
  .clients-screen__title {
    justify-content: center;
  }
  .clients-screen__title .mob-hr {
    display: block;
  }
  .clients-screen__title p {
    margin-left: 32px;
  }
  .clients-screen__clients .clients-tablet-small {
    display: none;
  }
  .clients-screen__clients .clients-mob {
    display: block;
  }
}
.partners-screen {
  padding: 90px 0;
}
.partners-screen__content {
  display: flex;
  justify-content: space-between;
}
.partners-screen__content--title {
  text-align: left;
  width: 100%;
  max-width: 640px;
  padding-right: 50px;
}
.partners-screen__content--title h2 {
  margin-bottom: 16px;
}
.partners-screen__content--title h2 span {
  color: #B880FF;
}
.partners-screen__content--partners {
  width: 100%;
  max-width: 640px;
}
.partners-screen__content--partners img {
  width: 100%;
}

@media screen and (max-width: 1439.98px) {
  .partners-screen {
    padding: 5.625rem 0;
  }
  .partners-screen__content--title {
    max-width: 40rem;
    padding-right: 3.125rem;
  }
  .partners-screen__content--title h2 {
    margin-bottom: 1rem;
  }
  .partners-screen__content--partners {
    max-width: 40rem;
  }
  .partners-screen__content--partners img {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .partners-screen {
    padding: 60px 0;
  }
  .partners-screen__content {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .partners-screen__content--title {
    text-align: center;
    max-width: 500px;
    padding-right: 0;
    margin: 0 auto 30px;
  }
  .partners-screen__content--title h2 {
    text-align: inherit;
    margin-bottom: 16px;
  }
  .partners-screen__content--partners {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575.98px) {
  .partners-screen {
    padding: 50px 0;
  }
}
.numbers-screen {
  padding: 120px 0;
}
.numbers-screen--title {
  margin-bottom: 80px;
  text-align: center;
}
.numbers-screen--title h2 {
  text-align: inherit;
  margin-bottom: 0;
}
.numbers-screen--title h2 span {
  color: var(--accent-violet);
}
.numbers-screen__content {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.numbers-screen__content__item {
  text-align: center;
  max-width: 420px;
}
.numbers-screen__content__item .number {
  font-size: 96px;
  font-weight: 400;
  line-height: 80px;
  margin-bottom: 10px;
  color: var(--accent-violet);
}
.numbers-screen__content__item .subtext {
  font-size: 42px;
  margin-bottom: 28px;
  line-height: 80%;
  color: var(--accent-violet);
}

@media screen and (max-width: 1439.98px) {
  .numbers-screen {
    padding: 7.5rem 0;
  }
  .numbers-screen--title {
    margin-bottom: 3.75rem;
  }
  .numbers-screen--title h2 {
    margin-bottom: 1rem;
  }
  .numbers-screen__content {
    gap: 1.875rem;
  }
  .numbers-screen__content__item {
    max-width: 26.25rem;
  }
  .numbers-screen__content__item .number {
    font-size: 6rem;
    line-height: 5rem;
    margin-bottom: 0.625rem;
  }
  .numbers-screen__content__item .subtext {
    font-size: 2.625rem;
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .numbers-screen {
    padding: 80px 0;
  }
  .numbers-screen--title {
    margin-bottom: 60px;
  }
  .numbers-screen--title h2 {
    margin-bottom: 16px;
  }
  .numbers-screen__content {
    gap: 30px;
  }
  .numbers-screen__content__item {
    max-width: 340px;
  }
  .numbers-screen__content__item .number {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 0px;
  }
  .numbers-screen__content__item .subtext {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .numbers-screen {
    padding: 60px 0;
  }
  .numbers-screen--title {
    margin-bottom: 40px;
  }
  .numbers-screen__content {
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 575.98px) {
  .numbers-screen {
    padding: 50px 0;
  }
}
.solutions-screen {
  padding: 90px 0 105px;
}
.solutions-screen__content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.solutions-screen__content--title {
  text-align: left;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 0;
  left: 0;
}
.solutions-screen__content--title h2 span {
  color: #B880FF;
}
.solutions-screen__content--solutions {
  width: 100%;
  height: 516px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.solutions-screen__content--solutions--item {
  width: 100%;
  max-width: 307px;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(233, 235, 239, 0.3);
  background: #22252D;
}
.solutions-screen__content--solutions--item img {
  width: 32px;
  aspect-ratio: 1/1;
  margin-bottom: 16px;
}
.solutions-screen__content--solutions--item h5 {
  color: #B880FF;
  margin-bottom: 8px;
}
.solutions-screen__content--solutions--item p {
  color: #D1D4DB;
}
.solutions-screen__content--solutions .item-1 {
  margin-top: 200px;
}
.solutions-screen__content--solutions .item-2 {
  margin-top: 150px;
}
.solutions-screen__content--solutions .item-5 {
  margin-top: 100px;
}
.solutions-screen__content--solutions .item-mob {
  display: none;
}
.solutions-screen__content--solutions--nested {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 307px;
}
.solutions-screen__content .button {
  background-color: #B880FF;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1439.98px) {
  .solutions-screen {
    padding: 5.625rem 0 6.5625rem;
  }
  .solutions-screen__content--title {
    max-width: 31.25rem;
  }
  .solutions-screen__content--solutions {
    height: 32.25rem;
  }
  .solutions-screen__content--solutions--item {
    max-width: 19.1875rem;
    padding: 1.875rem;
    border-radius: 0.5rem;
  }
  .solutions-screen__content--solutions--item img {
    width: 2rem;
    margin-bottom: 1rem;
  }
  .solutions-screen__content--solutions--item h5 {
    margin-bottom: 0.5rem;
  }
  .solutions-screen__content--solutions .item-1 {
    margin-top: 12.5rem;
  }
  .solutions-screen__content--solutions .item-2 {
    margin-top: 9.375rem;
  }
  .solutions-screen__content--solutions .item-5 {
    margin-top: 6.25rem;
  }
  .solutions-screen__content--solutions--nested {
    gap: 1.875rem;
    width: 19.1875rem;
  }
}
@media screen and (max-width: 991.98px) {
  .solutions-screen {
    padding: 60px 0 90px;
  }
  .solutions-screen__content {
    flex-wrap: wrap;
  }
  .solutions-screen__content--title {
    max-width: 100%;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
  }
  .solutions-screen__content--title h2 {
    text-align: inherit;
  }
  .solutions-screen__content--solutions {
    height: auto;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .solutions-screen__content--solutions--item {
    max-width: 50%;
    flex: 1 1 calc(50% - 15px);
    padding: 20px;
    border-radius: 8px;
  }
  .solutions-screen__content--solutions--item img {
    width: 32px;
    margin-bottom: 8px;
  }
  .solutions-screen__content--solutions--item h5 {
    margin-bottom: 8px;
  }
  .solutions-screen__content--solutions .item-1 {
    margin-top: 0;
  }
  .solutions-screen__content--solutions .item-2 {
    margin-top: 0;
  }
  .solutions-screen__content--solutions .item-5 {
    margin-top: 0;
  }
  .solutions-screen__content--solutions .item-mob {
    display: block;
  }
  .solutions-screen__content--solutions--nested {
    display: none;
  }
  .solutions-screen__content .button {
    position: relative;
    left: 50%;
    margin-top: 40px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575.98px) {
  .solutions-screen {
    padding: 50px 0 80px;
  }
  .solutions-screen__content--solutions {
    gap: 15px;
  }
  .solutions-screen__content--solutions--item {
    max-width: 50%;
    flex: 1 1 calc(50% - 7.5px);
  }
  .solutions-screen__content--solutions .item-5 {
    max-width: 100%;
  }
}
@media screen and (max-width: 425.98px) {
  .solutions-screen__content--solutions--item {
    max-width: 100%;
    flex: none;
    flex-shrink: 0;
  }
}
.insights-screen {
  padding: 120px 0 60px;
  background-color: white;
}
.insights-screen__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.insights-screen__content--title {
  text-align: left;
  width: 100%;
  max-width: 560px;
  padding-right: 50px;
}
.insights-screen__content--title h2 {
  margin-bottom: 16px;
  color: var(--black);
}
.insights-screen__content--title h2 span {
  color: #B880FF;
}
.insights-screen__content--title .subtitle {
  margin-bottom: 24px;
  color: var(--black);
}
.insights-screen__content .button {
  background-color: #B880FF;
  color: white;
}
.insights-screen__content .mob-button {
  display: none;
}
.insights-screen__content--insights {
  width: 100%;
  max-width: 755px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
.insights-screen__content--insights--item {
  border-radius: 8px;
  border: 1px solid #E9EBEF;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: calc(50% - 15px);
  padding: 30px;
}
.insights-screen__content--insights--item:last-of-type {
  max-width: 100%;
}
.insights-screen__content--insights h5 {
  color: var(--black);
  margin-bottom: 8px;
}
.insights-screen__content--insights p {
  color: var(--black);
}

@media screen and (max-width: 1439.98px) {
  .insights-screen {
    padding: 7.5rem 0 3.75rem;
  }
  .insights-screen__content--title {
    max-width: 35rem;
    padding-right: 3.125rem;
  }
  .insights-screen__content--title h2 {
    margin-bottom: 1rem;
  }
  .insights-screen__content--title p.subtitle {
    margin-bottom: 1.5rem;
  }
  .insights-screen__content--insights {
    max-width: 47.1875rem;
    gap: 1.875rem;
  }
  .insights-screen__content--insights--item {
    border-radius: 0.5rem;
    box-shadow: 0px 0.25rem 1.875rem 0px rgba(0, 0, 0, 0.1);
    max-width: calc(50% - 0.9375rem);
    padding: 1.875rem;
  }
  .insights-screen__content--insights h5 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .insights-screen {
    padding: 90px 0 60px;
  }
  .insights-screen__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .insights-screen__content--title {
    max-width: 100%;
    padding-right: 0;
  }
  .insights-screen__content--title h2 {
    margin-bottom: 16px;
    text-align: center;
  }
  .insights-screen__content--title p.subtitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    max-width: 550px;
  }
  .insights-screen__content .desktop-button {
    display: none;
  }
  .insights-screen__content .mob-button {
    display: block;
    margin-top: 40px;
  }
  .insights-screen__content--insights {
    max-width: 100%;
    gap: 30px;
    justify-content: center;
  }
  .insights-screen__content--insights--item {
    border-radius: 8px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    max-width: 50%;
    flex: 1 1 calc(50% - 15px);
    padding: 20px;
  }
  .insights-screen__content--insights--item:last-of-type {
    max-width: calc(50% - 15px);
  }
  .insights-screen__content--insights h5 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .insights-screen {
    padding: 80px 0 50px;
  }
  .insights-screen__content--insights {
    gap: 15px;
  }
  .insights-screen__content--insights--item {
    max-width: 100%;
    flex: none;
    flex-shrink: 0;
  }
  .insights-screen__content--insights--item:last-of-type {
    max-width: 100%;
  }
}
.testimonials-screen {
  padding: 90px 0;
  background-color: white;
}
.testimonials-screen h2 {
  color: var(--black);
  margin-bottom: 40px;
  text-align: center;
}
.testimonials-screen h2 span {
  color: #B880FF;
}
.testimonials-screen__content {
  padding: 60px 150px;
  border-radius: 16px;
  max-width: 1090px;
  margin: 0 auto;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}
.testimonials-screen__content__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 334px;
  height: 37px;
  margin: 0 auto 50px;
  cursor: pointer !important;
}
.testimonials-screen__content__navigation .swiper-pagination,
.testimonials-screen__content__navigation .swiper-button-next,
.testimonials-screen__content__navigation .swiper-button-prev {
  position: relative !important;
  top: 0;
  left: 0;
}
.testimonials-screen__content__navigation .swiper-pagination {
  color: white;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  top: 2px;
}
.testimonials-screen__content__navigation .swiper-pagination span {
  font-weight: 700;
  font-size: 17px;
  color: white;
}
.testimonials-screen__content__navigation .swiper-button-next:after,
.testimonials-screen__content__navigation .swiper-button-prev:after {
  content: none;
}
.testimonials-screen__content__navigation .swiper-button-next,
.testimonials-screen__content__navigation .swiper-button-prev {
  width: 41px;
  height: 15px;
  flex-shrink: 0;
  pointer-events: auto !important;
  cursor: pointer;
  opacity: 1 !important;
  margin-top: 0;
}
.testimonials-screen__content__navigation .swiper-button-next img,
.testimonials-screen__content__navigation .swiper-button-prev img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
}
.testimonials-screen__content__testimonial {
  text-align: center;
}
.testimonials-screen__content__testimonial h4 {
  text-align: inherit;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 32px;
  color: white;
}
.testimonials-screen__content__testimonial img {
  width: 75px;
  aspect-ratio: 1/1;
  vertical-align: middle;
  margin-bottom: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-screen__content__testimonial .name {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.testimonials-screen__content__testimonial .profession {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  color: white;
}

@media screen and (max-width: 1439.98px) {
  .testimonials-screen {
    padding: 5.625rem 0;
  }
  .testimonials-screen h2 {
    margin-bottom: 2.5rem;
  }
  .testimonials-screen__content {
    padding: 3.75rem 9.375rem;
    border-radius: 1rem;
    max-width: 68.125rem;
  }
  .testimonials-screen__content__navigation {
    width: 20.875rem;
    height: 2.3125rem;
    margin: 0 auto 3.125rem;
  }
  .testimonials-screen__content__navigation .swiper-pagination {
    font-size: 1.0625rem;
    top: 0.125rem;
  }
  .testimonials-screen__content__navigation .swiper-pagination span {
    font-size: 1.0625rem;
  }
  .testimonials-screen__content__navigation .swiper-button-next,
  .testimonials-screen__content__navigation .swiper-button-prev {
    width: 2.5625rem;
    height: 0.9375rem;
  }
  .testimonials-screen__content__testimonial h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .testimonials-screen__content__testimonial img {
    width: 4.6875rem;
    margin-bottom: 1rem;
  }
  .testimonials-screen__content__testimonial .name {
    font-size: 1.125rem;
  }
  .testimonials-screen__content__testimonial .profession {
    margin-top: 0.25rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991.98px) {
  .testimonials-screen {
    padding: 60px 0 90px;
  }
  .testimonials-screen h2 {
    margin-bottom: 40px;
  }
  .testimonials-screen__content {
    padding: 60px 40px;
    border-radius: 8px;
    max-width: 100%;
  }
  .testimonials-screen__content__navigation {
    width: 334px;
    height: 37px;
    margin: 0 auto 50px;
  }
  .testimonials-screen__content__navigation .swiper-pagination {
    font-size: 17px;
    top: 2px;
  }
  .testimonials-screen__content__navigation .swiper-pagination span {
    font-size: 17px;
  }
  .testimonials-screen__content__navigation .swiper-button-next,
  .testimonials-screen__content__navigation .swiper-button-prev {
    width: 41px;
    height: 15px;
  }
  .testimonials-screen__content__testimonial h4 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .testimonials-screen__content__testimonial img {
    width: 75px;
    margin-bottom: 16px;
  }
  .testimonials-screen__content__testimonial .name {
    font-size: 18px;
  }
  .testimonials-screen__content__testimonial .profession {
    margin-top: 4px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .testimonials-screen {
    padding: 60px 0 80px;
  }
  .testimonials-screen__content {
    padding: 30px 40px;
  }
  .testimonials-screen__content__navigation {
    width: 100%;
    max-width: 254px;
    margin: 0 auto 30px;
  }
  .testimonials-screen__content__testimonial h4 {
    font-size: 20px;
  }
  .testimonials-screen__content__testimonial .name, .testimonials-screen__content__testimonial .profession {
    font-size: 16px;
  }
}
.form-screen {
  padding: 120px 0 30px;
  background: url(../img/form-bg.305f1a28f43a3f879eca97cd31774dbd.webp) top center no-repeat;
  background-size: cover;
}
.form-screen__block {
  display: flex;
  justify-content: space-between;
}
.form-screen h2 {
  margin-bottom: 16px;
  font-weight: 400;
  color: white;
  text-align: left;
}
.form-screen p {
  color: white;
  margin-bottom: 0px;
  text-align: left;
  max-width: 340px;
}
.form-screen__form {
  width: 100%;
  max-width: 760px;
  padding: 50px;
  border-radius: 16px;
  border: 1px solid rgba(233, 235, 239, 0.3);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 6px 153px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}
.form-screen__form .mktoForm {
  font-family: Factor, Arial, sans-serif !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoFormRow {
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
  margin-bottom: 20px;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 0 !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
  float: none;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
  display: block;
  flex-shrink: 1;
  width: 100% !important;
  max-width: 100%;
  padding: 25px 24px 22px !important;
  border-radius: 6px;
  border: 1px solid white;
  font-size: 21px;
  color: #898D9A;
  overflow: hidden !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField:hover, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField:hover {
  border: 1px solid #B880FF;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol #FirstName, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #FirstName {
  background-position: 92% 50% !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol #InferredCountry, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #InferredCountry {
  background: url(../img/arrow.a6733b40a2a7a68c55495c5e10ab72c3.svg) no-repeat 100% 0%;
  overflow: hidden !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoOffset, .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoGutter, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoOffset, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoGutter {
  width: 0px !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLabel, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel {
  display: none;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
  width: 13px !important;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoCheckboxList, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
  padding: 0px;
  width: 14px;
  height: 14px;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol #mail_education.mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #mail_education.mktoField {
  width: 14px !important;
  height: 14px !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap {
  display: block;
  flex-shrink: 1;
  border-radius: 6px;
  border: 1px solid white;
  background: white;
  overflow: hidden !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap:hover, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap:hover {
  border: 1px solid #B880FF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap select {
  border: none !important;
  width: 105% !important;
  max-width: 105% !important;
  background: url(../img/select.827927bda475f905f12f00be4bb9d7fb.svg) no-repeat, #ffffff;
  background-position: 91% 50%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select:hover, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap select:hover {
  border: none !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select:active, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap select:active {
  border: none !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select:visited, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap select:visited {
  border: none !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) {
  margin-top: 16px;
  margin-bottom: 12px;
  display: flex;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol {
  margin-bottom: 0px !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
  margin-bottom: 0;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol:first-of-type {
  width: 100%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol:nth-of-type(2) {
  width: 100%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol:nth-of-type(2) .mktoFieldWrap {
  width: 100%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol:nth-of-type(2) .mktoFieldWrap .mktoHtmlText, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol:nth-of-type(2) .mktoFieldWrap .mktoHasWidth {
  width: 100% !important;
  color: white;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoLogicalField {
  padding: 0px;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoLabel {
  display: flex;
  padding: 2px 0px 0px 8px;
  color: white;
  font-size: 18px;
  font-family: Factor, Arial, sans-serif;
  font-weight: 400;
  width: 100% !important;
  line-height: 140% !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoLabel .mktoAsterix {
  display: none;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField {
  padding: 0px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField + label {
  display: inline;
  align-items: center;
  user-select: none;
  font-size: 12px;
  line-height: 150%;
  color: white;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid white;
  border-radius: 2px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: relative;
  top: -3px;
  margin-left: -18px;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField:checked + label::before {
  border-color: #B880FF;
  background-color: #B880FF;
  padding: 1px;
  box-shadow: inset 0px 0px 1px 1px #000;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField:not(:disabled):not(:checked) + label:hover::before {
  border-color: #B880FF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField:not(:disabled):active + label::before {
  background-color: #B880FF;
  border-color: #B880FF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: inset 0px 0px 1px 1px #000;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField:focus:not(:checked) + label::before {
  border-color: #B880FF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField:disabled + label::before {
  background-color: white;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoHtmlText, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldWrap .mktoHtmlText {
  width: 100% !important;
  line-height: 180%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoHtmlText span, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldWrap .mktoHtmlText span {
  color: white;
  font-size: 18px;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoHtmlText span a, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldWrap .mktoHtmlText span a {
  padding: 0 4px;
  color: #E2CAFF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoHtmlText a, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldWrap .mktoHtmlText a {
  padding: 0 4px;
  color: #E2CAFF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoHtmlText a span, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldWrap .mktoHtmlText a span {
  color: #E2CAFF;
}
.form-screen__form .mktoForm .mktoError .mktoErrorArrow {
  background-color: #171A22 !important;
  border: none !important;
}
.form-screen__form .mktoForm .mktoError .mktoErrorMsg {
  background-color: #171A22 !important;
  background-image: linear-gradient(#171A22 43%, #171A22 100%);
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.form-screen__form .mktoForm .mktoButtonRow {
  width: 100% !important;
  margin-top: 40px;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 auto !important;
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  font-family: Factor, Arial, sans-serif !important;
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  padding: 17px 24px 13px;
  background-color: #B880FF;
  background-image: linear-gradient(to bottom, #B880FF, #B880FF);
  border: none !important;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  transition: 0.3s !important;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  background-color: #913AFF;
  background-image: linear-gradient(to bottom, #913AFF, #913AFF);
  transition: 0.3s !important;
  border: none;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:active {
  background: #7721E4;
  background-image: linear-gradient(to bottom, #7721E4, #7721E4);
  border: none;
}

@media screen and (max-width: 1439.98px) {
  .form-screen {
    padding: 7.5rem 0 1.875rem;
  }
  .form-screen h2 {
    margin-bottom: 1rem;
  }
  .form-screen p {
    max-width: 21.25rem;
  }
  .form-screen__form {
    max-width: 47.5rem;
    padding: 3.125rem;
    border-radius: 1rem;
    box-shadow: 0px 6px 9.375rem 0px rgba(0, 0, 0, 0.25);
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
    margin-bottom: 1.25rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    padding: 1.5625rem 1.5rem 1.375rem !important;
    border-radius: 0.375rem;
    font-size: 1.3125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
    width: 0.8125rem !important;
    margin-right: 0.5rem;
    top: 0.3125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoCheckboxList, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
    width: 0.875rem;
    height: 0.875rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol #mail_education.mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #mail_education.mktoField {
    width: 0.875rem !important;
    height: 0.875rem !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap {
    border-radius: 0.375rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoLabel {
    padding: 0.125rem 0 0 0.5rem;
    font-size: 1.125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField + label {
    font-size: 0.75rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid white;
    border-radius: 0.125rem;
    margin-right: 0.75rem;
    top: -0.1875rem;
    margin-left: -1.125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoHtmlText span, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldWrap .mktoHtmlText span {
    font-size: 1.125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoHtmlText span a, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldWrap .mktoHtmlText span a {
    padding: 0 0.25rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoHtmlText a, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldWrap .mktoHtmlText a {
    padding: 0 0.25rem;
  }
  .form-screen__form .mktoForm .mktoButtonRow {
    margin-top: 1.5rem;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 1.3125rem;
    padding: 1.0625rem 1.5rem 0.8125rem;
  }
}
@media screen and (max-width: 1024.98px) {
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(11) .mktoFormCol .mktoFieldWrap .mktoLabel {
    padding: 5px 0px 0px 8px;
  }
}
@media screen and (max-width: 991.98px) {
  .form-screen {
    padding: 90px 0 30px;
    background: url(../img/form-bg_mob.1208b80b05713c316fe59013433be4c7.webp) top left no-repeat;
    background-size: 100%;
  }
  .form-screen__block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .form-screen h2 {
    text-align: center;
    margin-bottom: 16px;
  }
  .form-screen p {
    margin-bottom: 40px;
    max-width: 100%;
    text-align: center;
  }
  .form-screen__form {
    max-width: 100%;
    max-width: 690px;
    padding: 30px;
    border-radius: 16px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
    margin-bottom: 16px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    padding: 18px 24px !important;
    border-radius: 6px;
    font-size: 16px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol #FirstName, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #FirstName {
    background-position: 92% 50% !important;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
    width: 17px !important;
    margin-right: 8px;
    top: 5px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoCheckboxList, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
    padding: 0px;
    width: 17px;
    height: 17px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol #mail_education.mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #mail_education.mktoField {
    width: 17px !important;
    height: 17px !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap {
    border-radius: 6px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap {
    border-radius: 6px;
    border: 1px solid white;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap:hover {
    border: 1px solid #B880FF;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFormCol .mktoFieldWrap select {
    border: none !important;
    width: 105% !important;
    max-width: 105% !important;
    background: url(../img/select.827927bda475f905f12f00be4bb9d7fb.svg) no-repeat, #ffffff;
    background-position: 91% 50%;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) {
    margin-top: 16px;
    margin-bottom: 12px;
    display: flex;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol {
    margin-bottom: 0px !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
    margin-bottom: 0;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoLabel {
    padding: 2px 0px 0px 8px;
    font-size: 13px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField {
    padding: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField + label {
    font-size: 12px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
    width: 17px;
    height: 17px;
    border: 2px solid white;
    border-radius: 2px;
    margin-right: 12px;
    top: -4px;
    margin-left: -18px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoHtmlText span, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldWrap .mktoHtmlText span {
    font-size: 13px;
  }
  .form-screen__form .mktoForm .mktoButtonRow {
    margin-top: 24px;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 21px;
    padding: 17px 12px 14px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .form-screen {
    background-size: cover;
    background-position-y: 50%;
    background-position-x: 100%;
  }
}
@media screen and (max-width: 480.98px) {
  .form-screen {
    background-size: 250%;
    background-position-y: 80%;
    background-position-x: 98%;
  }
}
@media screen and (max-width: 480.98px) {
  .form-screen {
    padding: 80px 0 30px;
  }
  .form-screen__form .mktoForm {
    padding: 0;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    height: auto;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(11) .mktoFormCol .mktoFieldWrap {
    margin-bottom: 12px;
  }
}
.contact-screen {
  padding: 120px 0 0;
  width: 100%;
}
.contact-screen__block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact-screen__block p.address {
  font-size: 12px;
  color: #D1D4DB;
  margin-right: 30px;
}
.contact-screen__block .button.line {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #B5BAC4;
  padding: 11px 24px;
}
.contact-screen__block .button.line span {
  color: white;
  position: relative;
  margin-left: 8px;
  top: 2px;
  font-size: 16px;
  font-weight: 500;
}
.contact-screen__block .button.line:hover {
  border: 1px solid #913AFF;
}
.contact-screen__block .button.line:active {
  border: 1px solid #7721E4;
}

@media screen and (max-width: 1439.98px) {
  .contact-screen {
    padding: 7.5rem 0 0;
  }
  .contact-screen__block p.address {
    font-size: 0.75rem;
    margin-right: 1.875rem;
  }
  .contact-screen__block .button.line {
    padding: 0.6875rem 1.5rem;
  }
  .contact-screen__block .button.line span {
    margin-left: 0.5rem;
    top: 0.125rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .contact-screen {
    padding: 90px 0 0;
  }
  .contact-screen__block {
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .contact-screen__block p.address {
    text-align: center;
    font-size: 12px;
    margin: 0;
    max-width: 165px;
  }
  .contact-screen__block .button.line {
    padding: 11px 24px;
    margin-bottom: 16px;
    max-width: 160px;
  }
  .contact-screen__block .button.line span {
    margin-left: 8px;
    top: 2px;
    font-size: 16px;
  }
}
.on-success-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(1, 0, 3, 0.8);
  display: none;
  padding: 60px 14px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.on-success-popup.active {
  display: flex;
  justify-content: center;
}
.on-success-popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--black) url(../img/form-bg.305f1a28f43a3f879eca97cd31774dbd.webp) top center no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 22px 40px 22px;
  height: fit-content;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 570px;
}
@media (min-width: 992px) {
  .on-success-popup_content {
    padding: 50px 76px 64px 76px;
    border-radius: 20px;
    font-size: 18px;
    min-height: 70%;
  }
}
.on-success-popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 32px;
  height: 32px;
  padding: 0;
}
.on-success-popup_logo {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 405px;
  padding: 0 20px;
}
.on-success-popup_title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
}
.on-success-popup p {
  font-size: 18px;
}

.body-noscroll {
  overflow: hidden !important;
}
</pre></body></html>