:root {
  --white: #fff;
  --white-08: rgba(255, 255, 255, 0.8);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-06: rgba(255, 255, 255, 0.6);
  --white-02: rgba(255, 255, 255, 0.2);
  --white-01: rgba(255, 255, 255, 0.1);
  --white-005: rgba(255, 255, 255, 0.05);
  --black: #000;
  --black-08: rgba(0, 0, 0, 0.8);
  --black-06: rgba(0, 0, 0, 0.6);
  --bg: #0a0a0a;
  --purple: #929bf3;
  --hover-transition: 0.3s ease-in-out;
  --font-montserrat: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  feight: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

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

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

* {
  padding: 0;
  margin: 0;
  border: none;
}

a, a:link, a:visited {
  text-decoration: none;
}

aside, footer, header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  cursor: pointer;
}

button:active, button:focus, input:active, input:focus {
  outline: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button, label {
  cursor: pointer;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 87.5rem;
  padding: 0 1.25rem;
}
.container--big {
  max-width: 111.75rem;
  padding: 0 30px;
}

body {
  margin: 0;
  font-family: var(--font-montserrat);
  font-size: max(1rem, 12px);
  line-height: 140%;
  font-weight: 400;
  letter-spacing: -0.03em;
  font-style: normal;
  color: var(--white);
  background-color: var(--bg);
}
body.menu-open {
  overflow: hidden;
}
body.menu-open .header, body.menu-open .header__inner {
  background-color: var(--bg) !important;
}

.title-1 {
  font-size: max(4rem, 12px);
  line-height: 110%;
}
@media (max-width: 768px) {
  .title-1 {
    font-size: 32px;
  }
}
.title-2 {
  font-size: max(3rem, 12px);
  line-height: 120%;
}
@media (max-width: 768px) {
  .title-2 {
    font-size: 24px;
  }
}
.title-3 {
  font-size: max(2rem, 12px);
  line-height: 130%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title-3 {
    font-size: 20px;
  }
}
.title-1 *, .title-2 *, .title-3 *, .title-4 *, .title-5 *, .title-6 * {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}
.title-1 strong, .title-2 strong, .title-3 strong, .title-4 strong, .title-5 strong, .title-6 strong {
  font-weight: 700;
  color: var(--purple);
}
.title--center {
  text-align: center;
}
.title--uppercase {
  text-transform: uppercase;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--black);
  font-size: max(1.125rem, 14px);
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  outline: 2px solid rgba(255, 255, 255, 0.3);
  padding: 2.28125rem 3.03125rem;
  border-radius: 6.25rem;
  background: linear-gradient(91.48deg, #6071f3 1.26%, #f8baff 120.18%);
  -webkit-transition: background-color var(--hover-transition), color var(--hover-transition);
  transition: background-color var(--hover-transition), color var(--hover-transition);
}
.btn.disabled, .btn[disabled] {
  opacity: 0.32;
  cursor: not-allowed;
}
.btn.btn--white {
  background: var(--white);
}
@media (any-hover: hover) {
  .btn.btn--white:hover {
    background-color: var(--purple);
  }
}
.btn.btn--transparent {
  font-size: max(1rem, 12px);
  padding: 1.25rem 2.5rem;
  outline: 1px solid var(--white);
  color: var(--white);
  background: transparent;
}
@media (any-hover: hover) {
  .btn.btn--transparent:hover {
    color: var(--black);
    background: var(--white);
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 15px;
    padding: 28.5px 24.5px;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
/*# sourceMappingURL=critical.css.map */
/*# sourceMappingURL=critical.css.map */