/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansRegular.woff2") format("woff2"), url("../common/fonts/MailSansRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansRegularItalic.woff2") format("woff2"), url("../common/fonts/MailSansRegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansMedium.woff2") format("woff2"), url("../common/fonts/MailSansMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansBold.woff2") format("woff2"), url("../common/fonts/MailSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

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

fieldset,
img,
span {
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

abbr,
acronym {
  border: none;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 0.65em;
}

sub {
  top: 0.4em;
}

small,
.small {
  font-size: 0.86em;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

textarea {
  -webkit-appearance: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  font: 400 18px/1.44 "MailSans", sans-serif;
  overflow-x: hidden;
  color: #000;
  background: #FFFFFF;
  text-rendering: optimizeSpeed;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.noscroll {
  overflow: hidden;
}

input,
textarea {
  outline: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.button {
  cursor: pointer;
  display: block;
  border: none;
  width: 300px;
  max-width: 100%;
  height: 80px;
  background: #121212;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.246375), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.305), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.363625), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.438501), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.246375), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.305), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.363625), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.438501), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.61);
  -webkit-border-radius: 16px;
          border-radius: 16px;
  font: 500 24px/32px "MailSans", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .button {
    height: 60px;
    font: 500 20px/26px "MailSans", sans-serif;
  }
}

h1 {
  font: 500 76px/82px "MailSans", sans-serif;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font: 500 68px/82px "MailSans", sans-serif;
  }
}
@media (max-width: 767px) {
  h1 {
    font: 500 36px/48px "MailSans", sans-serif;
  }
}

h2 {
  font: 500 50px/62px "MailSans", sans-serif;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font: 500 38px/52px "MailSans", sans-serif;
  }
}
@media (max-width: 767px) {
  h2 {
    font: 500 26px/36px "MailSans", sans-serif;
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.accent {
  color: #005FF9;
}

input[type=text] {
  padding: 17px 40px;
  display: block;
  width: 100%;
  height: 80px;
  border: 3px solid #000000;
  background: transparent;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  text-align: center;
  color: #000;
  font: 500 28px/46px "MailSans", sans-serif;
}
@media (max-width: 767px) {
  input[type=text] {
    padding: 18px;
    height: 60px;
    font: 500 16px/24px "MailSans", sans-serif;
  }
}

textarea {
  padding: 17px 40px;
  display: block;
  border: 3px solid #000000;
  background: transparent;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  color: #000;
  font: 500 28px/46px "MailSans", sans-serif;
}
@media (max-width: 767px) {
  textarea {
    padding: 18px;
    font: 500 16px/24px "MailSans", sans-serif;
  }
}

::-webkit-input-placeholder {
  text-align: center;
  color: #000;
  font: 500 28px/46px "MailSans", sans-serif;
}

::-moz-placeholder {
  text-align: center;
  color: #000;
  font: 500 28px/46px "MailSans", sans-serif;
}

::-ms-input-placeholder {
  text-align: center;
  color: #000;
  font: 500 28px/46px "MailSans", sans-serif;
}

::placeholder {
  text-align: center;
  color: #000;
  font: 500 28px/46px "MailSans", sans-serif;
}
@media (max-width: 767px) {
  ::-webkit-input-placeholder {
    font: 500 16px/24px "MailSans", sans-serif;
  }
  ::-moz-placeholder {
    font: 500 16px/24px "MailSans", sans-serif;
  }
  ::-ms-input-placeholder {
    font: 500 16px/24px "MailSans", sans-serif;
  }
  ::placeholder {
    font: 500 16px/24px "MailSans", sans-serif;
  }
}

.burger-menu {
  z-index: 10;
  display: none;
}
@media (max-width: 767px) {
  .burger-menu {
    display: block;
  }
}
.burger-menu__menu {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  background: #121212;
  -webkit-transition: left 300ms ease-in-out;
  -o-transition: left 300ms ease-in-out;
  transition: left 300ms ease-in-out;
}
.burger-menu__menu > nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: unset;
}
@media (max-width: 767px) {
  .burger-menu__menu > nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.burger-menu__menu > nav > a {
  margin: 28px 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.burger-menu.open .burger-menu__menu {
  left: 0;
}
.burger-menu__burger {
  z-index: 20;
  position: fixed;
  top: 12px;
  right: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 37px;
  width: 37px;
  padding: 10px;
}
.burger-menu__burger-shadow {
  position: fixed;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
  -webkit-border-bottom-left-radius: 80px;
          border-bottom-left-radius: 80px;
  background: -webkit-radial-gradient(100% 0%, circle, white, transparent);
  background: -o-radial-gradient(100% 0%, circle, white, transparent);
  background: radial-gradient(circle at 100% 0%, white, transparent);
}
.burger-menu__burger-part {
  display: block;
  content: "";
  background-color: #2C2D2E;
  height: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transform-origin: 1.5px 1.5px;
          transform-origin: 1.5px 1.5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, width 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, width 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, background-color 300ms ease-in-out, width 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, background-color 300ms ease-in-out, width 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, background-color 300ms ease-in-out, width 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.burger-menu.open .burger-menu__burger-part {
  background-color: #FFFFFF;
}
.burger-menu.open .burger-menu__burger-part.top {
  width: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger-menu.open .burger-menu__burger-part.center {
  opacity: 0;
}
.burger-menu.open .burger-menu__burger-part.bottom {
  width: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navigation {
  margin: 40px -10px;
  width: 100%;
  max-width: 985px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .navigation {
    display: none;
  }
}
.navigation__item {
  margin: 0 10px;
  cursor: pointer;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .navigation__item {
    font-size: 16px;
  }
}

.intro {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.intro__clouds {
  z-index: -1;
  position: absolute;
  top: 110px;
  left: -190px;
}
.intro__ellipse1 {
  z-index: -3;
  position: absolute;
  width: 626px;
  height: 626px;
  left: 344px;
  top: 213px;
  background: rgba(0, 204, 249, 0.3);
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.intro__ellipse2 {
  z-index: -2;
  position: absolute;
  width: 626px;
  height: 626px;
  left: -101px;
  top: 164px;
  background: rgba(0, 95, 249, 0.9);
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.intro__logos-row {
  margin: 40px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2C2D2E;
}
@media (max-width: 767px) {
  .intro__logos-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px 0px;
  }
}
.intro__logo {
  margin: 30px 20px;
  height: 36px;
}
.intro__title {
  position: relative;
  margin: 80px 20px 0;
  max-width: 980px;
}
@media (min-width: 900px) and (max-width: 1023px) {
  .intro__title {
    max-width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .intro__title {
    max-width: 640px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .intro__title {
    max-width: 480px;
    margin: 0 20px 0;
  }
}
@media (max-width: 499px) {
  .intro__title {
    max-width: 340px;
    margin: 0 20px 0;
  }
}
.intro__size {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  padding: 0 20px;
  border: 3px solid #000;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro__size {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .intro__size {
    font: 500 28px/46px "MailSans", sans-serif;
    padding: 0 10px;
  }
}
.intro__description {
  margin: 60px 20px 0;
  max-width: 830px;
  font: 400 24px/38px "MailSans", sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  .intro__description {
    margin: 20px 20px 0;
  }
}
.intro__button {
  margin: 80px 20px 0;
}
@media (max-width: 767px) {
  .intro__button {
    margin: 40px 20px 0;
  }
}

.how-to-get {
  position: relative;
  margin-top: 250px;
  text-align: center;
}
@media (max-width: 767px) {
  .how-to-get {
    margin-top: 160px;
  }
}
.how-to-get__hook {
  position: absolute;
  top: -100px;
}
.how-to-get__steps {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .how-to-get__steps {
    margin-top: 60px;
  }
}
.how-to-get__step {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 70px 25px 50px;
  margin: 10px;
  border: 3px solid transparent;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  max-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .how-to-get__step {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .how-to-get__step {
    padding: 0;
  }
}
.how-to-get__step.border {
  border-color: #000;
}
@media (max-width: 767px) {
  .how-to-get__step.border {
    max-width: unset;
    margin: 50px 30px 0;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .how-to-get__step.border > * {
    margin-top: unset;
  }
}
.how-to-get__step-number {
  font-weight: 500;
  font-size: 160px;
  line-height: 160px;
}
@media (max-width: 767px) {
  .how-to-get__step-number {
    font-size: 80px;
    line-height: 80px;
  }
}
.how-to-get__step-text {
  margin-top: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .how-to-get__step-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 160px;
  }
}
.how-to-get__step-icon {
  margin-top: 34px;
}

.click-here {
  position: relative;
  margin-top: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .click-here {
    margin-top: 224px;
  }
}
@media (max-width: 767px) {
  .click-here {
    margin-top: 140px;
  }
}
.click-here__title {
  margin: 0 20px;
}
.click-here__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font: 500 50px/62px "MailSans", sans-serif;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .click-here__button {
    font: 500 38px/52px "MailSans", sans-serif;
  }
}
@media (max-width: 767px) {
  .click-here__button {
    font: 500 26px/36px "MailSans", sans-serif;
  }
}
.click-here__button-arrow.left {
  position: absolute;
  right: calc(100% + 38px);
}
.click-here__button-arrow.right {
  position: absolute;
  left: calc(100% + 38px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.click-here__clouds {
  z-index: -1;
  position: absolute;
  top: -240px;
  right: -100px;
}
@media (max-width: 767px) {
  .click-here__clouds {
    top: -150px;
  }
}
.click-here__ellipse1 {
  z-index: -3;
  position: absolute;
  width: 823px;
  height: 523px;
  left: 709px;
  top: -27px;
  background: rgba(0, 204, 249, 0.3);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
@media (max-width: 767px) {
  .click-here__ellipse1 {
    display: none;
  }
}
.click-here__ellipse2 {
  z-index: -3;
  position: absolute;
  width: 516px;
  height: 328px;
  left: 553px;
  top: -50px;
  background: rgba(0, 204, 249, 0.3);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
@media (max-width: 767px) {
  .click-here__ellipse2 {
    display: none;
  }
}
.click-here__ellipse3 {
  z-index: -2;
  position: absolute;
  width: 488px;
  height: 388px;
  left: 412px;
  top: -195px;
  background: rgba(0, 95, 249, 0.8);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
@media (max-width: 767px) {
  .click-here__ellipse3 {
    display: none;
  }
}
.click-here__ellipse4 {
  z-index: -3;
  position: absolute;
  width: 516px;
  height: 328px;
  left: 541px;
  top: -432px;
  background: rgba(0, 204, 249, 0.9);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
@media (max-width: 767px) {
  .click-here__ellipse4 {
    left: unset;
    right: -150px;
    top: -185px;
    background: rgba(0, 204, 249, 0.9);
  }
}
.click-here__ellipse5 {
  z-index: -3;
  position: absolute;
  width: 729px;
  height: 463px;
  left: 1148px;
  top: -490px;
  background: rgba(0, 204, 249, 0.3);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
@media (max-width: 767px) {
  .click-here__ellipse5 {
    display: none;
  }
}
.click-here__ellipse6 {
  z-index: -2;
  position: absolute;
  width: 597px;
  height: 632px;
  left: 1183px;
  top: -390px;
  background: rgba(0, 95, 249, 0.8);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
@media (max-width: 767px) {
  .click-here__ellipse6 {
    width: 390px;
    height: 413px;
    left: unset;
    right: -120px;
    top: -215px;
    background: #005FF9;
  }
}

.how-to-use {
  position: relative;
  margin-top: 260px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .how-to-use {
    margin-top: 220px;
  }
}
@media (max-width: 767px) {
  .how-to-use {
    margin-top: 140px;
  }
}
.how-to-use__hook {
  position: absolute;
  top: -100px;
}
.how-to-use__title {
  max-width: 1100px;
  margin: 0 35px;
}
.how-to-use__steps {
  max-width: 1140px;
  margin: 80px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .how-to-use__steps {
    margin: 20px 15px 0;
  }
}
@media (max-width: 767px) {
  .how-to-use__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 30px 15px 0;
  }
}
.how-to-use__step {
  width: calc(50% - 40px);
  max-width: 460px;
  margin: 80px 20px;
}
@media (max-width: 767px) {
  .how-to-use__step {
    width: unset;
    max-width: unset;
    margin: 30px 20px;
  }
}
.how-to-use__step-icon {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.how-to-use__step-description {
  margin-top: 24px;
  max-width: 380px;
}
.how-to-use__button {
  margin-top: 120px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .how-to-use__button {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .how-to-use__button {
    margin-top: 30px;
  }
}

.support {
  position: relative;
  margin-top: 240px;
  max-width: 730px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .support {
    margin-top: 170px;
  }
}
.support__hook {
  position: absolute;
  top: -100px;
}
.support__title {
  margin: 0 20px;
}
.support__description {
  margin: 32px 20px 0;
  font: 400 28px/46px "MailSans", sans-serif;
}
@media (max-width: 767px) {
  .support__description {
    margin-top: 20px;
    font: 400 16px/24px "MailSans", sans-serif;
  }
}
.support__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .support__form {
    margin-top: 20px;
  }
}
.support__form input[type=text] {
  margin-top: 28px;
  border: 3px solid #000;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
.support__form input[type=text].-error {
  border-color: #c40000;
}
.support__form input[type=text].-error::-webkit-input-placeholder {
  color: #c40000;
}
.support__form input[type=text].-error::-moz-placeholder {
  color: #c40000;
}
.support__form input[type=text].-error::-ms-input-placeholder {
  color: #c40000;
}
.support__form input[type=text].-error::placeholder {
  color: #c40000;
}
.support__form input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.support__form input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
.support__form input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.support__form input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
@media (max-width: 767px) {
  .support__form input[type=text] {
    margin-top: 20px;
  }
}
.support__button {
  margin-top: 44px;
  width: 100%;
}
@media (max-width: 767px) {
  .support__button {
    margin-top: 28px;
  }
}
.support__offer {
  margin: 60px 20px 80px;
  font: 400 16px/24px "MailSans", sans-serif;
}
@media (max-width: 767px) {
  .support__offer {
    margin-top: 40px;
    font: 400 14px/20px "MailSans", sans-serif;
  }
}
.support__logos-row {
  margin: 120px 0px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2C2D2E;
}
@media (max-width: 767px) {
  .support__logos-row {
    display: none;
  }
}
.support__logo {
  margin: 30px 20px;
  height: 36px;
}
.support__ellipse1 {
  z-index: -2;
  position: absolute;
  width: 766px;
  height: 920px;
  top: 140px;
  left: -140px;
  background: rgba(0, 204, 249, 0.3);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
.support__ellipse2 {
  z-index: -2;
  position: absolute;
  width: 766px;
  height: 920px;
  top: 140px;
  right: -140px;
  background: rgba(0, 204, 249, 0.3);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
.support__ellipse3 {
  z-index: -1;
  position: absolute;
  width: 626px;
  height: 749px;
  top: 180px;
  left: calc(50% - 313px);
  background: rgba(0, 95, 249, 0.8);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}

.request-form {
  z-index: -1;
  opacity: 0;
  padding: 200px 0;
  overflow: hidden;
  position: fixed;
  inset: 0;
  background: rgba(43, 49, 63, 0.7);
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
@media (max-width: 767px) {
  .request-form {
    padding: 100px 0 20px;
  }
}
.request-form.open {
  z-index: 100;
  opacity: 1;
  overflow: auto;
}
.request-form__close {
  position: absolute;
  padding: 10px;
  top: -52px;
  right: -52px;
}
@media (max-width: 767px) {
  .request-form__close {
    top: -52px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .request-form__close-img {
    width: 15px;
    height: 15px;
  }
}
.request-form__modal {
  margin: 0 auto;
  width: 80%;
  position: relative;
  padding: 75px 82px;
  background: -webkit-linear-gradient(283.71deg, #DAF3FF 12.24%, #69D1FF 121.17%);
  background: -o-linear-gradient(283.71deg, #DAF3FF 12.24%, #69D1FF 121.17%);
  background: linear-gradient(166.29deg, #DAF3FF 12.24%, #69D1FF 121.17%);
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (max-width: 767px) {
  .request-form__modal {
    padding: 32px 20px 60px;
  }
}
.request-form__title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .request-form__title {
    margin-bottom: 4px;
  }
}
.request-form__input, .request-form__input[type=text] {
  margin-top: 40px;
  width: 100%;
  text-align: left;
}
.request-form__input.-error, .request-form__input[type=text].-error {
  border-color: #c40000;
}
@media (max-width: 767px) {
  .request-form__input, .request-form__input[type=text] {
    margin-top: 16px;
  }
}
.request-form__input::-webkit-input-placeholder, .request-form__input[type=text]::-webkit-input-placeholder {
  text-align: left;
  opacity: 0.5;
}
.request-form__input::-moz-placeholder, .request-form__input[type=text]::-moz-placeholder {
  text-align: left;
  opacity: 0.5;
}
.request-form__input::-ms-input-placeholder, .request-form__input[type=text]::-ms-input-placeholder {
  text-align: left;
  opacity: 0.5;
}
.request-form__input::placeholder, .request-form__input[type=text]::placeholder {
  text-align: left;
  opacity: 0.5;
}
.request-form__input:focus::-webkit-input-placeholder, .request-form__input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.request-form__input:focus:-moz-placeholder, .request-form__input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
.request-form__input:focus::-moz-placeholder, .request-form__input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.request-form__input:focus:-ms-input-placeholder, .request-form__input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
.request-form__input.error, .request-form__input[type=text].error {
  border-color: #ff1100;
}
.request-form__button {
  margin-top: 56px;
  width: 100%;
}
@media (max-width: 767px) {
  .request-form__button {
    margin-top: 40px;
  }
}
.request-form__button[disabled] {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.request-form__offer {
  margin-top: 26px;
  font: 400 16px/24px "MailSans", sans-serif;
}
@media (max-width: 767px) {
  .request-form__offer {
    font: 400 14px/20px "MailSans", sans-serif;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}
.popup.-open {
  display: block;
}
.popup__body {
  display: table;
  width: 100%;
  height: 100%;
}
.popup__dialog {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.popup__content {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  color: #2C2D2E;
  padding: 40px;
  background: #FFFFFF;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
}
.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  background: none;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.popup__title {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 16px;
}
.popup .button {
  margin-top: 20px;
  font-size: 13px;
  line-height: 18px;
  padding: 12px 20px;
  height: 41px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}