/*! 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: "Gilroy", sans-serif;
  font-style: normal;
  font-display: swap;
}

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: 1248rem;
  margin: 0 auto;
  padding: 0 24rem;
}

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

.section_title {
  font-weight: 900;
  font-size: 54rem;
  line-height: 122%;
  text-align: center;
  background: linear-gradient(5deg, #7196e4 0%, #23da84 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .section_title {
    font-size: 32rem;
    line-height: 35rem;
    background: linear-gradient(82.09deg, #7196E4 0%, #23DA84 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.green_btn {
  font-weight: 600;
  font-size: 16rem;
  text-align: center;
  color: #000000;
  border-radius: 15rem;
  height: 60rem;
  padding: 16rem 24rem;
  background: linear-gradient(90.69deg, #62A4D1 0%, #2FD091 50%);
  transition: 0.3s ease;
}
@media (max-width: 850px) {
  .green_btn {
    height: 54rem;
  }
}
.green_btn:hover {
  box-shadow: 0px 0px 5px 0px #9D9D9D;
}

.contact_block {
  border: 3px solid #2DC98B;
  border-radius: 15rem;
  width: 480rem;
  padding: 30rem 18rem;
}
@media (max-width: 850px) {
  .contact_block {
    width: 100%;
    padding: 20rem 10rem;
  }
}
.contact_block form {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.contact_block form input {
  height: 55rem;
  border: 2rem solid #7196E4;
  border-radius: 10rem;
  padding: 15rem 20rem;
  font-weight: 400;
  font-size: 14rem;
  line-height: 100%;
  color: #000000;
}
.contact_block form button {
  font-family: "Inter", sans-serif;
  height: 55rem;
  border-radius: 10rem;
  font-weight: 700;
  font-size: 16rem;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  background: #7196E4;
}

.form_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4rem);
  z-index: 6;
  display: none;
  align-items: center;
  justify-content: center;
}
.form_modal.active {
  display: flex;
}
.form_modal_close {
  position: absolute;
  top: 20rem;
  right: 20rem;
}
.form_modal_in {
  border-radius: 30rem;
  border: 3rem solid #51af3c;
  background: #FFFFFF;
  padding: 40rem;
  width: 520rem;
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
@media (max-width: 1280px) {
  .form_modal_in {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .form_modal_in {
    padding: 24rem;
    border-radius: 20rem;
  }
}
.form_modal_in img {
  width: 230rem;
  margin: auto;
}
@media (max-width: 850px) {
  .form_modal_in img {
    width: 160rem;
  }
}
.form_modal_in h2 {
  text-align: center;
  font-weight: 800;
  font-size: 24rem;
  line-height: 130%;
  color: #51af3c;
}
@media (max-width: 850px) {
  .form_modal_in h2 {
    font-size: 18rem;
  }
}
.form_modal_in p {
  color: #000000;
  font-weight: 500;
  font-size: 20rem;
  text-align: center;
}
@media (max-width: 850px) {
  .form_modal_in p {
    font-size: 14rem;
  }
}
.form_modal_in form {
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
@media (max-width: 850px) {
  .form_modal_in form {
    gap: 16rem;
  }
}
.form_modal_in .input_block {
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
@media (max-width: 850px) {
  .form_modal_in .input_block {
    gap: 16rem;
  }
}
.form_modal_in input {
  height: 55rem;
  border: 1rem solid #000000;
  background: #FFFFFF;
  border-radius: 10rem;
  padding: 15rem 22rem;
  font-weight: 700;
  font-size: 14rem;
  line-height: 100%;
  color: #808080;
  border: 2rem solid #37CA9C;
}
.form_modal_in .form-tel {
  border: 2rem solid #37CA9C;
}
.form_modal_in button {
  display: block;
  height: 55rem;
  border-radius: 10rem;
  font-weight: 700;
  font-size: 18rem;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  background: #51af3c;
}

.header {
  padding: 20rem 0;
  border-bottom: 1rem solid #7196E4;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .header .container {
    justify-content: center;
  }
}
.header .logo {
  width: 200rem;
}
@media (max-width: 850px) {
  .header .logo {
    width: 170rem;
  }
}
.header .logo img {
  width: 100%;
}
.header_link {
  display: flex;
  align-items: center;
  gap: 50rem;
}
@media (max-width: 850px) {
  .header_link {
    display: none;
  }
}
.header_link a {
  font-weight: 600;
  font-size: 16rem;
  line-height: 28rem;
  color: #000000;
  transition: 0.3s ease;
}
.header_link a:hover {
  color: #37CA9C;
}
.header .green_btn {
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .header .green_btn {
    display: none;
  }
}

.hero .container {
  position: relative;
}
.hero_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 12rem;
}
@media (max-width: 850px) {
  .hero_in {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 32rem;
  }
}
.hero .circle {
  position: absolute;
  right: 0;
  bottom: 40rem;
  right: -337rem;
  width: 548rem;
  height: 460rem;
  background: linear-gradient(0deg, #5FA7CE 0%, #32CE95 100%);
  opacity: 40%;
  filter: blur(25px);
  border-radius: 3000rem;
}
@media (max-width: 850px) {
  .hero .circle {
    display: none;
  }
}
.hero_left {
  max-width: 670rem;
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
@media (max-width: 850px) {
  .hero_left {
    max-width: 100%;
    gap: 16rem;
  }
}
.hero_left h1 {
  font-weight: 900;
  font-size: 26rem;
  line-height: 146%;
  background: linear-gradient(13deg, #7196e4 0%, #23da84 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .hero_left h1 {
    text-align: center;
    font-size: 20rem;
  }
}
.hero_left p {
  font-weight: 500;
  font-size: 20rem;
  line-height: 176%;
  color: #000000;
}
@media (max-width: 850px) {
  .hero_left p {
    font-size: 14rem;
    text-align: center;
  }
}
.hero_left p b {
  font-weight: 700;
  color: #2dc98b;
}
.hero_img {
  margin-top: 40rem;
  width: 540rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}
@media (max-width: 850px) {
  .hero_img {
    width: 100%;
    margin-top: 0;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}

.platform {
  position: relative;
  margin-top: 120rem;
}
@media (max-width: 850px) {
  .platform {
    margin-top: 0;
  }
}
.platform .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 518rem;
  height: 434rem;
  border-radius: 3000rem;
  background: linear-gradient(0deg, #5FA7CE 0%, #32CE95 100%);
  filter: blur(25px);
  opacity: 40%;
  z-index: -1;
}
@media (max-width: 850px) {
  .platform .circle {
    top: 200rem;
    left: -335rem;
  }
}
.platform .section_title {
  max-width: 600rem;
  margin: auto;
}
.platform_in {
  display: flex;
  align-items: center;
  gap: 60rem;
}
@media (max-width: 850px) {
  .platform_in {
    gap: 24rem;
    flex-direction: column;
  }
}
.platform_img {
  position: relative;
  width: 555rem;
  height: 566rem;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .platform_img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .platform_img {
    width: 100%;
    height: auto;
  }
}
.platform_img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 840rem;
}
@media (max-width: 640px) {
  .platform_img img {
    min-width: 100%;
    width: 100%;
    transform: translateX(0);
    position: static;
  }
}
.platform_text {
  font-weight: 600;
  font-size: 22rem;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin: 10rem auto 40rem auto;
  max-width: 925rem;
}
@media (max-width: 850px) {
  .platform_text {
    font-size: 16rem;
    margin: 10rem auto 24rem auto;
  }
}
.platform_texts {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
@media (max-width: 850px) {
  .platform_texts {
    gap: 24rem;
  }
}
.platform_text-block b {
  font-weight: 700;
  font-size: 18rem;
  line-height: 155%;
  color: #000000;
}
.platform_text-block p {
  font-weight: 700;
  font-size: 17rem;
  line-height: 157%;
  color: #818181;
}

.global .section_title {
  margin-bottom: 40rem;
}
@media (max-width: 850px) {
  .global .section_title {
    margin-bottom: 32rem;
  }
}
.global .green_btn {
  display: block;
  width: 220rem;
  margin: auto;
}
@media (max-width: 850px) {
  .global .green_btn {
    width: 100%;
  }
}
.global_in {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24rem;
  margin-bottom: 40rem;
}
@media (max-width: 850px) {
  .global_in {
    grid-template-columns: repeat(2, 1fr);
    gap: 16rem;
    margin-bottom: 32rem;
  }
}
.global_block {
  background: #F3F8FF;
  border-radius: 15rem;
}
@media (max-width: 850px) {
  .global_block {
    border-radius: 8rem;
  }
}
.global_block img {
  width: 100%;
}

.stocks_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60rem;
}
@media (max-width: 850px) {
  .stocks_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 24rem;
  }
}
@media (max-width: 850px) {
  .stocks .desktop_img {
    display: none;
  }
}
.stocks .desktop_img {
  animation: float 3s ease-in-out infinite;
}
.stocks .media_img {
  display: none;
  animation: float 3s ease-in-out infinite;
}
@media (max-width: 850px) {
  .stocks .media_img {
    display: block;
  }
}
.stocks h2 {
  font-weight: 900;
  font-size: 64rem;
  line-height: 119%;
  background: linear-gradient(30deg, #7196e4 0%, #23da84 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .stocks h2 {
    font-size: 32rem;
    text-align: center;
  }
}
.stocks_text-block {
  border-radius: 15rem;
  background: #f4f8ff;
  padding: 20rem 30rem;
  margin-top: 24rem;
}
@media (max-width: 850px) {
  .stocks_text-block {
    padding: 20rem 12rem;
  }
}
.stocks_text-block ul {
  margin-bottom: 20rem;
}
.stocks_text-block b {
  font-weight: 800;
  font-size: 24rem;
  line-height: 185%;
  color: #000000;
  display: block;
}
.stocks_text-block span {
  font-weight: 600;
  font-size: 14rem;
  line-height: 177%;
  color: #b2bcc8;
}
.stocks_text-block .green_btn {
  width: 160rem;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0);
  }
}
.broker .section_title {
  margin-bottom: 48rem;
}
@media (max-width: 850px) {
  .broker .section_title {
    margin-bottom: 24rem;
  }
}
.broker_in {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40rem 30rem;
}
@media (max-width: 850px) {
  .broker_in {
    gap: 30rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .broker_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.broker_block {
  border-radius: 15rem;
  background: #F4F8FF;
  padding: 32rem 20rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .broker_block {
    padding: 30rem 12rem;
  }
}
.broker_block.two {
  grid-column: span 3;
  min-height: 260rem;
}
@media (max-width: 850px) {
  .broker_block.two {
    grid-column: span 1;
    min-height: 400rem;
  }
}
.broker_block.two img {
  position: absolute;
}
.broker_block.two img:nth-child(1) {
  right: 0;
  bottom: 0;
  width: 288rem;
  height: 254rem;
}
@media (max-width: 850px) {
  .broker_block.two img:nth-child(1) {
    width: 232rem;
    height: 204rem;
  }
}
.broker_block.two img.two_img {
  right: -30rem;
  bottom: 0;
  width: 422rem;
  height: 262rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 850px) {
  .broker_block.two img.two_img {
    bottom: -30rem;
    width: 378rem;
    min-width: 378rem;
    height: 234rem;
    flex-shrink: 0;
  }
}
.broker_block.two .broker_block-text {
  max-width: 280rem;
}
.broker_block.three {
  grid-column: span 2;
  min-height: 440rem;
}
@media (max-width: 850px) {
  .broker_block.three {
    grid-column: span 1;
  }
}
.broker_block.three img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.broker_block.three .three_img_one {
  width: 235rem;
  height: 225rem;
}
.broker_block.three .three_img_two {
  width: 305rem;
  height: 247rem;
}
.broker_block.three .three_img_three {
  width: 325rem;
  height: 225rem;
}
.broker_block-text {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
@media (max-width: 640px) {
  .broker_block-text {
    padding-bottom: 200rem;
  }
}
.broker_block-text h3 {
  font-weight: 700;
  font-size: 20rem;
  line-height: 159%;
  color: #000000;
}
.broker_block-text p {
  font-weight: 400;
  font-size: 16rem;
  line-height: 149%;
  color: #696969;
}

.start_investing_text {
  font-weight: 600;
  font-size: 22rem;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin: 16rem auto 45rem auto;
}
@media (max-width: 850px) {
  .start_investing_text {
    font-size: 16rem;
    margin: 6rem auto 24rem auto;
  }
}
.start_investing_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24rem 30rem;
  margin-bottom: 40rem;
}
@media (max-width: 850px) {
  .start_investing_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.start_investing_card {
  border-radius: 15rem;
  background: #F4F8FF;
  border: 2rem solid #37CA9C;
  padding: 32rem 20rem;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  min-height: 335rem;
  position: relative;
  overflow: hidden;
}
.start_investing_card img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 321rem;
}
@media (max-width: 850px) {
  .start_investing_card img {
    right: -35rem;
  }
}
.start_investing_card h3 {
  font-weight: 700;
  font-size: 24rem;
  line-height: 36rem;
  color: #000000;
  max-width: 220rem;
  position: relative;
  z-index: 2;
}
.start_investing_card h3 span {
  color: #0C7701;
  display: inline;
}
@media (max-width: 850px) {
  .start_investing_card h3 br {
    display: none;
  }
}
.start_investing_card h4 {
  position: relative;
  z-index: 2;
  font-weight: 800;
  font-size: 30rem;
  line-height: 46rem;
  text-align: center;
  color: #0C7701;
  width: 76rem;
  height: 47rem;
  box-shadow: 0px 0px 5px 0px #9D9D9D;
  border-radius: 30rem;
  background: #FFFFFF;
}
.start_investing .green_btn {
  display: block;
  width: 220rem;
  margin: auto;
}
@media (max-width: 850px) {
  .start_investing .green_btn {
    width: 100%;
  }
}

.sertificat .container {
  position: relative;
}
.sertificat .circle {
  position: absolute;
  right: -647rem;
  top: 0;
  width: 776rem;
  height: 586rem;
  border-radius: 3000rem;
  background: linear-gradient(0deg, #5FA7CE 0%, #32CE95 100%);
  filter: blur(25px);
  opacity: 60%;
  z-index: -1;
}
@media (max-width: 850px) {
  .sertificat .circle {
    top: auto;
    bottom: 100rem;
    left: -588rem;
    right: auto;
  }
}
.sertificat_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60rem;
}
@media (max-width: 850px) {
  .sertificat_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 32rem;
  }
}
.sertificat h2 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 31rem;
  line-height: 116%;
  background: linear-gradient(7deg, #7196e4 0%, #23da84 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .sertificat h2 {
    font-size: 24rem;
  }
}
.sertificat p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20rem;
  line-height: 159%;
  color: #000000;
}
@media (max-width: 850px) {
  .sertificat p {
    font-size: 16rem;
  }
}
.sertificat span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18rem;
  line-height: 155%;
  color: #000000;
}
@media (max-width: 850px) {
  .sertificat span {
    font-size: 16rem;
  }
}
.sertificat_block {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
@media (max-width: 850px) {
  .sertificat_block {
    gap: 24rem;
  }
}
.sertificat .sertificat_logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24rem 30rem;
}
@media (max-width: 640px) {
  .sertificat .sertificat_logos {
    grid-template-columns: repeat(1, 1fr);
    gap: 16rem;
  }
}
.sertificat .sertificat_logo {
  border-radius: 15rem;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 #8e8e8e;
  height: 215rem;
}
.sertificat .sertificat_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.leadership .section_title {
  margin-bottom: 40rem;
}
@media (max-width: 850px) {
  .leadership .section_title {
    margin-bottom: 32rem;
  }
}
.leadership .leadershipSwiper {
  overflow: visible;
}
.leadership .swiper-pagination {
  position: static;
  margin-top: 32rem;
  height: 5rem;
  border-radius: 10rem;
  overflow: hidden;
  background: #F1F2F6;
}
@media (max-width: 850px) {
  .leadership .swiper-pagination {
    margin-top: 24rem;
  }
}
.leadership .swiper-pagination .swiper-pagination-progressbar-fill {
  background: linear-gradient(87.33deg, #7196E4 0%, #23DA84 100%);
}
.leadership_card {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 10rem;
}
.leadership_card-img {
  border-radius: 15rem;
  background: #DFF5EC;
  padding: 20rem 36rem;
  width: 100%;
}
@media (max-width: 850px) {
  .leadership_card-img {
    padding: 16rem 20rem;
  }
}
.leadership_card-img img {
  transition: 0.5s ease;
  width: 100%;
  border-radius: 15rem;
}
@media (max-width: 640px) {
  .leadership_card-img img {
    height: 300rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 480px) {
  .leadership_card-img img {
    height: 200rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.leadership_card p {
  font-weight: 600;
  font-size: 14rem;
  line-height: 20rem;
  text-align: center;
  color: #000000;
}
.leadership_card:hover img {
  transform: scale(1.1);
}

.invest_text {
  font-weight: 600;
  font-size: 22rem;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin: 10rem auto 34rem auto;
}
@media (max-width: 850px) {
  .invest_text {
    font-size: 16rem;
    margin: 10rem auto 24rem auto;
  }
}
.invest_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16rem 34rem;
}
@media (max-width: 850px) {
  .invest_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.invest_block {
  border-radius: 15rem;
  min-height: 262rem;
  overflow: hidden;
  padding: 35rem 18rem;
  position: relative;
}
@media (max-width: 850px) {
  .invest_block {
    padding: 24rem 10rem;
    min-height: 343rem;
  }
}
.invest_block h3 {
  font-weight: 700;
  font-size: 28rem;
  line-height: 45rem;
  color: #FFFFFF;
  margin-bottom: 4rem;
}
@media (max-width: 850px) {
  .invest_block h3 {
    margin-bottom: 10rem;
  }
}
.invest_block p {
  font-weight: 400;
  font-size: 18rem;
  line-height: 26rem;
  color: #FFFFFF;
  max-width: 220rem;
}
@media (max-width: 850px) {
  .invest_block p {
    padding-bottom: 180rem;
  }
}
.invest_block img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 288rem;
}
@media (max-width: 850px) {
  .invest_block img {
    width: 238rem;
  }
}
.invest .one {
  background: linear-gradient(100.82deg, #01A25C 0%, #4BF039 100%);
}
.invest .two {
  background: linear-gradient(114.74deg, #0D1914 68%, #4BF039 100%);
}

.form-tel {
  position: relative;
  display: flex;
  align-items: center;
  border: 2rem solid #7196E4;
  border-radius: 10rem;
  height: 55rem;
  width: 100%;
}
.form-tel__btn {
  display: flex;
  align-items: center;
  background: transparent !important;
  font-weight: 700;
  font-size: 16rem;
  line-height: 100%;
  color: #000000;
  flex-shrink: 0;
  padding: 0 5rem 0 22rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 850px) {
  .form-tel__btn {
    font-size: 12rem;
  }
}
.form-tel__btn img {
  width: 18rem;
  height: 13rem;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.form-tel__btn svg {
  width: 8rem;
  height: 7rem;
  flex-shrink: 0;
  margin: 0 10rem 0 6rem;
}
@media (max-width: 850px) {
  .form-tel__btn svg {
    margin: 0 6rem;
  }
}
.form-tel__btn span {
  flex-shrink: 0;
}
.form-tel input {
  background: transparent !important;
  border: 0 !important;
  height: 100% !important;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 850px) {
  .form-tel input {
    font-size: 12rem !important;
  }
}
.form-tel__list {
  max-height: 200rem;
  overflow-y: scroll;
  padding: 5rem 0;
  border: 1rem solid #7196E4;
  border-radius: 10rem;
}
.form-tel__list::-webkit-scrollbar {
  display: none;
}
.form-tel__list-wrap {
  position: absolute;
  bottom: -10rem;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  background: white;
  z-index: 5;
  display: none;
}
.form-tel__list li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 10rem;
  padding: 5rem 10rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-tel__list li:hover {
  background: rgb(227, 227, 227);
}
.form-tel__list li div {
  width: 100%;
  font-size: 14rem;
  color: black;
  font-weight: 500;
}
.form-tel__list li span {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  font-size: 14rem;
  line-height: 100%;
  gap: 6rem;
  color: black;
}
.form-tel__list li img {
  width: 18rem;
  height: 13rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}
.form-tel.active .form-tel__list-wrap {
  display: block;
}

.footer {
  background: #F1F2F6;
  padding: 35rem 0;
}
@media (max-width: 850px) {
  .footer {
    padding: 24rem 0;
  }
}
.footer .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16rem;
}
.footer .logo {
  width: 157rem;
  height: 47rem;
}
.footer p {
  font-weight: 500;
  font-size: 12rem;
  line-height: 18rem;
  text-align: center;
  color: #818181;
}
@media (max-width: 850px) {
  .footer p br {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */