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

@font-face {
  font-family: "Bebas";
  src: url("./fonts/Bebas/BebasNeue-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/nato/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/nato/NotoSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/nato/NotoSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/nato/NotoSans-ExtraBold.ttf") format("truetype");
}
.header {
  background-color: var(--w-surface-color-11);
  padding: 16px 0;
  position: fixed;
  width: 100%;
  z-index: 5;
}
@media (max-width: 768.98px) {
  .header {
    padding: 10px 0;
  }
}
.header__link {
  display: flex;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 120px;
  height: 44px;
}
@media (max-width: 768.98px) {
  .header__logo {
    width: 116px;
    height: 30px;
  }
}
.header__button {
  max-width: 150px;
  height: 44px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  --font-size: 12px;
  --line-height: 16px;
}
@media (max-width: 768.98px) {
  .header__button {
    height: 30px;
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    text-transform: uppercase;
    --font-size: 10px;
    --line-height: 13px;
  }
}

.button {
  --border-width: 2px;
  --border-radius: 2px;
  cursor: pointer;
  border: none;
  background: none;
  user-select: none;
  width: 100%;
  display: flex;
  padding: 0;
}
.button .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: 4px;
  line-height: 1;
  background-color: var(--background-color, transparent);
  color: var(--text-color, #1E1E29);
  border-radius: var(--border-radius, 0);
  outline: 2px solid;
  outline-offset: -2px;
  outline-color: var(--border-color, transparent);
  text-transform: uppercase;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.4s, outline-color 0.2s;
}
.button .wrapper .icon {
  color: var(--button-icon-color, inherit);
}
.button .wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--border-width, 1px);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background: linear-gradient(to left top, rgba(186, 129, 254, 0) 30%, var(--light-color) 50%, var(--light-color) 50%, rgba(186, 129, 254, 0) 70%);
  transform: scale(1.08, 1.3);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s, box-shadow 0.4s;
}
.button:hover:not([disabled]) .wrapper, .button.hovered:not([disabled]) .wrapper {
  background-color: var(--background-color-hover, transparent);
  outline-color: var(--border-color-hover, transparent);
}
.button:hover:not([disabled]) .wrapper:before, .button.hovered:not([disabled]) .wrapper:before {
  transform: scale(1);
  opacity: 1;
}
.button:hover:not([disabled]).l .wrapper, .button.hovered:not([disabled]).l .wrapper {
  box-shadow: -10px 6px 26px 0px var(--light-color-shadow), 10px -6px 26px 0px var(--light-color-shadow);
}
.button:hover:not([disabled]).m .wrapper, .button.hovered:not([disabled]).m .wrapper {
  box-shadow: -10px 6px 20px 0px var(--light-color-shadow), 10px -6px 20px 0px var(--light-color-shadow);
}
.button:hover:not([disabled]).s .wrapper, .button.hovered:not([disabled]).s .wrapper {
  box-shadow: -10px 6px 18px 0px var(--light-color-shadow), 10px -6px 18px 0px var(--light-color-shadow);
}
.button:hover:not([disabled]).buy .wrapper, .button.hovered:not([disabled]).buy .wrapper {
  box-shadow: -10px 6px 20px 0px var(--light-color-shadow), 10px -6px 20px 0px var(--light-color-shadow);
}
.button.active:not([disabled]) .wrapper {
  background-color: var(--background-color-active, transparent);
}
.button:disabled {
  pointer-events: none;
  background-color: var(--w-surface-color-12);
}
.button:disabled .wrapper {
  filter: opacity(0.4);
}
.button.buy {
  --light-color-alpha: 0.14;
  --light-color-alpha-percent: 14%;
}
.button.buy .wrapper {
  --price-icon-size: 18px;
  --price-icon-color: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  --font-size: 18px;
  --line-height: 24px;
  text-transform: uppercase;
  padding: 0px 12px;
  height: 40px;
}
.button.buy .wrapper .icon {
  font-size: 16px;
}
@media (max-width: 768.98px) {
  .button.buy .wrapper {
    height: 30px;
  }
  .button.buy .wrapper .icon {
    font-size: 16px;
  }
}
.button.s {
  --light-color-alpha: 0.12;
  --light-color-alpha-percent: 12%;
}
.button.s .wrapper {
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  text-transform: uppercase;
  --font-size: 10px;
  --line-height: 13px;
  padding: 0px 12px;
  height: 30px;
}
.button.s .wrapper .icon {
  font-size: 18px;
}
.button.m {
  --light-color-alpha: 0.14;
  --light-color-alpha-percent: 14%;
}
.button.m .wrapper {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  --font-size: 12px;
  --line-height: 16px;
  padding: 0px 16px;
  height: 44px;
}
.button.m .wrapper .icon {
  font-size: 18px;
}
.button.l {
  --light-color-alpha: 0.16;
  --light-color-alpha-percent: 16%;
}
.button.l .wrapper {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  --font-size: 14px;
  --line-height: 17px;
  padding: 0px 20px;
  height: 60px;
}
.button.l .wrapper .icon {
  font-size: 20px;
}
.button.square {
  justify-content: center;
}
.button.square.s .wrapper {
  padding: 6px;
  height: 36px;
  width: 36px;
}
.button.square.m .wrapper {
  width: 44px;
}
.button.square.l .wrapper {
  width: 60px;
}
.button.full {
  width: 100%;
}
.button.full .wrapper {
  width: 100%;
}
.button.primary {
  --price-icon-color: none;
}
.button.primary.event {
  --background-color: var(--w-current-event-primary-color);
  --background-color-hover: var(--w-current-event-lighten-color);
  --light-color: var(--w-current-event-lighten-color);
  --light-color-shadow: color-mix(
    in srgb,
    var(--w-current-event-lighten-color) var(--light-color-alpha-percent),
    transparent
  );
}
.button.primary.accent-1 {
  --background-color: var(--w-color-accent-1);
  --background-color-hover: var(--w-color-accent-1-lighten);
  --light-color: #FF975D;
  --light-color-shadow: rgba(255, 151, 93, var(--light-color-alpha));
}
.button.primary.accent-3 {
  --price-icon-color: none;
  --background-color: var(--w-color-accent-3);
  --background-color-hover: var(--w-color-accent-3-lighten);
  --light-color: #2CD272;
  --light-color-shadow: rgba(44, 210, 114, var(--light-color-alpha));
}
.button.primary.diamond, .button.primary.accent-4 {
  --background-color: var(--w-color-accent-4);
  --background-color-hover: var(--w-color-accent-4-lighten);
  --light-color: #35E4FF;
  --light-color-shadow: rgba(53, 228, 255, var(--light-color-alpha));
}
.button.primary.accent-6 {
  --background-color: var(--w-color-accent-6);
  --background-color-hover: var(--w-color-accent-6-lighten);
  --light-color: #8D66FD;
  --light-color-shadow: rgba(141, 102, 253, var(--light-color-alpha));
}
.button.primary.gold, .button.primary.accent-7 {
  --background-color: var(--w-color-accent-7);
  --background-color-hover: var(--w-color-accent-7-lighten);
  --light-color: #F2BC18;
  --light-color-shadow: rgba(242, 188, 24, var(--light-color-alpha));
}
.button.primary.accent-8 {
  --background-color: var(--w-color-accent-8);
  --background-color-hover: var(--w-color-accent-8-lighten);
  --light-color: #AF6CFF;
  --light-color-shadow: rgba(175, 108, 255, var(--light-color-alpha));
}
.button.primary.accent-11 {
  --background-color: var(--w-color-accent-11);
  --background-color-hover: var(--w-color-accent-11-lighten);
  --light-color: #E91A77;
  --light-color-shadow: rgba(233, 26, 119, var(--light-color-alpha));
}
.button.primary.silver, .button.primary.surface-15 {
  --background-color: #728292;
  --background-color-hover: #8F9DAA;
  --light-color: #8F9DAA;
  --light-color-shadow: rgba(143, 157, 170, var(--light-color-alpha));
}
.button.secondary {
  --price-icon-color: none;
}
.button.secondary.event {
  --text-color: var(--w-current-event-lighten-color);
  --border-color: var(--w-current-event-lighten-color);
  --border-color-hover: var(--w-current-event-secondary-color);
  --background-color: var(--w-current-event-darken-color);
  --background-color-hover: var(--w-current-event-secondary-color);
  --light-color: var(--w-current-event-lighten-color);
  --light-color-shadow: color-mix(
    in srgb,
    var(--w-current-event-lighten-color) var(--light-color-alpha-percent),
    transparent
  );
}
.button.secondary.accent-1 {
  --text-color: var(--w-color-accent-1-lighten);
  --border-color: var(--w-color-accent-1-lighten);
  --border-color-hover: var(--w-color-accent-1-darken);
  --background-color: var(--w-color-accent-1-darkest);
  --background-color-hover: var(--w-color-accent-1-darken);
  --light-color: var(--w-color-accent-1-lighten);
  --light-color-shadow: rgba(255, 151, 93, var(--light-color-alpha));
}
.button.secondary.accent-3 {
  --text-color: var(--w-color-accent-3-lighten);
  --border-color: var(--w-color-accent-3-lighten);
  --border-color-hover: var(--w-color-accent-3-darken);
  --background-color: var(--w-color-accent-3-darkest);
  --background-color-hover: var(--w-color-accent-3-darken);
  --light-color: var(--w-color-accent-3-lighten);
  --light-color-shadow: rgba(44, 210, 114, var(--light-color-alpha));
}
.button.secondary.diamond, .button.secondary.accent-4 {
  --text-color: var(--w-color-accent-4-lighten);
  --border-color: var(--w-color-accent-4-lighten);
  --border-color-hover: var(--w-color-accent-4-darken);
  --background-color: var(--w-color-accent-4-darkest);
  --background-color-hover: var(--w-color-accent-4-darken);
  --light-color: var(--w-color-accent-4-lighten);
  --light-color-shadow: rgba(53, 228, 255, var(--light-color-alpha));
}
.button.secondary.accent-6 {
  --text-color: var(--w-color-accent-6-lighten);
  --border-color: var(--w-color-accent-6-lighten);
  --border-color-hover: var(--w-color-accent-6-darken);
  --background-color: var(--w-color-accent-6-darkest);
  --background-color-hover: var(--w-color-accent-6-darken);
  --light-color: var(--w-color-accent-6-lighten);
  --light-color-shadow: rgba(141, 102, 253, var(--light-color-alpha));
}
.button.secondary.gold, .button.secondary.accent-7 {
  --text-color: var(--w-color-accent-7-lighten);
  --border-color: var(--w-color-accent-7-lighten);
  --border-color-hover: var(--w-color-accent-7-darken);
  --background-color: var(--w-color-accent-7-darkest);
  --background-color-hover: var(--w-color-accent-7-darken);
  --light-color: var(--w-color-accent-7-lighten);
  --light-color-shadow: rgba(242, 188, 24, var(--light-color-alpha));
}
.button.secondary.accent-8 {
  --text-color: var(--w-color-accent-8-lighten);
  --border-color: var(--w-color-accent-8-lighten);
  --border-color-hover: var(--w-color-accent-8-darken);
  --background-color: var(--w-color-accent-8-darkest);
  --background-color-hover: var(--w-color-accent-8-darken);
  --light-color: var(--w-color-accent-8-lighten);
  --light-color-shadow: rgba(175, 108, 255, var(--light-color-alpha));
}
.button.secondary.accent-11 {
  --text-color: var(--w-color-accent-11-lighten);
  --border-color: var(--w-color-accent-11-lighten);
  --border-color-hover: var(--w-color-accent-11-darken);
  --background-color: var(--w-color-accent-11-darkest);
  --background-color-hover: var(--w-color-accent-11-darken);
  --light-color: var(--w-color-accent-11-lighten);
  --light-color-shadow: rgba(233, 26, 119, var(--light-color-alpha));
}
.button.secondary.silver, .button.secondary.surface-3 {
  --text-color: var(--w-text-color-1);
  --border-color: var(--w-surface-color-3);
  --border-color-hover: var(--w-surface-color-5);
  --background-color: var(--w-surface-color-7);
  --background-color-hover: var(--w-surface-color-5);
  --light-color: var(--w-surface-color-3);
  --light-color-shadow: rgba(143, 157, 170, var(--light-color-alpha));
}
.button.tertiary-7 {
  --text-color: var(--w-text-color-1);
  --background-color: var(--w-surface-color-7);
  --background-color-hover: var(--w-surface-color-5);
  --background-color-active: var(--w-surface-color-5);
}
.button.tertiary-7.event {
  --light-color: var(--w-current-event-lighten-color);
  --light-color-shadow: color-mix(
    in srgb,
    var(--w-current-event-lighten-color) var(--light-color-alpha-percent),
    transparent
  );
}
.button.tertiary-7.accent-3 {
  --light-color: var(--w-color-accent-3-lighten);
  --light-color-shadow: rgba(44, 210, 114, var(--light-color-alpha));
}
.button.tertiary-7.accent-4 {
  --light-color: var(--w-color-accent-4-lighten);
  --light-color-shadow: rgba(53, 228, 255, var(--light-color-alpha));
}
.button.tertiary-7.accent-7 {
  --light-color: var(--w-color-accent-7-lighten);
  --light-color-shadow: rgba(242, 188, 24, var(--light-color-alpha));
}
.button.tertiary-7.accent-1 {
  --light-color: var(--w-color-accent-1-lighten);
  --light-color-shadow: rgba(255, 151, 93, var(--light-color-alpha));
}
.button.tertiary-7.accent-8 {
  --light-color: var(--w-color-accent-8-lighten);
  --light-color-shadow: rgba(175, 108, 255, var(--light-color-alpha));
}
.button.tertiary-7.accent-6 {
  --light-color: var(--w-color-accent-6-lighten);
  --light-color-shadow: rgba(141, 102, 253, var(--light-color-alpha));
}
.button.tertiary-7.accent-11 {
  --light-color: var(--w-color-accent-11-lighten);
  --light-color-shadow: rgba(233, 26, 119, var(--light-color-alpha));
}
.button.tertiary-7.surface-3 {
  --light-color: var(--w-surface-color-3);
  --light-color-shadow: rgba(143, 157, 170, var(--light-color-alpha));
}
.button.tertiary-8 {
  --text-color: var(--w-text-color-1);
  --background-color: var(--w-surface-color-8);
  --background-color-hover: var(--w-surface-color-7);
  --background-color-active: var(--w-surface-color-7);
}
.button.tertiary-8.event {
  --light-color: var(--w-current-event-lighten-color);
  --light-color-shadow: color-mix(
    in srgb,
    var(--w-current-event-lighten-color) var(--light-color-alpha-percent),
    transparent
  );
}
.button.tertiary-8.accent-3 {
  --light-color: var(--w-color-accent-3-lighten);
  --light-color-shadow: rgba(44, 210, 114, var(--light-color-alpha));
}
.button.tertiary-8.accent-4 {
  --light-color: var(--w-color-accent-4-lighten);
  --light-color-shadow: rgba(53, 228, 255, var(--light-color-alpha));
}
.button.tertiary-8.accent-7 {
  --light-color: var(--w-color-accent-7-lighten);
  --light-color-shadow: rgba(242, 188, 24, var(--light-color-alpha));
}
.button.tertiary-8.accent-1 {
  --light-color: var(--w-color-accent-1-lighten);
  --light-color-shadow: rgba(255, 151, 93, var(--light-color-alpha));
}
.button.tertiary-8.accent-8 {
  --light-color: var(--w-color-accent-8-lighten);
  --light-color-shadow: rgba(175, 108, 255, var(--light-color-alpha));
}
.button.tertiary-8.accent-6 {
  --light-color: var(--w-color-accent-6-lighten);
  --light-color-shadow: rgba(141, 102, 253, var(--light-color-alpha));
}
.button.tertiary-8.accent-11 {
  --light-color: var(--w-color-accent-11-lighten);
  --light-color-shadow: rgba(233, 26, 119, var(--light-color-alpha));
}
.button.tertiary-8.surface-3 {
  --light-color: var(--w-surface-color-3);
  --light-color-shadow: rgba(143, 157, 170, var(--light-color-alpha));
}

