:root {
  --v-white-rgb: 255, 255, 255;
  --v-black-rgb: 0, 0, 0;
  --v-body-color-rgb: 153, 153, 153;
  --v-body-bg-rgb: 0, 0, 0;
  --v-font-sans-serif: "Sora", Arial, "sans-serif";
  --v-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --v-root-font-size: 16px;
  --v-body-font-family: Sora, Arial, sans-serif;
  --v-body-font-size: calc(0.76875rem + 0.225vw);
  --v-body-font-weight: 500;
  --v-body-line-height: 1.2;
  --v-body-color: #999999;
  --v-body-text-align: left;
  --v-body-bg: #000000;
  --v-border-width: 1px;
  --v-border-style: solid;
  --v-border-color: #808080;
  --v-border-color-translucent: rgba(153, 153, 153, 0.25);
  --v-border-radius: 1.25rem;
  --v-link-color: #00F0FF;
  --v-link-hover-color: #8471FF;
  --v-code-color: #999999;
  --v-highlight-bg: #fcf8e3;
}
@media (min-width: 1200px) {
  :root {
    --v-body-font-size: 0.9375rem;
  }
}

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

:root {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Sora", Arial, "sans-serif";
  font-size: calc(0.76875rem + 0.225vw);
  font-weight: 500;
  line-height: 1.2;
  color: #999999;
  text-align: left;
  background-color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) {
  body {
    font-size: 0.9375rem;
  }
}

hr {
  margin: 1.25rem 0;
  color: #808080;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "Sora", Arial, "sans-serif";
  font-weight: 600;
  line-height: 1.2;
  color: #999999;
}

