
.mktoForm input[type="email"].validating {
  border-color: #ffa500 !important;
  background-color: #fff8e1 !important;
  transition: all 0.3s ease;
}

.mktoForm input[type="email"].valid {
  border-color: #4caf50 !important;
  background-color: #f1f8e9 !important;
}

.mktoForm input[type="email"].invalid {
  border-color: #f44336 !important;
  background-color: #ffebee !important;
}

.mktoError {
  color: #f44336 !important;
  font-size: 12px !important;
  margin-top: 0px !important;
  display: block !important;
}

.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
  position: relative !important;
  margin: 0;
}

.validating::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #ffa500;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}

.valid::after {
  content: '✓';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #4caf50;
  font-weight: bold;
  font-size: 16px;
}

.invalid::after {
  content: '✗';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #f44336;
  font-weight: bold;
  font-size: 16px;
}

.mktoForm.submitting {
  pointer-events: none;
  opacity: 0.7;
}

.validation-status {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 500;
}

.validation-status.validating {
  color: #ffa500;
}

.validation-status.valid {
  color: #4caf50;
}

.validation-status.invalid {
  color: #f44336;
}

@media (max-width: 768px) {
  .mktoForm input[type="email"] {
    font-size: 16px;
  }
  
  .validation-status {
    right: 30px;
    font-size: 11px;
  }
}

.mktoForm input[type="email"].validating {
  border-color: #ffa500 !important;
  background-color: #fff8e1 !important;
  transition: all 0.3s ease;
}

.mktoForm input[type="email"].valid {
  border-color: #4caf50 !important;
  background-color: #f1f8e9 !important;
}

.mktoForm input[type="email"].invalid {
  border-color: #f44336 !important;
  background-color: #ffebee !important;
}

.mktoForm.submitting {
  pointer-events: none;
  opacity: 0.7;
}

.mktoForm.submitting .mktoButton {
  background-color: #ccc !important;
  cursor: not-allowed !important;
}

.mktoError {
  color: #f44336 !important;
  font-size: 12px !important;
  margin-top: 5px !important;
  display: block !important;
  font-weight: 500 !important;
}

.mktoForm input[type="email"].valid::after {
  content: '✓';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #4caf50;
  font-weight: bold;
  font-size: 16px;
  pointer-events: none;
}

.mktoForm input[type="email"].invalid::after {
  content: '✗';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #f44336;
  font-weight: bold;
  font-size: 16px;
  pointer-events: none;
}

.mktoForm input[type="email"].validating::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #ffa500;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  pointer-events: none;
}

.mktoForm .mktoFieldWrap {
  position: relative;
}

.mktoForm input[type="email"] {
  padding-right: 35px !important;
}

@keyframes spin {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}

@media (max-width: 768px) {
  .mktoForm input[type="email"] {
    font-size: 16px !important;
    padding-right: 30px !important;
  }
  
  .mktoForm input[type="email"]::after {
    right: 8px;
    font-size: 14px;
  }
} 

.mktoForm span.mktoError{
  position: relative;
  z-index: 89;
  color: #bf0000;
  top: 6px;
}

.mktoForm .invalid.mktoError{
  position: relative;
  z-index: 90;
  color: #bf0000;
  display:block;
  background:transparent;
  height:auto;
  border:0
}

span.mktoError {
    font-size: 14px !important;
}

.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField {
  position: absolute !important;
}
@charset "UTF-8";
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 !important;
}

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

img, video, svg {
  vertical-align: middle;
  height: auto;
}

img, svg {
  pointer-events: none;
}

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

h2 {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 105%;
  letter-spacing: -0.48px;
  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: 22px;
}

@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: 3.75rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  h3, h4 {
    font-size: 2.25rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  p, li {
    font-size: 1.125rem;
  }
  p.subtitle, li.subtitle {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 991.98px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 60px;
  }
  h5 {
    font-size: 24px;
  }
  p {
    font-size: 18px;
  }
  p.subtitle {
    font-size: 22px;
  }
  br {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575.98px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 45px;
  }
  p.subtitle {
    font-size: 20px;
  }
}
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: 81.875rem;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1310px;
  }
}
.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: 16px;
  line-height: 100%;
  font-weight: 500;
  padding: 21px 24px 19px;
  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;
}
a.button.color, .button.color {
  color: white;
  background: #6E00FF;
}
a.button.color:hover, .button.color:hover {
  color: white !important;
  background: #913AFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button.color:active, .button.color:active {
  color: white !important;
  background: #7721E4;
}

@media screen and (max-width: 1439.98px) {
  a.button, .button {
    font-size: 1rem;
    padding: 1.3125rem 1.5rem 1.1875rem;
  }
  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: 16px;
    padding: 21px 24px 19px;
  }
  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%;
  }
}
.navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.navigation__content.has-mobile-menu-open {
  backdrop-filter: blur(35px);
}
.navigation__content p,
.navigation__content a {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.navigation__logo {
  position: relative;
  top: -3px;
  margin-right: auto;
}
.navigation__logo img {
  width: 236px;
  height: auto;
}
.navigation__sources {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.navigation__sources--item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.navigation__sources--item .navigation-arrow {
  width: 15px;
  height: 15px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: white;
}
.navigation__sources--item--dropdown {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
  user-select: none;
}
.navigation__sources--item--dropdown span {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
}
.navigation__sources--item--dropdown:hover .navigation-arrow {
  color: #b880ff;
}
.navigation__sources--item--dropdown.is-active span {
  color: #b880ff;
}
.navigation__sources--item--dropdown.is-active .navigation-arrow {
  transform: rotate(180deg);
  color: #b880ff;
}
.navigation__sources--item--dropdown.is-active:hover .navigation-arrow {
  color: #b880ff;
}
.navigation__sources .link-item {
  position: relative;
}
.navigation__sources .link-item::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  transition: width 0.3s ease;
}
.navigation__sources .link-item:hover::before {
  width: 100%;
}
.navigation__sources .current::before {
  width: 100%;
}
.navigation__buttons {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.navigation__buttons a {
  line-height: 28px;
}
.navigation__buttons--button {
  height: 28px;
  padding: 0 12px;
  border-radius: 50px;
}
.navigation__buttons--button:first-child {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.navigation__buttons--button:last-child {
  background-color: transparent;
  border: 1px solid var(--accent-violet);
  background-color: var(--accent-violet);
  color: var(--white);
}
.navigation__buttons--button:hover {
  border: 1px solid #a663ff;
  background-color: #a663ff;
  transition: all 0.3s ease;
}
.navigation__buttons--button:active {
  border: 1px solid #8b3bf0;
  background-color: #8b3bf0;
  transition: all 0.3s ease;
}
.navigation__mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  width: 24px;
  z-index: 101; /* Ensure it is above the mobile menu */
}
.navigation__mobile-menu .line {
  background-color: white;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.navigation__mobile-menu.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navigation__mobile-menu.is-active .line:nth-child(2) {
  opacity: 0;
}
.navigation__mobile-menu.is-active .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.navigation__hidden-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--black);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
  transition: max-height 0.5s ease;
}
.navigation__hidden-content.is-open {
  max-height: 600px;
  pointer-events: auto;
}
.navigation__hidden-content__inner {
  position: relative;
  padding: 90px 15px 30px;
}
.navigation__hidden-content__panel {
  display: none;
}
.navigation__hidden-content__panel.is-active {
  display: block;
}
.navigation__hidden-content__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.navigation__hidden-content__title p.title {
  font-size: 18px;
  color: #898d9a;
}
.navigation__hidden-content__title hr.line {
  flex-grow: 1;
  border: 0;
  height: 1px;
  background-color: #484a54;
}
.navigation__hidden-content__links {
  margin: 40px 0;
  display: flex;
  gap: 40px 24px;
  width: 66.6666666667%;
  flex-wrap: wrap;
}
.navigation__hidden-content__links .links--item {
  width: 400px;
}
.navigation__hidden-content__links .links--item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.navigation__hidden-content__links .links--item a .link-round {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #292d36;
  transition: background-color 0.25s ease;
}
.navigation__hidden-content__links .links--item a .link-round svg {
  width: 18px;
  height: 18px;
}
.navigation__hidden-content__links .links--item a:hover .link-round {
  background-color: #3a3e47;
}
.navigation__hidden-content__links .links--item a p.link-name {
  font-size: 21px;
  transition: color 0.25s ease;
}
.navigation__hidden-content__links .links--item a:hover p.link-name {
  color: #b880ff;
}
.navigation__hidden-content__partners {
  border-top: 1px solid #484a54;
  padding: 30px 0 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
.navigation__hidden-content__partners .link-name {
  font-size: 21px;
}
.navigation__hidden-content__partners .learn-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  transition: transform 0.25s ease;
}
.navigation__hidden-content__partners .learn-more:hover {
  transform: translateX(2px);
}
.navigation__hidden-content__partners .learn-more span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: var(--accent-violet);
  position: relative;
  top: 2px;
}
.navigation__hidden-content__partners .learn-more svg {
  width: 15px;
  height: 15px;
}