.preview {
  width: 100%;
  background-image: url("./img/preview.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0B0C10;
  height: 776px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.preview:after {
  content: "";
  background-image: url("./img/particles.png");
  background-position: top center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.preview:before {
  content: "";
  background: linear-gradient(180deg, rgba(19, 21, 29, 0) 0%, #13151D 90%);
  height: 58px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
@media (max-width: 768.98px) {
  .preview:before {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .preview {
    height: 543px;
    background-size: cover;
  }
}
.preview__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.preview__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 87px;
  text-transform: none;
  --font-size: 64px;
  --line-height: 87px;
  color: var(--w-text-color-1);
  margin-bottom: 12px;
  max-width: 700px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768.98px) {
  .preview__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 41px;
    text-transform: none;
    --font-size: 30px;
    --line-height: 41px;
    margin-bottom: 20px;
  }
}
.preview__title span {
  color: var(--w-color-accent-1);
}
.preview__text {
  margin-bottom: 72px;
  max-width: 640px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  --font-size: 18px;
  --line-height: 24px;
  color: var(--w-text-color-2);
  text-align: center;
}
@media (max-width: 768.98px) {
  .preview__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    text-transform: none;
    --font-size: 14px;
    --line-height: 130%;
    margin-bottom: 32px;
  }
}
.preview__images {
  margin-bottom: 32px;
}

.circle-images--big {
  gap: 12px;
}
@media (max-width: 768.98px) {
  .circle-images--big {
    gap: 8px;
  }
}
.circle-images--big .circle-images__image {
  width: 80px;
  height: 80px;
}
@media (max-width: 768.98px) {
  .circle-images--big .circle-images__image {
    width: 60px;
    height: 60px;
  }
}
.circle-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768.98px) {
  .circle-images {
    gap: 8px;
  }
}
.circle-images__image {
  width: 70px;
  height: 70px;
}
@media (max-width: 768.98px) {
  .circle-images__image {
    width: 60px;
    height: 60px;
  }
}

.timer {
  padding: 8px;
  gap: 24px;
  display: flex;
  align-items: center;
  background-image: url("./img/timer.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .timer {
    background-image: none;
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 10px;
  }
}
.timer__items {
  display: flex;
  gap: 8px;
}
@media (max-width: 768.98px) {
  .timer__items {
    background-image: url("./img/timer.png");
    padding: 8px;
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }
}
.timer__item {
  padding: 5px 16px;
  border-radius: 2px;
  background: linear-gradient(180deg, #1C1108 0%, #4F2A14 100%);
}
@media (max-width: 768.98px) {
  .timer__item {
    width: auto;
    flex-grow: 1;
  }
}
.timer__title {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Bebas", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--w-surface-color-1);
}
.timer__text {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: none;
  --font-size: 12px;
  --line-height: 16px;
  color: var(--w-color-accent-1-lighten);
}
.timer__button {
  height: 60px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  --font-size: 14px;
  --line-height: 17px;
  color: var(--w-text-color-5);
  width: 215px;
}
@media (max-width: 768.98px) {
  .timer__button {
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }
}

.prizes__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768.98px) {
  .prizes__list {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
.prizes__grid-preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.prizes__grid-preview .prizes__card:nth-child(1) {
  grid-area: 1/1/2/3;
}
.prizes__grid-preview .prizes__card:nth-child(2) {
  grid-area: 2/1/3/2;
}
.prizes__grid-preview .prizes__card:nth-child(3) {
  grid-area: 2/2/3/3;
}
@media (max-width: 1100.98px) {
  .prizes__grid-preview {
    grid-template-columns: 1fr;
  }
  .prizes__grid-preview .prizes__card:nth-child(1) {
    grid-area: auto;
  }
  .prizes__grid-preview .prizes__card:nth-child(2) {
    grid-area: auto;
  }
  .prizes__grid-preview .prizes__card:nth-child(3) {
    grid-area: auto;
  }
}
@media (max-width: 768.98px) {
  .prizes__grid-preview .prizes__card:nth-child(2) {
    height: 286px;
  }
  .prizes__grid-preview .prizes__card:nth-child(3) {
    height: 286px;
  }
}
.prizes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  height: 654px;
}
.prizes__grid .prizes__card {
  height: 100%;
}
.prizes__grid .prizes__card:nth-child(1) {
  grid-area: 1/1/3/3;
}
.prizes__grid .prizes__card:nth-child(2) {
  grid-area: 1/3/2/5;
}
.prizes__grid .prizes__card:nth-child(3) {
  grid-area: 2/3/3/4;
}
.prizes__grid .prizes__card:nth-child(4) {
  grid-area: 2/4/3/5;
}
@media (max-width: 1100.98px) {
  .prizes__grid {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
  .prizes__grid .prizes__card:nth-child(1) {
    grid-area: 1/1/2/3;
    height: 654px;
  }
  .prizes__grid .prizes__card:nth-child(2) {
    grid-area: 2/1/3/3;
    height: 319px;
  }
  .prizes__grid .prizes__card:nth-child(3) {
    grid-area: 3/1/4/2;
    height: 319px;
  }
  .prizes__grid .prizes__card:nth-child(4) {
    grid-area: 3/2/4/3;
    height: 319px;
  }
}
@media (max-width: 768.98px) {
  .prizes__grid {
    grid-template-columns: 1fr;
  }
  .prizes__grid .prizes__card:nth-child(1) {
    grid-area: auto;
    height: 216px;
  }
  .prizes__grid .prizes__card:nth-child(2) {
    grid-area: auto;
    height: 216px;
  }
  .prizes__grid .prizes__card:nth-child(3) {
    grid-area: auto;
    height: 216px;
  }
  .prizes__grid .prizes__card:nth-child(4) {
    grid-area: auto;
    height: 216px;
  }
}
.prizes__card {
  height: 280px;
  min-width: 341px;
}
.prizes__card--main {
  height: 478px;
}
@media (max-width: 768.98px) {
  .prizes__card--main {
    height: 518px;
  }
}

.prizes-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 478px;
}
@media (max-width: 768.98px) {
  .prizes-list {
    max-width: 343px;
  }
}
.prizes-list__item {
  gap: 4px;
  display: flex;
}
.prizes-list__icon-wrapper {
  flex-shrink: 0;
  clip-path: polygon(0% 0%, 0% 100%, 55px 100%, 100% 0%);
  height: 60px;
  width: 72px;
  background-color: var(--w-surface-color-8);
  background-image: linear-gradient(270deg, rgba(255, 136, 69, 0) 0%, rgba(255, 136, 69, 0.4) 400%);
}
.prizes-list__icon {
  width: 60px;
  height: 60px;
}
.prizes-list__text-wrapper {
  margin-left: -17px;
  padding-left: 30px;
  clip-path: polygon(17px 0%, 0% 100%, 100% 100%, 100% 0%);
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #242430 0%, rgba(36, 36, 48, 0) 100%);
  width: 100%;
}
.prizes-list__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-transform: none;
  --font-size: 16px;
  --line-height: 130%;
  color: var(--w-text-color-1);
}

.card {
  padding: 24px;
  background-color: var(--w-surface-color-10);
  height: 100%;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card--main {
  padding: 40px;
  background-position: center right;
  background-size: contain;
}
@media (max-width: 1100.98px) {
  .card--main {
    background-size: cover;
  }
}
@media (max-width: 768.98px) {
  .card--main:before {
    content: "";
    background: linear-gradient(270deg, rgba(22, 24, 33, 0.4) 0%, #161821 56.14%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.card--main .card__title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  .card--main .card__title-wrapper {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 800;
    line-height: 41px;
    text-transform: none;
    --font-size: 30px;
    --line-height: 41px;
    color: var(--w-text-color-1);
  }
}
@media (max-width: 1100.98px) {
  .card--main {
    background-position: 247px center;
  }
}
@media (max-width: 768.98px) {
  .card--main {
    height: 518px;
    padding: 24px 16px;
    background-position: center center;
  }
}
.card--weapon {
  border-top: 2px solid var(--Rarity-D32CE6, #D32CE6);
  background-position: center center;
}
.card--weapon:before {
  content: "";
  display: none;
}
@media (max-width: 768.98px) {
  .card--weapon:before {
    display: block;
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, #1B1C25 0, rgba(27, 28, 37, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
  }
}
.card--balance:before {
  content: "";
  display: none;
}
@media (max-width: 768.98px) {
  .card--balance:before {
    display: block;
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, #1B1C25 0, rgba(27, 28, 37, 0) 100%);
    position: absolute;
    left: 0;
    top: -12px;
  }
}
.card--small {
  padding: 20px;
}
.card--case:before {
  content: "";
  display: none;
}
@media (max-width: 768.98px) {
  .card--case:before {
    display: block;
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, #1B1C25 0, rgba(27, 28, 37, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
.card--case .card__case-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card--case .card__case-wrapper:before {
  content: "";
  width: 197px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(100px);
  opacity: 0.8;
  border-radius: 50%;
}
.card--case .card__case {
  object-fit: cover;
  position: relative;
  z-index: 3;
}
.card--case--1 .card__case-wrapper:before {
  width: 280px;
  height: 185px;
  background: #00AAFF;
}
.card--case--1 .card__case {
  max-width: 456px;
}
@media (max-width: 768.98px) {
  .card--case--1 .card__case {
    max-width: 220px;
  }
}
.card--case--2 .card__case {
  max-width: 296px;
}
@media (max-width: 768.98px) {
  .card--case--2 .card__case {
    max-width: 220px;
  }
}
.card--case--2 .card__case-wrapper:before {
  background: #FFB000;
}
.card--case--3 .card__case-wrapper, .card--case--4 .card__case-wrapper {
  transform: translate(-50%, -50%) translateY(34px);
}
@media (max-width: 768.98px) {
  .card--case--3 .card__case-wrapper, .card--case--4 .card__case-wrapper {
    transform: translate(-50%, -50%);
  }
}
.card--case--3 .card__case, .card--case--4 .card__case {
  max-width: 272px;
}
@media (max-width: 768.98px) {
  .card--case--3 .card__case, .card--case--4 .card__case {
    max-width: 220px;
  }
}
.card--case--3 .card__case-wrapper:before {
  background-color: #009DFF;
}
.card--case--4 .card__case-wrapper:before {
  background-color: #C300FF;
}
.card__animation {
  width: 42px;
  height: 42px;
}
@media (max-width: 768.98px) {
  .card__animation {
    display: none;
  }
}
.card__header {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 8px;
}
.card__title-wrapper {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 800;
  line-height: 41px;
  text-transform: none;
  --font-size: 30px;
  --line-height: 41px;
  color: var(--w-text-color-1);
}
@media (max-width: 768.98px) {
  .card__title-wrapper {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    text-transform: none;
    --font-size: 20px;
    --line-height: 27px;
    color: var(--w-text-color-1);
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.card__sign {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.card__title span {
  color: var(--w-color-accent-1);
}
.card__value {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-transform: none;
  --font-size: 16px;
  --line-height: 130%;
  color: var(--w-text-color-5);
  padding: 2px 8px;
  background-color: var(--w-color-accent-1);
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  z-index: 2;
}
.card__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-transform: none;
  --font-size: 14px;
  --line-height: 130%;
  color: var(--w-text-color-2);
  max-width: 150px;
}
.card__type {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  --font-size: 18px;
  --line-height: 24px;
  color: var(--w-text-color-3);
}
.card__type span {
  margin-left: 4px;
  padding-left: 4px;
  color: var(--w-color-accent-1);
}
.card__price {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 176px;
  height: 63px;
  background-image: url("./img/price.svg");
}
@media (max-width: 768.98px) {
  .card__price {
    width: 131px;
    height: 44px;
  }
}
.card__price-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateX(10%);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  --font-size: 24px;
  --line-height: 32px;
  color: var(--w-text-color-1);
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .card__price-inner {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    --font-size: 18px;
    --line-height: 24px;
    color: var(--w-text-color-1);
    transform: translate(-50%, -50%) translateX(14%);
  }
}

.participate__inner {
  position: relative;
}
.participate__inner:after {
  content: "";
  position: absolute;
  width: 219px;
  height: 100px;
  background: #FF8845;
  filter: blur(200px);
  top: 60px;
  left: 130px;
  border-radius: 50%;
}
.participate__cards {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1100.98px) {
  .participate__cards {
    flex-wrap: wrap;
  }
}
.participate__card {
  width: calc(25% - 12px);
  background-color: #1E1E29;
  height: 254px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 1100.98px) {
  .participate__card {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768.98px) {
  .participate__card {
    width: 100%;
    height: 148px;
  }
}
.participate__card--link {
  cursor: pointer;
  text-decoration: none;
}
.participate__card--link:hover .participate__button {
  background-color: var(--w-surface-color-6);
}
.participate__card--hellcase {
  background-image: radial-gradient(90.1% 85.04% at 85.19% -7.28%, rgba(255, 156, 73, 0.3) 0%, rgba(30, 30, 41, 0.3) 100%);
}
.participate__card--x {
  background-image: radial-gradient(90.1% 85.04% at 85.19% -7.28%, rgba(94, 152, 217, 0.3) 0%, rgba(30, 30, 41, 0.3) 100%);
}
.participate__card--account {
  background-image: radial-gradient(90.1% 85.04% at 85.19% -7.28%, rgba(255, 156, 73, 0.3) 0%, rgba(30, 30, 41, 0.3) 100%);
}
.participate__card--refill {
  background-image: radial-gradient(90.1% 85.04% at 85.19% -7.28%, rgba(44, 210, 114, 0.3) 0%, rgba(30, 30, 41, 0.3) 100%);
}
.participate__image {
  position: absolute;
  top: 0;
  right: -15px;
}
@media (max-width: 768.98px) {
  .participate__image {
    width: 148px;
    height: 128px;
    object-fit: cover;
  }
}
.participate__footer {
  margin-top: auto;
  display: flex;
}
.participate__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  --font-size: 24px;
  --line-height: 32px;
  color: var(--w-text-color-1);
  max-width: 200px;
}
@media (max-width: 768.98px) {
  .participate__text {
    max-width: 170px;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    text-transform: none;
    --font-size: 20px;
    --line-height: 27px;
    color: var(--w-text-color-1);
  }
}
.participate__footer-text {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  --font-size: 18px;
  --line-height: 24px;
  color: var(--w-text-color-1);
  text-align: center;
}
@media (max-width: 768.98px) {
  .participate__footer-text {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    text-transform: none;
    --font-size: 16px;
    --line-height: 130%;
    color: var(--w-text-color-1);
  }
}
.participate__button {
  background-color: var(--w-surface-color-7);
  width: 44px;
  height: 44px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: auto;
  transition: background-color 0.2s;
  position: relative;
  z-index: 2;
}
.participate__discord {
  color: var(--w-color-accent-6);
}

.join__inner {
  background-image: url("./img/preview.jpg");
  background-size: cover;
  height: 546px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.join__inner:after {
  content: "";
  position: absolute;
  width: 219px;
  height: 120px;
  background: #2FE77F;
  filter: blur(200px);
  top: 0;
  right: 0;
  border-radius: 50%;
}
@media (max-width: 768.98px) {
  .join__inner {
    height: auto;
    padding: 24px 16px;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
.join__title {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
  text-transform: none;
  --font-size: 30px;
  --line-height: 41px;
  color: var(--w-text-color-1);
  max-width: 380px;
}
@media (max-width: 768.98px) {
  .join__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    --font-size: 24px;
    --line-height: 32px;
    color: var(--w-text-color-1);
  }
}
.join__text {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-transform: none;
  --font-size: 16px;
  --line-height: 130%;
  color: var(--w-text-color-1);
  max-width: 400px;
}
.join__text span {
  color: var(--w-color-accent-1);
}
.join__images {
  margin-bottom: 40px;
}
.join__button {
  max-width: 215px;
  height: 60px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  --font-size: 14px;
  --line-height: 17px;
  color: var(--w-text-color-5);
}
@media (max-width: 768.98px) {
  .join__button {
    max-width: 343px;
  }
}

.faq a {
  color: var(--w-color-accent-1);
}
.faq ul {
  padding-left: 0;
  list-style-position: inside;
}
.faq ul ul {
  padding-left: 12px;
}
.faq li::marker {
  margin-left: 8px;
  color: var(--w-color-accent-1);
}
.faq__inner {
  background-color: var(--w-surface-color-10);
}
.faq__header {
  padding: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-transform: none;
  --font-size: 16px;
  --line-height: 130%;
  color: var(--w-text-color-1);
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768.98px) {
  .faq__header {
    padding: 16px;
  }
}
.faq__button {
  margin-left: auto;
  background-color: transparent;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}
.faq__button-icon {
  transition: transform 0.2s;
}
.faq__button-icon--active {
  transform: rotate(180deg);
}
.faq__body-wrapper {
  overflow: hidden;
  max-height: 1000px;
  transition: max-height 0.2s;
}
.faq__body-wrapper--hidden {
  max-height: 0px;
}
.faq__body {
  padding: 0 32px 32px;
}
.faq__item {
  padding-top: 20px;
  border-top: 1px solid var(--w-color-border-3);
}
@media (max-width: 768.98px) {
  .faq__item {
    padding-top: 12px;
  }
}
.faq__item:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 768.98px) {
  .faq__item:not(:first-child) {
    margin-top: 12px;
  }
}
.faq__button-icon {
  transition: transform 0.2s;
}
.faq__button-icon--active {
  transform: rotate(180deg);
}
.faq__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-transform: none;
  --font-size: 14px;
  --line-height: 130%;
  color: var(--w-text-color-1);
  margin-bottom: 8px;
}
.faq__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  --font-size: 12px;
  --line-height: 16px;
  color: var(--w-text-color-3);
}

.footer {
  display: flex;
  flex-direction: column;
  padding: 20px 32px;
  background-color: var(--w-surface-color-12);
}
@media (max-width: 768.98px) {
  .footer {
    background-color: var(--w-surface-color-11);
  }
}
.footer__top {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--w-color-border-1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768.98px) {
  .footer__top {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.footer__logo-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 768.98px) {
  .footer__logo-wrapper {
    width: 100%;
  }
}
.footer__logo {
  width: 48px;
  height: 48px;
  display: block;
}
.footer__text {
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  text-transform: none;
  --font-size: 10px;
  --line-height: 13px;
  color: var(--w-text-color-3);
}
.footer__follow {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__follow-title {
  padding: 0 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  --font-size: 12px;
  --line-height: 16px;
  color: var(--w-text-color-3);
}
@media (max-width: 768.98px) {
  .footer__follow-title {
    padding: 0;
  }
}
.footer__follow-links {
  display: flex;
  gap: 8px;
}
@media (max-width: 768.98px) {
  .footer__follow-links {
    flex-wrap: wrap;
  }
}
.footer__follow-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--w-text-color-1);
  transition: 0.2s color;
}
.footer__follow-link.facebook:hover, .footer__follow-link.facebook.router-link-active {
  color: #1771E6;
}
.footer__follow-link.twitter:hover, .footer__follow-link.twitter.router-link-active {
  color: #6F7481;
}
.footer__follow-link.youtube:hover, .footer__follow-link.youtube.router-link-active {
  color: #F42828;
}
.footer__follow-link.snapchat:hover, .footer__follow-link.snapchat.router-link-active {
  color: #fffc01;
}
.footer__follow-link.discord:hover, .footer__follow-link.discord.router-link-active {
  color: #7289DA;
}
.footer__follow-link.tiktok:hover, .footer__follow-link.tiktok.router-link-active {
  color: #FE2C55;
}
.footer__follow-link.faceit:hover, .footer__follow-link.faceit.router-link-active {
  color: #F8570C;
}
.footer__follow-link.telegram:hover, .footer__follow-link.telegram.router-link-active {
  color: #24A1DE;
}
.footer__follow-link.vk:hover, .footer__follow-link.vk.router-link-active {
  color: #71aaeb;
}
.footer__follow-link.weibo:hover, .footer__follow-link.weibo.router-link-active {
  color: #e70e29;
}
.footer__follow-link.qq-zone:hover, .footer__follow-link.qq-zone.router-link-active {
  color: #fcee21;
}
.footer__follow-link.instagram:hover, .footer__follow-link.instagram.router-link-active {
  color: #fe0db3;
}
.footer__follow-link.whatsapp:hover, .footer__follow-link.whatsapp.router-link-active {
  color: #25d366;
}
.footer__follow-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768.98px) {
  .footer__links {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: none;
  --font-size: 12px;
  --line-height: 16px;
  color: var(--w-text-color-2);
}
.footer__link:hover svg {
  color: #ffc635;
}
.footer__link svg {
  transition: color 0.2s;
  color: var(--w-surface-color-4);
}
.footer__text-2 {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  --font-size: 12px;
  --line-height: 16px;
  color: var(--w-text-color-3);
}
@media (max-width: 768.98px) {
  .footer__text-2 {
    margin-top: 20px;
  }
}

:root {
  --w-color-error: #DA3F3F;
  --w-color-success: #2ABD69;
  --w-color-premium-diamond: #2DC5F5;
  --w-color-premium-gold: #FEBC1D;
  --w-color-premium-silver: #DCE1E5;
  --w-color-leaderboard-gold: #FEBC1D;
  --w-color-leaderboard-silver: #DCE1E5;
  --w-color-leaderboard-bronze: #DFAE7E;
  --w-color-border-1: #373845;
  --w-color-border-2: #333443;
  --w-color-border-3: #292937;
  --w-color-faceit: #FF5500;
  --w-color-accent-1: #FF8845;
  --w-color-accent-2: #F15050;
  --w-color-accent-3: #2CD272;
  --w-color-accent-4: #35E4FF;
  --w-color-accent-5: #FF6D36;
  --w-color-accent-6: #8D66FD;
  --w-color-accent-7: #F2BC18;
  --w-color-accent-8: #AF6CFF;
  --w-color-accent-9: #A0D161;
  --w-color-accent-10: #FF9C49;
  --w-color-accent-11: #FF3B93;
  --w-color-accent-logo: #EE2829;
  --w-color-accent-1-darken: #683D29;
  --w-color-accent-2-darken: #451F25;
  --w-color-accent-3-darken: #234940;
  --w-color-accent-4-darken: #14475C;
  --w-color-accent-5-darken: #4F3026;
  --w-color-accent-6-darken: #39276B;
  --w-color-accent-7-darken: #6B5219;
  --w-color-accent-8-darken: #422D61;
  --w-color-accent-9-darken: #3E5027;
  --w-color-accent-10-darken: #543C2E;
  --w-color-accent-11-darken: #481634;
  --w-color-accent-1-darkest: #241F21;
  --w-color-accent-2-darkest: #271920;
  --w-color-accent-3-darkest: #192726;
  --w-color-accent-4-darkest: #182D3B;
  --w-color-accent-5-darkest: #39271C;
  --w-color-accent-6-darkest: #211E37;
  --w-color-accent-7-darkest: #2C2720;
  --w-color-accent-8-darkest: #282238;
  --w-color-accent-9-darkest: #293126;
  --w-color-accent-10-darkest: #322929;
  --w-color-accent-11-darkest: #281626;
  --w-color-accent-1-lighten: #FF975D;
  --w-color-accent-3-lighten: #2CD272;
  --w-color-accent-4-lighten: #35E4FF;
  --w-color-accent-6-lighten: #8D66FD;
  --w-color-accent-7-lighten: #F2BC18;
  --w-color-accent-8-lighten: #AF6CFF;
  --w-color-accent-11-lighten: #E91A77;
  --w-surface-color-1: #F1F1F1;
  --w-surface-color-2: #DCE1E5;
  --w-surface-color-3: #8F9DAA;
  --w-surface-color-4: #515765;
  --w-surface-color-5: #373845;
  --w-surface-color-6: #333443;
  --w-surface-color-7: #292937;
  --w-surface-color-8: #1E1E29;
  --w-surface-color-9: #1B1C25;
  --w-surface-color-9o: rgba(27, 28, 37, 0.8);
  --w-surface-color-10: #161821;
  --w-surface-color-11: #101117;
  --w-surface-color-12: #13151D;
  --w-surface-color-13: #1A232D;
  --w-surface-color-14: #242430;
  --w-surface-color-15: #728292;
  --w-surface-color-3-gradient: linear-gradient(134.75deg, rgba(143, 157, 170, 0) 22.05%, #8F9DAA 36.79%, #8F9DAA 51.54%, rgba(143, 157, 170, 0) 71.19%);
  --w-text-color-1: #F1F1F1;
  --w-text-color-2: #DCE1E5;
  --w-text-color-3: #8F9DAA;
  --w-text-color-4: #515765;
  --w-text-color-5: #1E1E29;
  --w-rarity-color-consumer: #B0C3D9;
  --w-rarity-color-light-consumer: rgba(176, 195, 217, 0.36);
  --w-rarity-color-industrial: #5E98D9;
  --w-rarity-color-light-industrial: rgba(94, 152, 217, 0.36);
  --w-rarity-color-uncommon: #5E98D9;
  --w-rarity-color-light-uncommon: rgba(94, 152, 217, 0.36);
  --w-rarity-color-milspec: #4B69FF;
  --w-rarity-color-light-milspec: rgba(75, 105, 255, 0.36);
  --w-rarity-color-high: #4B69FF;
  --w-rarity-color-light-high: rgba(75, 105, 255, 0.36);
  --w-rarity-color-distinguished: #4B69FF;
  --w-rarity-color-light-distinguished: rgba(75, 105, 255, 0.36);
  --w-rarity-color-restricted: #8847FF;
  --w-rarity-color-light-restricted: rgba(136, 71, 255, 0.36);
  --w-rarity-color-remarkable: #8847FF;
  --w-rarity-color-light-remarkable: rgba(136, 71, 255, 0.36);
  --w-rarity-color-exceptional: #8847FF;
  --w-rarity-color-light-exceptional: rgba(136, 71, 255, 0.36);
  --w-rarity-color-classified: #D32CE6;
  --w-rarity-color-light-classified: rgba(211, 44, 230, 0.36);
  --w-rarity-color-exotic: #D32CE6;
  --w-rarity-color-light-exotic: rgba(211, 44, 230, 0.36);
  --w-rarity-color-legendary: #D32CE6;
  --w-rarity-color-light-legendary: rgba(211, 44, 230, 0.36);
  --w-rarity-color-superior: #D32CE6;
  --w-rarity-color-light-superior: rgba(211, 44, 230, 0.36);
  --w-rarity-color-covert: #EB4B4B;
  --w-rarity-color-light-covert: rgba(235, 75, 75, 0.36);
  --w-rarity-color-master: #EB4B4B;
  --w-rarity-color-light-master: rgba(235, 75, 75, 0.36);
  --w-rarity-color-extraordinary: #FFB100;
  --w-rarity-color-light-extraordinary: rgba(255, 177, 0, 0.36);
  --w-rarity-color-covert-knife: #F7B62D;
  --w-rarity-color-light-covert-knife: rgba(247, 182, 45, 0.36);
  --w-rarity-color-contraband: #E4AE39;
  --w-rarity-color-light-contraband: rgba(228, 174, 57, 0.36);
  --w-rarity-color-immortal: #E4AE33;
  --w-rarity-color-light-immortal: rgba(228, 174, 51, 0.36);
  --w-rarity-color-arcana: #ADE55C;
  --w-rarity-color-light-arcana: rgba(173, 229, 92, 0.36);
}

body {
  background-color: var(--w-surface-color-11);
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 768.98px) {
  body {
    background-color: var(--w-surface-color-12);
  }
}

a {
  text-decoration: none;
}

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

.main {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-bottom: 120px;
  padding-top: 80px;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .main {
    gap: 40px;
    padding-bottom: 32px;
    padding-top: 50px;
  }
}

.container {
  width: 100%;
  max-width: 1472px;
  padding: 0 16px;
  margin: 0 auto;
}

.section-info {
  text-align: center;
}
.section-info__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 87px;
  text-transform: none;
  --font-size: 64px;
  --line-height: 87px;
  color: var(--w-text-color-1);
  margin-bottom: 16px;
}
@media (max-width: 768.98px) {
  .section-info__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 41px;
    text-transform: none;
    --font-size: 30px;
    --line-height: 41px;
    margin-bottom: 8px;
  }
}
.section-info__text {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-transform: none;
  --font-size: 16px;
  --line-height: 130%;
  color: var(--w-text-color-2);
}
@media (max-width: 768.98px) {
  .section-info__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-transform: none;
    --font-size: 16px;
    --line-height: 130%;
    color: var(--w-text-color-2);
    margin-bottom: 24px;
  }
}

.currency {
  color: var(--w-color-accent-3);
}

.particle {
  position: absolute;
  border-radius: 50%;
  background-color: var(--w-color-accent-1);
}

.particle:nth-child(1) {
  animation: scatter1 8s infinite;
  opacity: 0.47;
  height: 7px;
  width: 7px;
  animation-delay: 1.1s;
}

.particle:nth-child(2) {
  animation: scatter2 8s infinite;
  opacity: 0.22;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(3) {
  animation: scatter3 8s infinite;
  opacity: 0.21;
  height: 8px;
  width: 8px;
  animation-delay: 1.1s;
}

.particle:nth-child(4) {
  animation: scatter4 8s infinite;
  opacity: 0.14;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(5) {
  animation: scatter5 8s infinite;
  opacity: 0.12;
  height: 8px;
  width: 8px;
  animation-delay: 1.1s;
}

.particle:nth-child(6) {
  animation: scatter6 8s infinite;
  opacity: 0.33;
  height: 9px;
  width: 9px;
  animation-delay: 1.1s;
}

.particle:nth-child(7) {
  animation: scatter7 8s infinite;
  opacity: 0.32;
  height: 9px;
  width: 9px;
  animation-delay: 1.1s;
}

.particle:nth-child(8) {
  animation: scatter8 8s infinite;
  opacity: 0.42;
  height: 9px;
  width: 9px;
  animation-delay: 1.1s;
}

.particle:nth-child(9) {
  animation: scatter9 8s infinite;
  opacity: 0.19;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(10) {
  animation: scatter10 8s infinite;
  opacity: 0.44;
  height: 10px;
  width: 10px;
  animation-delay: 1.1s;
}

.particle:nth-child(11) {
  animation: scatter11 8s infinite;
  opacity: 0.27;
  height: 9px;
  width: 9px;
  animation-delay: 1.1s;
}

.particle:nth-child(12) {
  animation: scatter12 8s infinite;
  opacity: 0.37;
  height: 9px;
  width: 9px;
  animation-delay: 1.1s;
}

.particle:nth-child(13) {
  animation: scatter13 8s infinite;
  opacity: 0.55;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(14) {
  animation: scatter14 8s infinite;
  opacity: 0.23;
  height: 8px;
  width: 8px;
  animation-delay: 1.1s;
}

.particle:nth-child(15) {
  animation: scatter15 8s infinite;
  opacity: 0.57;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(16) {
  animation: scatter16 8s infinite;
  opacity: 0.11;
  height: 8px;
  width: 8px;
  animation-delay: 1.1s;
}

.particle:nth-child(17) {
  animation: scatter17 8s infinite;
  opacity: 0.21;
  height: 7px;
  width: 7px;
  animation-delay: 1.1s;
}

.particle:nth-child(18) {
  animation: scatter18 8s infinite;
  opacity: 0.26;
  height: 8px;
  width: 8px;
  animation-delay: 1.1s;
}

.particle:nth-child(19) {
  animation: scatter19 8s infinite;
  opacity: 0.49;
  height: 10px;
  width: 10px;
  animation-delay: 1.1s;
}

.particle:nth-child(20) {
  animation: scatter20 8s infinite;
  opacity: 0.5;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(21) {
  animation: scatter21 8s infinite;
  opacity: 0.55;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(22) {
  animation: scatter22 8s infinite;
  opacity: 0.15;
  height: 9px;
  width: 9px;
  animation-delay: 1.1s;
}

.particle:nth-child(23) {
  animation: scatter23 8s infinite;
  opacity: 0.18;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(24) {
  animation: scatter24 8s infinite;
  opacity: 0.23;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(25) {
  animation: scatter25 8s infinite;
  opacity: 0.46;
  height: 10px;
  width: 10px;
  animation-delay: 1.1s;
}

.particle:nth-child(26) {
  animation: scatter26 8s infinite;
  opacity: 0.4;
  height: 8px;
  width: 8px;
  animation-delay: 1.1s;
}

.particle:nth-child(27) {
  animation: scatter27 8s infinite;
  opacity: 0.3;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(28) {
  animation: scatter28 8s infinite;
  opacity: 0.39;
  height: 10px;
  width: 10px;
  animation-delay: 1.1s;
}

.particle:nth-child(29) {
  animation: scatter29 8s infinite;
  opacity: 0.44;
  height: 6px;
  width: 6px;
  animation-delay: 1.1s;
}

.particle:nth-child(30) {
  animation: scatter30 8s infinite;
  opacity: 0.24;
  height: 8px;
  width: 8px;
  animation-delay: 1.1s;
}

@keyframes scatter {
  0% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
  50% {
    transform: translate(-8px, -12px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
}
@keyframes scatter2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scatter3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-6px, 6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scatter4 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scatter5 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-12px, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scatter6 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(6px, -14px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scatter7 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-4px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scatter8 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12px, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scatter9 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scatter10 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scatter11 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-6px, -12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scatter12 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(14px, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}