h1 {
  font-size: calc(0.975rem + 2.7vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: calc(0.975rem + 2.7vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: calc(0.9rem + 1.8vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: calc(0.825rem + 0.9vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: calc(0.7875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: calc(0.75625rem + 0.075vw);
}
@media (min-width: 1200px) {
  h6 {
    font-size: 0.8125rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: calc(0.75625rem + 0.075vw);
}
@media (min-width: 1200px) {
  small {
    font-size: 0.8125rem;
  }
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.625rem;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00F0FF;
  text-decoration: underline;
}
a:hover {
  color: #8471FF;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: calc(0.76875rem + 0.225vw);
  color: #999999;
}
@media (min-width: 1200px) {
  pre {
    font-size: 0.9375rem;
  }
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: calc(0.76875rem + 0.225vw);
  color: #999999;
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  code {
    font-size: 0.9375rem;
  }
}
a > code {
  color: inherit;
}

kbd {
  padding: 1.25rem 1.25rem;
  font-size: calc(0.76875rem + 0.225vw);
  color: #ffffff;
  background-color: #999999;
  border-radius: 0.625rem;
}
@media (min-width: 1200px) {
  kbd {
    font-size: 0.9375rem;
  }
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #999999;
  text-align: left;
}

th {
  font-weight: 600;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 1.25rem;
  font-size: calc(0.76875rem + 0.225vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 0.9375rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.row {
  --v-gutter-x: 3.75rem;
  --v-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--v-gutter-y));
  margin-right: calc(-0.5 * var(--v-gutter-x));
  margin-left: calc(-0.5 * var(--v-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--v-gutter-x) * 0.5);
  padding-left: calc(var(--v-gutter-x) * 0.5);
  margin-top: var(--v-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --v-gutter-x: 0;
}

.g-0,
.gy-0 {
  --v-gutter-y: 0;
}

.g-1,
.gx-1 {
  --v-gutter-x: 0.625rem;
}

.g-1,
.gy-1 {
  --v-gutter-y: 0.625rem;
}

.g-2,
.gx-2 {
  --v-gutter-x: 1.25rem;
}

.g-2,
.gy-2 {
  --v-gutter-y: 1.25rem;
}

.g-3,
.gx-3 {
  --v-gutter-x: 1.875rem;
}

.g-3,
.gy-3 {
  --v-gutter-y: 1.875rem;
}

.g-4,
.gx-4 {
  --v-gutter-x: 2.5rem;
}

.g-4,
.gy-4 {
  --v-gutter-y: 2.5rem;
}

.g-5,
.gx-5 {
  --v-gutter-x: 3.125rem;
}

.g-5,
.gy-5 {
  --v-gutter-y: 3.125rem;
}

.g-6,
.gx-6 {
  --v-gutter-x: 3.75rem;
}

.g-6,
.gy-6 {
  --v-gutter-y: 3.75rem;
}

.g-7,
.gx-7 {
  --v-gutter-x: 4.375rem;
}

.g-7,
.gy-7 {
  --v-gutter-y: 4.375rem;
}

.g-8,
.gx-8 {
  --v-gutter-x: 5rem;
}

.g-8,
.gy-8 {
  --v-gutter-y: 5rem;
}

.g-9,
.gx-9 {
  --v-gutter-x: 5.625rem;
}

.g-9,
.gy-9 {
  --v-gutter-y: 5.625rem;
}

.g-10,
.gx-10 {
  --v-gutter-x: 6.25rem;
}

.g-10,
.gy-10 {
  --v-gutter-y: 6.25rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --v-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --v-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --v-gutter-x: 0.625rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --v-gutter-y: 0.625rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --v-gutter-x: 1.25rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --v-gutter-y: 1.25rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --v-gutter-x: 1.875rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --v-gutter-y: 1.875rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --v-gutter-x: 2.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --v-gutter-y: 2.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --v-gutter-x: 3.125rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --v-gutter-y: 3.125rem;
  }
  .g-sm-6,
.gx-sm-6 {
    --v-gutter-x: 3.75rem;
  }
  .g-sm-6,
.gy-sm-6 {
    --v-gutter-y: 3.75rem;
  }
  .g-sm-7,
.gx-sm-7 {
    --v-gutter-x: 4.375rem;
  }
  .g-sm-7,
.gy-sm-7 {
    --v-gutter-y: 4.375rem;
  }
  .g-sm-8,
.gx-sm-8 {
    --v-gutter-x: 5rem;
  }
  .g-sm-8,
.gy-sm-8 {
    --v-gutter-y: 5rem;
  }
  .g-sm-9,
.gx-sm-9 {
    --v-gutter-x: 5.625rem;
  }
  .g-sm-9,
.gy-sm-9 {
    --v-gutter-y: 5.625rem;
  }
  .g-sm-10,
.gx-sm-10 {
    --v-gutter-x: 6.25rem;
  }
  .g-sm-10,
.gy-sm-10 {
    --v-gutter-y: 6.25rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --v-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --v-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --v-gutter-x: 0.625rem;
  }
  .g-md-1,
.gy-md-1 {
    --v-gutter-y: 0.625rem;
  }
  .g-md-2,
.gx-md-2 {
    --v-gutter-x: 1.25rem;
  }
  .g-md-2,
.gy-md-2 {
    --v-gutter-y: 1.25rem;
  }
  .g-md-3,
.gx-md-3 {
    --v-gutter-x: 1.875rem;
  }
  .g-md-3,
.gy-md-3 {
    --v-gutter-y: 1.875rem;
  }
  .g-md-4,
.gx-md-4 {
    --v-gutter-x: 2.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --v-gutter-y: 2.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --v-gutter-x: 3.125rem;
  }
  .g-md-5,
.gy-md-5 {
    --v-gutter-y: 3.125rem;
  }
  .g-md-6,
.gx-md-6 {
    --v-gutter-x: 3.75rem;
  }
  .g-md-6,
.gy-md-6 {
    --v-gutter-y: 3.75rem;
  }
  .g-md-7,
.gx-md-7 {
    --v-gutter-x: 4.375rem;
  }
  .g-md-7,
.gy-md-7 {
    --v-gutter-y: 4.375rem;
  }
  .g-md-8,
.gx-md-8 {
    --v-gutter-x: 5rem;
  }
  .g-md-8,
.gy-md-8 {
    --v-gutter-y: 5rem;
  }
  .g-md-9,
.gx-md-9 {
    --v-gutter-x: 5.625rem;
  }
  .g-md-9,
.gy-md-9 {
    --v-gutter-y: 5.625rem;
  }
  .g-md-10,
.gx-md-10 {
    --v-gutter-x: 6.25rem;
  }
  .g-md-10,
.gy-md-10 {
    --v-gutter-y: 6.25rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --v-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --v-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --v-gutter-x: 0.625rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --v-gutter-y: 0.625rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --v-gutter-x: 1.25rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --v-gutter-y: 1.25rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --v-gutter-x: 1.875rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --v-gutter-y: 1.875rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --v-gutter-x: 2.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --v-gutter-y: 2.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --v-gutter-x: 3.125rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --v-gutter-y: 3.125rem;
  }
  .g-lg-6,
.gx-lg-6 {
    --v-gutter-x: 3.75rem;
  }
  .g-lg-6,
.gy-lg-6 {
    --v-gutter-y: 3.75rem;
  }
  .g-lg-7,
.gx-lg-7 {
    --v-gutter-x: 4.375rem;
  }
  .g-lg-7,
.gy-lg-7 {
    --v-gutter-y: 4.375rem;
  }
  .g-lg-8,
.gx-lg-8 {
    --v-gutter-x: 5rem;
  }
  .g-lg-8,
.gy-lg-8 {
    --v-gutter-y: 5rem;
  }
  .g-lg-9,
.gx-lg-9 {
    --v-gutter-x: 5.625rem;
  }
  .g-lg-9,
.gy-lg-9 {
    --v-gutter-y: 5.625rem;
  }
  .g-lg-10,
.gx-lg-10 {
    --v-gutter-x: 6.25rem;
  }
  .g-lg-10,
.gy-lg-10 {
    --v-gutter-y: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --v-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --v-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --v-gutter-x: 0.625rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --v-gutter-y: 0.625rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --v-gutter-x: 1.25rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --v-gutter-y: 1.25rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --v-gutter-x: 1.875rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --v-gutter-y: 1.875rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --v-gutter-x: 2.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --v-gutter-y: 2.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --v-gutter-x: 3.125rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --v-gutter-y: 3.125rem;
  }
  .g-xl-6,
.gx-xl-6 {
    --v-gutter-x: 3.75rem;
  }
  .g-xl-6,
.gy-xl-6 {
    --v-gutter-y: 3.75rem;
  }
  .g-xl-7,
.gx-xl-7 {
    --v-gutter-x: 4.375rem;
  }
  .g-xl-7,
.gy-xl-7 {
    --v-gutter-y: 4.375rem;
  }
  .g-xl-8,
.gx-xl-8 {
    --v-gutter-x: 5rem;
  }
  .g-xl-8,
.gy-xl-8 {
    --v-gutter-y: 5rem;
  }
  .g-xl-9,
.gx-xl-9 {
    --v-gutter-x: 5.625rem;
  }
  .g-xl-9,
.gy-xl-9 {
    --v-gutter-y: 5.625rem;
  }
  .g-xl-10,
.gx-xl-10 {
    --v-gutter-x: 6.25rem;
  }
  .g-xl-10,
.gy-xl-10 {
    --v-gutter-y: 6.25rem;
  }
}
.container,
.container-fluid,
.container-xl {
  --v-gutter-x: 3.75rem;
  --v-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--v-gutter-x) * 0.5);
  padding-left: calc(var(--v-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.625rem !important;
}

.mb-2 {
  margin-bottom: 1.25rem !important;
}

.mb-3 {
  margin-bottom: 1.875rem !important;
}

.mb-4 {
  margin-bottom: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 3.125rem !important;
}

.mb-6 {
  margin-bottom: 3.75rem !important;
}

.mb-7 {
  margin-bottom: 4.375rem !important;
}

.mb-8 {
  margin-bottom: 5rem !important;
}

.mb-9 {
  margin-bottom: 5.625rem !important;
}

.mb-10 {
  margin-bottom: 6.25rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.625rem !important;
}

.p-2 {
  padding: 1.25rem !important;
}

.p-3 {
  padding: 1.875rem !important;
}

.p-4 {
  padding: 2.5rem !important;
}

.p-5 {
  padding: 3.125rem !important;
}

.p-6 {
  padding: 3.75rem !important;
}

.p-7 {
  padding: 4.375rem !important;
}

.p-8 {
  padding: 5rem !important;
}

.p-9 {
  padding: 5.625rem !important;
}

.p-10 {
  padding: 6.25rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.625rem !important;
}

.pb-2 {
  padding-bottom: 1.25rem !important;
}

.pb-3 {
  padding-bottom: 1.875rem !important;
}

.pb-4 {
  padding-bottom: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 3.125rem !important;
}

.pb-6 {
  padding-bottom: 3.75rem !important;
}

.pb-7 {
  padding-bottom: 4.375rem !important;
}

.pb-8 {
  padding-bottom: 5rem !important;
}

.pb-9 {
  padding-bottom: 5.625rem !important;
}

.pb-10 {
  padding-bottom: 6.25rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.625rem !important;
  }
  .p-sm-2 {
    padding: 1.25rem !important;
  }
  .p-sm-3 {
    padding: 1.875rem !important;
  }
  .p-sm-4 {
    padding: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 3.125rem !important;
  }
  .p-sm-6 {
    padding: 3.75rem !important;
  }
  .p-sm-7 {
    padding: 4.375rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .p-sm-9 {
    padding: 5.625rem !important;
  }
  .p-sm-10 {
    padding: 6.25rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 6.25rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-md-8 {
    margin-bottom: 5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.625rem !important;
  }
  .p-md-2 {
    padding: 1.25rem !important;
  }
  .p-md-3 {
    padding: 1.875rem !important;
  }
  .p-md-4 {
    padding: 2.5rem !important;
  }
  .p-md-5 {
    padding: 3.125rem !important;
  }
  .p-md-6 {
    padding: 3.75rem !important;
  }
  .p-md-7 {
    padding: 4.375rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .p-md-9 {
    padding: 5.625rem !important;
  }
  .p-md-10 {
    padding: 6.25rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-md-8 {
    padding-bottom: 5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-10 {
    padding-bottom: 6.25rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.625rem !important;
  }
  .p-lg-2 {
    padding: 1.25rem !important;
  }
  .p-lg-3 {
    padding: 1.875rem !important;
  }
  .p-lg-4 {
    padding: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 3.125rem !important;
  }
  .p-lg-6 {
    padding: 3.75rem !important;
  }
  .p-lg-7 {
    padding: 4.375rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .p-lg-9 {
    padding: 5.625rem !important;
  }
  .p-lg-10 {
    padding: 6.25rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 6.25rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.625rem !important;
  }
  .p-xl-2 {
    padding: 1.25rem !important;
  }
  .p-xl-3 {
    padding: 1.875rem !important;
  }
  .p-xl-4 {
    padding: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 3.125rem !important;
  }
  .p-xl-6 {
    padding: 3.75rem !important;
  }
  .p-xl-7 {
    padding: 4.375rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .p-xl-9 {
    padding: 5.625rem !important;
  }
  .p-xl-10 {
    padding: 6.25rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 6.25rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.slick-dots > li {
  margin: 0;
  padding: 0;
}
.slick-dots > li, .slick-dots > * {
  max-width: 100%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.slick-dots > li button {
  transition: all 0.25s ease-in;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  display: block;
  padding: 0;
  margin: 0;
  height: 0.25rem;
  text-indent: -9999px;
  width: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .slick-dots > li button {
    transition: none;
  }
}
@media (min-width: 576px) {
  .slick-dots > li button {
    width: 0.75rem;
  }
}
.slick-dots > li.slick-active button {
  background: #00F0FF;
}
@media (min-width: 576px) {
  .slick-dots > li.slick-active button {
    width: 1.5rem;
  }
}
.slick-list {
  margin: 0;
}
.slick-slide {
  text-align: center;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(2.5rem);
  backdrop-filter: blur(2.5rem);
  z-index: 15;
  width: auto !important;
  height: auto !important;
}

.lightbox {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 20;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  border-radius: 1.25rem;
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lightbox .lb-container {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
.lightbox .lb-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  border-radius: 1.25rem;
  border: 0.625rem solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}
.lightbox .lb-container .lb-nav {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 3;
}
.lightbox .lb-container .lb-loader {
  z-index: 3;
}
.lightbox .lb-details {
  display: none !important;
}
.lightbox a img {
  border: none;
}
.lightbox .lb-closeContainer {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
}
.lightbox .lb-closeContainer .lb-close {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: relative;
  text-indent: -9999px;
  filter: brightness(0) saturate(100%) invert(76%) sepia(72%) saturate(2376%) hue-rotate(134deg) brightness(99%) contrast(111%);
  cursor: pointer;
}
.lightbox .lb-closeContainer .lb-close::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  content: "";
  background: url(../img/icon_cross.svg) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 576px) {
  .lightbox .lb-closeContainer .lb-close {
    width: 2rem;
    height: 2rem;
  }
}
.lightbox .lb-closeContainer .lb-close:hover, .lightbox .lb-closeContainer .lb-close:focus {
  filter: brightness(0) saturate(100%) invert(70%) sepia(68%) saturate(6605%) hue-rotate(224deg) brightness(101%) contrast(101%);
}
.lightbox .lb-outerContainer {
  border-radius: 1.25rem;
  background-color: #808080;
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 4rem;
}
.lightbox .lb-outerContainer::before, .lightbox .lb-outerContainer::after {
  content: "";
  display: table;
}
.lightbox .lb-outerContainer::after {
  clear: both;
}
@media (min-width: 576px) {
  .lightbox .lb-outerContainer {
    margin-top: 4.5rem;
  }
}

.lb-nav .lb-prev {
  transition: opacity 0.25s ease-in;
  right: 66%;
  left: 0;
}
@media (prefers-reduced-motion: reduce) {
  .lb-nav .lb-prev {
    transition: none;
  }
}
.lb-nav .lb-prev::before {
  width: 2rem;
  height: 2rem;
  background: url(../img/arrow-left.svg) 50% 50% no-repeat;
  background-size: contain;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  left: 1.25rem;
}
.lb-nav .lb-next {
  transition: opacity 0.25s ease-in;
  left: 34%;
  right: 0;
}
@media (prefers-reduced-motion: reduce) {
  .lb-nav .lb-next {
    transition: none;
  }
}
.lb-nav .lb-next::before {
  width: 2rem;
  height: 2rem;
  background: url(../img/arrow-right.svg) 50% 50% no-repeat;
  background-size: contain;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  right: 1.25rem;
}
.lb-nav .lb-prev, .lb-nav .lb-next {
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  opacity: 0;
}
.lb-nav .lb-prev::before, .lb-nav .lb-next::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  filter: brightness(0) saturate(100%) invert(76%) sepia(72%) saturate(2376%) hue-rotate(134deg) brightness(99%) contrast(111%);
}
.lb-nav .lb-prev:hover, .lb-nav .lb-prev:focus, .lb-nav .lb-next:hover, .lb-nav .lb-next:focus {
  opacity: 1;
}
.lb-nav .lb-prev:hover::before, .lb-nav .lb-prev:focus::before, .lb-nav .lb-next:hover::before, .lb-nav .lb-next:focus::before {
  filter: brightness(0) saturate(100%) invert(70%) sepia(68%) saturate(6605%) hue-rotate(224deg) brightness(101%) contrast(101%);
}

.lb-loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 0;
  height: 4rem;
  margin-top: -2rem;
}

.lb-cancel {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 0 auto;
  background: url(../img/loader.png) no-repeat;
}

.lb-container > .nav {
  left: 0;
}

.ic {
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  width: 1rem;
  height: 1rem;
}
.ic-block {
  display: block;
}
.ic-fill {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
.ic::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate3d(0, 0, 0);
}
.ic__logo_motormeta::before {
  background-image: url(../img/logo_motormeta.svg);
}
.ic__logo_x::before {
  background-image: url(../img/icon_x.svg);
}
.ic__logo_little_chicken::before {
  background-image: url(../img/logo_littlechicken.svg);
}
.ic__logo_unity::before {
  background-image: url(../img/logo_unity.svg);
}
.ic__logo_open_loot::before {
  background-image: url(../img/logo_open_loot.png);
}
.ic__logo_ampverse::before {
  background-image: url(../img/logo_ampverse.png);
}
.ic__logo_discord::before {
  background-image: url(../img/logo_discord.svg);
}
.ic__logo_discord_outline::before {
  background-image: url(../img/logo_discord_outline.svg);
}
.ic__logo_telegram_outline::before {
  background-image: url(../img/logo_telegram_outline.svg);
}
.ic__logo_twitter_outline::before {
  background-image: url(../img/logo_twitter_outline.svg);
}
.ic__rarr::before {
  background-image: url(../img/icon_rarr.svg);
}
.ic__play::before {
  background-image: url(../img/icon_play.svg);
}
.ic__logo_blitz::before {
  background-image: url(../img/logo_blitz_header.png);
}
.ic__logo_epic::before {
  background-image: url(../img/logo_epic.svg);
}
.ic__burger::before {
  background-image: url(../img/icon_burger.svg);
}
.ic__cross::before {
  background-image: url(../img/icon_cross.svg);
}
.ic__cog::before {
  background-image: url(../img/icon_cog.svg);
}
.ic__gift::before {
  background-image: url(../img/icon_gift.svg);
}
.ic__clock::before {
  background-image: url(../img/icon_clock.svg);
}
.ic__close::before {
  background-image: url(../img/icon_close.svg);
}

.b-box_gradient {
  border-radius: 1.25rem;
  background: #00F0FF;
  background-image: linear-gradient(to right, #00F0FF, #8471FF);
  position: relative;
  overflow: hidden;
}
.b-box_gradient__content {
  background: #000000;
  position: relative;
  overflow: hidden;
}
.b-box_gradient.color-primary {
  background-image: linear-gradient(to right, #00F0FF, #8471FF);
}
.b-box_gradient.color-1 {
  background-image: linear-gradient(to right, #00F0FF, #1BD7FF);
}
.b-box_gradient.color-2 {
  background-image: linear-gradient(to right, #24CEFF, #3FB5FF);
}
.b-box_gradient.color-3 {
  background-image: linear-gradient(to right, #47ACFF, #6094FF);
}
.b-box_gradient.color-4 {
  background-image: linear-gradient(to right, #6A8BFF, #8471FF);
}
.b-box_gradient.color-none, .b-box_gradient.color-none .b-box_gradient__content {
  background: #222222;
}
.b-box_gradient.size-sm .b-box_gradient__content {
  border-radius: 1.0625rem;
  margin: 0.3125rem;
}
.b-box_gradient.size-default .b-box_gradient__content {
  border-radius: 1.0625rem;
  margin: 0.3125rem;
}
@media (min-width: 576px) {
  .b-box_gradient.size-default .b-box_gradient__content {
    border-radius: 0.875rem;
    margin: 0.625rem;
  }
}

.b-btn {
  transition: all 0.25s ease-in;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", Arial, "sans-serif";
  text-decoration: none !important;
  outline: none;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .b-btn {
    transition: none;
  }
}
a.b-btn {
  cursor: pointer;
}

.b-btn.block {
  display: block;
  display: flex;
}
.b-btn > ._cell {
  margin: 0;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  max-width: calc(100% + 0.625rem);
}
.b-btn > ._cell > li, .b-btn > ._cell > * {
  max-width: 100%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.b-btn > ._cell > ._text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-btn .ic {
  display: block;
}
.b-btn.color-primary {
  border: 0;
  background: #00F0FF;
  color: #000000;
}
.b-btn.color-primary::before {
  content: "";
  transition: opacity 0.25s ease-in;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-image: linear-gradient(to right, #00F0FF, #8471FF);
}
@media (prefers-reduced-motion: reduce) {
  .b-btn.color-primary::before {
    transition: none;
  }
}
.b-btn.color-primary .ic {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(265deg) brightness(86%) contrast(106%);
}
.b-btn.color-primary:hover, .b-btn.color-primary:focus {
  background: #00F0FF;
  color: #000000;
}
.b-btn.color-primary:hover::before, .b-btn.color-primary:focus::before {
  opacity: 0;
}
.b-btn.color-primary:hover .ic, .b-btn.color-primary:focus .ic {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(265deg) brightness(86%) contrast(106%);
}
.b-btn.size-md {
  border-radius: 0.625rem;
  font-size: calc(0.825rem + 0.9vw);
  line-height: calc(0.8625rem + 1.35vw);
  font-weight: 800;
  padding: 0 1.25rem;
  height: 3rem;
}
@media (min-width: 1200px) {
  .b-btn.size-md {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .b-btn.size-md {
    line-height: 1.875rem;
  }
}
.b-btn.size-md .ic {
  width: 1.5rem;
  height: 1.5rem;
}
.b-btn.size-md .ic.ic__logo_discord {
  width: 7.8125rem;
  height: 1.5rem;
}
@media (min-width: 576px) {
  .b-btn.size-md {
    padding: 0 1.875rem;
    height: 3.75rem;
  }
  .b-btn.size-md .ic {
    width: 1.875rem;
    height: 1.875rem;
  }
  .b-btn.size-md .ic.ic__logo_discord {
    width: 9.0625rem;
    height: 1.75rem;
  }
}

.b-footer {
  position: relative;
}
.b-footer__container {
  margin: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .b-footer__container {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .b-footer__container {
    margin: 0;
  }
}
.b-footer__row {
  margin: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 576px) {
  .b-footer__row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.b-footer__row > li, .b-footer__row > * {
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 576px) {
  .b-footer__row > li, .b-footer__row > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .b-footer__row {
    flex-wrap: nowrap;
  }
}
.b-footer__row > ._logo, .b-footer__row > ._copy {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .b-footer__row > ._logo {
    flex: 0 0 auto;
    flex-shrink: 1;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .b-footer__row > ._copy {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 100%;
    overflow: hidden;
  }
}
.b-footer__logo {
  margin: 0;
  margin-bottom: 0.625rem;
}
.b-footer__logo > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.b-footer__logo > ul > li {
  margin: 0;
  padding: 0;
}
.b-footer__logo > ul > li, .b-footer__logo > ul > * {
  max-width: 100%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media (min-width: 768px) {
  .b-footer__logo > ul {
    justify-content: start;
  }
}
.b-footer__logo > ul > li {
  margin: 0;
  margin-bottom: 0.625rem;
}
.b-footer__logo > ul > li a {
  display: block;
}
.b-footer__logo .ic {
  display: block;
}
.b-footer__logo .ic__logo_motormeta {
  width: 6.125rem;
  height: 1.875rem;
}
@media (min-width: 576px) {
  .b-footer__logo .ic__logo_motormeta {
    width: 8.125rem;
    height: 2.5rem;
  }
}
.b-footer__logo .ic__logo_x {
  width: 0.6875rem;
  height: 1.125rem;
}
@media (min-width: 576px) {
  .b-footer__logo .ic__logo_x {
    width: 0.9375rem;
    height: 1.5rem;
  }
}
.b-footer__logo .ic__logo_little_chicken {
  width: 5.75rem;
  height: 1.5rem;
}
@media (min-width: 576px) {
  .b-footer__logo .ic__logo_little_chicken {
    width: 7.125rem;
    height: 1.875rem;
  }
}
.b-footer__copy {
  margin: 0;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .b-footer__copy {
    text-align: right;
  }
}
.b-footer__copy, .b-footer__copy p {
  font-weight: 500;
  color: #808080;
}
.b-footer__copy a {
  transition: color 0.25s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .b-footer__copy a {
    transition: none;
  }
}
.b-footer__copy a, .b-footer__copy a:visited {
  color: #999999;
  text-decoration: underline;
}
.b-footer__copy a:hover, .b-footer__copy a:focus {
  color: #00F0FF;
  text-decoration: none;
}

.b-form_subscribe__content {
  padding: 1.25rem;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .b-form_subscribe__content {
    padding: 1.875rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .b-form_subscribe__content {
    padding: 2.5rem;
    padding-bottom: 1.25rem;
  }
}
.b-form_subscribe__row {
  margin: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .b-form_subscribe__row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.b-form_subscribe__row > li, .b-form_subscribe__row > * {
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 576px) {
  .b-form_subscribe__row > li, .b-form_subscribe__row > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .b-form_subscribe__row {
    margin: 0;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .b-form_subscribe__row > li, .b-form_subscribe__row > * {
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.b-form_subscribe__row > ._text, .b-form_subscribe__row > ._form {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .b-form_subscribe__row {
    flex-wrap: nowrap;
  }
  .b-form_subscribe__row > ._text, .b-form_subscribe__row > ._form {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    max-width: 50%;
  }
}
.b-form_subscribe__cell {
  margin: 0;
  margin-bottom: 1.25rem;
}
.b-form_subscribe__cell h4 {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .b-form_subscribe__cell h4 {
    text-align: left;
  }
}

.b-header {
  background: url(../img/bg_header.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  margin: 0;
}
.b-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-image: linear-gradient(to bottom, transparent, #000000);
}
.b-header__cell {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 0;
  padding-top: 3.125rem;
  min-height: 60vh;
}
@media (min-width: 576px) {
  .b-header__cell {
    padding-top: 4.875rem;
    min-height: 80vh;
  }
}
.b-header__cell > * {
  width: 100%;
}
.b-header.is-error .b-header__cell {
  min-height: 100vh;
}
.b-header.is-inner .b-header__cell {
  min-height: 40vh;
}
.b-header__container {
  position: relative;
  margin: 2.5rem 0;
}
@media (min-width: 576px) {
  .b-header__container {
    margin: 3.75rem 0;
  }
}
@media (min-width: 768px) {
  .b-header__container {
    margin: 5rem 0;
  }
}
@media (min-width: 992px) {
  .b-header__container {
    margin: 7.5rem 0;
  }
}
.b-header__container h1 {
  font-weight: 800;
  margin: 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .b-header__container h1 {
    margin-bottom: 3.75rem;
  }
}
.b-header__container p, .b-header__container h1, .b-header__container h4, .b-header__container h5 {
  color: #ffffff;
  text-align: center;
}
.b-header__container h4, .b-header__container h5 {
  font-weight: 600;
}

.b-i_about {
  position: relative;
}
.b-i_about__container {
  padding: 0;
}
.b-i_about__slick {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  margin-bottom: 3.75rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.b-i_about__slick > * {
  white-space: normal;
}
@media (min-width: 576px) {
  .b-i_about__slick {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.b-i_about__slick > .b-i_about__item {
  display: inline-flex !important;
  margin: 0 !important;
  width: 100%;
}
.b-i_about__slick .b-i_about__item {
  margin: 0;
  padding: 0 1.25rem;
}
@media (min-width: 576px) {
  .b-i_about__slick .b-i_about__item {
    padding: 0 1.875rem;
  }
}
.b-i_about__slick .b-i_about__item > * {
  padding: 0;
}
.b-i_about__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media (min-width: 576px) {
  .b-i_about__item {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.b-i_about__item > li, .b-i_about__item > * {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 576px) {
  .b-i_about__item > li, .b-i_about__item > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .b-i_about__item {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .b-i_about__item {
    margin: 0;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .b-i_about__item > li, .b-i_about__item > * {
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 576px) {
  .b-i_about__item.order-desc {
    flex-direction: row-reverse;
  }
}
.b-i_about__item > ._img, .b-i_about__item > ._text {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .b-i_about__item > ._img, .b-i_about__item > ._text {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    max-width: 50%;
  }
}
.b-i_about__cell {
  margin: 0;
  margin-bottom: 1.25rem;
}
.b-i_about__cell h4, .b-i_about__cell p {
  text-align: center;
}
@media (min-width: 576px) {
  .b-i_about__cell h4, .b-i_about__cell p {
    text-align: left;
  }
}
.b-i_about__cell h4 {
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.9375rem;
}
.b-i_about__cell p {
  margin: 0;
  margin-bottom: 0.625rem;
}
.b-i_about__items > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-i_about__items > ul > li {
  margin: 0;
  padding: 0;
}
.b-i_about__items > ul > li {
  margin: 0;
}
@media (min-width: 576px) {
  .b-i_about__items > ul > li {
    margin-bottom: 3.75rem;
  }
}

.b-i_game {
  position: relative;
}
.b-i_game__container {
  margin: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .b-i_game__container {
    margin-bottom: 3.75rem;
  }
}
.b-i_game__container .b-video {
  margin: 0;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .b-i_game__container .b-video {
    margin-bottom: 2.5rem;
  }
}
.b-i_game__content {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  max-width: 46.25rem;
}
@media (min-width: 768px) {
  .b-i_game__content {
    margin-bottom: 5rem;
  }
}
.b-i_game__content p {
  text-align: center;
}
.b-i_game__items > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.b-i_game__items > ul > li {
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .b-i_game__items > ul {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.b-i_game__items > ul > li, .b-i_game__items > ul > * {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 576px) {
  .b-i_game__items > ul > li, .b-i_game__items > ul > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .b-i_game__items > ul {
    margin: 0;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .b-i_game__items > ul > li, .b-i_game__items > ul > * {
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .b-i_game__items > ul {
    margin: 0;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .b-i_game__items > ul > li, .b-i_game__items > ul > * {
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .b-i_game__items > ul {
    margin: 0;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .b-i_game__items > ul > li, .b-i_game__items > ul > * {
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.b-i_game__items > ul > li {
  margin: 0;
  margin-bottom: 2.5rem;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .b-i_game__items > ul > li {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .b-i_game__items > ul > li {
    flex-basis: 33.33333333%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .b-i_game__items > ul > li {
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    max-width: 25%;
  }
}
.b-i_game__image {
  position: relative;
  margin: 0;
  margin-bottom: 1.25rem;
}
.b-i_game__image .b-box_gradient__content {
  position: relative;
}
.b-i_game__image .b-box_gradient__content::before {
  content: "";
  display: block;
  padding: 0;
  padding-top: 45%;
  width: 100%;
}
.b-i_game__image .b-box_gradient__content img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.b-i_game__image > ._img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.625rem;
  right: -0.625rem;
}
.b-i_game__image > ._img > img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.b-i_game__item {
  position: relative;
}
@media (max-width: 575.98px) {
  .b-i_game__item {
    max-width: 15rem;
    margin: auto;
  }
}
.b-i_game__item h4, .b-i_game__item p {
  text-align: center;
  margin: 0;
  margin-bottom: 0.625rem;
}
.b-i_game__item h4 {
  color: #ffffff;
}
.b-i_ntf {
  position: relative;
}
.b-i_ntf__container {
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .b-i_ntf__container {
    margin-bottom: 8.75rem;
  }
}
.b-i_ntf__info {
  background: url(../img/bg_card.jpg) top center no-repeat;
  background-size: contain;
}
.b-i_ntf__info::after {
  content: "";
  display: block;
  padding-top: 50%;
  width: 100%;
}
.b-i_ntf__content {
  margin-top: -0.625rem;
}
@media (min-width: 576px) {
  .b-i_ntf__content {
    margin-top: -1.875rem;
  }
}
@media (min-width: 768px) {
  .b-i_ntf__content {
    margin-top: -3.125rem;
  }
}
@media (min-width: 992px) {
  .b-i_ntf__content {
    margin-top: -3.125rem;
  }
}
@media (min-width: 1200px) {
  .b-i_ntf__content {
    margin-top: -3.75rem;
  }
}
.b-i_ntf__content h5, .b-i_ntf__content p {
  text-align: center;
}
.b-i_ntf__content h5 {
  color: #ffffff;
}
.b-i_ntf__info_text {
  margin: 0;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}
.b-i_ntf__info_text > li, .b-i_ntf__info_text > * {
  max-width: 100%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.b-i_ntf__info_text > ._icon .ic {
  width: 1.875rem;
  height: 1.875rem;
}
.b-i_ntf__info_text > ._text {
  font-size: calc(0.7875rem + 0.45vw);
  line-height: calc(0.825rem + 0.9vw);
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .b-i_ntf__info_text > ._text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .b-i_ntf__info_text > ._text {
    line-height: 1.5rem;
  }
}
.b-i_ntf__info_row {
  margin: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .b-i_ntf__info_row {
    margin-bottom: 1.25rem;
  }
}
.b-i_ntf__info_row > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.b-i_ntf__info_row > ul > li {
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .b-i_ntf__info_row > ul {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.b-i_ntf__info_row > ul > li, .b-i_ntf__info_row > ul > * {
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 576px) {
  .b-i_ntf__info_row > ul > li, .b-i_ntf__info_row > ul > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .b-i_ntf__info_row > ul {
    flex-wrap: nowrap;
  }
}
.b-i_ntf__info_row > ul > li {
  margin: 0;
  margin-bottom: 1.25rem;
  text-align: left;
}
@media (min-width: 576px) {
  .b-i_ntf__info_row > ul > li {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    max-width: 50%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .b-i_ntf__info_row > ul > li {
    flex-basis: 33.33333333%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 575.98px) {
  .b-i_ntf__info_row > ul {
    display: table;
    margin: auto;
  }
  .b-i_ntf__info_row > ul > li {
    display: table-row;
    margin: 0;
    padding: 0;
  }
  .b-i_ntf__info_row > ul > li > div {
    display: table-cell;
    padding-bottom: 1.25rem;
  }
}
.b-i_ntf__header {
  background: url(../img/bg_car.jpg) top center no-repeat;
  background-size: contain;
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: center;
  min-height: 13.75rem;
}
.b-i_ntf__header::before, .b-i_ntf__header::after {
  content: "";
  padding-top: 42%;
  width: 0;
}
.b-i_ntf__header .b-t_header {
  margin-bottom: 0;
}
.b-i_ntf__header .b-t_header > *:last-child {
  margin-bottom: 0;
}

.b-img {
  position: relative;
  margin: 0;
}
.b-img::before {
  content: "";
  display: block;
  padding: 0;
  padding-top: 62.5%;
}
.b-img-1-2::before {
  padding-top: 50%;
}
.b-img-1-1::before {
  padding-top: 100%;
}
.b-img-9-16::before {
  padding-top: 56.25%;
}
.b-img-10-16::before {
  padding-top: 62.5%;
}
.b-img__container {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  border-radius: 1.25rem;
  background: #808080;
  overflow: hidden;
}
.b-img__container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  border-radius: 1.25rem;
  border: 0.3125rem solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 576px) {
  .b-img__container:before {
    border: 0.625rem solid rgba(255, 255, 255, 0.2);
  }
}
.b-img__container img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.b-img__container > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: transparent;
}

.b-input {
  transition: all 0.25s ease-in;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  font-family: "Sora", Arial, "sans-serif";
  text-decoration: none !important;
  outline: none;
  max-width: 100%;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .b-input {
    transition: none;
  }
}
.b-input.block {
  display: block;
  display: flex;
}
.b-input input {
  font-weight: 500;
  background: transparent;
  display: block;
  border: 0 !important;
  font-family: "Sora", Arial, "sans-serif";
  padding: 0;
  margin: 0;
  width: 100%;
  outline: none !important;
}
.b-input > ._cell {
  margin: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  width: calc(100% + 1.25rem);
}
.b-input > ._cell > li, .b-input > ._cell > * {
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.b-input > ._cell > ._input {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
}
.b-input > ._cell > ._icon, .b-input > ._cell > ._btn {
  flex: 0 0 auto;
  flex-shrink: 1;
  width: auto;
  max-width: 100%;
}
.b-input > ._cell > ._btn:last-of-type, .b-input > ._cell > ._btn:first-of-type {
  position: relative;
}
.b-input.color-default {
  border-color: #333333;
  background: #333333;
  color: #ffffff;
}
.b-input.color-default input {
  color: #ffffff;
}
.b-input.color-default input::placeholder {
  color: #999999;
}
.b-input.color-default.hover {
  border-color: #999999;
}
.b-input.color-default.focus {
  border-color: #999999;
}
.b-input.success {
  border-color: #34C759 !important;
}
.b-input.error {
  border-color: #FF2D2D !important;
}
.b-input.size-md {
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  height: 3rem;
}
@media (min-width: 576px) {
  .b-input.size-md {
    padding: 0 1.875rem;
  }
}
@media (min-width: 576px) {
  .b-input.size-md {
    height: 3.75rem;
  }
}
.b-input.size-md input {
  font-size: calc(0.825rem + 0.9vw);
  line-height: calc(0.8625rem + 1.35vw);
}
@media (min-width: 1200px) {
  .b-input.size-md input {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .b-input.size-md input {
    line-height: 1.875rem;
  }
}
.b-input.size-md > ._cell > ._btn:last-of-type {
  margin-right: -1.25rem;
  margin-right: calc(-1.25rem - 2px);
}
@media (min-width: 576px) {
  .b-input.size-md > ._cell > ._btn:last-of-type {
    margin-right: -1.875rem;
    margin-right: calc(-1.875rem - 2px);
  }
}
.b-input.size-md > ._cell > ._btn:first-of-type {
  margin-left: -1.25rem;
  margin-left: calc(-1.25rem - 2px);
}
@media (min-width: 576px) {
  .b-input.size-md > ._cell > ._btn:first-of-type {
    margin-left: -1.875rem;
    margin-left: calc(-1.875rem - 2px);
  }
}

.b-menu_fixed {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(2.5rem);
  backdrop-filter: blur(2.5rem);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.b-menu_fixed__container {
  padding: 0;
  padding-top: 0.625rem;
}
.b-menu_fixed__row {
  margin: 0;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.b-menu_fixed__row > li, .b-menu_fixed__row > * {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.b-menu_fixed__row > ._logo {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
}
.b-menu_fixed__row > ._nav, .b-menu_fixed__row > ._social {
  display: none;
}
@media (min-width: 992px) {
  .b-menu_fixed__row > ._nav, .b-menu_fixed__row > ._social {
    display: block;
  }
}
.b-menu_fixed__row > ._burger {
  display: block;
}
@media (min-width: 992px) {
  .b-menu_fixed__row > ._burger {
    display: none;
  }
}
.b-menu_fixed__burger {
  margin-bottom: 0.625rem;
  transition: color 0.25s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .b-menu_fixed__burger {
    transition: none;
  }
}
.b-menu_fixed__burger, .b-menu_fixed__burger:visited {
  color: #00F0FF;
  text-decoration: none;
}
.b-menu_fixed__burger:hover, .b-menu_fixed__burger:focus {
  color: #8471FF;
  text-decoration: none;
}
.b-menu_fixed__burger, .b-menu_fixed__burger .ic {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.b-menu_fixed__burger .ic {
  filter: brightness(0) saturate(100%) invert(76%) sepia(72%) saturate(2376%) hue-rotate(134deg) brightness(99%) contrast(111%);
}
.b-menu_fixed__burger:hover .ic, .b-menu_fixed__burger:focus .ic {
  filter: brightness(0) saturate(100%) invert(70%) sepia(68%) saturate(6605%) hue-rotate(224deg) brightness(101%) contrast(101%);
}
.b-menu_fixed__logo {
  margin: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  transition: color 0.25s ease-in;
}
.b-menu_fixed__logo > li, .b-menu_fixed__logo > * {
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.b-menu_fixed__logo > ._icon .ic {
  width: 5.4375rem;
  height: 1.875rem;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .b-menu_fixed__logo > ._icon .ic {
    width: 8.6875rem;
    height: 3rem;
    margin-bottom: 0.625rem;
  }
}
.b-menu_fixed__logo > ._text {
  font-size: calc(0.76875rem + 0.225vw);
  line-height: calc(0.825rem + 0.9vw);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  display: none;
}
@media (min-width: 1200px) {
  .b-menu_fixed__logo > ._text {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .b-menu_fixed__logo > ._text {
    line-height: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .b-menu_fixed__logo > ._text {
    display: block;
  }
}
@media (min-width: 1200px) {
  .b-menu_fixed__logo > ._text {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .b-menu_fixed__logo {
    transition: none;
  }
}
.b-menu_fixed__logo, .b-menu_fixed__logo:visited {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.b-menu_fixed__logo:hover, .b-menu_fixed__logo:focus {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.b-menu_fixed__nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.b-menu_fixed__nav > ul > li {
  margin: 0;
  padding: 0;
}
.b-menu_fixed__nav > ul > li, .b-menu_fixed__nav > ul > * {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.b-menu_fixed__nav > ul > li {
  font-size: calc(0.7875rem + 0.45vw);
  line-height: calc(0.825rem + 0.9vw);
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .b-menu_fixed__nav > ul > li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .b-menu_fixed__nav > ul > li {
    line-height: 1.5rem;
  }
}
.b-menu_fixed__nav a {
  transition: color 0.25s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .b-menu_fixed__nav a {
    transition: none;
  }
}
.b-menu_fixed__nav a, .b-menu_fixed__nav a:visited {
  color: #00F0FF;
  text-decoration: none;
}
.b-menu_fixed__nav a:hover, .b-menu_fixed__nav a:focus {
  color: #8471FF;
  text-decoration: none;
}
.b-menu_fixed__social > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.b-menu_fixed__social > ul > li {
  margin: 0;
  padding: 0;
}
.b-menu_fixed__social > ul > li, .b-menu_fixed__social > ul > * {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.b-menu_fixed__social > ul > li {
  font-size: calc(0.7875rem + 0.45vw);
  line-height: calc(0.825rem + 0.9vw);
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .b-menu_fixed__social > ul > li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .b-menu_fixed__social > ul > li {
    line-height: 1.5rem;
  }
}
.b-menu_fixed__social a {
  transition: color 0.25s ease-in;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media (prefers-reduced-motion: reduce) {
  .b-menu_fixed__social a {
    transition: none;
  }
}
.b-menu_fixed__social a, .b-menu_fixed__social a:visited {
  color: #00F0FF;
  text-decoration: none;
}
.b-menu_fixed__social a:hover, .b-menu_fixed__social a:focus {
  color: #8471FF;
  text-decoration: none;
}
.b-menu_fixed__social a .ic {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  filter: brightness(0) saturate(100%) invert(76%) sepia(72%) saturate(2376%) hue-rotate(134deg) brightness(99%) contrast(111%);
}
.b-menu_fixed__social a:hover .ic, .b-menu_fixed__social a:focus .ic {
  filter: brightness(0) saturate(100%) invert(70%) sepia(68%) saturate(6605%) hue-rotate(224deg) brightness(101%) contrast(101%);
}

.b-menu_mobile {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(2.5rem);
  backdrop-filter: blur(2.5rem);
  position: fixed;
  z-index: 10;
  display: none;
  overflow: auto;
  opacity: 0;
  transform: translateX(100%);
}
@media (min-width: 992px) {
  .b-menu_mobile {
    display: none !important;
  }
}
.b-menu_mobile.active, .b-menu_mobile.enable {
  transition: all 0.25s ease-in;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .b-menu_mobile.active, .b-menu_mobile.enable {
    transition: none;
  }
}
.b-menu_mobile.active {
  opacity: 1;
  transform: translateX(0);
}
.b-menu_mobile__container {
  padding: 0;
  padding-top: 0.625rem;
}
.b-menu_mobile__logo_line {
  margin: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.b-menu_mobile__logo_line > li, .b-menu_mobile__logo_line > * {
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.b-menu_mobile__logo_line > ._logo {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.b-menu_mobile__logo_line > ._close {
  margin-bottom: 0.625rem;
}
.b-menu_mobile__nav {
  margin-bottom: 1.875rem;
}
.b-menu_mobile__nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-menu_mobile__nav > ul > li {
  margin: 0;
  padding: 0;
}
.b-menu_mobile__nav > ul > li {
  margin-bottom: 1.875rem;
  text-align: center;
  font-size: calc(0.825rem + 0.9vw);
  line-height: calc(0.8625rem + 1.35vw);
}
@media (min-width: 1200px) {
  .b-menu_mobile__nav > ul > li {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .b-menu_mobile__nav > ul > li {
    line-height: 1.875rem;
  }
}
.b-menu_mobile__nav > ul > li a {
  transition: color 0.25s ease-in;
  text-transform: uppercase;
}
@media (prefers-reduced-motion: reduce) {
  .b-menu_mobile__nav > ul > li a {
    transition: none;
  }
}
.b-menu_mobile__nav > ul > li a, .b-menu_mobile__nav > ul > li a:visited {
  color: #00F0FF;
  text-decoration: none;
}
.b-menu_mobile__nav > ul > li a:hover, .b-menu_mobile__nav > ul > li a:focus {
  color: #8471FF;
  text-decoration: none;
}
.b-menu_mobile__social > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.b-menu_mobile__social > ul > li {
  margin: 0;
  padding: 0;
}
.b-menu_mobile__social > ul > li, .b-menu_mobile__social > ul > * {
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.b-menu_mobile__social a {
  transition: color 0.25s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .b-menu_mobile__social a {
    transition: none;
  }
}
.b-menu_mobile__social a, .b-menu_mobile__social a:visited {
  color: #00F0FF;
  text-decoration: none;
}
.b-menu_mobile__social a:hover, .b-menu_mobile__social a:focus {
  color: #8471FF;
  text-decoration: none;
}
.b-menu_mobile__social a, .b-menu_mobile__social a .ic {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.b-menu_mobile__social a .ic, .b-menu_mobile__social a .ic .ic {
  filter: brightness(0) saturate(100%) invert(76%) sepia(72%) saturate(2376%) hue-rotate(134deg) brightness(99%) contrast(111%);
}
.b-menu_mobile__social a:hover .ic, .b-menu_mobile__social a:focus .ic, .b-menu_mobile__social a .ic:hover .ic, .b-menu_mobile__social a .ic:focus .ic {
  filter: brightness(0) saturate(100%) invert(70%) sepia(68%) saturate(6605%) hue-rotate(224deg) brightness(101%) contrast(101%);
}
.b-menu_mobile__logo, .b-menu_mobile__logo .ic {
  display: block;
  width: 5.4375rem;
  height: 1.875rem;
}
@media (min-width: 576px) {
  .b-menu_mobile__logo, .b-menu_mobile__logo .ic {
    width: 8.6875rem;
    height: 3rem;
  }
}
@media (min-width: 576px) {
  .b-menu_mobile__logo {
    margin-bottom: 0.625rem;
  }
}
.b-menu_mobile__close {
  transition: color 0.25s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .b-menu_mobile__close {
    transition: none;
  }
}
.b-menu_mobile__close, .b-menu_mobile__close:visited {
  color: #00F0FF;
  text-decoration: none;
}
.b-menu_mobile__close:hover, .b-menu_mobile__close:focus {
  color: #8471FF;
  text-decoration: none;
}
.b-menu_mobile__close, .b-menu_mobile__close .ic {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.b-menu_mobile__close .ic {
  filter: brightness(0) saturate(100%) invert(76%) sepia(72%) saturate(2376%) hue-rotate(134deg) brightness(99%) contrast(111%);
}
.b-menu_mobile__close:hover .ic, .b-menu_mobile__close:focus .ic {
  filter: brightness(0) saturate(100%) invert(70%) sepia(68%) saturate(6605%) hue-rotate(224deg) brightness(101%) contrast(101%);
}
.b-menu_mobile__text {
  font-size: calc(0.825rem + 0.9vw);
  line-height: calc(0.8625rem + 1.35vw);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .b-menu_mobile__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .b-menu_mobile__text {
    line-height: 1.875rem;
  }
}

.b-partners {
  position: relative;
}
.b-partners__container {
  margin: 0;
  margin-bottom: 3.75rem;
}
@media (min-width: 576px) {
  .b-partners__container {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .b-partners__container {
    margin-bottom: 7.5rem;
  }
}
.b-partners__logo {
  margin: 0;
}
.b-partners__logo > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.b-partners__logo > ul > li {
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .b-partners__logo > ul {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.b-partners__logo > ul > li, .b-partners__logo > ul > * {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 576px) {
  .b-partners__logo > ul > li, .b-partners__logo > ul > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .b-partners__logo > ul {
    margin: 0;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .b-partners__logo > ul > li, .b-partners__logo > ul > * {
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .b-partners__logo > ul {
    margin: 0;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .b-partners__logo > ul > li, .b-partners__logo > ul > * {
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .b-partners__logo > ul {
    justify-content: center;
  }
}
.b-partners__logo > ul > li {
  margin: 0;
  margin-bottom: 1.25rem;
}
.b-partners__logo > ul > li a {
  display: block;
}
.b-partners__logo .ic {
  display: block;
}
.b-partners__logo .ic__logo_unity {
  width: 5.1875rem;
  height: 1.875rem;
}
@media (min-width: 576px) {
  .b-partners__logo .ic__logo_unity {
    width: 13.75rem;
    height: 5rem;
  }
}
.b-partners__logo .ic__logo_open_loot {
  width: 6.9375rem;
  height: 1.875rem;
}
@media (min-width: 576px) {
  .b-partners__logo .ic__logo_open_loot {
    width: 18.625rem;
    height: 5rem;
  }
}
.b-partners__logo .ic__logo_ampverse {
  width: 2.8125rem;
  height: 1.875rem;
}
@media (min-width: 576px) {
  .b-partners__logo .ic__logo_ampverse {
    width: 7.5rem;
    height: 5rem;
  }
}
.b-partners__logo .ic__logo_epic {
  width: 1.25rem;
  height: 1.875rem;
}
@media (min-width: 576px) {
  .b-partners__logo .ic__logo_epic {
    width: 3.3125rem;
    height: 5rem;
  }
}

.b-popup {
  display: none;
  position: relative;
  z-index: 20;
}
.b-popup__overlay {
  transition: opacity 0.25s ease-in;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .b-popup__overlay {
    transition: none;
  }
}
.b-popup__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.b-popup__cell {
  margin: auto;
  max-width: 75rem;
  padding: 0 1.25rem;
}
@media (min-width: 576px) {
  .b-popup__cell {
    padding: 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .b-popup__cell {
    padding: 0 2.5rem;
  }
}
.b-popup__cell > div {
  box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  .b-popup__cell > div {
    box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1200px) {
  .b-popup__cell > div {
    box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.5);
  }
}
.b-popup.enable {
  display: block;
}
.b-popup.enable .b-popup__cell {
  transition: all 0.25s ease-in;
  opacity: 0;
  transform: scale(0.9);
}
@media (prefers-reduced-motion: reduce) {
  .b-popup.enable .b-popup__cell {
    transition: none;
  }
}
.b-popup.active .b-popup__overlay {
  opacity: 1;
}
.b-popup.active .b-popup__cell {
  opacity: 1;
  transform: scale(1);
}
.b-popup__close {
  transition: background 0.25s ease-in;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 25;
  background: rgba(34, 34, 34, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
@media (prefers-reduced-motion: reduce) {
  .b-popup__close {
    transition: none;
  }
}
@media (min-width: 576px) {
  .b-popup__close {
    width: 3rem;
    height: 3rem;
    top: 1.25rem;
    right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .b-popup__close {
    top: 2.5rem;
    right: 2.5rem;
  }
}
.b-popup__close .ic {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) saturate(100%) invert(76%) sepia(72%) saturate(2376%) hue-rotate(134deg) brightness(99%) contrast(111%);
}
@media (min-width: 576px) {
  .b-popup__close .ic {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.b-popup__close:hover, .b-popup__close:focus {
  background: #222222;
}

.b-popup_news__content {
  position: relative;
}
.b-popup_news__image {
  display: block;
  position: relative;
}
.b-popup_news__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.b-popup_news__image img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.b-popup_news__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-image: linear-gradient(to top, #222222 0%, transparent 50%);
}
.b-popup_news__text {
  position: relative;
  margin: 1.25rem;
  margin-top: -1.25rem;
}
@media (min-width: 576px) {
  .b-popup_news__text {
    margin: 2.5rem;
    margin-top: -2.5rem;
  }
}
@media (min-width: 992px) {
  .b-popup_news__text {
    margin: 3.75rem;
    margin-top: -3.75rem;
  }
}
.b-popup_news__text h3 {
  font-weight: 800;
  color: #ffffff;
}
.b-popup_subscribe__container {
  background: url(../img/bg_popup_subscribe.jpg) 50% 50% no-repeat #282829;
  background-size: cover;
  position: relative;
}
.b-popup_subscribe__content {
  margin: 0 auto;
  max-width: 45rem;
  padding: 0 1.25rem;
  padding-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 576px) {
  .b-popup_subscribe__content {
    padding: 0 1.875rem;
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .b-popup_subscribe__content {
    padding: 0 2.5rem;
    padding-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
.b-popup_subscribe__header {
  margin: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .b-popup_subscribe__header {
    margin-bottom: 2.5rem;
  }
}
.b-popup_subscribe__header h2, .b-popup_subscribe__header h3, .b-popup_subscribe__header h4 {
  color: #ffffff;
  text-align: center;
  margin: 0;
  margin-bottom: 1.25rem;
}
.b-popup_subscribe__form {
  margin: 0 auto;
  margin-bottom: 1.25rem;
  max-width: 32.5rem;
}

.b-roadmap {
  position: relative;
}
.b-roadmap__container.is-inner {
  margin: 0;
  margin-bottom: 3.75rem;
}
@media (min-width: 576px) {
  .b-roadmap__container.is-inner {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .b-roadmap__container.is-inner {
    margin-bottom: 5rem;
  }
}
.b-roadmap__more {
  text-align: center;
  margin: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .b-roadmap__more {
    margin-bottom: 2.5rem;
  }
}
.b-roadmap__slick {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  margin-bottom: 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.b-roadmap__slick > * {
  white-space: normal;
}
@media (min-width: 576px) {
  .b-roadmap__slick {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.b-roadmap__slick > .b-roadmap__item {
  display: inline-block !important;
  margin: 0 !important;
  width: 100%;
}
.b-roadmap__slick .b-roadmap__item {
  margin: 0;
  padding: 0 1.25rem;
}
@media (min-width: 576px) {
  .b-roadmap__slick .b-roadmap__item {
    padding: 0 1.875rem;
  }
}
.b-roadmap__items > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.b-roadmap__items > ul > li {
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .b-roadmap__items > ul {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.b-roadmap__items > ul > li, .b-roadmap__items > ul > * {
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 576px) {
  .b-roadmap__items > ul > li, .b-roadmap__items > ul > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .b-roadmap__items > ul {
    margin: 0;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .b-roadmap__items > ul > li, .b-roadmap__items > ul > * {
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.b-roadmap__items > ul > li {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .b-roadmap__items > ul > li {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    max-width: 50%;
    margin-bottom: 1.25rem;
  }
}
.b-roadmap__item {
  margin: 0;
  margin-bottom: 1.25rem;
}
.b-roadmap__item .b-img {
  margin: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .b-roadmap__item .b-img {
    margin-bottom: 1.875rem;
  }
}
.b-roadmap__item h4 {
  color: #ffffff;
}
.b-roadmap__item h4, .b-roadmap__item p {
  text-align: center;
}
@media (min-width: 576px) {
  .b-roadmap__item h4, .b-roadmap__item p {
    text-align: left;
  }
}
.b-roadmap__item a {
  transition: color 0.25s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .b-roadmap__item a {
    transition: none;
  }
}
.b-roadmap__item a, .b-roadmap__item a:visited {
  color: #ffffff;
  text-decoration: none;
}
.b-roadmap__item a:hover, .b-roadmap__item a:focus {
  color: #00F0FF;
  text-decoration: none;
}

.b-section .b-section__container {
  margin: 0;
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .b-section .b-section__container {
    margin-bottom: 8.75rem;
  }
}
.b-section-header .b-section__container {
  margin: 0;
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .b-section-header .b-section__container {
    margin-bottom: 6.25rem;
  }
}
.b-section__anchor {
  position: absolute;
  left: -9999px;
  top: -3.375rem;
}
@media (min-width: 576px) {
  .b-section__anchor {
    top: -5.125rem;
  }
}

.b-t_header {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  max-width: 46.25rem;
}
@media (min-width: 576px) {
  .b-t_header {
    margin-bottom: 3.75rem;
  }
}
.b-t_header p, .b-t_header h2, .b-t_header h3, .b-t_header h4 {
  text-align: center;
}
.b-t_header h2, .b-t_header h3, .b-t_header h4 {
  color: #ffffff;
}
.b-t_header h2 {
  font-weight: 800;
  text-transform: uppercase;
}
.b-t_header h3, .b-t_header h4 {
  font-weight: 600;
}
.b-t_header h4 {
  text-transform: uppercase;
}
.b-t_header p {
  font-weight: 500;
  color: #999999;
}
.b-t_header p, .b-t_header h2, .b-t_header h3, .b-t_header h4 {
  margin: 0;
  margin-bottom: 1.875rem;
}
@media (min-width: 576px) {
  .b-t_header p, .b-t_header h2, .b-t_header h3, .b-t_header h4 {
    margin-bottom: 2.5rem;
  }
}

.b-team {
  position: relative;
}
.b-team__container {
  margin: 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .b-team__container {
    margin-bottom: 6.25rem;
  }
}
.b-team__item {
  margin: 0;
  max-width: 8.5rem;
}
.b-team__item > ._img {
  margin: 0;
  margin-bottom: 1.25rem;
}
.b-team__item > ._img img {
  border-radius: 50%;
  width: 8.5rem;
  height: 8.5rem;
  background: #808080;
  display: block;
  margin: auto;
  object-fit: cover;
  object-position: center;
}
.b-team__item > ._name {
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}
.b-team__item > ._name p {
  font-size: calc(0.76875rem + 0.225vw);
  line-height: calc(0.825rem + 0.9vw);
}
@media (min-width: 1200px) {
  .b-team__item > ._name p {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .b-team__item > ._name p {
    line-height: 1.5rem;
  }
}
.b-team__item > ._sub {
  font-weight: 500;
  color: #999999;
  margin-top: 0.3125rem;
}
.b-team__item > ._sub p {
  font-size: calc(0.75625rem + 0.075vw);
  line-height: calc(0.7875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .b-team__item > ._sub p {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1200px) {
  .b-team__item > ._sub p {
    line-height: 1.125rem;
  }
}
.b-team__item p {
  text-align: center;
  margin: 0;
}
.b-team__slick {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  margin-bottom: 2.5rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 576px) {
  .b-team__slick {
    margin-bottom: 3.75rem;
  }
}
.b-team__slick > * {
  white-space: normal;
}
@media (min-width: 576px) {
  .b-team__slick {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.b-team__slick > .b-team__item {
  vertical-align: top;
  display: inline-block !important;
  margin: 0 !important;
}
.b-team__slick .b-team__item {
  margin: 0;
  margin-bottom: 1.25rem;
  padding: 0 1.25rem;
  max-width: 11rem;
}
@media (min-width: 576px) {
  .b-team__slick .b-team__item {
    padding: 0 1.875rem;
    max-width: 12.25rem;
  }
}
.b-team__slick.slick-slider .b-team__item {
  max-width: none !important;
}
.b-team__items > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.b-team__items > ul > li {
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .b-team__items > ul {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.b-team__items > ul > li, .b-team__items > ul > * {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 576px) {
  .b-team__items > ul > li, .b-team__items > ul > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .b-team__items > ul {
    margin: 0;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .b-team__items > ul > li, .b-team__items > ul > * {
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.b-team__items > ul > li {
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .b-team__items > ul > li {
    margin-bottom: 3.75rem;
  }
}

.b-timeline {
  background: url(../img/bg_timeline_original_1920.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .b-timeline {
    margin-bottom: 8.75rem;
  }
}
.b-timeline::before, .b-timeline::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1;
}
.b-timeline::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #000000);
}
.b-timeline::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 80%, #000000);
}
.b-timeline__container {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
.b-timeline__items {
  margin-top: 2.5rem;
}
.b-timeline__items > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.b-timeline__items > ul > li {
  margin: 0;
  padding: 0;
}
.b-timeline__items > ul > li, .b-timeline__items > ul > * {
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.b-timeline__items > ul > li {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .b-timeline__items > ul > li {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    max-width: 50%;
  }
}
.b-timeline__row {
  margin: 0;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (min-width: 576px) {
  .b-timeline__row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.b-timeline__row > li, .b-timeline__row > * {
  max-width: 100%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media (min-width: 576px) {
  .b-timeline__row > li, .b-timeline__row > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.b-timeline__row > ._col {
  flex-basis: 25%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 25%;
  display: flex;
}
.b-timeline__row.is-top .b-timeline__cell::before, .b-timeline__row.is-bottom .b-timeline__cell::before {
  content: "";
  background: #00F0FF;
  width: 2px;
  height: 2.5rem;
  position: absolute;
  left: 0;
}
.b-timeline__row.is-top .b-timeline__cell {
  margin-bottom: 3.75rem;
}
.b-timeline__row.is-top .b-timeline__cell::before {
  bottom: -3.125rem;
}
.b-timeline__row.is-bottom .b-timeline__cell {
  margin-top: 3.75rem;
}
.b-timeline__row.is-bottom .b-timeline__cell::before {
  top: -3.125rem;
}
.b-timeline__cell {
  display: block;
  position: relative;
}
.b-timeline__cell h4 {
  color: #ffffff;
  margin: 0;
  margin-bottom: 1.25rem;
}
.b-timeline__cell ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-timeline__cell ul > li {
  margin: 0;
  padding: 0;
}
.b-timeline__cell ul > li {
  font-size: calc(0.76875rem + 0.225vw);
  line-height: calc(0.825rem + 0.9vw);
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  margin-top: 0.625rem;
  position: relative;
  margin-left: 1.625rem;
}
@media (min-width: 1200px) {
  .b-timeline__cell ul > li {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .b-timeline__cell ul > li {
    line-height: 1.5rem;
  }
}
.b-timeline__cell ul > li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/icon_lightning_outline.svg) 50% 50% no-repeat;
  background-size: contain;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  left: -1.625rem;
  top: 0;
  height: calc(0.825rem + 0.9vw);
}
@media (min-width: 1200px) {
  .b-timeline__cell ul > li::before {
    height: 1.5rem;
  }
}
.b-timeline__cell ul > li.checked::before {
  background-image: url(../img/icon_lightning.svg);
}
.b-timeline__line_container {
  position: relative;
  height: 1.25rem;
}
.b-timeline__line_container > ._start, .b-timeline__line_container > ._end {
  font-size: calc(0.7875rem + 0.45vw);
  line-height: calc(0.825rem + 0.9vw);
  color: #000000;
  position: absolute;
  top: 0;
  height: 1.25rem;
  line-height: 1.25rem !important;
}
@media (min-width: 1200px) {
  .b-timeline__line_container > ._start, .b-timeline__line_container > ._end {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .b-timeline__line_container > ._start, .b-timeline__line_container > ._end {
    line-height: 1.5rem;
  }
}
.b-timeline__line_container > ._start {
  left: 0;
}
.b-timeline__line_container > ._end {
  right: 0;
}
.b-timeline__line {
  background-image: linear-gradient(to right, rgba(0, 240, 255, 0) 0%, #00F0FF 10%, #8471FF 90%, rgba(132, 113, 255, 0) 100%);
  display: block;
  position: relative;
}

.b-video {
  border-radius: 1.25rem;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.b-video::before {
  content: "";
  display: block;
  padding: 0;
  padding-top: 56.25%;
}
.b-video-1-2::before {
  padding-top: 50%;
}
.b-video-1-1::before {
  padding-top: 100%;
}
.b-video-9-16::before {
  padding-top: 56.25%;
}
.b-video-10-16::before {
  padding-top: 62.5%;
}
.b-video__preview {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
.b-video__preview > ._img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  background: #808080;
}
.b-video__preview > ._link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
.b-video__preview > ._link > span {
  transition: transform 0.25s ease-in;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.25rem;
  height: 6.25rem;
  margin: 0;
  margin-left: -3.125rem;
  margin-top: -3.125rem;
  border-radius: 50%;
  background: #00F0FF;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .b-video__preview > ._link > span {
    transition: none;
  }
}
.b-video__preview > ._link > span::before {
  content: "";
  transition: opacity 0.25s ease-in;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-image: linear-gradient(to right, #00F0FF, #8471FF);
}
@media (prefers-reduced-motion: reduce) {
  .b-video__preview > ._link > span::before {
    transition: none;
  }
}
.b-video__preview > ._link > span .ic {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin: 0;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(265deg) brightness(86%) contrast(106%);
  margin-left: -1.2rem;
}
.b-video__preview > ._link:hover > span, .b-video__preview > ._link:focus > span {
  background: #00F0FF;
}
.b-video__preview > ._link:hover > span::before, .b-video__preview > ._link:focus > span::before {
  opacity: 0;
}
.b-video > iframe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: #808080;
  width: 100%;
  height: 100%;
}

sub, sup,
.sub, .sup {
  font-size: 0.625rem;
  line-height: 0.75rem;
}

big,
.big {
  font-size: calc(1.3rem + 6.6vw);
  line-height: calc(1.3rem + 6.6vw);
}
@media (min-width: 1200px) {
  big,
.big {
    font-size: 6.25rem;
  }
}
@media (min-width: 1200px) {
  big,
.big {
    line-height: 6.25rem;
  }
}

small,
.small {
  font-size: calc(0.75625rem + 0.075vw);
  line-height: calc(0.7875rem + 0.45vw);
}
@media (min-width: 1200px) {
  small,
.small {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1200px) {
  small,
.small {
    line-height: 1.125rem;
  }
}

.h1,
h1 {
  font-size: calc(0.975rem + 2.7vw);
  line-height: calc(1.05rem + 3.6vw);
}
@media (min-width: 1200px) {
  .h1,
h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .h1,
h1 {
    line-height: 3.75rem;
  }
}

.h2,
h2 {
  font-size: calc(0.975rem + 2.7vw);
  line-height: calc(1.05rem + 3.6vw);
}
@media (min-width: 1200px) {
  .h2,
h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .h2,
h2 {
    line-height: 3.75rem;
  }
}

.h3,
h3 {
  font-size: calc(0.9rem + 1.8vw);
  line-height: calc(0.925rem + 2.1vw);
}
@media (min-width: 1200px) {
  .h3,
h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .h3,
h3 {
    line-height: 2.5rem;
  }
}

.h4,
h4 {
  font-size: calc(0.825rem + 0.9vw);
  line-height: calc(0.8625rem + 1.35vw);
}
@media (min-width: 1200px) {
  .h4,
h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .h4,
h4 {
    line-height: 1.875rem;
  }
}

.h5,
h5 {
  font-size: calc(0.7875rem + 0.45vw);
  line-height: calc(0.825rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h5,
h5 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .h5,
h5 {
    line-height: 1.5rem;
  }
}

.h6,
h6 {
  font-size: calc(0.75625rem + 0.075vw);
  line-height: calc(0.7875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .h6,
h6 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1200px) {
  .h6,
h6 {
    line-height: 1.125rem;
  }
}

.p,
p {
  font-size: calc(0.76875rem + 0.225vw);
  line-height: calc(0.825rem + 0.9vw);
}
@media (min-width: 1200px) {
  .p,
p {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .p,
p {
    line-height: 1.5rem;
  }
}

b,
strong {
  font-weight: 600;
}

.text-danger {
  color: #FF2D2D;
}

.container,
.container-fluid,
.container-xl {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 576px) {
  .container,
.container-fluid,
.container-xl {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .container,
.container-fluid,
.container-xl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

body.lock {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.hr {
  border: 0;
  border-top: 1px solid #808080;
  margin: 0;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.overall {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 25;
}
