/*! 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;
  margin: 0.67em 0;
}

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

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

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: Inter;
  color: #08090C;
  font-family: Inter;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 14px 24px;
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0;
  color: #FFFFFF;
  background: #08090C;
  border-radius: 8px;
  text-decoration: none;
  justify-content: center;
  height: 48px;
  text-align: center;
}

.btn-primary--blue {
  background: #6E9EF8;
  color: #fff;
}

.btn-primary--center {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: fit-content;
}

.container {
  max-width: 1342px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.main-footer {
  background: #1D1D1D;
  padding-top: 32px;
  padding-bottom: 32px;
}

.main-footer .container {
  display: grid;
  grid-template-columns: 1fr 532px;
  gap: 20px;
}

.main-footer .logo {
  margin-bottom: 32px;
}

.main-footer .col {
  display: flex;
  flex-direction: column;
}

.tobtm {
  margin-top: auto;
}

.tlink {
  display: block;
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  color: #FFFFFF;
  text-decoration: none;
}

.tlink + .tlink {
  margin-top: 12px;
}

.socials {
  display: flex;
  gap: 8px;
}

.copy {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  display: block;
  color: rgba(255, 255, 255, 0.5019607843);
}

.qr-block {
  display: grid;
  grid-template-columns: 170px auto;
  gap: 32px;
}

.qr-block .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.qr-block .text strong {
  display: block;
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  color: #FFFFFF;
}

.qr-block .text span {
  display: block;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5019607843);
}

.qr-block .text .apps {
  margin-top: auto;
  display: flex;
  gap: 12px;
}

.txt-link {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-decoration: none;
}

.main-footer .main-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-content: center;
  grid-template-columns: none;
  margin-top: 32px;
}

.beta-inner {
  background: #08090C;
  border-radius: 32px;
  padding: 48px 64px 72px;
}

.beta-inner .btn-primary {
  min-width: 352px;
}

.beta {
  padding-bottom: 48px;
}

.beta .s-title {
  margin-bottom: 0;
}

.time {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Inter;
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.s-title {
  font-family: Inter;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 48px;
  letter-spacing: 1.6px;
}

.s-title.sm {
  font-size: 40px;
  line-height: 120%;
}

.s-title.dark {
  color: #08090C;
}

.s-title.left {
  text-align: left;
}

.s-title span {
  font-weight: 400;
}

.counter-box {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 18.5px 0;
  display: flex;
  justify-content: center;
  gap: 48px;
}

.counter {
  min-width: 138px;
  position: relative;
}

.counter strong {
  font-family: Inter;
  font-weight: 600;
  font-size: 72px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
  display: block;
}

.counter span {
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0;
  color: #FFFFFF;
  display: block;
  text-align: center;
}

.counter + .counter:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  height: 72px;
  width: 1px;
  background: #5C5C5E;
  transform: translateY(-50%);
}

.accordeon-item__head,
.accordeon-item__body {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  align-items: center;
}

.accordeon-item__head {
  cursor: pointer;
  padding-right: 48px;
  position: relative;
}

.accordeon-item__head span {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  color: #08090C;
}

.accordeon-item__head .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.accordeon-item__body {
  display: none;
}

.accordeon-item__body p {
  font-family: Inter;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0;
  color: #08090C;
}

.accordeon-item {
  padding: 32px;
  border-radius: 24px;
  background: #F6F9FF;
}

.accordeon-item + .accordeon-item {
  margin-top: 8px;
}

.accordeon-item.active .accordeon-item__body {
  display: grid;
}

.accordeon-item.active .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.s-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.s-section.xs {
  padding-top: 48px;
  padding-bottom: 48px;
}

section + section {
  margin-top: 48px;
}

.accordeon {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto;
}

.logos {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}

.logo-item {
  padding: 12px;
  background: #F4F8FF;
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.more {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  color: #828282;
  margin-top: 48px;
}

.what-inner {
  border-radius: 64px;
  background: #000000;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  backdrop-filter: blur(4px);
  background: #191919;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.card-image {
  height: 214px;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-title {
  font-family: Inter;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #FFFFFF;
  display: block;
  margin-bottom: 12px;
}

.card-descr {
  font-family: Inter;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
  display: block;
  margin-bottom: 34px;
}

.card-meta {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.card .btn {
  margin-top: auto;
  width: fit-content;
}

.label {
  background: #6E9EF8;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  background: rgba(110, 158, 248, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 4px;
  color: #6E9EF8;
  padding: 4px 8px;
}

.video-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.video {
  height: 362px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-poster-overlay {
  background-image: url(../img/poster.png), radial-gradient(64.6% 64.3% at 50% 4.26%, #5C5E62 0%, #494B4F 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-section .col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.benefit {
  flex: 1;
  background: #EDF2FB;
  border-radius: 32px;
  backdrop-filter: blur(4px);
  padding: 17px 24px;
}

.benefit strong {
  font-family: Inter;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #08090C;
  margin-bottom: 8px;
  display: block;
}

.benefit p {
  font-family: Inter;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0;
}

.hero-section {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-inner {
  min-height: 758px;
  background: url("../img/BLUE_WORM_BACKGROUND.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-inner h1 {
  font-family: Inter;
  font-weight: 800;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 0;
  text-align: center;
  color: #08090C;
  margin-top: 44px;
  letter-spacing: 0.9px;
}

.hero-inner h1 span {
  font-size: 48px;
  display: block;
}

.rocket {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.rocket span {
  font-family: Inter;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0;
  color: #08090C;
}

a:hover,
button:hover {
  opacity: 0.8;
}

.s-section.partners {
  padding-bottom: 0;
}

.qr img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 1125px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .main-header {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }

  .main-header .logo {
    max-width: 128px;
  }

  .btn-primary {
    padding: 8px 12px;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0;
    border-radius: 12px;
    height: 33px;
  }

  .container {
    padding-left: 16.5px;
    padding-right: 16.5px;
  }

  .hero-inner {
    min-height: 285px;
    padding: 38px 12px;
    border-radius: 16px;
  }

  .hero-inner h1 {
    margin-top: -11px;
    font-family: Inter;
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
  }

  .hero-inner h1 span {
    font-family: Inter;
    font-weight: 800;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
  }

  .rocket {
    margin-top: 3px;
    margin-bottom: 10.5px;
  }

  .rocket span {
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0;
  }

  section + section {
    margin-top: 0;
  }

  .s-section.xs,
  .s-section:not(.hero-section) {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .video-section {
    grid-template-columns: 100%;
    gap: 17px;
  }

  .s-title {
    font-family: Inter;
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 24px;
  }

  body .what-inner.s-section {
    border-radius: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cards {
    grid-template-columns: 100%;
  }

  .card {
    padding: 16px;
    border-radius: 16px;
  }

  .partners .s-title {
    text-align: center;
    margin-bottom: 16px;
  }

  .logos {
    grid-template-columns: none;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .logos .logo-item {
    width: calc(50% - 8px);
  }

  .more {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    margin-top: 16px;
  }

  .faq .s-title {
    margin-bottom: 16px;
  }

  .accordeon-item {
    padding: 16px;
    border-radius: 8px;
  }

  .accordeon-item__head,
  .accordeon-item__body {
    gap: 8px;
  }

  .accordeon-item__body p {
    font-size: 16px;
  }

  .beta-inner {
    padding: 32px 24px;
  }

  .time {
    flex-direction: column;
    padding: 12px 24px;
    text-align: center;
    margin-bottom: 24px;
  }

  .time span {
    text-align: center;
  }

  .beta .s-title {
    font-family: Inter;
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
  }

  .counter-box {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }

  .counter strong {
    font-family: Inter;
    font-weight: 600;
    font-size: 72px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
  }

  .counter span {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0;
  }

  .counter {
    min-width: 106px;
  }

  .beta-inner .btn-primary {
    min-width: 100%;
    height: 48px;
    font-size: 17px;
  }

  .beta {
    padding-bottom: 24px;
  }

  .qr-block {
    grid-template-columns: 100%;
    gap: 0;
  }

  .qr,
  .qr-block .text strong,
  .qr-block .text span {
    display: none;
  }

  .main-footer .container {
    flex-direction: column;
    grid-template-columns: 100%;
    text-align: center;
  }

  .main-footer .logo {
    justify-content: center;
    display: flex;
    max-width: 213px;
    margin-left: auto;
    margin-right: auto;
  }

  .tobtm {
    margin-top: 32px;
    display: flex;
    justify-content: center;
  }

  .apps {
    display: flex;
    justify-content: center;
  }

  .main-footer .container {
    gap: 32px;
  }

  .main-footer__bottom {
    gap: 12px !important;
  }

  .partners .s-title {
    font-family: Inter;
    font-weight: 900;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .faq {
    padding-top: 0 !important;
  }

  .faq .s-title {
    font-size: 28px;
    line-height: 150%;
  }
}

@media (max-width: 577px) {
  .video {
    height: 182px;
    border-radius: 16px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