.active {
  position: fixed;
  background: rgba(23, 26, 34, 0.2);
  box-shadow: 6px 10px 30px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(35px);
}

.navigation__mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--black);
  z-index: 10;
}

@media screen and (max-width: 1439.98px) {
  .navigation__content {
    padding: 1.875rem 0;
  }
  .navigation__content p,
  .navigation__content a {
    font-size: 1rem;
  }
  .navigation__logo {
    top: -0.1875rem;
  }
  .navigation__logo img {
    width: 14.75rem;
  }
  .navigation__sources {
    gap: 1rem;
  }
  .navigation__sources--item {
    gap: 0.25rem;
  }
  .navigation__sources--item .navigation-arrow {
    width: 0.9375rem;
    height: 0.9375rem;
  }
  .navigation__sources--item--dropdown span {
    font-size: 1rem;
  }
  .navigation__buttons {
    margin-left: 1rem;
    gap: 0.75rem;
  }
  .navigation__buttons a {
    line-height: 1.75rem;
  }
  .navigation__buttons--button {
    height: 1.75rem;
    padding: 0 0.75rem;
    border-radius: 50px;
  }
  .navigation__hidden-content {
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
  .navigation__hidden-content.is-open {
    max-height: 37.5rem;
  }
  .navigation__hidden-content__inner {
    padding: 5.625rem 0.9375rem 1.875rem;
  }
  .navigation__hidden-content__title {
    gap: 2rem;
  }
  .navigation__hidden-content__title p.title {
    font-size: 1.125rem;
  }
  .navigation__hidden-content__links {
    margin: 2.5rem 0;
    gap: 2.5rem 1.5rem;
    width: 66.6666666667%;
  }
  .navigation__hidden-content__links .links--item {
    width: 25rem;
  }
  .navigation__hidden-content__links .links--item a {
    gap: 1.25rem;
  }
  .navigation__hidden-content__links .links--item a .link-round {
    width: 3.5rem;
    height: 3.5rem;
  }
  .navigation__hidden-content__links .links--item a .link-round svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .navigation__hidden-content__links .links--item a p.link-name {
    font-size: 1.3125rem;
  }
  .navigation__hidden-content__partners {
    padding: 1.875rem 0 0;
    gap: 1.25rem;
  }
  .navigation__hidden-content__partners .link-name {
    font-size: 1.3125rem;
  }
  .navigation__hidden-content__partners .learn-more {
    gap: 0.375rem;
  }
  .navigation__hidden-content__partners .learn-more span {
    font-size: 1.125rem;
    top: 0.125rem;
  }
  .navigation__hidden-content__partners .learn-more svg {
    width: 0.9375rem;
    height: 0.9375rem;
  }
  .active {
    box-shadow: 0.375rem 0.625rem 1.875rem 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2.1875rem);
  }
}
@media screen and (max-width: 991.98px) {
  .navigation__content {
    padding: 24px 0;
  }
  .navigation__logo {
    top: 0px;
  }
  .navigation__logo img {
    width: 213px;
  }
  .navigation__sources {
    display: none;
  }
  .navigation__buttons {
    display: none;
  }
  .navigation__mobile-menu {
    display: flex;
  }
  .active {
    box-shadow: none;
    backdrop-filter: blur(35px);
  }
  .navigation__mobile {
    display: block;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
  }
  .navigation__mobile.is-open {
    transform: translateX(0);
  }
  .navigation__mobile .container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .navigation__mobile--content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
    overflow-y: auto;
    padding-top: 82px;
    padding-bottom: 32px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navigation__mobile--content::-webkit-scrollbar {
    display: none;
  }
  .navigation__mobile--content__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
    /* Активный элемент */
  }
  .navigation__mobile--content__item p.link-name {
    font-size: 16px;
  }
  .navigation__mobile--content__item .item-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .navigation__mobile--content__item .item-title .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: var(--white);
  }
  .navigation__mobile--content__item .item-title .navigation-arrow {
    width: 21px;
    height: 21px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }
  .navigation__mobile--content__item .item-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0; /* Changed from 12px to 0 for collapsed state */
    padding: 0 0 0 20px; /* Removed top/bottom padding for collapsed state */
    border-left: 1px solid #484a54;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out; /* Changed to all to animate padding/gap */
    opacity: 0; /* Add opacity transition */
  }
  .navigation__mobile--content__item .item-content__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-shrink: 0;
    /* Add some margin to items instead of gap on parent */
    margin-bottom: 12px;
  }
  .navigation__mobile--content__item .item-content__item:first-child {
    margin-top: 28px; /* Add top spacing to first item */
  }
  .navigation__mobile--content__item .item-content__item .link-round {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #292d36;
  }
  .navigation__mobile--content__item .item-content__item .link-round svg {
    width: 18px;
    height: 18px;
  }
  .navigation__mobile--content__item .item-content__item .link-round p.link-name {
    font-size: 16px;
  }
  .navigation__mobile--content__item .item-content__partners {
    padding: 20px 0px 8px 0px; /* Add bottom padding here */
    border-top: 1px solid #484a54;
    width: 100%; /* Ensure full width */
  }
  .navigation__mobile--content__item .item-content__partners .link-name {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .navigation__mobile--content__item .item-content__partners .learn-more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    flex-shrink: 0;
  }
  .navigation__mobile--content__item .item-content__partners .learn-more span {
    position: relative;
    top: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(--accent-violet);
  }
  .navigation__mobile--content__item .item-content__partners .learn-more svg {
    width: 16px;
    height: 16px;
  }
  .navigation__mobile--content__item.is-active .item-content {
    opacity: 1;
    /* Padding and gaps are handled by child margins now to allow smooth collapse */
  }
  .navigation__mobile--content__item.is-active .navigation-arrow {
    transform: rotate(180deg);
  }
  .navigation__mobile--buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    padding: 32px 0 40px;
    background-color: var(--black);
    flex-shrink: 0;
    z-index: 10;
    border-top: 1px solid #484a54;
  }
  .navigation__mobile--buttons--button {
    height: 56px;
    padding: 0 36px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 56px;
  }
  .navigation__mobile--buttons--button:hover {
    border: 1px solid #a663ff;
    background-color: #a663ff;
    transition: all 0.3s ease;
  }
  .navigation__mobile--buttons--button:active {
    border: 1px solid #8b3bf0;
    background-color: #8b3bf0;
    transition: all 0.3s ease;
  }
  .navigation__mobile--buttons--button:first-child {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
  }
  .navigation__mobile--buttons--button:last-child {
    background-color: transparent;
    border: 1px solid var(--accent-violet);
    background-color: var(--accent-violet);
    color: var(--white);
  }
}
@media screen and (max-width: 575.98px) {
  .navigation__mobile--content {
    padding-top: 82px;
    padding-bottom: 32px;
    gap: 20px;
  }
  .navigation__mobile--content__item .item-title {
    gap: 4px;
  }
  .navigation__mobile--content__item .item-title .title {
    font-size: 20px;
  }
  .navigation__mobile--content__item .item-content {
    gap: 16px;
  }
  .navigation__mobile--content__item .item-content__item {
    gap: 16px;
  }
  .navigation__mobile--buttons {
    padding: 32px 0px;
  }
}
@media screen and (max-width: 425.98px) {
  .navigation__mobile--buttons {
    padding: 32px 0;
    flex-direction: column;
  }
  .navigation__mobile--buttons--button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.footer-line {
  margin-top: -1px;
  position: relative;
  z-index: 2;
  background-color: #000;
}
.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: 62px 0 0;
  position: relative;
}
.main-screen .shape {
  position: absolute;
  z-index: 0;
  top: -100px;
  right: -1800px;
  width: 3900px;
}
.main-screen__content {
  padding: 130px 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 24px;
}
.main-screen__content--text {
  width: 100%;
  max-width: calc(50% - 12px);
  height: auto;
  text-align: left;
}
.main-screen__content--text h1 {
  text-align: inherit;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #b880ff 0%, #d6b6ff 30%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-screen__content--text p.subtitle {
  margin-bottom: 32px;
}
.main-screen__content--pic {
  width: 100%;
  max-width: calc(50% - 12px);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(233, 235, 239, 0.3);
}
.main-screen__content--pic .pic {
  width: 100%;
}
.main-screen__content--pic .mob-pic {
  display: none;
}

