
.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 .mktoFormCol .mktoLogicalField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
  top: -7px !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;
  --greys-grey: #898D9A;
  --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;
}

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

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

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

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

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

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

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    top: 90%;
  }
  40% {
    top: 91%;
  }
  60% {
    top: 90.5%;
  }
}
@media screen and (max-width: 1439.98px) {
  h1 {
    font-size: 4.375rem;
  }
  h2 {
    font-size: 4.375rem;
  }
  h3,
  h4 {
    font-size: 2.25rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  p,
  li {
    font-size: 1.125rem;
  }
  p.subtitle,
  li.subtitle {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 991.98px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 70px;
  }
  h5 {
    font-size: 24px;
    line-height: 140%;
  }
  h3,
  h4 {
    font-size: 36px;
  }
  p {
    font-size: 18px;
  }
  p.subtitle {
    font-size: 21px;
  }
  br {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  h1,
  h2 {
    font-size: 45px;
  }
  h3,
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  p.subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 425.98px) {
  h1 {
    font-size: 36px;
  }
}
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: 82.5rem;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

a.button, .button {
  font-family: Factor, Arial, sans-serif !important;
  width: auto;
  font-size: 21px;
  line-height: 100%;
  font-weight: 500;
  padding: 18px 24px 15px;
  position: relative;
  color: var(--black);
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  background: white;
}
a.button span, .button span {
  position: relative;
  z-index: 2;
}
a.button:hover, .button:hover {
  color: white;
  background: #913AFF;
}
a.button:active, .button:active {
  color: white;
  background: #7721E4;
}
a.button.sticky, .button.sticky {
  padding-left: 40px;
  padding-right: 40px;
  background: white;
  color: var(--black);
}
a.button.sticky:hover, .button.sticky:hover {
  color: white;
  background: #913AFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button.sticky:active, .button.sticky:active {
  color: white !important;
  color: var(--black);
  background: #7721E4;
}
a.button.line, .button.line {
  background: none;
  border: 1px solid white;
}
a.button.line:hover, .button.line:hover {
  color: white !important;
  background: #913AFF;
  border: 1px solid #913AFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button.line:active, .button.line:active {
  color: white !important;
  background: #7721E4;
  border: 1px solid #7721E4;
}
a.button.color, .button.color {
  color: white;
  background: var(--accent-violet);
}
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: 1.3125rem;
    padding: 1.125rem 1.5rem 0.9375rem;
  }
  a.button.sticky, .button.sticky {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  a.button, .button {
    font-size: 21px;
    padding: 18px 24px 15px;
  }
  a.button.sticky, .button.sticky {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576.98px) {
  a.button {
    width: 100%;
  }
  .button.sticky {
    width: 100% !important;
    font-size: 21px !important;
    padding: 18px 24px 15px !important;
  }
}
@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: 0;
  right: -800px;
  width: 2104px;
}
.main-screen__content {
  padding: 130px 0 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.main-screen__content--text {
  width: 100%;
  max-width: 520px;
  height: auto;
  text-align: left;
  opacity: 0;
}
.main-screen__content--text h1 {
  text-align: inherit;
  margin-bottom: 30px;
  background: linear-gradient(270deg, #2958ff -20%, #b880ff 33%, #d6b6ff 66%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-screen__content--text p.subtitle {
  margin-bottom: 24px;
}
.main-screen__content--pic {
  width: 100%;
  max-width: 740px;
  opacity: 0;
  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 {
    right: -50rem;
    width: 131.5rem;
  }
  .main-screen__content {
    padding: 8.125rem 0 5.625rem;
  }
  .main-screen__content--text {
    max-width: 32.5rem;
  }
  .main-screen__content--text h1 {
    margin-bottom: 1.875rem;
  }
  .main-screen__content--text p.subtitle {
    margin-bottom: 1.5rem;
  }
  .main-screen__content--pic {
    max-width: 46.25rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .main-screen {
    padding: 62px 0 0;
  }
  .main-screen .shape {
    right: -700px;
    width: 1500px;
  }
  .main-screen__content {
    flex-wrap: wrap;
    padding: 80px 0 30px;
  }
  .main-screen__content--text {
    max-width: 600px;
    padding-right: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    opacity: 1;
  }
  .main-screen__content--text h1 {
    padding-right: 0;
    margin-bottom: 16px;
  }
  .main-screen__content--text p.subtitle {
    font-size: 21px;
    margin-bottom: 36px;
    padding-right: 0px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-screen__content--pic {
    display: none;
    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__content {
    padding-top: 50px;
  }
  .main-screen__content--text {
    margin-bottom: 0px;
  }
}
.clients-screen {
  padding: 30px 0 90px;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.clients-screen__title {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 40px;
  width: 100%;
}
.clients-screen__title p {
  font-size: 14px;
  width: auto;
  flex-shrink: 0;
  color: #898D9A;
  margin-right: 32px;
}
.clients-screen__title hr {
  border: none;
  height: 1px;
  flex-grow: 1;
  background-color: #898D9A;
}
.clients-screen__title .mob-hr {
  display: none;
}
.clients-screen__clients {
  width: 100%;
}
.clients-screen__clients img {
  width: 100%;
}
.clients-screen__clients .clients-desktop {
  display: block;
}
.clients-screen__clients .clients-tablet, .clients-screen__clients .clients-mob {
  display: none;
}

@media screen and (max-width: 1439.98px) {
  .clients-screen {
    padding: 1.875rem 0 5.625rem;
  }
  .clients-screen__title {
    margin-bottom: 2.5rem;
  }
  .clients-screen__title p {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .clients-screen {
    padding: 40px 0 90px;
    opacity: 1;
  }
  .clients-screen__title {
    margin-bottom: 30px;
  }
  .clients-screen__title p {
    margin-right: 32px;
  }
  .clients-screen__clients .clients-desktop {
    display: none;
  }
  .clients-screen__clients .clients-tablet {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  .clients-screen {
    padding: 60px 0;
  }
  .clients-screen__title {
    justify-content: center;
  }
  .clients-screen__title .mob-hr {
    display: block;
  }
  .clients-screen__title p {
    margin-left: 32px;
  }
  .clients-screen__clients .clients-tablet {
    display: none;
  }
  .clients-screen__clients .clients-mob {
    display: block;
  }
}
.slider-screen {
  max-width: 1440px;
  margin: 90px auto;
  padding: 70px 45px;
  border-radius: 40px;
  background: linear-gradient(180deg, #e7d4ff 0%, #f3e9ff 100%);
  position: relative;
  z-index: 2;
}
.slider-screen__title {
  margin: 0 auto 50px;
  max-width: 600px;
}
.slider-screen__title h5 {
  color: #2958ff;
  text-align: center;
  margin-bottom: 50px;
}
.slider-screen__title h2 {
  color: var(--black);
  text-align: center;
  max-width: 600px;
  margin-bottom: 30px;
}
.slider-screen__title .subtitle {
  color: var(--black);
  text-align: center;
}
.slider-screen__block {
  background-color: white;
  width: 100%;
  border-radius: 20px;
  padding: 50px;
  overflow: hidden;
}
.slider-screen__block--navigation {
  position: relative;
}
.slider-screen__block--navigation .swiper-wrapper {
  align-items: stretch;
}
.slider-screen__block--navigation .swiper-slide {
  height: auto;
}
.slider-screen__block--navigation__tab {
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--greys-grey);
  transition: 0.3s;
  cursor: pointer;
}
.slider-screen__block--navigation__tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--greys-grey);
  opacity: 0.3;
  transition: background-color 0.3s ease;
}
.slider-screen__block--navigation__tab:hover::after {
  background-color: #2958ff;
  opacity: 1;
}
.slider-screen__block--navigation .swiper-slide-thumb-active .slider-screen__block--navigation__tab {
  color: var(--black);
}
.slider-screen__block--navigation .swiper-slide-thumb-active .slider-screen__block--navigation__tab::after {
  background-color: #2958ff;
  opacity: 1;
}
.slider-screen__block--content {
  margin: 50px 0 0;
}
.slider-screen__block--content__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.slider-screen__block--content__item--title {
  margin-bottom: 64px;
}
.slider-screen__block--content__item--title h3 {
  margin-bottom: 10px;
  color: var(--black);
  text-align: left;
}
.slider-screen__block--content__item--title .subtitle {
  margin: 0 auto;
  color: var(--black);
  text-align: left;
}
.slider-screen__block--content__item--text {
  width: 50%;
  max-width: 580px;
  text-align: left;
}
.slider-screen__block--content__item--text--list {
  padding-bottom: 20px;
  margin-bottom: 36px;
  border-bottom: 1px dashed var(--black);
  max-width: 510px;
}
.slider-screen__block--content__item--text--list h5 {
  margin-bottom: 10px;
  text-align: left;
  color: var(--black);
}
.slider-screen__block--content__item--text--list p {
  color: var(--black);
}
.slider-screen__block--content__item--text--list:last-child {
  border-bottom: none;
}
.slider-screen__block--content__item--graph {
  width: 50%;
  max-width: 580px;
  position: relative;
}
.slider-screen__block--content__item--graph img {
  width: 100%;
}
.slider-screen__block--content__item--graph .tablet-graph {
  display: none;
}

.slider-screen-2 {
  background: none;
  padding: 0;
}
.slider-screen-2 .slider-screen__title h5 {
  color: white;
}
.slider-screen-2 .slider-screen__block {
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #2958FF;
}
.slider-screen-2 .slider-screen__block--navigation .swiper-slide-thumb-active .slider-screen__block--navigation__tab {
  color: white;
}
.slider-screen-2 .slider-screen__block--content__item--title {
  margin-left: auto;
  margin-right: auto;
}
.slider-screen-2 .slider-screen__block--content__item--title h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  color: white;
  max-width: 800px;
  text-align: center;
}
.slider-screen-2 .slider-screen__block--content__item--title .subtitle {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  color: white;
}
.slider-screen-2 .slider-screen__block--content__item--text {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.slider-screen-2 .slider-screen__block--content__item--text--list {
  padding: 0;
  margin: 0;
  border-bottom: none;
  text-align: center;
  max-width: 300px;
}
.slider-screen-2 .slider-screen__block--content__item--text--list .icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.slider-screen-2 .slider-screen__block--content__item--text--list h5 {
  text-align: center;
  color: white;
}
.slider-screen-2 .slider-screen__block--content__item--text--list p {
  color: white;
}

@media screen and (max-width: 1439.98px) {
  .slider-screen {
    max-width: 90rem;
    margin: 5.625rem auto;
    padding: 4.375rem 2.8125rem;
    border-radius: 2.5rem;
  }
  .slider-screen__title {
    margin: 0 auto 3.125rem;
    max-width: 37.5rem;
  }
  .slider-screen__title h5 {
    margin-bottom: 3.125rem;
  }
  .slider-screen__title h2 {
    max-width: 37.5rem;
    margin-bottom: 1.875rem;
  }
  .slider-screen__block {
    border-radius: 1.25rem;
    padding: 3.125rem;
  }
  .slider-screen__block--navigation__tab {
    font-size: 1.3125rem;
    padding-bottom: 1.25rem;
  }
  .slider-screen__block--navigation__tab::after {
    height: 0.3125rem;
  }
  .slider-screen__block--content {
    margin: 3.125rem 0 0;
  }
  .slider-screen__block--content__item--title {
    margin-bottom: 4rem;
  }
  .slider-screen__block--content__item--title h3 {
    margin-bottom: 0.625rem;
  }
  .slider-screen__block--content__item--text {
    max-width: 36.25rem;
  }
  .slider-screen__block--content__item--text--list {
    padding-bottom: 1.25rem;
    margin-bottom: 2.25rem;
    max-width: 31.875rem;
  }
  .slider-screen__block--content__item--text--list h5 {
    margin-bottom: 0.625rem;
  }
  .slider-screen__block--content__item--graph {
    max-width: 36.25rem;
  }
  .slider-screen-2 {
    padding: 0;
  }
  .slider-screen-2 .slider-screen__block {
    border-radius: 2.5rem;
  }
  .slider-screen-2 .slider-screen__block--content__item--title h2 {
    margin-bottom: 0.625rem;
    max-width: 50rem;
  }
  .slider-screen-2 .slider-screen__block--content__item--title .subtitle {
    max-width: 57.5rem;
  }
  .slider-screen-2 .slider-screen__block--content__item--text {
    gap: 1.25rem;
  }
  .slider-screen-2 .slider-screen__block--content__item--text--list {
    max-width: 18.75rem;
  }
  .slider-screen-2 .slider-screen__block--content__item--text--list .icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .slider-screen {
    max-width: 100%;
    margin: 70px auto;
    padding: 70px 0;
    border-radius: 30px;
  }
  .slider-screen__title {
    margin: 0 auto 50px;
    max-width: 600px;
  }
  .slider-screen__title h5 {
    margin-bottom: 50px;
  }
  .slider-screen__title h2 {
    max-width: 900px;
    margin-bottom: 30px;
  }
  .slider-screen__block {
    border-radius: 20px;
    padding: 50px 35px;
  }
  .slider-screen__block--navigation__tab {
    font-size: 21px;
    padding-bottom: 20px;
  }
  .slider-screen__block--navigation__tab::after {
    height: 3px;
  }
  .slider-screen__block--content {
    margin: 50px 0 0;
  }
  .slider-screen__block--content__item--title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
  }
  .slider-screen__block--content__item--title h3 {
    margin-bottom: 10px;
    text-align: center;
  }
  .slider-screen__block--content__item--title .subtitle {
    max-width: 600px;
    text-align: center;
  }
  .slider-screen__block--content__item--text {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: space-between;
  }
  .slider-screen__block--content__item--text--list {
    padding: 0px 16px;
    margin-bottom: 0px;
    border-bottom: none;
    border-right: 1px dashed var(--black);
    width: 30%;
  }
  .slider-screen__block--content__item--text--list h5 {
    margin-bottom: 10px;
  }
  .slider-screen__block--content__item--text--list:first-of-type {
    padding-left: 0px;
  }
  .slider-screen__block--content__item--text--list:last-of-type {
    padding-right: 0px;
    border-right: none;
  }
  .slider-screen__block--content__item--graph {
    width: 100%;
    max-width: 100%;
  }
  .slider-screen__block--content__item--graph .desktop-graph {
    display: none;
  }
  .slider-screen__block--content__item--graph .tablet-graph {
    display: block;
  }
  .slider-screen-2 {
    margin: 0;
  }
  .slider-screen-2 .slider-screen__block {
    border-radius: 40px;
  }
  .slider-screen-2 .slider-screen__block--content__item--title h2 {
    margin-bottom: 10px;
    max-width: 700px;
  }
  .slider-screen-2 .slider-screen__block--content__item--title .subtitle {
    max-width: 920px;
  }
  .slider-screen-2 .slider-screen__block--content__item--text {
    gap: 20px;
  }
  .slider-screen-2 .slider-screen__block--content__item--text--list {
    max-width: 300px;
  }
  .slider-screen-2 .slider-screen__block--content__item--text--list .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-screen {
    padding: 50px 0;
    margin: 50px auto;
  }
  .slider-screen__title {
    margin: 0 auto 50px;
    max-width: 100%;
  }
  .slider-screen__title h5 {
    margin-bottom: 30px;
  }
  .slider-screen__title h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .slider-screen__block {
    padding: 30px 25px;
  }
  .slider-screen__block--navigation__tab {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .slider-screen__block--content {
    margin: 30px 0 0;
  }
  .slider-screen__block--content__item--title {
    margin-bottom: 50px;
  }
  .slider-screen__block--content__item--title h3 {
    margin-bottom: 10px;
  }
  .slider-screen__block--content__item--graph .desktop-graph {
    display: block;
  }
  .slider-screen__block--content__item--graph .tablet-graph {
    display: none;
  }
  .slider-screen-2 {
    padding: 0;
  }
  .slider-screen-2 .slider-screen__block {
    border-radius: 28px;
  }
  .slider-screen-2 .slider-screen__block--content__item--title h2 {
    max-width: 100%;
  }
  .slider-screen-2 .slider-screen__block--content__item--title .subtitle {
    max-width: 100%;
  }
  .slider-screen-2 .slider-screen__block--content__item--text {
    gap: 50px;
    flex-direction: column;
    align-items: center;
  }
  .slider-screen-2 .slider-screen__block--content__item--text--list {
    width: 100%;
    max-width: 470px;
  }
}
@media screen and (max-width: 575.98px) {
  .slider-screen {
    padding: 24px 0;
  }
  .slider-screen__title {
    margin: 0 auto 30px;
  }
  .slider-screen__title h5 {
    margin-bottom: 24px;
  }
  .slider-screen__title h2 {
    margin-bottom: 16px;
  }
  .slider-screen__block {
    padding: 30px 25px;
  }
  .slider-screen__block--navigation {
    width: 100%;
  }
  .slider-screen__block--navigation .swiper-slide {
    width: auto;
  }
  .slider-screen__block--navigation .swiper-slide-active .slider-screen__block--navigation__tab {
    color: var(--black);
  }
  .slider-screen__block--navigation .swiper-slide-active .slider-screen__block--navigation__tab::after {
    background-color: #2958ff;
    opacity: 1;
  }
  .slider-screen__block--navigation__tab {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-screen__block--content {
    margin: 40px 0 0;
    width: 100%;
  }
  .slider-screen__block--content__item--title {
    text-align: left;
    margin-bottom: 50px;
  }
  .slider-screen__block--content__item--title h3, .slider-screen__block--content__item--title .subtitle {
    text-align: left;
  }
  .slider-screen__block--content__item--text {
    display: block;
    margin-bottom: 30px;
  }
  .slider-screen__block--content__item--text--list {
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 20px;
    margin-bottom: 36px;
    border-bottom: 1px dashed var(--black);
    border-right: none;
  }
  .slider-screen__block--content__item--text--list:last-of-type {
    border-bottom: none;
  }
  .slider-screen-2 {
    padding: 0;
  }
  .slider-screen-2 .container {
    padding: 0;
  }
  .slider-screen-2 .slider-screen__block {
    border-radius: 24px;
  }
  .slider-screen-2 .slider-screen__block--navigation .swiper-slide {
    width: auto;
  }
  .slider-screen-2 .slider-screen__block--navigation .swiper-slide-active .slider-screen__block--navigation__tab {
    color: white;
  }
  .slider-screen-2 .slider-screen__block--content__item--title .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 425.98px) {
  .slider-screen {
    margin: 40px 0;
  }
  .slider-screen-2 {
    padding: 40px 0;
    margin: 0;
  }
}
.icons-screen {
  padding: 50px 0 90px;
}
.icons-screen .shape {
  position: absolute;
  z-index: 0;
  top: -110%;
  right: -70%;
  width: 2104px;
}
.icons-screen__title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 75px;
  position: relative;
  z-index: 1;
}
.icons-screen__title h5 {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
.icons-screen__title h2 {
  background: linear-gradient(270deg, #2958FF 0%, #B880FF 33%, #D6B6FF 66%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 30px;
}
.icons-screen__title .subtitle {
  color: white;
}
.icons-screen__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.icons-screen__icons--item {
  border-radius: 30px;
  background: linear-gradient(180deg, #E6D3FF 0%, #F3E9FF 100%);
  padding: 40px 32px;
  width: 33%;
}
.icons-screen__icons--item img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.icons-screen__icons--item h5 {
  font-size: 20px;
  color: var(--black);
  margin-bottom: 16px;
}
.icons-screen__icons--item p {
  color: var(--black);
}
.icons-screen__button {
  margin: 70px auto 0;
  text-align: center;
}

@media screen and (max-width: 1439.98px) {
  .icons-screen {
    padding: 3.125rem 0 5.625rem;
  }
  .icons-screen .shape {
    width: 131.5rem;
  }
  .icons-screen__title {
    margin-bottom: 4.6875rem;
    max-width: px 800;
  }
  .icons-screen__title h5 {
    margin-bottom: 3.125rem;
  }
  .icons-screen__title h2 {
    margin-bottom: 1.875rem;
  }
  .icons-screen__icons {
    gap: 1rem;
  }
  .icons-screen__icons--item {
    border-radius: 1.875rem;
    padding: 2.5rem 2rem;
  }
  .icons-screen__icons--item img {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.25rem;
  }
  .icons-screen__icons--item h5 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .icons-screen__button {
    margin: 4.375rem auto 0;
  }
}
@media screen and (max-width: 991.98px) {
  .icons-screen {
    padding: 40px 0 70px;
  }
  .icons-screen .shape {
    top: -50%;
    right: -180%;
    width: 1500px;
  }
  .icons-screen__title {
    margin-bottom: 75px;
    max-width: 100%;
  }
  .icons-screen__title h5 {
    margin-bottom: 50px;
  }
  .icons-screen__title h2 {
    margin-bottom: 30px;
  }
  .icons-screen__icons {
    gap: 16px;
    align-items: stretch;
  }
  .icons-screen__icons--item {
    height: auto;
    border-radius: 40px;
    padding: 40px 34px;
  }
  .icons-screen__icons--item img {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }
  .icons-screen__icons--item h5 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .icons-screen__button {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 767.98px) {
  .icons-screen {
    padding: 30px 0 50px;
  }
  .icons-screen__title {
    margin-bottom: 50px;
  }
  .icons-screen__title h5 {
    margin-bottom: 30px;
  }
  .icons-screen__title h2 {
    margin-bottom: 20px;
  }
  .icons-screen__icons {
    flex-direction: column;
    gap: 16px;
  }
  .icons-screen__icons--item {
    width: 100%;
    border-radius: 24px;
    padding: 40px 36px;
  }
  .icons-screen__button {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 575.98px) {
  .icons-screen__title {
    margin-bottom: 40px;
  }
  .icons-screen__title h5 {
    margin-bottom: 24px;
  }
  .icons-screen__title h2 {
    margin-bottom: 16px;
  }
  .icons-screen__icons--item {
    border-radius: 24px;
  }
  .icons-screen__button {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 425.98px) {
  .icons-screen {
    padding: 40px 0;
  }
}
.partners-screen {
  margin: 30px auto 70px;
  border-radius: 40px;
  width: 100%;
  max-width: 1440px;
  padding: 90px 70px;
  background: linear-gradient(255deg, #6e00ff 3%, #b880ff 107.15%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.partners-screen__text {
  max-width: 640px;
}
.partners-screen__text h2 {
  margin-bottom: 32px;
}
.partners-screen__text p.subtitle {
  margin-bottom: 48px;
}
.partners-screen__pic {
  max-width: 526px;
  width: 100%;
  border-radius: 30px;
  border: 2px solid #4C4C4C;
  overflow: hidden;
}
.partners-screen__pic img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1439.98px) {
  .partners-screen {
    margin: 1.875rem auto 4.375rem;
    border-radius: 2.5rem;
    padding: 5.625rem 4.375rem;
    gap: 1.875rem;
  }
  .partners-screen__text {
    max-width: 40rem;
  }
  .partners-screen__text h2 {
    margin-bottom: 2rem;
  }
  .partners-screen__text p.subtitle {
    margin-bottom: 3rem;
  }
  .partners-screen__pic {
    border-radius: 1.875rem;
    border: 0.125rem solid #4C4C4C;
    max-width: 32.875rem;
  }
}
@media screen and (max-width: 991.98px) {
  .partners-screen {
    margin: 20px auto 50px;
    border-radius: 30px;
    padding: 90px 40px;
    gap: 50px;
  }
  .partners-screen__text {
    max-width: 48%;
  }
  .partners-screen__text h2 {
    margin-bottom: 32px;
  }
  .partners-screen__text p.subtitle {
    margin-bottom: 32px;
  }
  .partners-screen__pic {
    border-radius: 30px;
    border: 2px solid #4C4C4C;
    max-width: 48%;
  }
}
@media screen and (max-width: 767.98px) {
  .partners-screen {
    padding: 70px 40px;
    flex-direction: column-reverse;
  }
  .partners-screen__text {
    max-width: 490px;
    text-align: center;
  }
  .partners-screen__text h2 {
    text-align: inherit;
    margin-bottom: 32px;
  }
  .partners-screen__text p.subtitle {
    margin-bottom: 32px;
  }
  .partners-screen__pic {
    max-width: 360px;
  }
}
@media screen and (max-width: 425.98px) {
  .partners-screen {
    margin: 20px auto 40px;
    padding: 50px 16px;
  }
  .partners-screen__text h2 {
    margin-bottom: 20px;
  }
  .partners-screen__pic {
    border-radius: 20px;
    max-width: 310px;
  }
}
.testimonials-screen {
  padding: 90px 0;
  position: relative;
  z-index: 2 !important;
}
.testimonials-screen__title {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.testimonials-screen__title h5 {
  margin-bottom: 40px;
  text-align: center;
}
.testimonials-screen__title h2 {
  text-align: center;
}
.testimonials-screen__testimonials {
  position: relative;
  z-index: 1;
}
.testimonials-screen__testimonials .swiper-wrapper {
  align-items: stretch;
}
.testimonials-screen__testimonials .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.testimonials-screen__testimonials .swiper-slide > * {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials-screen__testimonials--item {
  padding: 40px 36px;
  border-radius: 40px;
  position: relative;
  background: transparent;
}
.testimonials-screen__testimonials--item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(238, 238, 243, 0.2), rgba(87, 87, 93, 0.3));
  border-radius: inherit;
  mask: linear-gradient(rgba(255, 255, 255, 0.8) 0 0) content-box, linear-gradient(rgba(255, 255, 255, 0.9) 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.testimonials-screen__testimonials--item--logo {
  width: 222px;
  margin-bottom: 45px;
}
.testimonials-screen__testimonials--item--logo img {
  width: 100%;
}
.testimonials-screen__testimonials--item--text {
  margin-bottom: 20px;
}
.testimonials-screen__testimonials--item--text p {
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.28px;
}
.testimonials-screen__testimonials--item--author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials-screen__testimonials--item--author img {
  width: 64px;
}
.testimonials-screen__testimonials--item--author .profession {
  font-weight: 700;
}
.testimonials-screen__testimonials--navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-screen__testimonials--navigation--button {
  cursor: pointer;
}
.testimonials-screen__testimonials--navigation--button--prev, .testimonials-screen__testimonials--navigation--button--next {
  width: 40px;
  flex-shrink: 0;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.testimonials-screen__testimonials--navigation--button--prev:hover, .testimonials-screen__testimonials--navigation--button--next:hover {
  opacity: 1;
}
.testimonials-screen__testimonials--navigation--button--prev img, .testimonials-screen__testimonials--navigation--button--next img {
  width: 100%;
}
.testimonials-screen__testimonials--navigation .swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.testimonials-screen__testimonials--navigation--pagination {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 17px;
}
.testimonials-screen__button {
  margin: 70px auto 0;
  text-align: center;
}
.testimonials-screen .shape {
  position: absolute;
  width: 3200px;
  left: -120%;
  top: 0%;
  z-index: 0;
}

@media screen and (max-width: 1439.98px) {
  .testimonials-screen {
    padding: 5.625rem 0;
  }
  .testimonials-screen__title {
    max-width: 62.5rem;
    margin-bottom: 4.375rem;
  }
  .testimonials-screen__title h5 {
    margin-bottom: 2.5rem;
  }
  .testimonials-screen__testimonials--item {
    padding: 2.5rem 2.25rem;
    border-radius: 2.5rem;
  }
  .testimonials-screen__testimonials--item--logo {
    width: 13.875rem;
    margin-bottom: 2.8125rem;
  }
  .testimonials-screen__testimonials--item--text {
    margin-bottom: 1.25rem;
  }
  .testimonials-screen__testimonials--item--text p {
    font-size: 1.75rem;
  }
  .testimonials-screen__testimonials--item--author {
    gap: 1.25rem;
  }
  .testimonials-screen__testimonials--item--author img {
    width: 4rem;
  }
  .testimonials-screen__testimonials--pagination {
    gap: 0.25rem;
    font-size: 1.0625rem;
  }
  .testimonials-screen__button {
    margin: 4.375rem auto 0;
  }
  .testimonials-screen .shape {
    width: 200rem;
  }
}
@media screen and (max-width: 991.98px) {
  .testimonials-screen {
    padding: 70px 0;
  }
  .testimonials-screen__title {
    margin-bottom: 70px;
    max-width: 100%;
  }
  .testimonials-screen__title h5 {
    margin-bottom: 50px;
  }
  .testimonials-screen__testimonials--item {
    padding: 40px 36px;
    border-radius: 40px;
  }
  .testimonials-screen__testimonials--item--logo {
    width: 222px;
    margin-bottom: 45px;
  }
  .testimonials-screen__testimonials--item--text {
    margin-bottom: 20px;
  }
  .testimonials-screen__testimonials--item--text p {
    font-size: 28px;
  }
  .testimonials-screen__testimonials--item--author {
    gap: 20px;
  }
  .testimonials-screen__testimonials--item--author img {
    width: 64px;
  }
  .testimonials-screen__testimonials--pagination {
    gap: 4px;
    font-size: 17px;
  }
  .testimonials-screen__button {
    margin: 70px auto 0;
  }
  .testimonials-screen .shape {
    left: -120%;
    top: -20%;
    width: 2500px;
  }
}
@media screen and (max-width: 767.98px) {
  .testimonials-screen {
    padding: 50px 0;
  }
  .testimonials-screen__title {
    margin-bottom: 50px;
  }
  .testimonials-screen__title h5 {
    margin-bottom: 30px;
  }
  .testimonials-screen__testimonials--item {
    border-radius: 28px;
  }
  .testimonials-screen__testimonials--item--text p {
    font-size: 24px;
  }
  .testimonials-screen__button {
    margin: 50px auto 0;
  }
  .testimonials-screen .shape {
    left: -130%;
    top: -30%;
    width: 2300px;
  }
}
@media screen and (max-width: 575.98px) {
  .testimonials-screen .shape {
    left: -140%;
    top: -10%;
    width: 2000px;
  }
  .testimonials-screen__title {
    margin-bottom: 40px;
  }
  .testimonials-screen__title h5 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 425.98px) {
  .testimonials-screen {
    padding: 40px 0;
  }
  .testimonials-screen__testimonials--item {
    padding: 40px 30px;
    border-radius: 24px;
  }
  .testimonials-screen__testimonials--item--text p {
    font-size: 20px;
  }
  .testimonials-screen__button {
    margin: 50px auto 0;
  }
  .testimonials-screen .shape {
    left: -220%;
    top: -10%;
    width: 2000px;
  }
}
.form-screen {
  padding: 90px 0 120px;
  background-size: 2506px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.form-screen .shape {
  transform: rotate(30deg);
  position: absolute;
  width: 2200px;
  left: -100%;
  top: 20%;
  z-index: 0;
}
.form-screen__block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.form-screen h2 {
  margin-bottom: 50px;
  font-weight: 400;
  color: white;
  text-align: left;
}
.form-screen h2 span {
  color: var(--accent-violet);
}
.form-screen p {
  color: #d1d4db;
  margin-bottom: 0px;
  text-align: left;
  max-width: 360px;
}
.form-screen__form {
  width: 100%;
  max-width: 760px;
  padding: 50px;
  border-radius: 10px;
  border: 1px solid rgba(233, 235, 239, 0.3);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 6px 153px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}
.form-screen__form .mktoForm {
  font-family: Factor, Arial, sans-serif !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoFormRow {
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
  margin-bottom: 20px;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 0 !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
  float: none;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
  display: block;
  flex-shrink: 1;
  width: 100% !important;
  max-width: 100%;
  padding: 20px 24px 17px !important;
  border-radius: 6px;
  border: 1px solid white;
  font-size: 21px;
  color: #898d9a;
  overflow: hidden !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField:hover,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField:hover {
  border: 1px solid #b880ff;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol #FirstName,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #FirstName {
  background-position: 92% 50% !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol #InferredCountry,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #InferredCountry {
  background: url(../img/arrow.fc382346eb8cae5d2418ed52b015d924.svg) no-repeat 100% 0%;
  overflow: hidden !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoOffset,
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoGutter,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoOffset,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoGutter {
  width: 0px !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLabel,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel {
  display: none;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
  width: 13px !important;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoCheckboxList,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
  padding: 0px;
  width: 14px;
  height: 14px;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol #mail_education.mktoField,
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #mail_education.mktoField {
  width: 14px !important;
  height: 14px !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
  display: block;
  flex-shrink: 1;
  border-radius: 6px;
  border: 1px solid white;
  background: white;
  overflow: hidden !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap .mktoField,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoField {
  padding: 20px 24px 17px 21px !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap:hover,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap:hover {
  border: 1px solid #b880ff;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap select {
  border: none !important;
  width: 105% !important;
  max-width: 105% !important;
  background: url(../img/select.827927bda475f905f12f00be4bb9d7fb.svg) no-repeat, #ffffff;
  background-position: 91% 50%;
  color: rgb(107, 110, 118) !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select:hover,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap select:hover {
  border: none !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select:active,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap select:active {
  border: none !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select:visited,
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap select:visited {
  border: none !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) {
  margin-top: 16px;
  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: white;
}
.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: white;
  font-size: 18px;
  font-family: Factor, Arial, sans-serif;
  font-weight: 400;
  width: 100% !important;
  line-height: 140% !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(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: white;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid white;
  border-radius: 2px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: relative;
  top: -3px;
  margin-left: -18px;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:checked + label::before {
  border-color: #b880ff;
  background-color: #b880ff;
  padding: 1px;
  box-shadow: inset 0px 0px 1px 1px #000;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b880ff;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:not(:disabled):active + label::before {
  background-color: #b880ff;
  border-color: #b880ff;
}
.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 #000;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:focus:not(:checked) + label::before {
  border-color: #b880ff;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:disabled + label::before {
  background-color: white;
}
.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: white;
  font-size: 18px;
}
.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: #e2caff;
}
.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: #e2caff;
}
.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: #e2caff;
}
.form-screen__form .mktoForm .mktoError .mktoErrorArrow {
  background-color: #171a22 !important;
  border: none !important;
}
.form-screen__form .mktoForm .mktoError .mktoErrorMsg {
  background-color: #171a22 !important;
  background-image: linear-gradient(#171a22 43%, #171a22 100%);
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.form-screen__form .mktoForm .mktoButtonRow {
  width: 100% !important;
  margin-top: 40px;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 auto !important;
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  font-family: Factor, Arial, sans-serif !important;
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  padding: 17px 24px 13px;
  background-color: #b880ff;
  background-image: linear-gradient(to bottom, #b880ff, #b880ff);
  border: none !important;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  transition: 0.3s !important;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  background-color: #913aff;
  background-image: linear-gradient(to bottom, #913aff, #913aff);
  transition: 0.3s !important;
  border: none;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:active {
  background: #7721e4;
  background-image: linear-gradient(to bottom, #7721e4, #7721e4);
  border: none;
}

@media screen and (max-width: 1439.98px) {
  .form-screen {
    padding: 5.625rem 0 7.5rem;
    background-size: 156.625rem;
  }
  .form-screen .shape {
    width: 137.5rem;
  }
  .form-screen h2 {
    margin-bottom: 3.125rem;
  }
  .form-screen p {
    max-width: 22.5rem;
  }
  .form-screen__form {
    max-width: 47.5rem;
    padding: 3.125rem;
    border-radius: 0.625rem;
    box-shadow: 0px 6px 9.375rem 0px rgba(0, 0, 0, 0.25);
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
    margin-bottom: 1.25rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    padding: 1.25rem 1.5rem 1.0625rem !important;
    border-radius: 0.375rem;
    font-size: 1.3125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
    width: 0.8125rem !important;
    margin-right: 0.5rem;
    top: 0.3125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoCheckboxList,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
    width: 0.875rem;
    height: 0.875rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol #mail_education.mktoField,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #mail_education.mktoField {
    width: 0.875rem !important;
    height: 0.875rem !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
    border-radius: 0.375rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap .mktoField,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoField {
    padding: 1.25rem 1.5rem 1.0625rem 1.3125rem !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLabel {
    padding: 0.125rem 0 0 0.5rem;
    font-size: 1.125rem;
  }
  .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: 0.125rem solid white;
    border-radius: 0.125rem;
    margin-right: 0.75rem;
    top: -0.1875rem;
    margin-left: -1.125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span {
    font-size: 1.125rem;
  }
  .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: 1.5rem;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 1.3125rem;
    padding: 1.0625rem 1.5rem 0.8125rem;
  }
}
@media screen and (max-width: 1024.98px) {
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(11) .mktoFormCol .mktoFieldWrap .mktoLabel {
    padding: 5px 0px 0px 8px;
  }
}
@media screen and (max-width: 991.98px) {
  .form-screen {
    padding: 70px 0 120px;
    background-size: 2506px;
  }
  .form-screen .shape {
    left: -100%;
    width: 1800px;
  }
  .form-screen__block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .form-screen h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .form-screen p {
    margin-bottom: 40px;
    max-width: 100%;
    text-align: center;
  }
  .form-screen__form {
    max-width: 100%;
    max-width: 690px;
    padding: 30px;
    border-radius: 10px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
    margin-bottom: 16px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    padding: 18px 24px 17px !important;
    border-radius: 6px;
    font-size: 16px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol #FirstName,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #FirstName {
    background-position: 92% 50% !important;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
    width: 17px !important;
    margin-right: 8px;
    top: 5px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoCheckboxList,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
    padding: 0px;
    width: 17px;
    height: 17px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol #mail_education.mktoField,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #mail_education.mktoField {
    width: 17px !important;
    height: 17px !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
    border-radius: 6px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap .mktoField,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoField {
    padding: 18px 24px 17px !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
    border-radius: 6px;
    border: 1px solid white;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap:hover {
    border: 1px solid #b880ff;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap select {
    border: none !important;
    width: 105% !important;
    max-width: 105% !important;
    background: url(../img/select.827927bda475f905f12f00be4bb9d7fb.svg) no-repeat, #ffffff;
    background-position: 91% 50%;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) {
    margin-top: 16px;
    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 .mktoFieldWrap .mktoLabel {
    padding: 2px 0px 0px 8px;
    font-size: 13px;
  }
  .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 {
    font-size: 12px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
    width: 17px;
    height: 17px;
    border: 2px solid white;
    border-radius: 2px;
    margin-right: 12px;
    top: -4px;
    margin-left: -18px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span,
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span {
    font-size: 13px;
  }
  .form-screen__form .mktoForm .mktoButtonRow {
    margin-top: 24px;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 21px;
    padding: 17px 12px 14px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .form-screen {
    padding: 50px 0 120px;
  }
  .form-screen .shape {
    left: -150%;
  }
}
@media screen and (max-width: 575.98px) {
  .form-screen {
    padding: 40px 0 90px;
  }
}
@media screen and (max-width: 480.98px) {
  .form-screen h2 {
    margin-bottom: 40px;
  }
  .form-screen__form .mktoForm {
    padding: 0;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField,
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    height: auto;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(11) .mktoFormCol .mktoFieldWrap {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 360.98px) {
  .form-screen .shape {
    left: -250%;
  }
}
.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;
  }
}
.on-success-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(1, 0, 3, 0.8);
  display: none;
  padding: 60px 14px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.on-success-popup.active {
  display: flex;
  justify-content: center;
}
.on-success-popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  border-radius: 10px;
  padding: 50px 22px 40px 22px;
  height: fit-content;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 570px;
}
@media (min-width: 992px) {
  .on-success-popup_content {
    padding: 50px 76px 64px 76px;
    border-radius: 20px;
    font-size: 18px;
    min-height: 70%;
  }
}
.on-success-popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 32px;
  height: 32px;
  padding: 0;
}
.on-success-popup_logo {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 405px;
  padding: 0 20px;
}
.on-success-popup_title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
}
.on-success-popup p {
  font-size: 18px;
}

.body-noscroll {
  overflow: hidden !important;
}
