/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
  font-size: 1px;
}
@media (max-width: 1850px) {
  html {
    font-size: 0.95px;
  }
}
@media (max-width: 1780px) {
  html {
    font-size: 0.9px;
  }
}
@media (max-width: 1680px) {
  html {
    font-size: 0.85px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 0.8px;
  }
}
@media (max-width: 1480px) {
  html {
    font-size: 0.75px;
  }
}
@media (max-width: 1380px) {
  html {
    font-size: 0.7px;
  }
}
@media (max-width: 1330px) {
  html {
    font-size: 0.65px;
  }
}
@media (max-width: 1240px) {
  html {
    font-size: 0.6px;
  }
}
@media (max-width: 1140px) {
  html {
    font-size: 0.55px;
  }
}
@media (max-width: 1030px) {
  html {
    font-size: 0.5px;
  }
}
@media (max-width: 930px) {
  html {
    font-size: 0.45px;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-display: swap;
  background: #060606;
}

body.menu-open {
  overflow: hidden;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1720rem;
  margin: 0 auto;
  padding: 0 20rem;
}

.section_title {
  font-weight: 500;
  font-size: 72rem;
  line-height: 141%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .section_title {
    font-size: 32rem;
  }
}

.btn-white {
  width: auto;
  height: 72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  padding: 0 46.5rem;
  border-radius: 72rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1D11C5;
  box-shadow: 0px 0px 90px 0px rgba(14, 64, 227, 0.5294117647);
}
@media (max-width: 850px) {
  .btn-white {
    padding: 0 30rem;
    height: 60rem;
    font-size: 20rem;
  }
}
.btn-blue {
  background: linear-gradient(180deg, #9FC1FF 0%, #1142FF 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 80rem;
  width: auto;
  border-radius: 80rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26rem;
  line-height: 77%;
  text-transform: uppercase;
  color: #000000;
  padding: 0 84rem;
  box-shadow: 0px 0px 90px 0px rgba(14, 64, 227, 0.5294117647);
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}
.btn-blue:hover, .btn-blue:focus-visible {
  box-shadow: 0 14rem 30rem rgba(64, 96, 255, 0.35);
  transform: translateY(-2rem);
}
@media (max-width: 850px) {
  .btn-blue {
    padding: 0 30rem;
    height: 60rem;
    font-size: 20rem;
  }
}

.form-inp {
  background: rgba(24, 23, 28, 0.64);
  position: relative;
  z-index: 1;
  border-radius: 80rem;
}
@media (max-width: 850px) {
  .form-inp {
    border-radius: 54rem;
  }
}
.form-inp::after {
  border-radius: 64rem;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1rem solid transparent;
  background: linear-gradient(170deg, #FFFFFF, rgba(119, 119, 119, 0.2)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media (max-width: 850px) {
  .form-inp::after {
    border-radius: 32rem;
  }
}
.form-inp input {
  width: 100%;
  height: 80rem;
  font-family: "Gilroy", sans-serif;
  font-weight: 200;
  font-size: 24rem;
  color: #FFFFFF;
  padding: 0 18rem;
}
.form-inp input::-moz-placeholder {
  color: #FFFFFF;
}
.form-inp input::placeholder {
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .form-inp input {
    height: 60rem;
    font-size: 16rem;
    padding: 0 20rem;
  }
}

.section-top {
  margin-top: 150rem;
}
@media (max-width: 850px) {
  .section-top {
    margin-top: 60rem;
  }
}

.header {
  padding: 20rem 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo {
  display: flex;
  align-items: center;
  gap: 40rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 850px) {
  .header_logo {
    gap: 24rem;
  }
}
.header_logo svg {
  width: 84rem;
  height: 91rem;
}
@media (max-width: 850px) {
  .header_logo svg {
    width: 40rem;
    height: 44rem;
  }
}
.header_logo span {
  font-weight: 700;
  font-size: 44rem;
  line-height: 175%;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .header_logo span {
    font-size: 20rem;
  }
}
.header_link {
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media (max-width: 850px) {
  .header_link {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #060606;
    z-index: 3;
    flex-direction: column;
    align-items: start;
    padding: 100rem 20rem 20rem 20rem;
    transition: 0.3s ease;
  }
}
.header_link.active {
  left: 0;
}
.header_link a {
  font-weight: 400;
  font-size: 20rem;
  line-height: 175%;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.header_link a:hover {
  color: #0c31ab;
}
.header .burger {
  width: 55rem;
  height: 55rem;
  display: none;
  position: relative;
  z-index: 4;
}
@media (max-width: 850px) {
  .header .burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.home {
  position: relative;
  z-index: 1;
  margin-top: 32rem;
}
@media (max-width: 850px) {
  .home {
    margin-top: 0;
  }
}
.home-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1794rem;
  height: 878rem;
  background: #01011c;
  border-radius: 50rem;
  overflow: hidden;
}
@media (max-width: 850px) {
  .home-bg {
    width: calc(100% - 20rem);
    border-radius: 20rem;
  }
}
@media (max-width: 480px) {
  .home-bg {
    height: 830rem;
  }
}
.home-bg .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.home-bg .circle {
  position: absolute;
  top: -76rem;
  left: -130rem;
  width: 530rem;
  height: 530rem;
  border-radius: 100%;
  background: #091d84;
  filter: blur(170px);
  z-index: -1;
}
.home-bg .circle_two {
  position: absolute;
  right: 0;
  bottom: 92rem;
  width: 547rem;
  height: 700rem;
  border-radius: 100%;
  background: #091d84;
  filter: blur(150px);
  z-index: -1;
}
.home-card {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 797rem;
}
@media (max-width: 850px) {
  .home-card {
    bottom: 0;
    width: 640rem;
  }
}
@media (max-width: 640px) {
  .home-card {
    width: 550rem;
    min-width: 550rem;
  }
}
@media (max-width: 480px) {
  .home-card {
    width: 440rem;
    min-width: 440rem;
  }
}
.home-container {
  padding-top: 78rem;
}
@media (max-width: 850px) {
  .home-container {
    padding-top: 20rem;
  }
}
.home h1 {
  font-weight: 700;
  font-size: 82rem;
  color: #f5f5f5;
  max-width: 947rem;
}
@media (max-width: 850px) {
  .home h1 {
    font-size: 32rem;
  }
}
.home h1 span {
  display: inline;
  background: linear-gradient(180deg, #9fc1ff 0%, #1142ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .two_title {
  font-weight: 600;
  font-size: 40rem;
  color: #f5f5f5;
  max-width: 874rem;
  margin: 40rem 0 24rem 0;
}
@media (max-width: 850px) {
  .home .two_title {
    font-size: 24rem;
    margin: 24rem 0 16rem 0;
  }
}
.home .description {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 32rem;
  color: #f5f5f5;
  max-width: 874rem;
}
@media (max-width: 850px) {
  .home .description {
    font-size: 18rem;
  }
}
.home .contact-form {
  margin-top: 83rem;
}
@media (max-width: 850px) {
  .home .contact-form {
    margin-top: 320rem;
    padding: 24rem 10rem;
    width: calc(100% + 20rem);
    transform: translateX(-10rem);
  }
}

.system_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60rem;
  gap: 40rem;
}
@media (max-width: 850px) {
  .system_head {
    align-items: start;
    flex-direction: column;
  }
}
.system_head .section_title {
  max-width: 700rem;
}
.system_head p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 680rem;
}
@media (max-width: 850px) {
  .system_head p {
    font-size: 20rem;
  }
}
.system_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
}
@media (max-width: 850px) {
  .system_in {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .system_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.system_card {
  background: #18171C;
  border-radius: 35rem;
  padding: 14rem;
  position: relative;
  z-index: 1;
}
.system_card::after {
  border-radius: 35rem;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1rem solid transparent;
  background: linear-gradient(138.86deg, #FFFFFF 0.53%, rgba(119, 119, 119, 0.2) 99.47%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media (max-width: 850px) {
  .system_card::after {
    border-radius: 24rem;
  }
}
@media (max-width: 850px) {
  .system_card {
    border-radius: 24rem;
    padding: 10rem;
  }
}
.system_card-text {
  padding: 10rem;
  margin-bottom: 24rem;
}
.system_card h3 {
  font-weight: 400;
  font-size: 48rem;
  letter-spacing: -0.06em;
  color: #fdfdfd;
  margin-bottom: 16rem;
}
@media (max-width: 850px) {
  .system_card h3 {
    font-size: 28rem;
  }
}
.system_card p {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 20rem;
  letter-spacing: -0.02em;
  color: #ebebec;
}
@media (max-width: 850px) {
  .system_card p {
    font-size: 18rem;
  }
}
.system_card img {
  border-radius: 30rem;
  height: 230rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .system_card img {
    border-radius: 20rem;
  }
}
.system .btn-blue {
  margin: 60rem auto 0 auto;
  display: block;
}
@media (max-width: 850px) {
  .system .btn-blue {
    width: 100%;
  }
}

.investing_top {
  position: relative;
}
@media (max-width: 850px) {
  .investing_top {
    flex-direction: column-reverse;
  }
}
.investing_img {
  position: absolute;
  top: 0;
  left: -186rem;
  width: 843rem;
  height: 894rem;
}
@media (max-width: 850px) {
  .investing_img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.investing_text {
  display: flex;
  flex-direction: column;
  gap: 60rem;
  max-width: 985rem;
  margin-left: auto;
}
@media (max-width: 850px) {
  .investing_text {
    gap: 32rem;
  }
}
.investing_text h2 {
  font-weight: 500;
  font-size: 60rem;
  line-height: 170%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .investing_text h2 {
    font-size: 28rem;
  }
}
.investing_text h2 span {
  display: inline;
  background: linear-gradient(180deg, #9fc1ff 0%, #1142ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.investing_text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32rem;
  line-height: 144%;
  color: rgba(255, 255, 255, 0.9);
}
.investing_text p b {
  font-weight: 700;
}
@media (max-width: 850px) {
  .investing_text p {
    font-size: 18rem;
  }
}
.investing_text blockquote {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 38rem;
  line-height: 132%;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  padding: 24rem 10rem;
  border-radius: 24rem;
  background: linear-gradient(134deg, #1d11c5 0%, #1142ff 100%);
}
@media (max-width: 850px) {
  .investing_text blockquote {
    font-size: 18rem;
    border-radius: 16rem;
    padding: 12rem;
  }
}
@media (max-width: 850px) {
  .investing_text blockquote br {
    display: none;
  }
}
.investing_bottom {
  margin-top: 60rem;
}
@media (max-width: 850px) {
  .investing_bottom {
    margin-top: 24rem;
  }
}
.investing_bottom h3 {
  font-weight: 500;
  font-size: 36rem;
  line-height: 133%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 50rem;
  max-width: 615rem;
}
@media (max-width: 850px) {
  .investing_bottom h3 {
    font-size: 32rem;
    margin-bottom: 40rem;
  }
}
.investing_bottom h3 span {
  background: linear-gradient(180deg, #9fc1ff 0%, #1142ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.investing_blocks {
  display: flex;
  align-items: center;
  gap: 80rem;
}
@media (max-width: 850px) {
  .investing_blocks {
    gap: 32rem;
    align-items: start;
    flex-direction: column;
  }
}
.investing_block {
  display: flex;
  align-items: center;
  gap: 24rem;
}
@media (max-width: 850px) {
  .investing_block {
    gap: 12rem;
  }
}
.investing_block img {
  width: 60rem;
  height: 60rem;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .investing_block img {
    width: 32rem;
    height: 32rem;
  }
}
.investing_block span {
  font-weight: 400;
  font-size: 32rem;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .investing_block span {
    font-size: 20rem;
  }
}

.money h2 {
  font-weight: 400;
  font-size: 76rem;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 60rem;
}
@media (max-width: 850px) {
  .money h2 {
    margin-bottom: 40rem;
    font-size: 28rem;
  }
}
.money h2 span {
  background: linear-gradient(180deg, #9fc1ff 0%, #1142ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.money_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60rem;
}
@media (max-width: 850px) {
  .money_in {
    gap: 24rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.money_block {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 32rem;
  padding: 32rem 40rem;
  backdrop-filter: blur(26.2000007629px);
  background: rgba(255, 255, 255, 0.04);
}
@media (max-width: 850px) {
  .money_block {
    padding: 24rem 16rem;
  }
}
.money_block img {
  width: 80rem;
  height: 80rem;
}
@media (max-width: 850px) {
  .money_block img {
    width: 48rem;
    height: 48rem;
  }
}
.money_block h3 {
  font-weight: 700;
  font-size: 32rem;
  line-height: 130%;
  color: #FFFFFF;
  margin: 24rem 0 16rem 0;
}
@media (max-width: 850px) {
  .money_block h3 {
    font-size: 20rem;
  }
}
.money_block p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 22rem;
  line-height: 150%;
  color: #d9d9d9;
}
@media (max-width: 850px) {
  .money_block p {
    font-size: 18rem;
  }
}
.money .btn-blue {
  display: block;
  margin: 60rem auto 0 auto;
}
@media (max-width: 850px) {
  .money .btn-blue {
    width: 100%;
    margin-top: 40rem;
  }
}

.program .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .program .container {
    flex-direction: column-reverse;
    gap: 30rem;
  }
}
.program .mobile_title {
  display: none;
}
@media (max-width: 850px) {
  .program .mobile_title {
    display: block;
  }
}
.program_text {
  max-width: 660rem;
  display: flex;
  flex-direction: column;
  gap: 60rem;
}
@media (max-width: 850px) {
  .program_text {
    max-width: 100%;
    gap: 40rem;
  }
}
.program_text .section_title {
  font-weight: 400;
}
@media (max-width: 850px) {
  .program_text .section_title {
    display: none;
  }
}
.program_text p, .program_text h3, .program_text li {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 28rem;
  line-height: 150%;
  color: #e6e6e6;
}
@media (max-width: 850px) {
  .program_text p, .program_text h3, .program_text li {
    font-size: 20rem;
  }
}
.program_text h3 {
  font-weight: 700;
}
.program_text .btn-blue {
  display: flex;
  gap: 10rem;
  font-size: 18rem;
  font-weight: 500;
  width: 280rem;
  height: 70rem;
  padding: 10rem 24rem;
}
@media (max-width: 850px) {
  .program_text .btn-blue {
    width: 100%;
    height: 60rem;
  }
}
.program_text .btn-blue svg {
  display: flex;
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
}
.program_img {
  position: relative;
}
@media (max-width: 850px) {
  .program_img {
    width: 260rem;
    margin-left: auto;
  }
}
.program_img-text {
  position: absolute;
  top: 44rem;
  left: -330rem;
  width: 413rem;
  display: flex;
  flex-direction: column;
  gap: 130rem;
}
@media (max-width: 850px) {
  .program_img-text {
    width: 176rem;
    gap: 40rem;
    top: 16rem;
    left: -140rem;
  }
}
@media (max-width: 480px) {
  .program_img-text {
    left: -50rem;
  }
}
.program_img img {
  width: 590rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56rem;
  border: 1rem solid rgba(255, 255, 255, 0.2588235294);
  position: relative;
  opacity: 90%;
}
@media (max-width: 850px) {
  .program_img img {
    width: 250rem;
    border-radius: 24rem;
    height: 360rem;
  }
}
@media (max-width: 480px) {
  .program_img img {
    -o-object-position: left;
       object-position: left;
  }
}
.program_block {
  border: 1rem solid rgba(255, 255, 255, 0.2588235294);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(13px);
  border-radius: 32rem;
  padding: 32rem 24rem;
  display: flex;
  align-items: start;
  gap: 24rem;
}
@media (max-width: 850px) {
  .program_block {
    padding: 16rem 10rem;
    gap: 10rem;
    border-radius: 16rem;
  }
}
.program_block.transparent {
  transform: translateX(-20rem);
  padding: 0;
  background: transparent;
  border: none;
  backdrop-filter: blur(0);
  max-width: 316rem;
}
@media (max-width: 850px) {
  .program_block.transparent {
    max-width: 135rem;
  }
}
@media (max-width: 480px) {
  .program_block.transparent {
    transform: translateX(0);
  }
}
.program_block.transparent .circle {
  background: #FFFFFF;
}
.program_block .circle {
  width: 18rem;
  height: 18rem;
  background: linear-gradient(180deg, #9FC1FF 0%, #1142FF 100%);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .program_block .circle {
    width: 8rem;
    height: 8rem;
  }
}
.program_block h3 {
  font-weight: 500;
  font-size: 24rem;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 16rem;
}
@media (max-width: 850px) {
  .program_block h3 {
    margin-bottom: 6rem;
    font-size: 12rem;
  }
}
.program_block p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 850px) {
  .program_block p {
    font-size: 9rem;
  }
}

.faq .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40rem;
}
@media (max-width: 850px) {
  .faq .container {
    align-items: start;
    flex-direction: column;
  }
}
.faq .section_title {
  max-width: 400rem;
}
.faq .modules {
  width: 1172rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24rem 40rem;
  align-items: start;
}
@media (max-width: 850px) {
  .faq .modules {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq .modules_item {
  padding: 32rem 24rem;
  transition: 0.3s ease;
  border: 1rem solid rgba(255, 255, 255, 0.26);
  border-radius: 24rem;
  backdrop-filter: blur(26.2000007629px);
  background: rgba(255, 255, 255, 0.04);
}
@media (max-width: 850px) {
  .faq .modules_item {
    padding: 20rem 25rem;
  }
}
.faq .modules_item.active .modules_body {
  max-height: 300rem;
  opacity: 1;
  margin-top: 16rem;
}
.faq .modules_item.active .modules_icon {
  transform: rotate(180deg);
}
.faq .modules_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 20rem;
}
@media (max-width: 850px) {
  .faq .modules_header {
    gap: 5rem;
  }
}
.faq .modules_header h3 {
  font-weight: 700;
  font-size: 28rem;
  color: #FFFFFF;
  max-width: 400rem;
}
@media (max-width: 850px) {
  .faq .modules_header h3 {
    font-size: 22rem;
  }
}
.faq .modules_header h3 span {
  background: linear-gradient(180deg, #9fc1ff 0%, #1142ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq .modules_icon {
  transition: 0.3s ease;
}
.faq .modules_icon svg {
  width: 40rem;
  height: 40rem;
  flex-shrink: 0;
}
.faq .modules_body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease;
}
.faq .modules_body p {
  color: #aaa;
  font-size: 14rem;
  line-height: 1.5;
}

.video .section_title {
  max-width: 950rem;
  margin-bottom: 60rem;
  font-weight: 400;
}
@media (max-width: 850px) {
  .video .section_title {
    margin-bottom: 40rem;
  }
}
.video .swiperVideo {
  overflow: visible;
}
.video_block {
  height: 440rem;
  display: flex;
  border: 1rem solid #818181;
  border-radius: 24rem;
}
@media (max-width: 850px) {
  .video_block {
    flex-direction: column;
    height: auto;
  }
}
.video_block-img {
  width: 542rem;
  border-radius: 24rem;
  border: 2rem solid #1142FF;
  overflow: hidden;
  position: relative;
}
@media (max-width: 850px) {
  .video_block-img {
    width: 100%;
    height: 270rem;
  }
}
.video_block-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.video_block-img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #9FC1FF 0%, #1142FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 60%;
}
@media (max-width: 850px) {
  .video_block-img .play {
    width: 60rem;
    height: 60rem;
  }
}
.video_block-img .play svg {
  width: 40rem;
  height: 40rem;
}
@media (max-width: 850px) {
  .video_block-img .play svg {
    width: 24rem;
    height: 24rem;
  }
}
.video_block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.video_block-text {
  padding: 50rem 20rem 50rem 40rem;
}
@media (max-width: 850px) {
  .video_block-text {
    padding: 24rem 10rem;
  }
}
.video h3 {
  font-weight: 400;
  font-size: 32rem;
  letter-spacing: -0.06em;
  color: #fdfdfd;
}
@media (max-width: 850px) {
  .video h3 {
    font-size: 20rem;
  }
}
.video ul {
  margin: 20rem 0;
}
.video li, .video p {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 24rem;
  letter-spacing: -0.02em;
  color: #ebebec;
}
@media (max-width: 850px) {
  .video li, .video p {
    font-size: 18rem;
  }
}
.video .btn-blue {
  display: flex;
  gap: 10rem;
  font-size: 18rem;
  font-weight: 500;
  width: 280rem;
  height: 60rem;
  padding: 10rem 24rem;
  margin-top: 40rem;
}
@media (max-width: 850px) {
  .video .btn-blue {
    width: 100%;
    margin-top: 24rem;
  }
}
.video .btn-blue svg {
  display: flex;
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
}
.video_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60rem;
}
@media (max-width: 850px) {
  .video_btns {
    margin-top: 30rem;
  }
}
.video_btns .video_prev img {
  transform: rotate(180deg);
}
.video_btns .btn {
  opacity: 60%;
  width: 135rem;
  height: 135rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #9FC1FF 0%, #1142FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 850px) {
  .video_btns .btn {
    width: 60rem;
    height: 60rem;
  }
}
.video_btns .btn img {
  width: 32rem;
  height: 56rem;
}
@media (max-width: 850px) {
  .video_btns .btn img {
    width: 14rem;
    height: 28rem;
  }
}
.video_btns .swiper-button-disabled {
  opacity: 0;
}

.work_format_in {
  background: #01011c;
  border-radius: 50rem;
  padding: 80rem 60rem 90rem 60rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .work_format_in {
    border-radius: 24rem;
    padding: 24rem 10rem;
  }
}
.work_format_in .circle {
  position: absolute;
  top: -76rem;
  left: -130rem;
  width: 536rem;
  height: 522rem;
  border-radius: 100%;
  background: #091d84;
  filter: blur(170px);
}
.work_format_in .circle_two {
  position: absolute;
  right: 0;
  bottom: -31rem;
  width: 547rem;
  height: 708rem;
  border-radius: 100%;
  background: #091d84;
  filter: blur(170px);
}
.work_format_text {
  max-width: 874rem;
  position: relative;
  z-index: 2;
}
.work_format_text h2 {
  font-weight: 400;
  font-size: 76rem;
  text-transform: uppercase;
  color: #F5F5F5;
}
@media (max-width: 850px) {
  .work_format_text h2 {
    font-size: 32rem;
  }
}
.work_format_text ul {
  display: flex;
  flex-direction: column;
  margin: 40rem 0;
}
.work_format_text ul li {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 32rem;
  color: #F5F5F5;
}
@media (max-width: 850px) {
  .work_format_text ul li {
    font-size: 20rem;
  }
}
.work_format_text h3 {
  font-weight: 600;
  font-size: 36rem;
  color: #F5F5F5;
}
@media (max-width: 850px) {
  .work_format_text h3 {
    font-size: 24rem;
  }
}
.work_format_text p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 32rem;
  color: #F5F5F5;
  margin: 24rem 0 52rem 0;
}
@media (max-width: 850px) {
  .work_format_text p {
    margin: 24rem 0 345rem 0;
    font-size: 20rem;
  }
}
@media (max-width: 850px) {
  .work_format_text .btn-white {
    width: 100%;
  }
}
.work_format_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1000rem;
}
@media (max-width: 850px) {
  .work_format_img {
    width: 700rem;
    min-width: 700rem;
    right: -50rem;
  }
}
@media (max-width: 480px) {
  .work_format_img {
    right: -70rem;
  }
}

.policy {
  margin-top: 80rem;
}
@media (max-width: 850px) {
  .policy {
    margin-top: 30rem;
  }
}
.policy .container {
  max-width: 1220rem;
}
.policy h1 {
  font-weight: 900;
  font-size: 60rem;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #9fc1ff 0%, #1142ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48rem;
}
@media (max-width: 850px) {
  .policy h1 {
    font-size: 32rem;
    margin-bottom: 32rem;
  }
}
@media (max-width: 480px) {
  .policy h1 {
    font-size: 20rem;
    margin-bottom: 24rem;
  }
}
.policy_in {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
@media (max-width: 850px) {
  .policy_in {
    gap: 24rem;
  }
}
.policy_block p, .policy_block li {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 22rem;
  line-height: 120%;
  color: #E6E6E6;
}
@media (max-width: 850px) {
  .policy_block p, .policy_block li {
    font-size: 16rem;
  }
}
.policy_block ul {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.policy_block p {
  margin-bottom: 32rem;
}
@media (max-width: 850px) {
  .policy_block p {
    margin-bottom: 16rem;
  }
}
.policy .title {
  display: flex;
  align-items: center;
  gap: 24rem;
  margin-bottom: 16rem;
}
@media (max-width: 850px) {
  .policy .title {
    gap: 12rem;
    margin-bottom: 12rem;
  }
}
.policy .title .number {
  flex-shrink: 0;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #9FC1FF 0%, #1142FF 100%);
}
@media (max-width: 850px) {
  .policy .title .number {
    width: 30rem;
    height: 30rem;
  }
}
.policy .title .number span {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 28rem;
  color: #060606;
}
@media (max-width: 850px) {
  .policy .title .number span {
    font-size: 18rem;
  }
}
.policy .title h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 32rem;
  color: #E6E6E6;
}
@media (max-width: 850px) {
  .policy .title h3 {
    font-size: 20rem;
  }
}

.results_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60rem;
  gap: 40rem;
}
@media (max-width: 850px) {
  .results_head {
    align-items: start;
    flex-direction: column;
    margin-bottom: 40rem;
    gap: 24rem;
  }
}
.results_head .section_title {
  max-width: 700rem;
}
.results_head p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 680rem;
}
@media (max-width: 850px) {
  .results_head p {
    font-size: 20rem;
  }
}
.results .swiperResults {
  overflow: visible;
}
.results .swiper-slide {
  height: auto;
}
.results .swiper-wrapper {
  height: auto;
}
.results_block {
  border-radius: 30rem;
  border: 1rem solid #818181;
  overflow: hidden;
  height: 100%;
  background: #101010;
}
@media (max-width: 850px) {
  .results_block {
    border-radius: 16rem;
  }
}
.results_block-img {
  height: 400rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 25rem;
  border: 2rem solid #1142FF;
}
@media (max-width: 480px) {
  .results_block-img {
    height: 200rem;
    border-radius: 16rem;
  }
}
.results_block-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.results_block-img img {
  width: 100%;
  height: 100%;
  -o-object-position: left center;
     object-position: left center;
  -o-object-fit: cover;
     object-fit: cover;
}
.results_block-img::after {
  border-radius: 25rem;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 2rem solid transparent;
  background: linear-gradient(138.86deg, #FFFFFF 0.53%, rgba(119, 119, 119, 0.2) 99.47%);
}
@media (max-width: 850px) {
  .results_block-img::after {
    border-radius: 24rem;
  }
}
.results_block-text {
  padding: 40rem 10rem 24rem 10rem;
  min-height: 210rem;
}
@media (max-width: 850px) {
  .results_block-text {
    padding: 24rem 10rem;
  }
}
.results_block-text h3 {
  font-weight: 400;
  font-size: 32rem;
  letter-spacing: -0.06em;
  color: #fdfdfd;
  margin-bottom: 24rem;
}
@media (max-width: 850px) {
  .results_block-text h3 {
    margin-bottom: 16rem;
  }
}
.results_block-text p {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 24rem;
  letter-spacing: -0.02em;
  color: #ebebec;
}
.results_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60rem;
}
@media (max-width: 850px) {
  .results_btns {
    margin-top: 30rem;
  }
}
.results_btns .btn_prev img {
  transform: rotate(180deg);
}
.results_btns .btn {
  opacity: 60%;
  width: 135rem;
  height: 135rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #9FC1FF 0%, #1142FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 850px) {
  .results_btns .btn {
    width: 60rem;
    height: 60rem;
  }
}
.results_btns .btn img {
  width: 32rem;
  height: 56rem;
}
@media (max-width: 850px) {
  .results_btns .btn img {
    width: 14rem;
    height: 28rem;
  }
}
.results_btns .swiper-button-disabled {
  opacity: 0;
}

.contact .container {
  position: relative;
}
.contact-form {
  background: #000C2B;
  padding: 56rem 56rem 49rem 56rem;
  border-radius: 65rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 850px) {
  .contact-form {
    padding: 28rem 10rem 90rem 10rem;
    border-radius: 24rem;
  }
}
.contact-form__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .contact-form__bg {
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}
.contact-form::after {
  border-radius: 64rem;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1rem solid transparent;
  background: linear-gradient(170deg, #FFFFFF, rgba(119, 119, 119, 0.2)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media (max-width: 850px) {
  .contact-form::after {
    border-radius: 24rem;
  }
}
.contact-form h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 67rem;
  line-height: 113%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fdfdfd;
  max-width: 985rem;
  margin-bottom: 20rem;
}
@media (max-width: 850px) {
  .contact-form h3 {
    font-size: 28rem;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 850px) {
  .contact-form h3 br {
    display: none;
  }
}
.contact-form h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 32rem;
  letter-spacing: -0.06em;
  color: #fff;
  margin-bottom: 66rem;
}
@media (max-width: 850px) {
  .contact-form h4 {
    font-weight: 200;
    text-align: center;
    font-size: 20rem;
    margin-bottom: 20rem;
  }
}
.contact-form .form-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28rem;
  max-width: 1316rem;
  margin-bottom: 30rem;
}
@media (max-width: 850px) {
  .contact-form .form-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 16rem;
    max-width: 100%;
    margin-bottom: 24rem;
  }
}
.contact-form .btn-blue {
  padding: 0;
}
.contact-form li {
  font-family: "Gilroy", sans-serif;
  font-weight: 200;
  font-size: 18rem;
  color: #f9f9f9;
}
@media (max-width: 850px) {
  .contact-form li {
    font-size: 14rem;
  }
}
.contact_img {
  position: absolute;
  top: -189rem;
  right: -100rem;
  width: 483rem;
  height: 725rem;
  z-index: 2;
}
@media (max-width: 850px) {
  .contact_img {
    top: auto;
    right: -5rem;
    bottom: -152rem;
    width: 205rem;
    height: 307rem;
    transform: rotate(-12deg);
  }
}

.footer {
  background: #052079;
  padding: 40rem 0;
  margin-top: 150rem;
}
@media (max-width: 850px) {
  .footer {
    margin-top: 120rem;
  }
}
.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40rem;
  margin-bottom: 60rem;
}
@media (max-width: 850px) {
  .footer_top {
    flex-direction: column;
  }
}
.footer_logo {
  display: flex;
  align-items: center;
  gap: 40rem;
}
@media (max-width: 850px) {
  .footer_logo {
    gap: 24rem;
  }
}
.footer_logo svg {
  width: 84rem;
  height: 91rem;
}
.footer_logo span {
  font-weight: 700;
  font-size: 44rem;
  line-height: 175%;
  color: #FFFFFF;
}
.footer_link {
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media (max-width: 850px) {
  .footer_link {
    flex-direction: column;
  }
}
.footer_link a {
  font-weight: 400;
  font-size: 20rem;
  line-height: 175%;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80rem;
  margin-bottom: 32rem;
}
@media (max-width: 850px) {
  .footer_bottom {
    flex-direction: column;
    text-align: center;
    gap: 24rem;
  }
}
.footer_bottom a {
  font-weight: 400;
  font-size: 22rem;
  line-height: 175%;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.footer .end_text {
  font-weight: 300;
  font-size: 20rem;
  text-align: center;
  color: #FFFFFF;
  display: block;
}/*# sourceMappingURL=style.css.map */