@media screen and (max-width: 1439.98px) {
  .main-screen {
    padding: 3.875rem 0 0;
  }
  .main-screen .shape {
    top: -6.25rem;
    right: -137.5rem;
    width: 243.75rem;
  }
  .main-screen__content {
    padding: 8.125rem 0 6.25rem;
    gap: 1.5rem;
  }
  .main-screen__content--text {
    max-width: calc(50% - 0.75rem);
  }
  .main-screen__content--text h1 {
    margin-bottom: 1rem;
  }
  .main-screen__content--text p.subtitle {
    margin-bottom: 2rem;
  }
  .main-screen__content--pic {
    max-width: calc(50% - 0.75rem);
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .main-screen {
    padding: 62px 0 0;
  }
  .main-screen .shape {
    top: 0px;
    right: -1400px;
    width: 2500px;
  }
  .main-screen__content {
    flex-wrap: wrap;
    padding: 80px 0;
    gap: 64px;
  }
  .main-screen__content--text {
    max-width: 100%;
    padding-right: 0px;
    opacity: 1;
  }
  .main-screen__content--text h1 {
    margin-bottom: 16px;
  }
  .main-screen__content--text p.subtitle {
    margin-bottom: 32px;
  }
  .main-screen__content--pic {
    max-width: 100%;
    border-radius: 8px;
    text-align: center;
    opacity: 1;
  }
  .main-screen__content--pic .pic {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 575.98px) {
  .main-screen .shape {
    right: -200px;
    width: 2000px;
    transform: rotate(120deg);
  }
}
.clients-screen {
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
.clients-screen__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
  width: 100%;
}
.clients-screen__title h5 {
  text-align: center;
  width: auto;
  flex-shrink: 0;
  color: white;
  font-size: 16px;
}
.clients-screen__wrapper {
  overflow: hidden;
  width: auto;
  position: relative;
}
.clients-screen__clients {
  display: flex;
  flex-wrap: nowrap;
  gap: 85px;
  margin-right: 85px;
  justify-content: flex-start;
  width: fit-content;
  will-change: transform;
}
.clients-screen__clients--clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.clients-screen__clients--item {
  width: 150px;
  flex-shrink: 0;
}
.clients-screen__clients--item img {
  width: 100%;
}
.clients-screen__clients .i-1 {
  width: 100px;
}
.clients-screen__clients .i-2 {
  width: 76px;
}
.clients-screen__clients .i-3 {
  width: 48px;
}
.clients-screen__clients .i-4 {
  width: 119px;
}
.clients-screen__clients .i-5 {
  width: 100px;
}
.clients-screen__clients .i-6 {
  width: 153px;
}
.clients-screen__clients .i-7 {
  width: 211px;
}
.clients-screen__clients .i-8 {
  width: 150px;
}
.clients-screen__clients .i-9 {
  width: 129px;
}
.clients-screen__clients .i-10 {
  width: 109px;
}
.clients-screen__clients .i-11 {
  width: 165px;
}
.clients-screen__clients .i-12 {
  width: 79px;
}
.clients-screen__clients .i-13 {
  width: 48px;
}
.clients-screen__clients .i-14 {
  width: 144px;
}
.clients-screen__clients .i-15 {
  width: 142px;
}
.clients-screen__clients .i-16 {
  width: 160px;
}
.clients-screen__clients .i-17 {
  width: 150px;
}
.clients-screen__clients .i-18 {
  width: 129px;
}
.clients-screen__clients .i-19 {
  width: 48px;
}
.clients-screen__clients .i-20 {
  width: 109px;
}
.clients-screen__clients .i-21 {
  width: 100px;
}
.clients-screen__clients .i-22 {
  width: 203px;
}
.clients-screen__clients .i-23 {
  width: 76px;
}
.clients-screen__clients .i-24 {
  width: 151px;
}
.clients-screen__clients .i-25 {
  width: 189px;
}
.clients-screen__clients .i-26 {
  width: 98px;
}
.clients-screen__clients .i-27 {
  width: 234px;
}
.clients-screen__clients .i-28 {
  width: 132px;
}
.clients-screen__clients .i-29 {
  width: 100px;
}
.clients-screen__clients .i-30 {
  width: 165px;
}
.clients-screen__clients .i-31 {
  width: 119px;
}
.clients-screen__clients .i-32 {
  width: 112px;
}
.clients-screen__clients .i-33 {
  width: 100px;
}
.clients-screen__clients .i-34 {
  width: 153px;
}
.clients-screen__clients .i-35 {
  width: 211px;
}
.clients-screen__clients .i-new-white, .clients-screen__clients .i-new-black {
  width: 201px;
}
.clients-screen.black-clients {
  background-color: #F8F7FF;
}
.clients-screen.black-clients .clients-screen__title h5 {
  color: black;
}
.clients-screen.black-clients .first-row {
  margin-bottom: 60px;
}

@media screen and (max-width: 1439.98px) {
  .clients-screen {
    padding: 0 0 6.25rem;
  }
  .clients-screen__title {
    margin-bottom: 3.75rem;
  }
  .clients-screen__title h5 {
    font-size: 1rem;
  }
  .clients-screen__clients {
    gap: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .clients-screen__clients--item {
    width: 9.375rem;
  }
  .clients-screen__clients .i-1 {
    width: 6.25rem;
  }
  .clients-screen__clients .i-2 {
    width: 4.75rem;
  }
  .clients-screen__clients .i-3 {
    width: 3rem;
  }
  .clients-screen__clients .i-4 {
    width: 7.4375rem;
  }
  .clients-screen__clients .i-5 {
    width: 6.25rem;
  }
  .clients-screen__clients .i-6 {
    width: 9.5625rem;
  }
  .clients-screen__clients .i-7 {
    width: 13.1875rem;
  }
  .clients-screen__clients .i-8 {
    width: 9.375rem;
  }
  .clients-screen__clients .i-9 {
    width: 8.0625rem;
  }
  .clients-screen__clients .i-10 {
    width: 6.8125rem;
  }
  .clients-screen__clients .i-11 {
    width: 10.3125rem;
  }
  .clients-screen__clients .i-12 {
    width: 4.9375rem;
  }
  .clients-screen__clients .i-13 {
    width: 3rem;
  }
  .clients-screen__clients .i-14 {
    width: 9rem;
  }
  .clients-screen__clients .i-15 {
    width: 8.875rem;
  }
  .clients-screen__clients .i-16 {
    width: 10rem;
  }
  .clients-screen__clients .i-17 {
    width: 9.375rem;
  }
  .clients-screen__clients .i-18 {
    width: 8.0625rem;
  }
  .clients-screen__clients .i-19 {
    width: 3rem;
  }
  .clients-screen__clients .i-20 {
    width: 6.8125rem;
  }
  .clients-screen__clients .i-21 {
    width: 6.25rem;
  }
  .clients-screen__clients .i-22 {
    width: 12.6875rem;
  }
  .clients-screen__clients .i-23 {
    width: 4.75rem;
  }
  .clients-screen__clients .i-24 {
    width: 9.4375rem;
  }
  .clients-screen__clients .i-25 {
    width: 11.8125rem;
  }
  .clients-screen__clients .i-26 {
    width: 6.125rem;
  }
  .clients-screen__clients .i-27 {
    width: 14.625rem;
  }
  .clients-screen__clients .i-28 {
    width: 8.25rem;
  }
  .clients-screen__clients .i-29 {
    width: 6.25rem;
  }
  .clients-screen__clients .i-30 {
    width: 10.3125rem;
  }
  .clients-screen__clients .i-31 {
    width: 7.4375rem;
  }
  .clients-screen__clients .i-32 {
    width: 7rem;
  }
  .clients-screen__clients .i-33 {
    width: 6.25rem;
  }
  .clients-screen__clients .i-34 {
    width: 9.5625rem;
  }
  .clients-screen__clients .i-35 {
    width: 13.1875rem;
  }
  .clients-screen__clients .i-new-white, .clients-screen__clients .i-new-black {
    width: 12.5625rem;
  }
  .clients-screen.black-clients .first-row {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .clients-screen {
    padding: 40px 0 100px;
    opacity: 1;
  }
  .clients-screen__title {
    margin-bottom: 40px;
  }
  .clients-screen__title h5 {
    font-size: 16px;
  }
  .clients-screen__clients {
    gap: 60px;
    margin-right: 60px;
  }
  .clients-screen__clients--item {
    width: 150px;
  }
  .clients-screen__clients .i-1 {
    width: 100px;
  }
  .clients-screen__clients .i-2 {
    width: 76px;
  }
  .clients-screen__clients .i-3 {
    width: 48px;
  }
  .clients-screen__clients .i-4 {
    width: 119px;
  }
  .clients-screen__clients .i-5 {
    width: 100px;
  }
  .clients-screen__clients .i-6 {
    width: 153px;
  }
  .clients-screen__clients .i-7 {
    width: 211px;
  }
  .clients-screen__clients .i-8 {
    width: 150px;
  }
  .clients-screen__clients .i-9 {
    width: 129px;
  }
  .clients-screen__clients .i-10 {
    width: 109px;
  }
  .clients-screen__clients .i-11 {
    width: 165px;
  }
  .clients-screen__clients .i-12 {
    width: 79px;
  }
  .clients-screen__clients .i-13 {
    width: 48px;
  }
  .clients-screen__clients .i-14 {
    width: 144px;
  }
  .clients-screen__clients .i-15 {
    width: 142px;
  }
  .clients-screen__clients .i-16 {
    width: 160px;
  }
  .clients-screen__clients .i-17 {
    width: 150px;
  }
  .clients-screen__clients .i-18 {
    width: 129px;
  }
  .clients-screen__clients .i-19 {
    width: 48px;
  }
  .clients-screen__clients .i-20 {
    width: 109px;
  }
  .clients-screen__clients .i-21 {
    width: 100px;
  }
  .clients-screen__clients .i-22 {
    width: 203px;
  }
  .clients-screen__clients .i-23 {
    width: 76px;
  }
  .clients-screen__clients .i-24 {
    width: 151px;
  }
  .clients-screen__clients .i-25 {
    width: 189px;
  }
  .clients-screen__clients .i-26 {
    width: 98px;
  }
  .clients-screen__clients .i-27 {
    width: 234px;
  }
  .clients-screen__clients .i-28 {
    width: 132px;
  }
  .clients-screen__clients .i-29 {
    width: 100px;
  }
  .clients-screen__clients .i-30 {
    width: 165px;
  }
  .clients-screen__clients .i-31 {
    width: 119px;
  }
  .clients-screen__clients .i-32 {
    width: 112px;
  }
  .clients-screen__clients .i-33 {
    width: 100px;
  }
  .clients-screen__clients .i-34 {
    width: 153px;
  }
  .clients-screen__clients .i-35 {
    width: 211px;
  }
  .clients-screen__clients .i-new-white, .clients-screen__clients .i-new-black {
    width: 201px;
  }
  .clients-screen.black-clients .clients-screen__title h5 {
    color: black;
  }
  .clients-screen.black-clients .first-row {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .clients-screen {
    padding: 40px 0 80px;
  }
  .clients-screen__title {
    margin-bottom: 40px;
  }
  .clients-screen__clients {
    gap: 60px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 425.98px) {
  .clients-screen__clients {
    gap: 50px;
    margin-right: 50px;
  }
  .clients-screen.black-clients .first-row {
    margin-bottom: 50px;
  }
}
.secondary-screen {
  position: relative;
  z-index: 2;
  background-color: #f8f7ff;
  padding: 140px 0 100px;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
}
.secondary-screen__title {
  text-align: center;
  margin-bottom: 100px;
}
.secondary-screen__title h2 {
  background: linear-gradient(90deg, #2958ff 0%, #6e00ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 24px;
}
.secondary-screen__title p {
  color: #171a22;
  text-align: center;
}
.secondary-screen__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secondary-screen__content--text {
  width: 50%;
}
.secondary-screen__content--text__list {
  margin-bottom: 50px;
  max-width: 520px;
}
.secondary-screen__content--text__list h5 {
  color: #171a22;
  margin-bottom: 8px;
}
.secondary-screen__content--text__list p {
  color: #171a22;
}
.secondary-screen__content--pic {
  width: 50%;
  overflow: hidden;
  border-radius: 16px;
}
.secondary-screen__content--pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1439.98px) {
  .secondary-screen {
    padding: 8.75rem 0 6.25rem;
    border-top-left-radius: 3.5rem;
    border-top-right-radius: 3.5rem;
  }
  .secondary-screen__title {
    margin-bottom: 6.25rem;
  }
  .secondary-screen__title h2 {
    margin-bottom: 1.5rem;
  }
  .secondary-screen__content--text__list {
    margin-bottom: 3.125rem;
    max-width: 32.5rem;
  }
  .secondary-screen__content--text__list h5 {
    margin-bottom: 0.5rem;
  }
  .secondary-screen__content--pic {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .secondary-screen {
    padding: 100px 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .secondary-screen__title {
    margin-bottom: 80px;
  }
  .secondary-screen__title h2 {
    margin-bottom: 16px;
  }
  .secondary-screen__content {
    gap: 30px;
    align-items: flex-start;
  }
  .secondary-screen__content--text__list {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .secondary-screen__content--text__list h5 {
    margin-bottom: 8px;
  }
  .secondary-screen__content--pic {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-screen {
    padding: 100px 0 80px;
  }
  .secondary-screen__content {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .secondary-screen__content--text {
    width: 100%;
  }
  .secondary-screen__content--pic {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .secondary-screen {
    padding: 80px 0;
  }
  .secondary-screen__content--text__list h5 {
    font-size: 18px;
  }
}
.round-screen {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
.round-screen .shape {
  position: absolute;
  z-index: 0;
  top: -700px;
  left: -2600px;
  width: 3900px;
  transform: rotate(120deg);
}
.round-screen__title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
.round-screen__title h2 {
  font-size: 48px;
  line-height: 110%;
  text-align: center;
}
.round-screen__content {
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1062px;
  gap: 50px 0;
  margin: 0 auto;
}
.round-screen__content--spinner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.round-screen__content--spinner .spinner-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 790px;
}
.round-screen__content--spinner .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 672px;
  animation: spin 10s linear infinite;
}
.round-screen__content--spinner .spinner-center {
  width: 100%;
  max-width: 534px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.round-screen__content--spinner .spinner-mobile {
  display: none;
}
.round-screen__content--spinner .spinner-desktop {
  display: block;
}
.round-screen__content--item {
  display: flex;
  width: 100%;
  max-width: 50%;
}
.round-screen__content--item__section {
  position: relative;
  z-index: 2;
  max-width: 302px;
  border-radius: 8px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(30px);
}
.round-screen__content--item__section__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}
.round-screen__content--item__section__title .icon {
  width: 22px;
}
.round-screen__content--item__section__title .title {
  font-weight: 700;
}
.round-screen__content--item__section .text {
  font-size: 14px;
  line-height: 150%;
}
.round-screen__content--item .ai {
  background: linear-gradient(65deg, #2958ff -19.16%, #6e00ff 57.32%, #cfabff 135.38%);
}
.round-screen__content--item:nth-of-type(2n) {
  justify-content: flex-end;
}
.round-screen__content--item:nth-of-type(2) {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
.round-screen__content--item:last-of-type {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
.round-screen__content--button {
  margin: 80px auto 0;
  text-align: center;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 1439.98px) {
  .round-screen {
    padding: 6.25rem 0;
  }
  .round-screen .shape {
    top: -43.75rem;
    left: -162.5rem;
    width: 243.75rem;
  }
  .round-screen__title {
    margin-bottom: 3.125rem;
  }
  .round-screen__title h2 {
    font-size: 3rem;
  }
  .round-screen__content {
    max-width: 66.375rem;
    gap: 3.125rem 0;
  }
  .round-screen__content--spinner .spinner-bg {
    max-width: 49.375rem;
  }
  .round-screen__content--spinner .spinner {
    max-width: 42rem;
  }
  .round-screen__content--spinner .spinner-center {
    max-width: 33.375rem;
  }
  .round-screen__content--item__section {
    max-width: 18.875rem;
    border-radius: 0.5rem;
    padding: 1rem;
  }
  .round-screen__content--item__section__title {
    gap: 0.5rem;
    margin-bottom: 0.6875rem;
  }
  .round-screen__content--item__section__title .icon {
    width: 1.375rem;
  }
  .round-screen__content--item__section .text {
    font-size: 0.875rem;
  }
  .round-screen__content--button {
    margin: 5rem auto 0rem;
  }
}
@media screen and (max-width: 991.98px) {
  .round-screen {
    padding: 80px 0 40px;
  }
  .round-screen .shape {
    top: -300px;
    left: -1200px;
    width: 2500px;
  }
  .round-screen__title {
    margin-bottom: 50px;
  }
  .round-screen__title h2 {
    font-size: 48px;
  }
  .round-screen__content {
    max-width: 100%;
    gap: 20px 30px;
    padding-top: 500px;
  }
  .round-screen__content--spinner {
    width: 660px;
    max-width: 660px;
    height: 660px;
    top: 230px;
  }
  .round-screen__content--spinner .spinner-bg {
    max-width: 660px;
  }
  .round-screen__content--spinner .spinner {
    max-width: 600px;
  }
  .round-screen__content--spinner .spinner-center {
    max-width: 540px;
  }
  .round-screen__content--item {
    max-width: calc(50% - 15px) !important;
  }
  .round-screen__content--item__section {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    padding: 16px;
  }
  .round-screen__content--item__section__title {
    gap: 8px;
    margin-bottom: 11px;
  }
  .round-screen__content--item__section__title .icon {
    width: 22px;
  }
  .round-screen__content--item__section .text {
    font-size: 14px;
  }
  .round-screen__content--button {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 575.98px) {
  .round-screen {
    padding: 80px 0 40px;
  }
  .round-screen .shape {
    top: -200px;
    left: -1200px;
    width: 2500px;
  }
  .round-screen__title {
    margin-bottom: 0px;
  }
  .round-screen__title h2 {
    font-size: 32px;
  }
  .round-screen__content {
    max-width: 100%;
    gap: 16px;
    padding-top: 430px;
  }
  .round-screen__content--spinner {
    top: 230px;
    width: 520px;
    max-width: 520px;
    height: 520px;
    margin: 0 auto 0px;
  }
  .round-screen__content--spinner .spinner-bg {
    width: 520px;
    max-width: 520px;
  }
  .round-screen__content--spinner .spinner {
    width: 430px;
    max-width: 430px;
  }
  .round-screen__content--spinner .spinner-center {
    width: 420px;
    max-width: 420px;
  }
  .round-screen__content--spinner .spinner-mobile {
    display: block;
  }
  .round-screen__content--spinner .spinner-desktop {
    display: none;
  }
  .round-screen__content--item {
    max-width: 100% !important;
  }
  .round-screen__content--button {
    margin: 40px auto 0;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(35px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}

.popup-overlay.active {
  pointer-events: auto;
}

.popup-content {
  position: absolute;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.big-screen {
  padding: 100px 0;
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, rgba(23, 26, 34, 0) 55%, #F8F7FF 55%);
}
.big-screen__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.big-screen__title h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 0;
  text-align: inherit;
}
.big-screen__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.big-screen__container--pic {
  width: 100%;
  max-width: 1064px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(233, 235, 239, 0.3);
  position: relative;
}
.big-screen__container--pic video {
  width: 100%;
}
.big-screen__container--pic .mobile-video {
  display: none;
}
.big-screen__container--pic__buttons {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: flex-end;
  align-items: flex-end;
  top: 24px;
  right: 24px;
  bottom: 24px;
}
.big-screen__container--pic__buttons .play {
  background-color: var(--accent-violet);
  padding: 11px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.big-screen__container--pic__buttons .play .subtitle {
  font-weight: 500;
  position: relative;
  top: 1px;
}
.big-screen__container--pic__buttons .play img {
  width: 32px;
  height: 32px;
}
.big-screen__container--pic__buttons .play:hover {
  background-color: #913AFF;
}
.big-screen__container--pic__buttons .full-screen {
  background-color: var(--accent-violet);
  padding: 11px 24px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.big-screen__container--pic__buttons .full-screen img {
  width: 24px;
  height: 32px;
}
.big-screen__container--pic__buttons .full-screen:hover {
  background-color: #913AFF;
}
.big-screen__container .mobile-button {
  display: none;
}

@media screen and (max-width: 1439.98px) {
  .big-screen {
    padding: 6.25rem 0;
  }
  .big-screen__title {
    margin-bottom: 3.125rem;
  }
  .big-screen__title h2 {
    font-size: 3rem;
  }
  .big-screen__container--pic {
    max-width: 66.5rem;
    border-radius: 1.25rem;
  }
  .big-screen__container--pic__buttons {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .big-screen__container--pic__buttons .play {
    padding: 0.6875rem 1.5rem;
    gap: 0.5rem;
    border-radius: 1.875rem;
  }
  .big-screen__container--pic__buttons .play img {
    width: 2rem;
    height: 2rem;
  }
  .big-screen__container--pic__buttons .full-screen {
    padding: 0.6875rem 1.5rem;
    border-radius: 30px;
  }
  .big-screen__container--pic__buttons .full-screen img {
    width: 1.5rem;
    height: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .big-screen {
    padding: 100px 0;
  }
  .big-screen__title {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .big-screen__title h2 {
    font-size: 48px;
  }
  .big-screen__container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .big-screen__container--pic {
    max-width: 100%;
    border-radius: 20px;
  }
  .big-screen__container--pic__buttons {
    top: 24px;
    right: 24px;
    bottom: 24px;
  }
  .big-screen__container--pic__buttons .play {
    padding: 11px 24px;
    gap: 8px;
    border-radius: 30px;
  }
  .big-screen__container--pic__buttons .play img {
    width: 32px;
    height: 32px;
  }
  .big-screen__container--pic__buttons .full-screen {
    padding: 11px 24px;
    border-radius: 30px;
  }
  .big-screen__container--pic__buttons .full-screen img {
    width: 24px;
    height: 32px;
  }
  .big-screen__container .mobile-button {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .big-screen {
    padding: 80px 0;
  }
  .big-screen__title h2 {
    font-size: 32px;
  }
  .big-screen__container--pic__buttons {
    top: 12px;
    right: 12px;
    bottom: 12px;
  }
}
@media screen and (max-width: 575.98px) {
  .big-screen__title {
    margin-bottom: 30px;
  }
  .big-screen__container--pic {
    overflow: visible;
  }
  .big-screen__container--pic__buttons {
    width: 100%;
    justify-content: center;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    flex-direction: row;
    gap: 10px;
  }
  .big-screen__container--pic__buttons * {
    flex-shrink: 0;
  }
  .big-screen__container--pic__buttons .play {
    padding: 6px 12px;
    gap: 8px;
  }
  .big-screen__container--pic__buttons .play img {
    width: 24px;
    height: 24px;
  }
  .big-screen__container--pic__buttons .full-screen {
    padding: 6px 12px;
  }
  .big-screen__container--pic__buttons .full-screen img {
    width: 21px;
    height: 24px;
  }
  .big-screen__container--pic video {
    border-radius: 20px;
  }
  .big-screen__container .mobile-button {
    margin-top: 80px;
  }
}
@media screen and (max-width: 425.98px) {
  .big-screen {
    background: linear-gradient(180deg, rgba(23, 26, 34, 0) 61%, #F8F7FF 55%);
  }
  .big-screen__title h2 {
    margin-bottom: 40px;
  }
}
.features-screen {
  padding: 100px 0;
  background: #F8F7FF;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
.features-screen__title {
  text-align: left;
  margin-bottom: 50px;
}
.features-screen__title h2 {
  font-size: 48px;
  line-height: 110%;
  text-align: left;
  color: var(--black);
}
.features-screen__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
.features-screen__content--item {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: white;
  box-shadow: 8px 8px 48px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-screen__content--item__text {
  padding: 0 24px 0 48px;
  width: 100%;
  max-width: calc(50% - 12px);
}
.features-screen__content--item__text h5 {
  margin-bottom: 16px;
  color: var(--black);
  text-align: left;
}
.features-screen__content--item__text p {
  color: var(--black);
  text-align: left;
  margin-bottom: 24px;
}
.features-screen__content--item__text--list {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
.features-screen__content--item__text--list img {
  flex-shrink: 0;
  padding-top: 3px;
  width: 20px;
  height: 20px;
}
.features-screen__content--item__text--list p {
  margin-bottom: 0 !important;
}
.features-screen__content--item--pic {
  width: 100%;
  max-width: calc(50% - 12px);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.features-screen__content--item--pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-screen__content--item:nth-child(even) {
  flex-direction: row-reverse;
}
.features-screen__content--item:nth-child(even) .features-screen__content--item__text {
  padding: 0 48px 0 24px;
}
.features-screen__content--button {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1439.98px) {
  .features-screen {
    padding: 6.25rem 0;
  }
  .features-screen__title {
    margin-bottom: 3.125rem;
  }
  .features-screen__title h2 {
    font-size: 3rem;
  }
  .features-screen__content {
    gap: 3.125rem;
  }
  .features-screen__content--item {
    padding: 1rem;
    border-radius: 1rem;
    gap: 1.5rem;
    box-shadow: 0.5rem 0.5rem 3rem 0 rgba(0, 0, 0, 0.08);
  }
  .features-screen__content--item__text {
    padding: 0 1.5rem 0 3rem;
    max-width: calc(50% - 0.75rem);
  }
  .features-screen__content--item__text h5 {
    margin-bottom: 1rem;
  }
  .features-screen__content--item__text p {
    margin-bottom: 1.5rem;
  }
  .features-screen__content--item__text--list {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .features-screen__content--item__text--list img {
    padding-top: 0.1875rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .features-screen__content--item--pic {
    max-width: calc(50% - 0.75rem);
    border-radius: 0.5rem;
  }
  .features-screen__content--item:nth-child(even) .features-screen__content--item__text {
    padding: 0 3rem 0 1.5rem;
  }
  .features-screen__content--button {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 991.98px) {
  .features-screen {
    padding: 100px 0;
  }
  .features-screen__title {
    margin-bottom: 50px;
  }
  .features-screen__title h2 {
    text-align: center;
    font-size: 48px;
  }
  .features-screen__content {
    gap: 50px;
  }
  .features-screen__content--item {
    padding: 16px;
    border-radius: 16px;
    gap: 24px;
    box-shadow: 8px 8px 48px 0 rgba(0, 0, 0, 0.08);
  }
  .features-screen__content--item__text {
    padding: 24px 16px;
    max-width: calc(50% - 12px);
  }
  .features-screen__content--item__text h5 {
    margin-bottom: 16px;
  }
  .features-screen__content--item__text p {
    margin-bottom: 24px;
  }
  .features-screen__content--item__text--list {
    gap: 8px;
    margin-bottom: 12px;
  }
  .features-screen__content--item__text--list img {
    padding-top: 3px;
    width: 20px;
    height: 20px;
  }
  .features-screen__content--item--pic {
    max-width: calc(50% - 12px);
    border-radius: 8px;
  }
  .features-screen__content--item--pic img {
    aspect-ratio: 1/1;
  }
  .features-screen__content--item:nth-child(even) .features-screen__content--item__text {
    padding: 24px 16px;
  }
  .features-screen__content--button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .features-screen {
    padding: 80px 0;
  }
  .features-screen__title h2 {
    font-size: 32px;
  }
  .features-screen__content--item {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
  }
  .features-screen__content--item__text {
    max-width: 100%;
  }
  .features-screen__content--item--pic {
    max-width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .features-screen__content {
    gap: 40px;
  }
}
.testimonials-screen {
  padding: 100px 0;
  position: relative;
  background: #f8f7ff;
  margin-top: -1px;
  z-index: 3;
}
.testimonials-screen__title {
  margin-bottom: 50px;
}
.testimonials-screen__title h2 {
  text-align: left;
  font-size: 48px;
  margin-bottom: 16px;
  color: var(--black);
}
.testimonials-screen__title p {
  color: var(--black);
  margin-bottom: 0;
}
.testimonials-screen__wrapper {
  position: relative;
  z-index: 1;
}
.testimonials-screen__wrapper .swiper-wrapper {
  align-items: stretch;
}
.testimonials-screen__wrapper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.testimonials-screen__wrapper--item {
  padding: 16px;
  position: relative;
  border-radius: 16px;
  background: white;
  box-shadow: 8px 8px 48px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 100%;
}
.testimonials-screen__wrapper--item .item--text {
  width: calc(50% - 12px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
}
.testimonials-screen__wrapper--item .item--text .logo-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.testimonials-screen__wrapper--item .item--text .logo-block .case-study {
  width: 116px;
}
.testimonials-screen__wrapper--item .item--text .logo-block .logo-1 {
  display: none;
}
.testimonials-screen__wrapper--item .item--text .logo-block .logo-2 {
  width: 175px;
}
.testimonials-screen__wrapper--item .item--text .logo-block .logo-3 {
  width: 150px;
}
.testimonials-screen__wrapper--item .item--text .rewiew-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .text {
  font-size: 22px;
  color: var(--black);
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .text span {
  color: #6e00ff;
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(23, 26, 34, 0.2);
  padding-top: 16px;
  gap: 16px;
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__initials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__initials .name {
  font-size: 14px;
  color: var(--black);
  font-weight: 500;
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__initials .position {
  font-size: 14px;
  color: var(--black);
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case .case {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case:hover {
  cursor: pointer;
}
.testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case:hover img {
  transform: translateX(4px);
}
.testimonials-screen__wrapper--item .item--pic {
  width: calc(50% - 12px);
  border-radius: 8px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.testimonials-screen__wrapper--item .item--pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-screen__wrapper--navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  max-width: 120px;
  margin-top: 50px;
  margin-left: auto;
}
.testimonials-screen__wrapper--navigation--button {
  cursor: pointer;
}
.testimonials-screen__wrapper--navigation--button--prev, .testimonials-screen__wrapper--navigation--button--next {
  width: 56px;
  flex-shrink: 0;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.testimonials-screen__wrapper--navigation--button--prev:hover, .testimonials-screen__wrapper--navigation--button--next:hover {
  opacity: 1;
}
.testimonials-screen__wrapper--navigation--button--prev img, .testimonials-screen__wrapper--navigation--button--next img {
  width: 100%;
}
.testimonials-screen__wrapper--navigation .swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

@media screen and (max-width: 1439.98px) {
  .testimonials-screen {
    padding: 6.25rem 0;
  }
  .testimonials-screen__title {
    margin-bottom: 3.125rem;
  }
  .testimonials-screen__title h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .testimonials-screen__wrapper--item {
    padding: 1rem;
    position: relative;
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 3rem 0 rgba(0, 0, 0, 0.08);
    gap: 1.5rem;
  }
  .testimonials-screen__wrapper--item .item--text {
    width: calc(50% - 0.75rem);
    gap: 1rem;
    padding: 1.5rem;
  }
  .testimonials-screen__wrapper--item .item--text .logo-block {
    gap: 0.5rem;
  }
  .testimonials-screen__wrapper--item .item--text .logo-block .case-study {
    width: 7.25rem;
  }
  .testimonials-screen__wrapper--item .item--text .logo-block .logo-2 {
    width: 10.9375rem;
  }
  .testimonials-screen__wrapper--item .item--text .logo-block .logo-3 {
    width: 9.375rem;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block {
    gap: 2rem;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .text {
    font-size: 1.375rem;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block {
    padding-top: 1rem;
    gap: 1rem;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__initials {
    gap: 0.25rem;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__initials .name {
    font-size: 0.875rem;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__initials .position {
    font-size: 0.875rem;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case {
    gap: 1rem;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case .case {
    font-size: 1rem;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case img {
    width: 1rem;
    height: 1rem;
  }
  .testimonials-screen__wrapper--item .item--pic {
    width: calc(50% - 0.75rem);
    border-radius: 0.5rem;
  }
  .testimonials-screen__wrapper--navigation {
    gap: 0.5rem;
    max-width: 7.5rem;
    margin-top: 3.125rem;
  }
  .testimonials-screen__wrapper--navigation--button--prev, .testimonials-screen__wrapper--navigation--button--next {
    width: 3.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .testimonials-screen {
    padding: 100px 0;
  }
  .testimonials-screen__title {
    margin-bottom: 50px;
    text-align: center;
  }
  .testimonials-screen__title h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 16px;
  }
  .testimonials-screen__title p {
    text-align: center;
    margin-bottom: 0;
  }
  .testimonials-screen__wrapper--item {
    padding: 16px;
    border-radius: 16px;
    box-shadow: 8px 8px 48px 0 rgba(0, 0, 0, 0.08);
    gap: 24px;
  }
  .testimonials-screen__wrapper--item .item--text {
    width: 100%;
    gap: 24px;
    padding: 0;
  }
  .testimonials-screen__wrapper--item .item--text .logo-block {
    gap: 8px;
    align-items: center;
    justify-content: space-between;
  }
  .testimonials-screen__wrapper--item .item--text .logo-block .case-study {
    width: 116px;
  }
  .testimonials-screen__wrapper--item .item--text .logo-block .logo-1 {
    display: block;
    width: 81px;
  }
  .testimonials-screen__wrapper--item .item--text .logo-block .logo-2 {
    width: 175px;
  }
  .testimonials-screen__wrapper--item .item--text .logo-block .logo-3 {
    width: 150px;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block {
    gap: 24px;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .text {
    padding: 24px 16px;
    font-size: 18px;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 16px;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__initials {
    gap: 4px;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__initials .name {
    font-size: 14px;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__initials .position {
    font-size: 14px;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case {
    gap: 16px;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case .case {
    font-size: 16px;
  }
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block .initials--block__case img {
    width: 16px;
    height: 16px;
  }
  .testimonials-screen__wrapper--item .item--pic {
    display: none;
  }
  .testimonials-screen__wrapper--navigation {
    gap: 8px;
    max-width: 120px;
    margin-top: 50px;
  }
  .testimonials-screen__wrapper--navigation--button--prev, .testimonials-screen__wrapper--navigation--button--next {
    width: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .testimonials-screen__wrapper--item .item--text .rewiew-block .initials--block {
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575.98px) {
  .testimonials-screen {
    padding: 80px 0;
  }
  .testimonials-screen__title h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .testimonials-screen__wrapper--item .item--pic {
    display: none;
  }
}
.discover-screen {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.discover-screen .shape {
  position: absolute;
  z-index: 0;
  top: -500px;
  right: -2200px;
  width: 3900px;
}
.discover-screen__block {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.discover-screen__block--text {
  width: calc(50% - 12px);
}
.discover-screen__block--text h2 {
  font-size: 48px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #b880ff 0%, #d6b6ff 30%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.discover-screen__block--text p {
  margin-bottom: 32px;
}
.discover-screen__block--image {
  width: calc(50% - 12px);
  aspect-ratio: 16/9;
  text-align: right;
  position: relative;
}
.discover-screen__block--image .discover-image-mobile {
  display: none;
}
.discover-screen__block--image .discover-image {
  width: 576px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.discover-screen__block--image .discover-sticky {
  position: relative;
  margin-top: -35px;
  margin-right: 100%;
  margin-left: 0;
  width: 340px;
  height: auto;
  border-radius: 50px;
  filter: drop-shadow(0 0 29px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 1439.98px) {
  .discover-screen {
    padding: 6.25rem 0;
  }
  .discover-screen .shape {
    top: -31.25rem;
    right: -137.5rem;
    width: 243.75rem;
  }
  .discover-screen__block {
    gap: 1.5rem;
  }
  .discover-screen__block--text {
    width: calc(50% - 0.75rem);
  }
  .discover-screen__block--text h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .discover-screen__block--text p {
    margin-bottom: 2rem;
  }
  .discover-screen__block--image {
    width: calc(50% - 0.75rem);
  }
  .discover-screen__block--image .discover-image {
    width: 36rem;
    border-radius: 1rem;
  }
  .discover-screen__block--image .discover-sticky {
    margin-top: -2.1875rem;
    width: 21.25rem;
    filter: drop-shadow(0 0 1.8125rem rgba(0, 0, 0, 0.25));
  }
}
@media screen and (max-width: 991.98px) {
  .discover-screen {
    padding: 100px 0;
  }
  .discover-screen .shape {
    top: -500px;
    right: -2400px;
    width: 3900px;
  }
  .discover-screen__block {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 50px;
  }
  .discover-screen__block--text {
    width: 100%;
    text-align: center;
  }
  .discover-screen__block--text h2 {
    text-align: center;
    font-size: 48px;
  }
  .discover-screen__block--text p {
    margin-bottom: 32px;
  }
  .discover-screen__block--image {
    width: 100%;
    max-width: 597px;
    aspect-ratio: 597/368;
  }
  .discover-screen__block--image .discover-image-mobile {
    display: block;
    position: relative;
    top: 0;
    left: -30px;
    width: 105.3%;
    aspect-ratio: 629/397;
  }
  .discover-screen__block--image .discover-sticky, .discover-screen__block--image .discover-image {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .discover-screen {
    padding: 80px 0;
  }
  .discover-screen .shape {
    top: -600px;
    right: -2400px;
    width: 3900px;
  }
  .discover-screen__block--text h2 {
    font-size: 32px;
  }
  .discover-screen__block--image {
    width: 100%;
    max-width: 496px;
    aspect-ratio: 496/306;
  }
  .discover-screen__block--image .discover-image-mobile {
    left: -30px;
    width: 106%;
  }
}
@media screen and (max-width: 575.98px) {
  .discover-screen .shape {
    top: -400px;
    right: -1800px;
    width: 2900px;
  }
  .discover-screen__block--image .discover-image-mobile {
    left: -27px;
  }
}
@media screen and (max-width: 575.98px) {
  .discover-screen .shape {
    top: -400px;
    right: -1900px;
    width: 2900px;
  }
  .discover-screen__block--image .discover-image-mobile {
    left: -21px;
  }
}
.explore-screen {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  background: #f8f7ff;
}
.explore-screen__title {
  text-align: center;
  margin-bottom: 50px;
}
.explore-screen__title h2 {
  font-size: 48px;
  text-align: left;
  color: var(--black);
  margin-bottom: 16px;
}
.explore-screen__title p {
  color: var(--black);
  text-align: left;
  max-width: 740px;
}
.explore-screen__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.explore-screen__wrapper--item {
  width: 100%;
  max-width: calc(50% - 12px);
  background: #ffffff;
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}
.explore-screen__wrapper--item__image {
  width: 100%;
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.explore-screen__wrapper--item__image .explore-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 612/350;
  border-radius: 12px;
}
.explore-screen__wrapper--item__text {
  position: relative;
  padding: 24px;
  transform: translateY(10px);
  transition: 0.3s;
}
.explore-screen__wrapper--item__text h3 {
  font-size: 24px;
  color: var(--black);
  margin-bottom: 8px;
}
.explore-screen__wrapper--item__text p {
  color: var(--black);
  margin-bottom: 24px;
}
.explore-screen__wrapper--item__text--button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-brand);
  line-height: 110%;
  opacity: 0;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
.explore-screen__wrapper--item__text--button p {
  font-size: 16px;
  margin-bottom: 0;
}
.explore-screen__wrapper--item__text--button img {
  width: 16px;
  position: relative;
  top: -3px;
  flex-shrink: 0;
}
.explore-screen__wrapper--item:hover .explore-screen__wrapper--item__image {
  height: 308px;
}
.explore-screen__wrapper--item:hover .explore-screen__wrapper--item__text {
  transform: translateY(0);
}
.explore-screen__wrapper--item:hover .explore-screen__wrapper--item__text--button {
  opacity: 1;
  height: 42px;
}

@media screen and (max-width: 1439.98px) {
  .explore-screen {
    padding: 6.25rem 0;
  }
  .explore-screen__title {
    margin-bottom: 3.125rem;
  }
  .explore-screen__title h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .explore-screen__title p {
    max-width: 46.25rem;
  }
  .explore-screen__wrapper {
    gap: 1.5rem;
  }
  .explore-screen__wrapper--item {
    max-width: calc(50% - 0.75rem);
    border-radius: 1rem;
    padding: 0.5rem;
    box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.04);
  }
  .explore-screen__wrapper--item__image {
    height: 21.875rem;
    border-radius: 0.75rem;
  }
  .explore-screen__wrapper--item__image .explore-image {
    border-radius: 0.75rem;
  }
  .explore-screen__wrapper--item__text {
    padding: 1.5rem;
    transform: translateY(0.625rem);
  }
  .explore-screen__wrapper--item__text h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .explore-screen__wrapper--item__text p {
    margin-bottom: 1.5rem;
  }
  .explore-screen__wrapper--item__text--button {
    gap: 0.5rem;
  }
  .explore-screen__wrapper--item__text--button p {
    font-size: 1rem;
  }
  .explore-screen__wrapper--item__text--button img {
    width: 1rem;
    top: -0.1875rem;
  }
  .explore-screen__wrapper--item:hover .explore-screen__wrapper--item__image {
    height: 19.25rem;
  }
  .explore-screen__wrapper--item:hover .explore-screen__wrapper--item__text {
    transform: translateY(0);
  }
  .explore-screen__wrapper--item:hover .explore-screen__wrapper--item__text--button {
    height: 2.625rem;
  }
}
@media screen and (max-width: 991.98px) {
  .explore-screen {
    padding: 100px 0;
  }
  .explore-screen__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .explore-screen__title h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 16px;
  }
  .explore-screen__title p {
    text-align: center;
    max-width: 740px;
  }
  .explore-screen__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .explore-screen__wrapper--item {
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    transition: none;
  }
  .explore-screen__wrapper--item__image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: none;
  }
  .explore-screen__wrapper--item__image .explore-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    border-radius: 12px;
  }
  .explore-screen__wrapper--item__text {
    position: relative;
    padding: 24px;
    transform: translateY(0px);
    transition: none;
  }
  .explore-screen__wrapper--item__text h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .explore-screen__wrapper--item__text p {
    margin-bottom: 24px;
  }
  .explore-screen__wrapper--item__text--button {
    gap: 8px;
    opacity: 1;
    transition: none;
    height: auto;
  }
  .explore-screen__wrapper--item__text--button p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .explore-screen__wrapper--item__text--button img {
    width: 16px;
    position: relative;
    top: -3px;
    flex-shrink: 0;
  }
  .explore-screen__wrapper--item:hover .explore-screen__wrapper--item__image {
    height: auto;
  }
  .explore-screen__wrapper--item:hover .explore-screen__wrapper--item__text {
    transform: translateY(0px);
  }
  .explore-screen__wrapper--item:hover .explore-screen__wrapper--item__text--button {
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .explore-screen {
    padding: 80px 0;
  }
  .explore-screen__title h2 {
    font-size: 32px;
  }
  .explore-screen__wrapper--item__image .explore-image {
    aspect-ratio: 841/481;
  }
}
.form-screen {
  padding: 200px 0;
  background: #f8f7ff;
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
  overflow: hidden;
  margin-top: -1px;
}
.form-screen .shape {
  position: absolute;
  z-index: 0;
  top: -300px;
  right: -2000px;
  width: 3500px;
}
.form-screen__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.form-screen__form {
  width: 100%;
  max-width: calc(50% - 12px);
}
.form-screen__form h2 {
  font-size: 48px;
  margin-bottom: 50px;
  color: var(--black);
}
.form-screen__form .mktoForm {
  padding: 0;
  font-family: Factor, Arial, sans-serif !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px 10px;
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoFormRow {
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
  margin-bottom: 0px !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 0px !important;
  min-height: 0px !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoOffset {
  width: 0px !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 {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  max-width: 100%;
  padding: 20px 24px 17px;
  border-radius: 500px;
  border: 1px solid rgba(6, 6, 6, 0.08) !important;
  background: rgba(0, 0, 0, 0.04);
  font-size: 18px;
  color: var(--black);
  height: 60px;
  line-height: 110%;
  display: block;
  flex-shrink: 1;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField::placeholder,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField::placeholder {
  color: var(--black);
  opacity: 1;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField:hover,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField:hover {
  border: 1px solid #6e00ff !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField:focus,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField:focus {
  border: 1px solid #6e00ff;
  box-shadow: 0 0 0 3px rgba(110, 0, 255, 0.3);
  outline: none;
}
.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 .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(1),
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(2),
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(3),
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) {
  max-width: calc(50% - 5px);
}
.form-screen__form .mktoForm .mktoFormRow:has(select) .mktoFormCol .mktoFieldWrap:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: solid var(--black);
  display: inline-block;
  padding: 4px;
  pointer-events: none;
  right: 30px;
  border-width: 0 1px 1px 0;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) {
  margin-bottom: -12px;
  display: flex;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol {
  margin-bottom: 0px !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap {
  margin-bottom: 0;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol:first-of-type {
  width: 100%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol:nth-of-type(2) {
  width: 100%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol:nth-of-type(2) .mktoFieldWrap {
  width: 100%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol:nth-of-type(2) .mktoFieldWrap .mktoHtmlText,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol:nth-of-type(2) .mktoFieldWrap .mktoHasWidth {
  width: 100% !important;
  color: var(--black);
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLogicalField {
  padding: 0px;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLabel {
  display: flex;
  padding: 2px 0px 0px 8px;
  color: var(--black);
  font-size: 14px;
  font-family: Factor, Arial, sans-serif;
  font-weight: 400;
  width: 100% !important;
  line-height: 140% !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLabel .mktoAsterix {
  display: none;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField {
  padding: 0px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label {
  display: inline;
  align-items: center;
  user-select: none;
  font-size: 12px;
  line-height: 150%;
  color: var(--black);
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid var(--black);
  border-radius: 4px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: relative;
  top: -4px;
  margin-left: -18px;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:checked + label::before {
  border-color: #6e00ff;
  background-color: #6e00ff;
  padding: 1px;
  box-shadow: inset 0px 0px 1px 1px #f8f7ff;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:not(:disabled):not(:checked) + label:hover::before {
  border-color: #6e00ff;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:not(:disabled):active + label::before {
  background-color: #6e00ff;
  border-color: #6e00ff;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .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 #f8f7ff;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:focus:not(:checked) + label::before {
  border-color: #6e00ff;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:disabled + label::before {
  background-color: var(--black);
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText {
  width: 100% !important;
  line-height: 180%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span {
  color: var(--black);
  font-size: 14px;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span a,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span a {
  padding: 0 4px;
  color: var(--black);
  text-decoration: underline;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText a,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText a {
  padding: 0 4px;
  color: var(--black);
  text-decoration: underline;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText a span,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText a span {
  color: var(--black);
  text-decoration: underline;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(9),
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(10),
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(11),
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(12),
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(13) {
  display: none;
}
.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: 10px;
}
.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: auto;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 24px 18px;
  background-color: #6e00ff;
  background-image: linear-gradient(to bottom, #6e00ff, #6e00ff);
  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;
}
.form-screen__picture {
  width: 100%;
  max-width: calc(50% - 12px);
  display: flex;
  justify-content: flex-end;
}
.form-screen__picture img {
  width: 518px;
}

@media screen and (max-width: 1439.98px) {
  .form-screen {
    padding: 12.5rem 0;
    border-bottom-left-radius: 3.5rem;
    border-bottom-right-radius: 3.5rem;
  }
  .form-screen .shape {
    top: -18.75rem;
    right: -125rem;
    width: 218.75rem;
  }
  .form-screen__block {
    gap: 1.5rem;
  }
  .form-screen__form {
    max-width: calc(50% - 0.75rem);
  }
  .form-screen__form h2 {
    font-size: 3rem;
    margin-bottom: 3.125rem;
  }
  .form-screen__form .mktoForm {
    gap: 1.5rem 0.625rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    padding: 1.25rem 1.5rem 1.0625rem !important;
    height: 3.75rem !important;
    font-size: 1.125rem !important;
  }
  .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(1),
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(2),
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(3),
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) {
    max-width: calc(50% - 0.3125rem);
  }
  .form-screen__form .mktoForm .mktoFormRow:has(select) .mktoFormCol .mktoFieldWrap:after {
    width: 0.5rem;
    height: 0.5rem;
    padding: 0.25rem;
    right: 1.875rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) {
    margin-bottom: -px(12);
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLabel {
    padding: 0.125rem 0px 0px 0.5rem;
    font-size: 0.875rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label {
    font-size: 0.75rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 0.25rem;
    margin-right: 0.75rem;
    margin-left: -1.125rem;
    top: -0.25rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span {
    font-size: 0.875rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span a,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span a {
    padding: 0 0.25rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText a,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText a {
    padding: 0 0.25rem;
  }
  .form-screen__form .mktoForm .mktoButtonRow {
    margin-top: 0.625rem;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 1rem;
    padding: 1.25rem 1.5rem 1.125rem;
    border-radius: 1.875rem;
  }
  .form-screen__picture {
    max-width: calc(50% - 0.75rem);
  }
  .form-screen__picture img {
    width: 32.375rem;
  }
}
@media screen and (max-width: 991.98px) {
  .form-screen {
    padding: 80px 0;
    border-bottom-left-radius: 56px;
    border-bottom-right-radius: 56px;
  }
  .form-screen .shape {
    top: 300px;
    right: -2200px;
    width: 3500px;
  }
  .form-screen__block {
    gap: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .form-screen__form {
    max-width: 630px;
  }
  .form-screen__form h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
  }
  .form-screen__form .mktoForm {
    gap: 24px 10px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    padding: 20px 24px 17px !important;
    font-size: 18px !important;
    height: 60px !important;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
    width: 13px !important;
    margin-right: 8px;
    top: 5px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoCheckboxList,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
    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(1),
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(2),
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(3),
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) {
    max-width: calc(50% - 5px);
  }
  .form-screen__form .mktoForm .mktoFormRow:has(select) .mktoFormCol .mktoFieldWrap:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: solid var(--black);
    display: inline-block;
    padding: 4px;
    pointer-events: none;
    right: 30px;
    border-width: 0 1px 1px 0;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) {
    margin-bottom: -12px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLabel {
    padding: 2px 0px 0px 8px;
    font-size: 14px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label {
    font-size: 12px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin-right: 12px;
    margin-left: -18px;
    top: -4px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span {
    font-size: 14px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span a,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span a {
    padding: 0 4px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText a,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText a {
    padding: 0 4px;
  }
  .form-screen__form .mktoForm .mktoButtonRow {
    margin-top: 14px;
    text-align: center;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 16px;
    padding: 20px 24px 18px;
    border-radius: 30px;
  }
  .form-screen__picture {
    max-width: 765px;
  }
  .form-screen__picture img {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .form-screen__form h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .form-screen__form .mktoForm {
    gap: 10px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(1),
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(2),
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(3),
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) {
    max-width: 100%;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) {
    margin: 14px 0 8px;
  }
  .form-screen__form .mktoForm .mktoButtonRow {
    margin-top: 24px;
  }
  .form-screen__picture {
    max-width: 765px;
  }
}
@media screen and (max-width: 575.98px) {
  .form-screen .shape {
    top: 400px;
    right: -1700px;
    width: 3000px;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    width: 100%;
  }
}
.contact-screen {
  padding: 60px 0 30px;
  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: 3.75rem 0 1.875rem;
  }
  .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 30px;
  }
  .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;
  }
}
@media screen and (max-width: 575.98px) {
  .contact-screen {
    padding: 30px 0;
  }
}
