/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Outfit:wght@100;400;500&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'stolzl';
  src: url("../fonts/stolzl/Stolzl-Thin.eot");
  src: local("stolzl"), local("stolzl-thin"), url("../fonts/stolzl/Stolzl-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/stolzl/Stolzl-Thin.woff2") format("woff2"), url("../fonts/stolzl/Stolzl-Thin.woff") format("woff"), url("../fonts/stolzl/Stolzl-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
:root {
  --grid-mt: 3.1em;
  --block-pd: 9.4em;
  --block-pd-md: 8.8em;
  --btn-fz: 15px;
  --cont-pd: 50px;
  --item-border-rad: 10px;
  --footer-height: 720px;
}
@media (max-width: 1679px) {
  :root {
    --footer-height: 600px;
  }
}
@media (max-width: 1439px) {
  :root {
    --grid-mt: 2em;
    --block-pd: 6em;
    --block-pd-md: 6em;
    --cont-pd: 30px;
  }
}
@media (max-width: 1279px) {
  :root {
    --footer-height: 600px;
  }
}
@media (max-width: 1023px) {
  :root {
    --item-border-rad: 6px;
    --footer-height: 500px;
  }
}
@media (max-width: 767px) {
  :root {
    --cont-pd: 20px;
    --btn-fz: 14px;
    --footer-height: 360px;
  }
}
@media (max-width: 600px) {
  :root {
    --grid-mt: 2em;
    --block-pd: 5em;
    --block-pd-md: 5em;
  }
}
@media (max-width: 479px) {
  :root {
    --footer-height: 390px;
  }
}

[data-animation^="innerAnimated"] {
  visibility: hidden;
}

.animated,
.innerAnimated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

/* fadeInUpScreen */
.fadeInUpScreen {
  -webkit-animation-name: fadeInUpScreen;
  animation-name: fadeInUpScreen;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.1, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.1, 1);
}

@-webkit-keyframes fadeInUpScreen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 60px, 0);
    transform: translate3d(10px, 60px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpScreen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 60px, 0);
    transform: translate3d(10px, 60px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* FadeInUpDemos */
.fadeInUpDemos {
  -webkit-animation-name: fadeInUpDemos;
  animation-name: fadeInUpDemos;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInUpDemos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpDemos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* FadeInUp */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* FadeIn */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* FadeInRight */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* SlideInRight */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}
/* FadeInLeft */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* FadeInDown */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Clipping */
.clipping {
  -webkit-animation-name: clipping;
  animation-name: clipping;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes clipping {
  0% {
    -webkit-clip-path: inset(-20px 100% -20px -20px);
    clip-path: inset(-20px 100% -20px -20px);
  }
  99% {
    -webkit-clip-path: inset(-20px -20px -20px -20px);
    clip-path: inset(-20px -20px -20px -20px);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clipping {
  0% {
    -webkit-clip-path: inset(-20px 100% -20px -20px);
    clip-path: inset(-20px 100% -20px -20px);
  }
  99% {
    -webkit-clip-path: inset(-20px -20px -20px -20px);
    clip-path: inset(-20px -20px -20px -20px);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
/* ClippingCircle */
.clippingCircle {
  -webkit-animation-name: clippingCircle;
  animation-name: clippingCircle;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

@-webkit-keyframes clippingCircle {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  99% {
    -webkit-clip-path: circle(110%);
    clip-path: circle(110%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clippingCircle {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  99% {
    -webkit-clip-path: circle(110%);
    clip-path: circle(110%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
/* FadeInUpText */
.fadeInUpText {
  -webkit-animation-name: fadeInUpText;
  animation-name: fadeInUpText;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*animations for payments block*/
@keyframes circleMove {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes imageMove1 {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes imageMove2 {
  from {
    -webkit-transform: translateX(-50%) rotate(-60deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-420deg);
  }
}
@keyframes imageMove3 {
  from {
    -webkit-transform: translateX(-50%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-480deg);
  }
}
@keyframes imageMove4 {
  from {
    -webkit-transform: translateX(-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-540deg);
  }
}
@keyframes imageMove5 {
  from {
    -webkit-transform: translateX(-50%) rotate(-240deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-600deg);
  }
}
@keyframes imageMove6 {
  from {
    -webkit-transform: translateX(-50%) rotate(-300deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-660deg);
  }
}
.text--fading .word {
  display: inline-flex;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: calc(70ms * var(--word-index) + 0ms);
}

.text--fading.innerAnimated .word {
  opacity: 1;
}

.text--folding .char {
  display: inline-flex;
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: bottom;
  transition: opacity 1.1s cubic-bezier(0.65, 0.05, 0.36, 1), transform 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: calc(30ms * var(--char-index) + 10ms);
}

.text--folding.innerAnimated .char {
  transform: rotateX(0deg);
  opacity: 1;
}

.text--turning .char {
  transform: rotateY(90deg) translateZ(0);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: calc(80ms * var(--char-index));
}

.text--turning.innerAnimated .char {
  transform: rotateY(0deg) translateZ(0);
  opacity: 1;
}

.text--turning-top.char {
  display: inline-flex;
  transform: translate3d(-50px, 40px, 150px) scale(0.8) rotateX(-90deg) translateZ(0);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: calc(200ms * var(--char-index));
  align-items: baseline;
  justify-content: center;
}

.text--turning-top.innerAnimated.char {
  transform: translate3d(0, 0, 0) scale(1) rotateX(0) translateZ(0);
  opacity: 1;
}

/*  Tags  */
html {
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  background-color: #0A0B20;
  scroll-behavior: smooth;
}

main {
  position: relative;
  z-index: 1;
  background-color: #0A0B20;
}

section,
footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FDFDFD;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 4.38rem;
  letter-spacing: -0.02em;
  line-height: 1.1845;
}
@media (max-width: 1679px) {
  h1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 3.9rem;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 7vw;
    line-height: 1.17;
  }
}
@media (max-width: 374px) {
  h1 {
    font-size: 6vw;
  }
}

h2 {
  font-size: 3.25rem;
  line-height: 1.08em;
  letter-spacing: -0.02em;
}
@media (max-width: 1439px) {
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1279px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 1.9rem;
  }
}

h3 {
  font-size: 3em;
  line-height: 1.084;
  letter-spacing: -.02em;
}
@media (max-width: 479px) {
  h3 {
    font-size: 9vw;
  }
}

h4 {
  font-size: 1.236rem;
  line-height: 1.318em;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h4 {
    line-height: 1.1em;
  }
}

h5 {
  font-size: 1.18rem;
  line-height: 1.381;
  letter-spacing: -0.02em;
}
@media (max-width: 1279px) {
  h5 {
    line-height: 1.1em;
  }
}

h6 {
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  h6 {
    font-size: 14px;
  }
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.747;
  letter-spacing: 0;
  color: #6F7983;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1279px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  p {
    line-height: 1.5;
  }
}
.section_inverse p:not(.sup) {
  color: #858689;
}

a {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease-in;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  margin: 0;
  list-style-type: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.647;
  letter-spacing: 0;
  font-weight: 500;
  color: #FDFDFD;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/*  Containers  */
.content-wrap {
  margin: 0;
  padding: 0;
  position: relative;
}

.cont {
  padding: 0 var(--cont-pd);
  margin: 0 auto;
  width: 100%;
}

.cont_lg {
  max-width: 1880px;
}

.cont_md {
  max-width: 1720px;
}

.cont_sm {
  max-width: 1450px;
}
@media (max-width: 767px) {
  .cont_sm {
    max-width: 600px;
  }
}

.cont_ft {
  max-width: 1570px;
  position: relative;
  z-index: 2;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*  General Classes */
.section_inverse h1,
.section_inverse h2,
.section_inverse h3,
.section_inverse h4,
.section_inverse h5,
.section_inverse h6,
.section_inverse .sub,
.section_inverse .sup {
  color: #FDFDFD;
}

/*Buttons*/
.btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: var(--btn-fz);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: capitalize;
  padding: 1.3em 2.6em 1.36em;
  border: 2px solid #1946C1;
  color: #fff;
  background-color: #1946C1;
  border-radius: 10px;
}
.btn:hover {
  background-color: #1039A8;
  border-color: #1039A8;
}
@media (max-width: 1279px) {
  .btn {
    padding: 1.3em 2.6em;
  }
}
.btn.btn_alt {
  background-color: #09A04F;
  border-color: #09A04F;
}
.btn.btn_alt:hover {
  background-color: #076E37;
  border-color: #076E37;
}
.btn.btn_alt2 {
  background-color: #4E0CB1;
  border-color: #4E0CB1;
}
.btn.btn_alt2:hover {
  background-color: #3E0D88;
  border-color: #3E0D88;
}
.btn.btn_header {
  font-size: calc(var(--btn-fz) - 1px);
  padding: 1.25em 2.4em 1.45em;
  text-align: center;
  background-image: linear-gradient(142deg, #1c4cd0 0%, #761cd0 100%);
  background-size: 100% auto;
  transition: 0.5s all cubic-bezier(0.65, 0.05, 0.36, 1);
  border: none;
  color: #fff;
}
.btn.btn_header:hover {
  background-size: 200% auto;
  background-position: right center;
}
@media (max-width: 1279px) {
  .btn.btn_header {
    padding: 1.1em 2.1em;
  }
}

.sub {
  margin-left: auto;
  margin-right: auto;
}

.sup {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: #FDFDFD;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .sup {
    margin-bottom: 1em;
  }
}
.sup.sup_alt {
  color: #FDFDFD;
}

.center {
  text-align: center;
}

.section_title span {
  position: relative;
}
.section_title span svg {
  z-index: 0;
  position: absolute;
  bottom: -3%;
  left: -7px;
  width: 100%;
}
@media (max-width: 1279px) {
  .section_title span svg {
    bottom: -5%;
  }
}
.section_title.animated .title_underline {
  stroke-dasharray: 550;
  stroke-dashoffset: 550;
  animation: 1.8s assinatura 0s forwards;
}

@-webkit-keyframes assinatura {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes assinatura {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes text-bg-animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes text-bg-animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.wrapper_bg,
.wrapper_bg-second,
.wrapper_bg-third {
  position: relative;
}
.wrapper_bg::before,
.wrapper_bg-second::before,
.wrapper_bg-third::before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/wrap-bg.png") no-repeat;
  background-size: 100%;
  background-position-y: 75%;
  z-index: 2;
}
@media (max-width: 1279px) {
  .wrapper_bg::before,
  .wrapper_bg-second::before,
  .wrapper_bg-third::before {
    background-position-y: 31%;
  }
}

.wrapper_bg::before {
  background-position-y: 110%;
  z-index: 1;
}

.wrapper_bg-second::before {
  background: url("../img/wrap-bg-2.png") no-repeat;
  background-position: center;
  z-index: 4;
}

.wrapper_bg-third::before {
  background: url("../img/wrap-bg-3.png") no-repeat;
  background-position: center;
}

.wrapper-content {
  position: relative;
}
.wrapper-content::after {
  content: '';
  position: absolute;
  pointer-events: none;
  height: 178vh;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/content-bg.png") no-repeat;
  background-size: 100%;
  background-position: bottom;
  z-index: 1;
}

/*  Loader  */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #0D1721;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #1946C1;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding-top: 34px;
  padding-bottom: 34px;
}
@media (max-width: 1279px) {
  header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .item:nth-of-type(1) {
  flex: 0 1 200px;
}
@media (max-width: 1023px) {
  header .item:nth-of-type(1) {
    flex-basis: 140px;
  }
}
header .item:nth-of-type(2) {
  flex: 0 1 auto;
}
header .item:nth-of-type(3) {
  flex: 0 1 200px;
  text-align: end;
}
@media (max-width: 1023px) {
  header .item:nth-of-type(3) {
    display: none;
  }
}
header .logo {
  display: inline-block;
  max-width: 164px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  header .logo {
    max-width: 130px;
  }
}
header .logo.logo_mobile {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
  animation-delay: 0.4s;
}
@media (min-width: 1024px) {
  header .logo.logo_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  header .logo.logo_mobile {
    left: 20px;
    top: 20px;
  }
}

@media (max-width: 1023px) {
  nav {
    display: none;
  }
}
nav li {
  display: inline-block;
}
nav li + li {
  margin-left: 1.35em;
}
@media (max-width: 1279px) {
  nav li + li {
    margin-left: 1em;
  }
}
nav .nav_link {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #FDFDFD;
  position: relative;
  padding: 0.5em 0;
}
nav .nav_link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FDFDFD;
  transition: width 0.2s ease;
}
nav .nav_link:hover {
  color: #FDFDFD;
}
nav .nav_link:hover:after {
  width: 100%;
}
nav .nav_link.free::before {
  content: 'Free';
  position: absolute;
  top: -10px;
  right: -45px;
  padding: 5px 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-image: linear-gradient(235deg, #5dc900 0%, #00743e 100%);
  background-size: cover;
  border-radius: 5px;
}
nav .btn_mob {
  display: none;
}

/* MOBILE_MENU */
.scroll-hidden {
  overflow: hidden;
}

.nav-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .nav-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    min-height: 0;
    text-align: center;
    margin-top: 0;
    padding: 0;
    background-color: #060715;
    border-radius: 0;
    overflow: hidden;
    z-index: 99;
    will-change: width, transform, transition, border-radius, height;
    -webkit-transition: height 0.8s ease, min-height 0.8s ease;
    transition: height 0.8s ease, min-height 0.8s ease;
  }
  .nav-mobile.is-active {
    border-radius: 0;
    height: 100vh;
    min-height: 370px;
    overflow: visible;
    overflow-y: auto;
  }
  .nav-mobile.is-active .menu {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .nav-mobile.is-active .menu a:after {
    background: #fff;
  }
  .nav-mobile.is-active li {
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-fill-mode: both;
  }
  .nav-mobile.is-active .logo_mobile {
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-fill-mode: both;
  }
  .nav-mobile li {
    display: block;
  }
  .nav-mobile li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .nav-mobile li:nth-of-type(2) {
    animation-delay: 0.6s;
  }
  .nav-mobile li:nth-of-type(3) {
    animation-delay: 0.7s;
  }
  .nav-mobile li:nth-of-type(4) {
    animation-delay: 0.8s;
  }
  .nav-mobile li:nth-of-type(5) {
    animation-delay: 0.9s;
  }
  .nav-mobile li:nth-of-type(6) {
    animation-delay: 1s;
  }
  .nav-mobile li .nav_link {
    font-size: 20px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0.4em;
  }
  .nav-mobile li .nav_link:after {
    background-color: #fff;
  }
  .nav-mobile li + li {
    margin-top: 7px;
    margin-left: 0;
  }
  .nav-mobile .btn_mob {
    display: inline-block;
    margin-top: 30px;
  }
  .nav-mobile .btn_mob a {
    display: inline-block;
    font-size: 16px;
    padding: 1.2em 2em;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .nav-mobile .btn_mob a {
    font-size: 14px;
    padding: 1em 2em;
  }
}

/*  Hamburger   */
.hamburger {
  display: none;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  will-change: transform;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.5s ease;
  cursor: pointer;
  opacity: 1;
  z-index: 100;
}
@media (max-width: 1023px) {
  .hamburger {
    display: block;
    right: 30px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .hamburger {
    right: 20px;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #FDFDFD;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.35s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 7px;
}
.hamburger span:nth-child(3) {
  top: 14px;
}
.hamburger.open span {
  background-color: #FDFDFD;
}
.hamburger.open span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
  background: #fff;
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  right: 60px;
}
.hamburger.open span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
  background: #fff;
}

.fixed-header {
  position: fixed;
  transform: translateY(-100%);
  padding-top: 5px;
  padding-bottom: 5px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0A0B20;
  transition: 0.3s all ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  .fixed-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.fixed-header.fixed-header__unvisable {
  transform: translateY(-100%);
  z-index: 99999;
}
.fixed-header.fixed-header__visable {
  transform: translateY(0);
  z-index: 99999;
}
.fixed-header .item:nth-of-type(2) {
  margin-left: 100px;
}
@media (max-width: 1439px) {
  .fixed-header .item:nth-of-type(2) {
    margin-left: 0;
  }
}
.fixed-header .logo-fixed {
  display: block;
  max-width: 80px;
}
.fixed-header .logo-fixed.logo_mobile {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 2;
  animation-delay: 0.4s;
}
@media (min-width: 1024px) {
  .fixed-header .logo-fixed.logo_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .fixed-header .logo-fixed.logo_mobile {
    left: 20px;
    row-gap: 40px;
  }
}
.fixed-header .logo {
  display: none;
}
.fixed-header .nav_link {
  color: #FDFDFD;
}
.fixed-header .nav_link:hover {
  color: #FDFDFD;
}
.fixed-header .nav_link::after {
  background-color: #FDFDFD;
}
.fixed-header .hamburger span {
  background-color: #FDFDFD;
}
@media (max-width: 1023px) {
  .fixed-header .btn.btn_header {
    display: none;
  }
}
@media (max-width: 1023px) {
  .fixed-header .btn_mob .btn.btn_header {
    display: block;
  }
}

.hero {
  position: relative;
  padding-top: 120px;
  z-index: 3;
}
@media (max-width: 1279px) {
  .hero {
    padding-top: 100px;
  }
}
@media (max-width: 1023px) {
  .hero {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 70px;
  }
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/hero/bg-part-2.png") no-repeat;
  background-position: bottom center;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero::before {
    background-size: 100%;
    bottom: -5px;
  }
}
@media (max-width: 479px) {
  .hero::before {
    background-size: 150%;
    bottom: -5px;
  }
}
.hero h2.section_title {
  margin-top: -11px;
  line-height: 1.3em;
}
.hero .section_title {
  max-width: 865px;
  min-height: 180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1279px) {
  .hero .section_title {
    max-width: 790px;
  }
}
@media (max-width: 1023px) {
  .hero .section_title {
    align-items: center;
    max-width: 645px;
    min-height: 145px;
  }
}
@media (max-width: 767px) {
  .hero .section_title {
    max-width: 490px;
    min-height: 110px;
  }
}
@media (max-width: 600px) {
  .hero .section_title {
    min-height: 90px;
    max-width: 420px;
  }
}
@media (max-width: 479px) {
  .hero .section_title {
    max-width: 100%;
    min-height: auto;
    flex-direction: column;
    gap: 0.4em;
  }
}
.hero .section_title .grad-1,
.hero .section_title .grad-2 {
  color: #fff;
}
.hero .section_title .grad-1 span,
.hero .section_title .grad-2 span {
  color: #FDFDFD;
  -webkit-text-fill-color: #FDFDFD;
}
.hero .section_title .title-wrap {
  margin-top: -1.65vw;
  display: block;
  width: 100%;
}
@media (max-width: 1279px) {
  .hero .section_title .title-wrap {
    margin-top: -3.65vw;
  }
}
@media (max-width: 479px) {
  .hero .section_title .title-wrap {
    margin-top: -1.65vw;
  }
}
.hero .sup {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 2.3em;
  background: linear-gradient(230deg, #fa7f3f 0%, #e92f4f 50%, #cb1a77 100%);
  padding: 0.65em 1.5em;
  border-radius: 90px;
}
@media (max-width: 1023px) {
  .hero .sup {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .hero .sup {
    font-size: 12px;
  }
}
.hero .descr {
  max-width: 450px;
  margin: 0.35em auto 0;
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1279px) {
  .hero .descr {
    margin: -0.65em auto 0;
  }
}
@media (max-width: 1023px) {
  .hero .descr {
    margin: 1em auto 0;
  }
}
@media (max-width: 767px) {
  .hero .descr {
    max-width: 380px;
    font-size: 16px;
    line-height: 27px;
  }
}
.hero .descr span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(125deg, #edb89c 0%, #7769e6 100%);
}
.hero .descr span img {
  max-width: fit-content;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.hero .hero_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 951px;
  padding-top: 110px;
}
@media (max-width: 1679px) {
  .hero .hero_inner {
    min-height: 870px;
    padding-top: 85px;
  }
}
@media (max-width: 1439px) {
  .hero .hero_inner {
    min-height: 800px;
  }
}
@media (max-width: 1279px) {
  .hero .hero_inner {
    min-height: 730px;
  }
}
@media (max-width: 1150px) {
  .hero .hero_inner {
    min-height: 700px;
  }
}
@media (max-width: 1023px) {
  .hero .hero_inner {
    min-height: 650px;
  }
}
@media (max-width: 850px) {
  .hero .hero_inner {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .hero .hero_inner {
    min-height: auto;
  }
}
@media (max-width: 479px) {
  .hero .hero_inner {
    padding-top: 50px;
  }
}
.hero .hero_inner .content-wrap {
  position: relative;
  z-index: 5;
}
.hero .hero_inner .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 0 70px #0000AA;
}
.hero .hero_inner .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  opacity: 0.7;
}
.hero .scene {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 65vh;
}
@media (max-width: 1679px) {
  .hero .scene {
    height: 34vw;
  }
}
@media (max-width: 767px) {
  .hero .scene {
    display: none;
  }
}
.hero .scene .img-wrap:nth-of-type(1) {
  position: absolute;
  max-width: 700px;
  width: 40%;
  bottom: 19.9%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero .scene .img-wrap:nth-of-type(2) {
  position: absolute;
  max-width: 175px;
  width: 10%;
  top: 2.4%;
  left: 13.5%;
}
@media (max-width: 1023px) {
  .hero .scene .img-wrap:nth-of-type(2) {
    display: none;
  }
}
.hero .scene .img-wrap:nth-of-type(3) {
  position: absolute;
  max-width: 152px;
  width: 9%;
  top: 28.4%;
  left: 4%;
  z-index: 2;
}
@media (max-width: 1023px) {
  .hero .scene .img-wrap:nth-of-type(3) {
    left: 8%;
  }
}
.hero .scene .img-wrap:nth-of-type(4) {
  position: absolute;
  max-width: 197px;
  width: 12%;
  bottom: 26.9%;
  left: 9.4%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .hero .scene .img-wrap:nth-of-type(4) {
    bottom: 22.9%;
    left: 12.4%;
  }
}
.hero .scene .img-wrap:nth-of-type(5) {
  position: absolute;
  max-width: 60px;
  width: 4%;
  bottom: 42%;
  left: 24.4%;
}
@media (max-width: 1023px) {
  .hero .scene .img-wrap:nth-of-type(5) {
    top: 24%;
    bottom: auto;
  }
}
.hero .scene .img-wrap:nth-of-type(6) {
  position: absolute;
  max-width: 281px;
  width: 16%;
  top: 26%;
  left: 20.4%;
  z-index: 2;
}
@media (max-width: 1023px) {
  .hero .scene .img-wrap:nth-of-type(6) {
    display: none;
  }
}
.hero .scene .img-wrap:nth-of-type(7) {
  position: absolute;
  max-width: 107px;
  width: 7%;
  top: 10.8%;
  right: 28.2%;
  z-index: 2;
}
.hero .scene .img-wrap:nth-of-type(8) {
  position: absolute;
  max-width: 194px;
  width: 11%;
  bottom: 42.7%;
  right: 25.8%;
  z-index: 2;
}
@media (max-width: 1023px) {
  .hero .scene .img-wrap:nth-of-type(8) {
    display: none;
  }
}
.hero .scene .img-wrap:nth-of-type(9) {
  position: absolute;
  max-width: 60px;
  width: 4%;
  top: 29%;
  right: 22.8%;
}
@media (max-width: 1023px) {
  .hero .scene .img-wrap:nth-of-type(9) {
    top: 45%;
  }
}
.hero .scene .img-wrap:nth-of-type(10) {
  position: absolute;
  max-width: 262px;
  width: 15%;
  bottom: 24%;
  right: 10%;
}
@media (max-width: 1023px) {
  .hero .scene .img-wrap:nth-of-type(10) {
    display: none;
  }
}
.hero .scene .img-wrap:nth-of-type(11) {
  position: absolute;
  max-width: 281px;
  width: 16%;
  top: 6.2%;
  right: 4%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .hero .scene .img-wrap:nth-of-type(11) {
    bottom: 26.2%;
    top: auto;
  }
}
.hero .scene .img-wrap:nth-of-type(12) {
  position: absolute;
  max-width: 78px;
  width: 16%;
  top: 1%;
  right: 16.8%;
  z-index: 2;
}
@media (max-width: 1023px) {
  .hero .scene .img-wrap:nth-of-type(12) {
    width: 6%;
    bottom: 61%;
    top: auto;
  }
}

/* Basic */
.block .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .block .grid {
    grid-template-columns: 1fr;
    grid-gap: 45px;
    align-items: start;
  }
}
.block .section_title {
  margin-bottom: 0.53em;
  margin-left: -3px;
}
@media (max-width: 767px) {
  .block .section_title {
    margin-left: -2px;
  }
}
.block .btn {
  margin-top: 1.7em;
}
@media (max-width: 1023px) {
  .block .btn {
    margin-top: 1.2em;
  }
}
.block .list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 575px;
  margin-top: 1.7em;
}
@media (max-width: 1023px) {
  .block .list-wrap {
    max-width: 450px;
    margin-top: 1.3em;
    grid-template-columns: 1.1fr 1fr;
  }
}
@media (max-width: 479px) {
  .block .list-wrap {
    margin-top: 1.2em;
    grid-gap: 5px;
    grid-template-columns: 1fr;
  }
}
.block li + li {
  margin-top: 17px;
}
@media (max-width: 1439px) {
  .block li + li {
    margin-top: 8px;
  }
}
@media (max-width: 600px) {
  .block li + li {
    margin-top: 5px;
  }
}
.block li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 33px;
}
@media (max-width: 1023px) {
  .block li {
    padding-left: 25px;
  }
}
.block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 21px;
  height: 21px;
  background: url(../img/elm/check.svg) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .block li::before {
    width: 18px;
    height: 18px;
    top: 4px;
  }
}
@media (max-width: 767px) {
  .block li::before {
    top: 4px;
  }
}
.block li span {
  flex: 0 0 auto;
}
.block li .text {
  margin-top: 4px;
}
.block .img-wrap {
  position: relative;
}
.block .img-wrap img:not(:first-of-type) {
  position: absolute;
}
.block .img-wrap img:first-of-type {
  position: relative;
}
.block .content {
  max-width: 580px;
}
@media (max-width: 1023px) {
  .block .content {
    max-width: 100%;
  }
}
.block .cont {
  position: relative;
  z-index: 2;
}

/*    Elm    */
.elm {
  padding-top: var(--block-pd);
  padding-bottom: calc(var(--block-pd) - 17px);
  overflow: visible;
}
@media (max-width: 1279px) {
  .elm {
    padding-bottom: calc(var(--block-pd) - 10px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .elm .grid {
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 1439px) {
  .elm .item:nth-of-type(2) {
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .elm .item:nth-of-type(2) {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .elm .item:nth-of-type(2) {
    padding-left: 0;
  }
}
.elm .content-wrap {
  margin-top: -2.6em;
}
@media (max-width: 1023px) {
  .elm .content-wrap {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    max-width: 620px;
  }
}
.elm .content-wrap p {
  margin-right: 2.5em;
}
@media (max-width: 1279px) {
  .elm .content-wrap p {
    margin-right: 0;
  }
}
.elm .img-wrap {
  padding-bottom: 13.7%;
}
.elm .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  margin-left: auto;
  width: 79%;
  max-width: 520px;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.08);
}
.elm .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 4.6%;
  left: 0;
  width: 64%;
  max-width: 426px;
  box-shadow: 5px 15px 50px rgba(19, 7, 1, 0.1);
}
.elm .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  top: 17%;
  left: 18.4%;
  width: 11%;
  max-width: 65px;
}
.elm .img-wrap > img:nth-of-type(4) {
  z-index: 2;
  top: 33.3%;
  left: 0;
  width: 35%;
  max-width: 226px;
}

/*    WOOC    */
.wooc {
  padding-top: var(--cont-pd);
  padding-bottom: calc(var(--block-pd) - 1px);
  overflow: visible;
  z-index: 2;
}
@media (max-width: 767px) {
  .wooc {
    padding-bottom: calc(var(--block-pd) + 20px);
  }
}
@media (max-width: 767px) {
  .wooc .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
  }
  .wooc .grid .item:nth-of-type(1) {
    margin-top: 30px;
  }
}
.wooc .grid .item:nth-of-type(2) {
  margin-bottom: -0.6em;
}
@media (max-width: 767px) {
  .wooc .grid .item:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.wooc .section_title {
  margin-bottom: 0.45em;
}
@media (max-width: 767px) {
  .wooc .section_title {
    max-width: 500px;
  }
}
.wooc .item p {
  max-width: 540px;
  color: #6F7983;
}
.wooc .item p.sup {
  color: #FDFDFD;
}
.wooc .btn {
  margin-top: 1.9em;
}
.wooc .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 598px;
  padding-top: 2%;
  z-index: 5;
}
@media (max-width: 767px) {
  .wooc .content-wrap {
    padding-right: 0;
    margin-left: 0;
    padding-bottom: 3em;
  }
}
@media (max-width: 1439px) {
  .wooc .item:nth-of-type(1) {
    padding-top: 0;
    margin-right: 0;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .wooc .item:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .wooc .item:nth-of-type(1) {
    margin-left: 0;
    padding: 0;
  }
}
.wooc .img-wrap {
  padding: 0 6.5% 0% 1.3%;
}
.wooc .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
}
.wooc .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: -0.5%;
  bottom: 0%;
  width: 42%;
  max-width: 283px;
}
@media (max-width: 1439px) {
  .wooc .img-wrap img:nth-of-type(2) {
    right: 0;
  }
}
.wooc .img-wrap img:nth-of-type(3) {
  z-index: 3;
  right: 10.2%;
  top: 11.3%;
  width: 23%;
  max-width: 65px;
}
.wooc .img-wrap img:nth-of-type(4) {
  z-index: 4;
  left: 3%;
  top: -12%;
  width: 14.5%;
  max-width: 121px;
}
.wooc .img-wrap img:nth-of-type(5) {
  z-index: 4;
  left: 3.1%;
  top: 3%;
  width: 17%;
  max-width: 97px;
}

/*    BOOK    */
.book {
  padding-bottom: calc(var(--block-pd) + 46px);
  overflow: visible;
  z-index: 2;
}
@media (max-width: 1023px) {
  .book {
    padding-bottom: var(--block-pd);
  }
}
@media (max-width: 767px) {
  .book .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
  }
  .book .grid .item:nth-of-type(1) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .book .section_title {
    max-width: 500px;
  }
}
.book p {
  max-width: 540px;
}
.book .btn {
  margin-top: 2.1em;
}
.book .content-wrap {
  position: relative;
  margin-left: auto;
  padding-top: 6.5%;
  max-width: 595px;
  z-index: 5;
}
@media (max-width: 1279px) {
  .book .content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .book .content-wrap {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1439px) {
  .book .item:nth-of-type(1) {
    padding-top: 0;
    margin-right: 0;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .book .item:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .book .item:nth-of-type(1) {
    margin-left: 0;
    padding: 0;
  }
}
.book .img-wrap {
  padding: 0;
}
.book .img-wrap img:nth-of-type(1) {
  width: 84%;
  max-width: 560px;
  z-index: 1;
  box-shadow: 5px 15px 50px rgba(19, 7, 1, 0.1);
}
.book .img-wrap img:nth-of-type(2) {
  z-index: 2;
  right: 0%;
  bottom: -11.5%;
  width: 48%;
  max-width: 330px;
  box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1680px) {
  .book .img-wrap img:nth-of-type(2) {
    right: 5%;
  }
}

/* Plugins */
.plugins {
  position: relative;
  padding-bottom: calc(var(--block-pd) + 14px);
  overflow: visible;
}
@media (max-width: 1439px) {
  .plugins {
    padding-bottom: var(--block-pd);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .plugins .grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
.plugins .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 641px;
  z-index: 5;
  padding-right: 4em;
}
@media (max-width: 1679px) {
  .plugins .content-wrap {
    max-width: 613px;
  }
}
@media (max-width: 1440px) {
  .plugins .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 1279px) {
  .plugins .content-wrap {
    max-width: 535px;
    padding-right: 0;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .plugins .content-wrap {
    padding-left: 0;
    margin-left: 0;
  }
}
.plugins .section_title {
  margin-right: 1em;
  margin-bottom: 0.47em;
  font-size: 3.13rem;
  line-height: 1.07em;
  letter-spacing: -0.03em;
}
@media (max-width: 1439px) {
  .plugins .section_title {
    font-size: 3rem;
  }
}
@media (max-width: 1279px) {
  .plugins .section_title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .plugins .section_title {
    font-size: 2.3rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .plugins .section_title {
    font-size: 2.1rem;
  }
}
@media (max-width: 479px) {
  .plugins .section_title {
    font-size: 1.7rem;
  }
}
.plugins .btn {
  margin-top: 2em;
}
@media (max-width: 1023px) {
  .plugins .btn {
    margin-top: 1.2em;
  }
}
.plugins .inner_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  text-align: center;
  padding-right: 35px;
}
@media (max-width: 1279px) {
  .plugins .inner_grid {
    padding-right: 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .plugins .inner_grid {
    grid-template-columns: 1fr;
  }
}
.plugins .inner_item {
  height: 200px;
  box-sizing: border-box;
  padding: 1em 15px 2.7em;
  background-color: #13142B;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1679px) {
  .plugins .inner_item {
    height: 193px;
  }
}
@media (max-width: 1439px) {
  .plugins .inner_item {
    height: 187px;
  }
}
@media (max-width: 1279px) {
  .plugins .inner_item {
    height: 180px;
  }
}
@media (max-width: 1023px) {
  .plugins .inner_item {
    height: 173px;
    padding-bottom: 2.2em;
  }
}
.plugins .inner_item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.plugins .inner_item .item_title {
  margin: 1.15em 0 0.5em;
  font-weight: 600;
}
@media (max-width: 1279px) {
  .plugins .inner_item .item_title {
    margin-top: .8em;
  }
}
.plugins .inner_item p {
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1em;
  color: #858689;
}
.plugins .inner_item:nth-of-type(9) img {
  padding-bottom: 5px;
}

.payments {
  padding-top: calc(var(--block-pd) + 1px);
  padding-bottom: calc(var(--block-pd) - 21px);
}
@media (max-width: 1439px) {
  .payments {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payments .grid {
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 767px) {
  .payments .grid {
    grid-gap: 25px;
  }
}
.payments .content-wrap:nth-of-type(1) {
  padding-bottom: 1%;
}
@media (min-width: 768px) {
  .payments .content-wrap {
    padding-left: 0;
    max-width: 600px;
  }
}
.payments .sup {
  max-width: 109px;
}
.payments p {
  max-width: 570px;
}
.payments .btn {
  margin-top: 2.1em;
}
.payments .inner_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .payments .inner_grid {
    justify-content: flex-start;
  }
}
.payments .inner_grid .inner_item {
  width: 28.7%;
  max-width: 194px;
  padding-top: 28.7%;
  background-color: #13142B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.payments .inner_grid .inner_item .inner_item_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 80px;
  width: 45%;
}
.payments .inner_grid .inner_item .curve {
  position: absolute;
  width: 204.3%;
  top: 0;
  left: 0;
  z-index: 0;
  transform: rotate(90deg);
}
@media (max-width: 1023px) {
  .payments .inner_grid .inner_item .curve {
    width: 209.5%;
  }
}
@media (max-width: 767px) {
  .payments .inner_grid .inner_item .curve {
    width: 204.3%;
  }
}
@media (max-width: 479px) {
  .payments .inner_grid .inner_item .curve {
    width: 212%;
  }
}
.payments .inner_grid .inner_item .curve.curve2 {
  transform: rotate(0);
  right: 0;
  left: auto;
}
.payments .inner_grid .inner_item:nth-of-type(2) .inner_item_img {
  max-width: 50px;
  width: 26%;
}
.payments .inner_grid .inner_item:nth-of-type(3) .inner_item_img {
  max-width: 81px;
  width: 45%;
}
.payments .inner_grid .inner_item:nth-of-type(5) .inner_item_img {
  max-width: 124px;
  width: 65%;
}

.responsive {
  height: 806px;
  background-color: #060715;
}
@media (max-width: 1439px) {
  .responsive {
    height: 700px;
  }
}
@media (max-width: 1279px) {
  .responsive {
    height: 520px;
  }
}
@media (max-width: 1023px) {
  .responsive {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .responsive {
    height: auto;
  }
}
@media (max-width: 767px) {
  .responsive {
    padding-top: var(--block-pd);
  }
}
.responsive .responsive_text {
  height: 100%;
}
.responsive .responsive_text .grid {
  grid-gap: 40px;
}
.responsive .grid {
  height: 100%;
}
@media (max-width: 767px) {
  .responsive .grid {
    grid-gap: 0;
  }
}
.responsive .content-wrap {
  position: relative;
  max-width: 465px;
  padding-top: 6%;
  z-index: 5;
}
@media (max-width: 767px) {
  .responsive .content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .responsive .item:nth-of-type(2) {
    margin-left: 0;
    padding: 0;
  }
}

.responsive_devices {
  --gap: 31px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1023px) {
  .responsive_devices {
    --gap: 20px;
  }
}
@media (max-width: 767px) {
  .responsive_devices {
    position: relative;
    height: 320px;
  }
}
@media (max-width: 479px) {
  .responsive_devices {
    --gap: 15px;
  }
}
.responsive_devices .responsive_devices_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.responsive_devices .responsive_devices_column {
  display: flex;
  flex-direction: column;
}
.responsive_devices .responsive_devices_column:nth-child(1) .responsive_devices_list {
  animation-duration: 75s;
}
.responsive_devices .responsive_devices_column:nth-child(2) .responsive_devices_list {
  animation-duration: 85s;
}
.responsive_devices .responsive_devices_column:nth-child(3) .responsive_devices_list {
  animation-duration: 90s;
}
.responsive_devices .responsive_devices_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--gap);
  animation: scrollDevices 60s linear infinite;
}
.responsive_devices .responsive_devices_list:hover {
  animation-play-state: paused;
}

@keyframes scrollDevices {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.marquee {
  padding: 5.9em 0 5.75em;
  overflow: hidden;
  background-color: #0A0B20;
  border-bottom: 1px solid #1B2936;
}
@media (max-width: 1279px) {
  .marquee {
    padding: 4rem 0 3.7em;
  }
}
@media (max-width: 767px) {
  .marquee {
    padding: 1.7rem 0;
  }
}
.marquee .marquee_text {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 74px;
  letter-spacing: -.02em;
  line-height: 1em;
  font-weight: 200;
  color: #4E0CB1;
  position: relative;
  animation: marquee 8s linear infinite;
}
@media (max-width: 1279px) {
  .marquee p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .marquee p {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .marquee p {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .marquee p {
    font-size: 28px;
  }
}
.marquee p span {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 200;
  font-size: 0.77em;
  letter-spacing: -.02em;
  position: relative;
  top: 4px;
}
@media (max-width: 1279px) {
  .marquee p span {
    margin-left: 20px;
    margin-right: 20px;
    top: 2px;
  }
}
@media (max-width: 479px) {
  .marquee p span {
    margin-left: 15px;
    margin-right: 15px;
    top: 0;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.marquee-sales {
  padding: 0.95em 0;
  overflow: visible;
}
.marquee-sales .marquee_text {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.marquee-sales p {
  position: relative;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(122deg, #edb89c 0%, #7769e6 100%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 174px;
  padding-right: 10px;
  letter-spacing: -.07em;
  line-height: 1em;
  font-weight: 700;
  color: #4E0CB1;
  animation: marquee 8s linear infinite;
}
@media (max-width: 1279px) {
  .marquee-sales p {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .marquee-sales p {
    font-size: 90px;
  }
}
@media (max-width: 479px) {
  .marquee-sales p {
    font-size: 60px;
  }
}
.marquee-sales p span {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 700;
  font-size: 0.77em;
  letter-spacing: -.02em;
  position: relative;
  bottom: 50px;
}
@media (max-width: 1279px) {
  .marquee-sales p span {
    bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .marquee-sales p span {
    bottom: 20px;
  }
}
@media (max-width: 479px) {
  .marquee-sales p span {
    bottom: 10px;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.footer {
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("../img/footer/bg.png");
  height: var(--footer-height);
}
@media (max-width: 1439px) {
  .footer {
    background-size: contain;
    background-position: bottom;
  }
}
.footer .cont_md {
  max-width: 1530px;
  position: relative;
  z-index: 2;
}
.footer .cont_ft {
  height: 100%;
}
.footer .top {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .top .inner {
  margin: 0 auto;
  max-width: 770px;
}
@media (max-width: 1439px) {
  .footer .top .inner {
    max-width: 700px;
  }
}
@media (max-width: 1023px) {
  .footer .top .inner {
    margin: 0 auto;
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  .footer .top .inner {
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
.footer .top .inner .sup {
  margin-bottom: 1.3em;
}
.footer .section_title span {
  position: relative;
}
.footer .section_title span svg {
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 5%;
  width: calc(100% - 10px);
}
@media (max-width: 1279px) {
  .footer .section_title span svg {
    bottom: 0;
  }
}
@media (max-width: 479px) {
  .footer .section_title span svg {
    bottom: -9%;
  }
}
.footer .btn_wrap {
  margin-top: 2.2em;
}
@media (max-width: 767px) {
  .footer .btn_wrap {
    margin-top: 1.5em;
  }
}
.footer .btn_wrap .btn {
  padding: 1.32em 2.7em;
}
.footer .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 var(--cont-pd);
  width: 100%;
}
.footer .bottom .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2.8em;
  padding-bottom: 2.65em;
  border-top: 1px solid rgba(112, 112, 112, 0.35);
}
@media (max-width: 1023px) {
  .footer .bottom .grid {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (max-width: 767px) {
  .footer .bottom .grid {
    padding-top: 0.8em;
    padding-bottom: 1em;
  }
}
.footer .bottom .item {
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  .footer .bottom .item {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer .bottom p {
  color: #7C838D;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer .bottom p {
    font-size: 14px;
  }
}
.footer .bottom p:nth-of-type(2) {
  color: #7C838D;
}
.footer .bottom p a {
  font: inherit;
  color: inherit;
  text-transform: none;
  position: relative;
}
.footer .bottom p a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.footer .bottom p a:hover:after {
  width: 100%;
}

/* ScrollTop */
.scrollTop {
  width: 50px;
  height: 50px;
  bottom: 70px;
  right: var(--cont-pd);
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background: #1946C1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
  opacity: 0;
  padding: 0;
  transform: translateY(100px);
}
@media (max-width: 347px) {
  .scrollTop {
    bottom: 20px;
  }
}
.scrollTop:hover {
  background: #1039A8;
}
.scrollTop:after {
  color: #fff;
  content: "\e807";
  font-size: 13px;
  font-family: "fontello";
  text-align: center;
  display: block;
  position: absolute;
  line-height: 42px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.scrollTop.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* this gets mozilla */
@-moz-document url-prefix() {
  .scrollTop:after {
    left: 49%;
  }
}
.new-update {
  z-index: 3;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .new-update {
    padding-top: var(--block-pd);
  }
}
.new-update p:not(.sup) {
  margin-top: 1.3em;
  font-size: calc(1rem + 1px);
}
.new-update .image_wrapper {
  margin-top: 3.2em;
}
.new-update .image_wrapper .parallax_wrapper {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 31px;
}
@media (max-width: 1023px) {
  .new-update .image_wrapper .parallax_wrapper {
    gap: 15px;
    row-gap: 15px;
  }
}
@media (max-width: 479px) {
  .new-update .image_wrapper .parallax_wrapper {
    gap: 0;
    row-gap: 15px;
  }
}
.new-update .image_wrapper .item {
  flex-basis: calc((100% - 60px) / 3);
}
@media (max-width: 1023px) {
  .new-update .image_wrapper .item {
    flex-basis: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767px) {
  .new-update .image_wrapper .item {
    flex-basis: calc((100% - 15px) / 2);
  }
}
@media (max-width: 479px) {
  .new-update .image_wrapper .item {
    flex-basis: 100%;
  }
}
.new-update .image_wrapper .item img {
  border-radius: 15px;
}

.ai-content {
  position: relative;
  z-index: 3;
}
.ai-content .section_title {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .ai-content .section_title {
    max-width: 665px;
  }
}
@media (max-width: 1279px) {
  .ai-content .section_title {
    max-width: 600px;
  }
}
@media (max-width: 1023px) {
  .ai-content .section_title {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .ai-content .section_title {
    max-width: 440px;
  }
}
@media (max-width: 767px) {
  .ai-content .section_title {
    max-width: 340px;
  }
}
.ai-content .images_wrapper {
  margin-top: 3.55em;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ai-content .images_wrapper {
    row-gap: 40px;
  }
}
.ai-content .images_wrapper .item {
  flex-basis: calc((100% - 48px) / 4 );
}
@media (max-width: 767px) {
  .ai-content .images_wrapper .item {
    flex-basis: calc((100% - 16px) / 2 );
  }
}
@media (max-width: 479px) {
  .ai-content .images_wrapper .item {
    flex-basis: 100%;
  }
}
.ai-content .images_wrapper .item img {
  border-radius: 15px;
}
.ai-content .images_wrapper .item h5 {
  margin-top: 1.3em;
  font-weight: 600;
}

.ai-text {
  position: relative;
  z-index: 3;
  padding-bottom: var(--block-pd);
}
.ai-text .cont {
  max-width: 1180px;
}
.ai-text .cont {
  position: relative;
  z-index: 5;
}
.ai-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/ai-text/bg.png") no-repeat;
  background-size: 100%;
  background-position: center top;
  z-index: 2;
}
@media (max-width: 720px) {
  .ai-text::after {
    background-size: cover;
  }
}
.ai-text .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1679px) {
  .ai-text .video-wrapper {
    max-height: 70%;
  }
}
@media (max-width: 1279px) {
  .ai-text .video-wrapper {
    max-height: 52%;
  }
}
@media (max-width: 1023px) {
  .ai-text .video-wrapper {
    max-height: 43%;
  }
}
@media (max-width: 767px) {
  .ai-text .video-wrapper {
    max-height: 49%;
  }
}
.ai-text .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ai-text p:not(.sup) {
  margin-top: 1.45em;
  font-size: calc(1rem + 1px);
}
.ai-text .img_wrapper {
  position: relative;
  margin-top: 3.2em;
}
.ai-text .img_wrapper > img {
  border-radius: 15px;
  max-width: 84.3%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ai-text .img_wrapper > img {
    max-width: 100%;
    margin-top: 30px;
  }
}
.ai-text .img_wrapper .images_list {
  position: absolute;
  top: 20.7%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .ai-text .img_wrapper .images_list {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ai-text .img_wrapper .images_list {
    position: relative;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .ai-text .img_wrapper .images_list {
    flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .ai-text .img_wrapper .images_list {
    flex-direction: column;
  }
}
.ai-text .img_wrapper .item {
  padding: 1.5em 30px 1.7em;
  height: auto;
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .ai-text .img_wrapper .item {
    top: 16.7%;
    padding: 1em 20px 1.2em;
  }
}
@media (max-width: 767px) {
  .ai-text .img_wrapper .item {
    flex-basis: calc((100% - 20px) / 3);
  }
}
@media (max-width: 600px) {
  .ai-text .img_wrapper .item {
    flex-basis: 100%;
  }
}
.ai-text .img_wrapper .item img {
  max-height: 48px;
}
@media (max-width: 1023px) {
  .ai-text .img_wrapper .item img {
    max-height: 40px;
  }
}
.ai-text .img_wrapper .item h6 {
  margin-top: 0.9em;
  color: #070219;
}

.reward {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding-top: calc(var(--block-pd) - 54px);
  padding-bottom: calc(var(--block-pd) - 30px);
  z-index: 2;
}
@media (max-width: 1439px) {
  .reward {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
.reward .cont {
  position: relative;
  z-index: 2;
}
.reward .reward_content {
  margin: 0 auto;
  max-width: 458px;
}
.reward h3 {
  margin-top: -0.15em;
  color: #fff;
}

.wrapper_reward {
  position: relative;
  overflow: hidden;
}
.wrapper_reward::before {
  content: '';
  position: absolute;
  top: -3%;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/reward/bg.png") no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

/* Customer Testimonials */
.customer-testimonials {
  padding-top: calc(var(--block-pd) + 24px);
}
@media (max-width: 1439px) {
  .customer-testimonials {
    padding-top: var(--block-pd);
  }
}
.customer-testimonials .customer-testimonials__header {
  position: relative;
  z-index: 1;
  text-align: center;
}
.customer-testimonials .customer-testimonials__header .description {
  max-width: 530px;
  margin: 0 auto;
  font-size: 1.0588em;
  line-height: 1.61em;
  color: #6F7983;
}
.customer-testimonials .customer-testimonials__header .avatars img {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.customer-testimonials .customer-testimonials__header .avatars img + img {
  margin-left: -9px;
}
.customer-testimonials .customer-testimonials__header .counter_reviews {
  font-size: 1.0588em;
  line-height: 1.61em;
  font-weight: 500;
  color: #161718;
}
.customer-testimonials .customer-testimonials__header .counter_reviews .mark {
  font-family: "DM Sans", sans-serif;
  color: #6F7983;
}
.customer-testimonials .customer-testimonials__header h2 + .description {
  margin-top: 23px;
}
.customer-testimonials .customer-testimonials__header .description + .avatars {
  margin-top: 42px;
}
.customer-testimonials .customer-testimonials__header .avatars + .counter_reviews {
  margin-top: 16px;
}
@keyframes scrollTesti {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-30%);
  }
}
.customer-testimonials .testimonials {
  --gap: 30px;
  overflow: hidden;
  position: relative;
  max-height: 100%;
  height: 740px;
  z-index: 2;
  margin-top: 30px;
}
.customer-testimonials .testimonials .testimonials__wrapper {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}
.customer-testimonials .testimonials .testimonials__column {
  display: flex;
  flex-direction: column;
}
.customer-testimonials .testimonials .testimonials__column .testimonials__list {
  display: flex;
  flex-direction: column;
  animation: scrollTesti 30s linear infinite;
  transition: .3s all ease;
}
.customer-testimonials .testimonials .testimonials__column .testimonials__list:hover {
  animation-play-state: paused;
}
.customer-testimonials .testimonials .testimonials__column:nth-child(1) .testimonials__list {
  animation-duration: 40s;
}
.customer-testimonials .testimonials .testimonials__column:nth-child(2) .testimonials__list {
  animation-duration: 45s;
}
.customer-testimonials .testimonials .testimonials__column:nth-child(3) .testimonials__list {
  animation-duration: 40s;
}
.customer-testimonials .testimonials .testimonials__column:nth-child(4) .testimonials__list {
  animation-duration: 45s;
}
.customer-testimonials .testimonials::before, .customer-testimonials .testimonials::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 190px;
  z-index: 1;
  pointer-events: none;
}
.customer-testimonials .testimonials::before {
  top: -4%;
  background-image: linear-gradient(180deg, #0A0B20 0%, #0A0B20 20%, rgba(10, 11, 32, 0) 100%);
}
.customer-testimonials .testimonials::after {
  bottom: -4%;
  background-image: linear-gradient(0deg, #0A0B20 0%, #0A0B20 20%, rgba(10, 11, 32, 0) 100%);
}
.customer-testimonials .testimonials .testimonials__item {
  margin-bottom: 24px;
  padding: 23px 25px;
  background-color: #1E1F31;
  border: 1px solid #3E3F53;
  box-shadow: 0 3px 46px rgba(0, 0, 0, 0.07);
  transition: all 0.5s ease-in;
  color: #6F7983;
}
.customer-testimonials .testimonials .testimonials__item.mobil__item {
  display: none;
}
.customer-testimonials .testimonials .testimonials__item .market-icon {
  padding-top: 16px;
  padding-bottom: 16px;
}
.customer-testimonials .testimonials .testimonials__item .market-icon svg {
  display: block;
  min-width: 27px;
  min-height: 37px;
  transition: all 0.3s ease-in;
  fill: #4E5660;
}
.customer-testimonials .testimonials .testimonials__item .stars {
  margin-top: 13px;
}
.customer-testimonials .testimonials .testimonials__item .stars img {
  display: block;
  width: 83px;
  height: 14px;
}
.customer-testimonials .testimonials .testimonials__item .review-for {
  margin-top: 8px;
  font-size: 1em;
  line-height: 1.706em;
  font-weight: 300;
  color: #fff;
}
.customer-testimonials .testimonials .testimonials__item .review-for span {
  font-weight: 600;
}
.customer-testimonials .testimonials .testimonials__item .review {
  margin-top: 10px;
}
.customer-testimonials .testimonials .testimonials__item .review p {
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 400;
  color: #96999E;
}
.customer-testimonials .testimonials .testimonials__item .review p + p, .customer-testimonials .testimonials .testimonials__item .review p + ul, .customer-testimonials .testimonials .testimonials__item .review ul + p {
  margin-top: 10px;
}
.customer-testimonials .testimonials .testimonials__item .review ul > li {
  position: relative;
  padding-left: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9412em;
  line-height: 1.625em;
  font-weight: 400;
  color: #606469;
}
.customer-testimonials .testimonials .testimonials__item .review ul > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #606469;
}
.customer-testimonials .testimonials .testimonials__item .review-from {
  margin-top: 11px;
  font-size: 0.9412em;
  line-height: 1.625em;
  font-weight: 300;
  color: #fff;
}
.customer-testimonials .testimonials .testimonials__item .review-from span {
  font-weight: 600;
}
.customer-testimonials .testimonials .testimonials__item:hover .market-icon svg {
  fill: #82B541;
}
.customer-testimonials .btn-wrapper {
  text-align: center;
}
.customer-testimonials .btn-wrapper a.btn {
  padding: 13px 39px 15px;
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  border-radius: 50px;
  background-size: 200%;
  background-position: right bottom;
  background-image: linear-gradient(120deg, #FD2525 0%, #F76223 50%, #F76223 50%, #FD2525 100%);
}
.customer-testimonials .btn-wrapper a.btn:hover {
  background-position: left top;
}
@media (max-width: 1439px) {
  .customer-testimonials {
    padding-top: 120px;
  }
}
@media (max-width: 1279px) {
  .customer-testimonials {
    padding-top: 100px;
  }
  .customer-testimonials .testimonials .testimonials__item {
    padding: 35px 25px;
  }
}
@media (max-width: 1023px) {
  .customer-testimonials {
    padding-top: 80px;
  }
  .customer-testimonials .testimonials .testimonials__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .customer-testimonials .testimonials .testimonials__column:nth-child(3), .customer-testimonials .testimonials .testimonials__column:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .customer-testimonials {
    padding-top: 60px;
  }
  .customer-testimonials .customer-testimonials__header .description {
    font-size: 16px;
    line-height: 1.5em;
  }
  .customer-testimonials .customer-testimonials__header h2 + .description {
    margin-top: 20px;
  }
  .customer-testimonials .testimonials {
    --gap: 20px;
  }
  .customer-testimonials .testimonials .testimonials__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .customer-testimonials .testimonials .testimonials__wrapper .testimonials__item.mobil__item {
    display: block;
  }
  .customer-testimonials .testimonials .testimonials__column:nth-child(2) {
    display: none;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .testimonials {
    --gap: 15px;
  }
}

.section-demo {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .section-demo {
    overflow: hidden;
  }
}
.section-demo .cont {
  position: relative;
  z-index: 3;
}
.section-demo h1 {
  color: #1946C1;
  font-size: 5.8235em;
  letter-spacing: -2.8px;
  margin-bottom: 0;
}
.section-demo h2 {
  font-size: 3.3529em;
  line-height: 0.90em;
  letter-spacing: -0.02em;
}
@media (max-width: 1279px) {
  .section-demo h1 {
    font-size: 4.5em;
    letter-spacing: -2.8px;
  }
  .section-demo h2 {
    font-size: 2.7em;
    line-height: 1em;
    letter-spacing: -2px;
  }
}
@media (max-width: 767px) {
  .section-demo h1 {
    font-size: 3.5em;
    letter-spacing: -2.8px;
  }
  .section-demo h2 {
    font-size: 2.2em;
    line-height: 1em;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1679px) {
  .section-demo h6 {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 1024px) {
  .section-demo h6 {
    margin-top: 0.4em;
  }
}
.section-demo .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 3.6em;
}
@media screen and (max-width: 767px) {
  .section-demo .features {
    margin-top: 1.9em;
  }
}
@media screen and (max-width: 1023px) {
  .section-demo .features {
    display: grid;
    grid-gap: 10px 0;
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 479px) {
  .section-demo .features {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 0;
  }
}
.section-demo .features h2 {
  line-height: 1em;
}
.section-demo .features .features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: -0.34px;
  margin-right: 40px;
  color: #060715;
}
@media screen and (max-width: 1024px) {
  .section-demo .features .features-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .section-demo .features .features-item {
    position: relative;
    line-height: inherit;
    margin-right: 18px;
  }
}
@media screen and (max-width: 479px) {
  .section-demo .features .features-item {
    margin-right: 0;
  }
}
.section-demo .features .features-item:before {
  content: "\E978";
  font-family: "fontello";
  font-size: 6px;
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 22px;
  border-radius: 100%;
  margin-right: 7px;
  color: #6F7983;
  background: green;
}
@media screen and (max-width: 768px) {
  .section-demo .features .features-item:before {
    text-align: center;
  }
}
.section-demo .features .features-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .section-demo .features li + li {
    margin-top: 10px;
  }
}
.section-demo .countdown {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 2.65em;
}
@media screen and (max-width: 1024px) {
  .section-demo .countdown {
    padding-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .section-demo .countdown {
    padding-top: 2.5em;
  }
}
.section-demo .countdown .countdown-title {
  font-size: 23px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.92px;
  margin-bottom: 25px;
  color: #1946C1;
}
@media screen and (max-width: 1024px) {
  .section-demo .countdown .countdown-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-demo .countdown .countdown-title {
    font-size: 18px;
  }
}
.section-demo .countdown .countdown_wrapper {
  display: flex;
  justify-content: center;
}
.section-demo .countdown .countdowt_dote {
  display: flex;
  align-items: center;
  font-size: 21px;
  margin: 15px 15px 0 15px;
  color: #e4e4ea;
}
@media screen and (max-width: 767px) {
  .section-demo .countdown .countdowt_dote {
    margin: 5px 10px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .section-demo .countdown .countdowt_dote {
    margin: 5px 5px 0 5px;
  }
}
.section-demo .countdown .countdown-number {
  display: flex;
  flex-direction: column;
}
.section-demo .countdown .countdown-number:not(:first-child) {
  min-width: 66px;
}
.section-demo .countdown .countdown-time {
  font-size: 54px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1.62px;
  color: #1946C1;
}
@media screen and (max-width: 767px) {
  .section-demo .countdown .countdown-time {
    font-size: 42px;
  }
}
.section-demo .countdown .countdown-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin-top: 6px;
  color: #626672;
}
@media screen and (max-width: 767px) {
  .section-demo .countdown .countdown-text {
    margin-top: 3px;
  }
}

/* Demo Grid Wrapper */
.demo-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 400px auto;
  gap: 30px;
}
@media (max-width: 1279px) {
  .demo-grid {
    grid-template-columns: 270px auto;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .demo-grid {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .demo-grid {
    gap: 20px;
  }
}
.demo-grid .sidebar__inner {
  will-change: position, transform;
  position: sticky !important;
  top: 60px !important;
}
.demo-grid .grid-item.demo-filter-wrap {
  text-align: start;
}
.demo-grid .grid-item.demo-filter-wrap .sidebar__inner {
  padding: 40px 30px 46px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 1279px) {
  .demo-grid .grid-item.demo-filter-wrap .sidebar__inner {
    padding: 40px 22px 46px;
    border-radius: 8px;
  }
}
@media (max-width: 479px) {
  .demo-grid .grid-item.demo-filter-wrap .sidebar__inner {
    padding: 30px 20px;
    border-radius: 8px;
  }
}
.demo-grid h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.313rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1em;
  color: #070219;
  margin-bottom: 1.35em;
}
@media (max-width: 1023px) {
  .demo-grid h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 479px) {
  .demo-grid h5 {
    margin-bottom: 0.7em;
  }
}

/* Demo Filter */
.demo-filter {
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  .demo-filter {
    margin: 30px 0 0;
  }
}
.demo-filter li + li {
  margin-top: 1.435em;
}
@media screen and (max-width: 600px) {
  .demo-filter li + li {
    margin-top: 1rem;
  }
}
.demo-filter li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.demo-filter li > * {
  flex: 0 0 auto;
}
.demo-filter .demo-filter-item button {
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  margin: 0;
  padding-left: 31px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  color: #6F7983;
  border: none;
  background-color: transparent;
}
.demo-filter .demo-filter-item button .filter-name {
  position: relative;
  vertical-align: text-bottom;
}
.demo-filter .demo-filter-item button .filter-name.iconed {
  padding-left: 30px;
}
.demo-filter .demo-filter-item button .filter-name.iconed:before {
  content: "";
  background-color: #9b5d8f;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  background-image: url(../img/demo/wooc.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.demo-filter .demo-filter-item button .filter-name.iconed.elm-filter:before {
  background-image: url(../img/demo/elm.svg);
  background-color: #e02d59;
  background-size: 8px;
}
.demo-filter .demo-filter-item button .filter-name.iconed.booked-filter:before {
  background-image: url(../img/demo/booked.svg);
  background-color: #fc5612;
  background-size: 10px;
}
.demo-filter .demo-filter-item button .filter-name.iconed.event-filter:before {
  background-image: url(../img/demo/event.svg);
  background-color: #f5f5f5;
  background-size: 14px;
}
.demo-filter .demo-filter-item button .filter-name.iconed.sportspress-filter:before {
  background-image: url(../img/demo/sportspress.png);
  background-color: transparent;
  background-size: 20px;
}
.demo-filter .demo-filter-item button .filter-name.iconed.ai-filter:before {
  background-image: url(../img/demo/artificial-intelligence.svg);
  background-color: transparent;
  background-size: 20px;
}
.demo-filter .demo-filter-item button .filter-name.iconed.give-filter:before {
  background-image: url(../img/demo/badges/give3.png);
  background-color: #f5f5f5;
  background-size: 12px;
}
.demo-filter .demo-filter-item button.focus {
  font-weight: 500;
  color: #1946C1;
}
.demo-filter .demo-filter-item button.focus::before {
  background-color: #1946C1;
  border: 0;
  background-image: url(../img/demo/check-new.svg);
  background-size: 7.5px;
  background-position: center;
  background-repeat: no-repeat;
}
.demo-filter .demo-filter-item button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
}
.demo-filter .demo-filter-item:last-child {
  margin-right: 0;
}
.demo-filter .demo-filter-item .filter-count {
  font-family: "DM Sans", sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 0;
  color: #a7a8ad;
}

/* Demos Grid */
.demo {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .demo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1279px) {
  .demo {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .demo {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .demo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .demo {
    grid-template-columns: repeat(1, 1fr);
  }
}
.demo.wrapper {
  margin-top: -10px;
  margin-bottom: -50px;
  padding-top: 10px;
  padding-bottom: 50px;
  overflow: hidden;
}
.demo .col-3 {
  max-width: 100%;
  padding: 0;
}
.demo .demo_item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* DEMO FILTER */
}
.demo .demo_item:nth-of-type(3n + 1) a {
  transition-delay: 0ms !important;
}
.demo .demo_item:nth-of-type(3n + 2) a {
  transition-delay: 150ms !important;
}
.demo .demo_item:nth-of-type(3n + 3) a {
  transition-delay: 300ms !important;
}
.demo .demo_item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.demo .demo_item a {
  position: relative;
  display: block;
  text-align: start;
  background-color: #f9f9fb;
  border-radius: 10px;
}
@media screen and (min-width: 1921px) {
  .demo .demo_item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.demo .demo_item a .demo-img_wrap {
  position: relative;
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transform: translateY(0);
  transition: all 0.3s ease;
  border-radius: 10px;
  padding: 14px 14px 15px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .demo .demo_item a .demo-img_wrap {
    padding: 12px 12px;
  }
}
@media screen and (max-width: 767px) {
  .demo .demo_item a .demo-img_wrap {
    padding: 8px;
  }
}
.demo .demo_item a .demo-img_wrap img {
  border-radius: 5px;
}
.demo .demo_item a .demo-img_wrap img.demo-transparent {
  opacity: 0.33;
}
.demo .demo_item a .demo-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
}
.demo .demo_item a .demo-info > * {
  flex: 1 0 auto;
}
.demo .demo_item a .badge_wrap {
  z-index: 1;
  padding: 0;
  text-align: end;
}
.demo .demo_item a .badge_wrap:has(.new) {
  position: absolute;
  top: 20px;
  right: 20px;
}
.demo .demo_item a .badge {
  display: inline-block;
  max-width: 30px;
  line-height: 1;
  position: relative;
}
.demo .demo_item a .badge.coming-soon {
  width: 25%;
  max-width: 91px;
  position: absolute;
  top: 14px;
  right: 14px;
}
@media (max-width: 1024px) {
  .demo .demo_item a .badge.coming-soon {
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 767px) {
  .demo .demo_item a .badge.coming-soon {
    top: 8px;
    right: 8px;
  }
}
.demo .demo_item a .badge.coming-soon img {
  border-radius: 0;
}
.demo .demo_item a .badge.ai-list {
  width: auto;
  max-width: 100%;
  margin: 0;
  list-style: none;
  position: absolute;
  padding: 7px;
  border-radius: 14px;
  z-index: 1;
  top: 6%;
  right: 5%;
}
.demo .demo_item a .badge.ai-list:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 14px;
}
.demo .demo_item a .badge.ai-list.parent {
  margin-top: 6px;
  margin-right: 6px;
}
.demo .demo_item a .badge.ai-list.dark {
  color: #ffffff;
}
.demo .demo_item a .badge.ai-list.dark:before {
  background-color: rgba(0, 0, 0, 0.91);
  object-fit: cover;
  backdrop-filter: blur(2px) brightness(50%);
}
@media (max-width: 1024px) {
  .demo .demo_item a .badge.ai-list {
    top: 18px;
    right: 18px;
  }
}
@media (max-width: 767px) {
  .demo .demo_item a .badge.ai-list {
    top: 14px;
    right: 14px;
  }
}
.demo .demo_item a .badge.ai-list li {
  display: flex;
  align-items: center;
  line-height: 1em;
  gap: 5px;
  filter: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
}
.demo .demo_item a .badge.ai-list li + li {
  margin-top: 6px;
}
.demo .demo_item a .badge.ai-list img {
  display: block;
  border-radius: 0;
  max-width: 20px;
}
.demo .demo_item a .badge.ai-list img + img {
  margin-top: 8px;
}
.demo .demo_item a .badge img {
  border-radius: 10px;
  width: 30px;
  position: relative;
}
.demo .demo_item a .badge + .badge {
  margin-left: 4px;
}
.demo .demo_item .demo-img_coming--wrap {
  display: flex;
  position: relative;
}
.demo .demo_item .demo-img_coming--wrap img {
  width: 100%;
  border-radius: 0;
  position: relative;
}
.demo .demo_item .demo-img_coming--wrap.animations {
  opacity: 0;
  will-change: transform, scale, rotate;
  transform-origin: bottom;
  -webkit-transform: translateY(50px) scaleY(1.1) rotate(0.001deg);
  transform: translateY(50px) scaleY(1.1) rotate(0.001deg);
  -webkit-transition: opacity 0.3s ease-out 0.3s, transform 0.6s cubic-bezier(0.35, 0.18, 0.07, 1.04);
  transition: opacity 0.3s ease-out 0.3s, transform 0.6s cubic-bezier(0.35, 0.18, 0.07, 1.04);
}
.demo .demo_item .demo-img_coming--wrap.animations._active {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1) rotate(0.001deg);
  transform: translateY(0) scaleY(1) rotate(0.001deg);
}
.demo .demo_item .demo_link {
  position: relative;
  font-size: 1.125rem;
  line-height: 1em;
  letter-spacing: -0.02em;
  margin-top: 0;
  font-weight: 600;
  color: #070219;
  text-align: center;
}
.demo .demo_item .demo_cat {
  min-width: 100%;
  text-transform: capitalize;
  font-size: 0.824em;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #8D919B;
  font-weight: 400;
  text-align: center;
  position: relative;
  max-width: 170px;
  margin-top: 7px;
}
.demo .demo_item.show {
  opacity: 1;
  position: relative;
  transition: all 1s ease, transform 0.3s ease;
  z-index: 2;
}
.demo .demo_item.show .animations {
  opacity: 1 !important;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.demo .demo_item.hide {
  position: absolute;
  display: none;
  z-index: -1;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.demo .demo_item.innit {
  opacity: 0 !important;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.benefits {
  position: relative;
  z-index: 4;
  --gap: 30px;
}
@media (max-width: 767px) {
  .benefits {
    --gap: 20px;
  }
}
.benefits .grid {
  margin-top: calc(var(--grid-mt) + 5px);
  display: flex;
  gap: var(--gap);
}
@media (max-width: 1023px) {
  .benefits .grid {
    flex-wrap: wrap;
  }
}
.benefits .column {
  flex: 0 1 33.3333%;
  height: 616px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .benefits .column {
    height: 600px;
  }
}
@media (max-width: 1279px) {
  .benefits .column {
    height: 520px;
  }
}
@media (max-width: 1023px) {
  .benefits .column {
    height: auto;
    flex-basis: 100%;
    flex-direction: row;
    gap: var(--gap);
  }
}
@media (max-width: 600px) {
  .benefits .column {
    flex-wrap: wrap;
  }
}
.benefits .column:nth-of-type(1) .item {
  height: 244px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item {
    height: 220px;
  }
}
.benefits .column:nth-of-type(1) .item:nth-of-type(1) .img_wrap {
  max-width: 74px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(1) .img_wrap {
    width: 27%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(1) .img_wrap {
    width: 74px;
  }
}
.benefits .column:nth-of-type(1) .item:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: -14%;
  right: -21%;
  max-width: 32px;
  width: 47%;
}
.benefits .column:nth-of-type(1) .item:nth-of-type(2) {
  justify-content: flex-start;
  height: calc(100% - 274px);
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) {
    height: calc(100% - 250px);
  }
}
.benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
  max-width: 152px;
  padding-top: 28px;
  padding-bottom: 14px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
    width: 41%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
    width: 110px;
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(1) {
  height: calc(100% - 257px);
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) {
    height: calc(100% - 230px);
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
  max-width: 198px;
  padding-bottom: 11px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
    width: 51%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
    width: 100px;
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(2) {
  justify-content: flex-start;
  height: 230px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(2) {
    height: 210px;
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(2) .img_wrap {
  max-width: 65px;
  padding-top: 6px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(2) .img_wrap {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(2) .img_wrap {
    width: 65px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(1) {
  height: calc(100% - 303px);
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) {
    height: calc(100% - 280px);
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
  max-width: 102px;
  padding-bottom: 18px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
    width: 27%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
    width: 83px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: -14%;
  right: -6%;
  max-width: 51px;
  width: 54%;
}
.benefits .column:nth-of-type(3) .item:nth-of-type(2) {
  height: 274px;
  justify-content: flex-start;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) {
    height: 250px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
  max-width: 78px;
  padding-top: 24px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
    width: 72px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(2) img:nth-of-type(2) {
  position: absolute;
  top: 7%;
  left: -36%;
  max-width: 57px;
  width: 74%;
  filter: drop-shadow(0 13px 16px rgba(0, 0, 0, 0.1));
}
.benefits .item {
  background-color: #13142B;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 32px;
}
@media (max-width: 1023px) {
  .benefits .item {
    height: auto !important;
    flex: 0 1 calc(50% - var(--gap) / 2);
    padding: 35px 10px 25px;
  }
}
@media (max-width: 600px) {
  .benefits .item {
    height: auto !important;
    flex-basis: 100%;
  }
}
.benefits .item + .item {
  margin-top: var(--gap);
}
@media (max-width: 1023px) {
  .benefits .item + .item {
    margin-top: 0;
  }
}
.benefits .img_wrap {
  margin: 0 auto;
  position: relative;
}
.benefits .item_title {
  margin-top: 22px;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 20px;
}
.benefits .item_descr {
  font-size: calc(1rem + 1px);
}

/* ChatGPT */
.chatgpt {
  --rad: 0;
  padding-top: var(--block-pd);
}
.chatgpt .chatgpt__header {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header {
    margin: 0 auto 25px;
  }
}
.chatgpt .chatgpt__header .ai-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .ai-logos {
    max-width: 435px;
    margin: 0 auto;
  }
}
.chatgpt .chatgpt__header .ai-logos > img {
  max-height: 47px;
  width: auto;
  border-radius: var(--rad);
}
.chatgpt .chatgpt__header .title {
  margin: 36px auto 0;
  max-width: 960px;
}
@media (max-width: 1439px) {
  .chatgpt .chatgpt__header .title {
    max-width: 875px;
  }
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .title {
    max-width: 820px;
  }
}
@media (max-width: 1023px) {
  .chatgpt .chatgpt__header .title {
    max-width: 760px;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .title {
    max-width: 100%;
  }
}
.chatgpt .chatgpt__header .description {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .description {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .description {
    margin-top: 1em;
  }
}
.chatgpt .chatgpt__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chatgpt .chatgpt__content p {
  margin-top: 34px;
  max-width: 450px;
  text-align: center;
  letter-spacing: 0;
  color: #626672;
}
.chatgpt .chatgpt__content p span {
  color: #191919;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__content p {
    margin-top: 20px;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(1) {
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 50px rgba(19, 7, 1, 0.05);
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) {
    max-width: 88%;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header {
  padding: 14px 14px 13px;
  border-radius: var(--rad) var(--rad) 0 0;
  font-size: 0;
  background-color: #1E1F31;
}
@media (max-width: 1024px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header {
    padding: 14px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header {
    padding: 10px;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:not(:first-child) {
  margin-left: 3px;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:nth-child(1) {
  background-color: #FF625A;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:nth-child(2) {
  background-color: #FFBE2F;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:nth-child(3) {
  background-color: #29CE42;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .content-descr {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "DM Sans", sans-serif;
  display: block;
  min-width: 100%;
  margin-top: 0;
  padding: 9px 0 4px;
  font-size: calc(1rem + 1px);
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background-color: #4CA667;
  border-radius: 0 0 var(--rad) var(--rad);
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .content-descr {
    font-size: 0.9em;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(2) {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(1) {
  position: absolute;
  bottom: 15.6%;
  left: 1.1%;
  max-width: 394px;
  height: auto;
  box-shadow: 0 13px 46px rgba(19, 7, 1, 0.08);
  border-radius: var(--rad);
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(1) {
    left: 0;
    max-width: 30%;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(1) {
    bottom: 22%;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(2) {
  max-width: 154px;
  height: auto;
  position: absolute;
  top: 12.9%;
  right: 4.4%;
  box-shadow: 0 13px 46px rgba(19, 7, 1, 0.08);
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(2) {
    right: 0.4%;
    max-width: 13%;
  }
}

.promo {
  padding-top: calc(var(--block-pd) - 11px);
  padding-bottom: calc(var(--grid-mt) - 1px);
}
@media (max-width: 1439px) {
  .promo {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
.promo .section_title {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: text-bg-animate 5s ease infinite;
  background-image: linear-gradient(125deg, #8569d0 0%, #5092e8 35%, #698be6 100%);
}
.promo .promo_content {
  margin-top: 5.6em;
  transform: rotate(-2deg) translateZ(0);
}
@media screen and (max-width: 1279px) {
  .promo .promo_content {
    margin-top: 3.5em;
  }
}
@media screen and (max-width: 600px) {
  .promo .promo_content {
    margin-top: 3em;
  }
}
.promo .promo_inner {
  animation: promo 30s linear infinite;
}
.promo .promo_inner:hover {
  animation-play-state: paused;
}
.promo .reverse.promo_content {
  margin-top: 10px;
}
.promo .reverse .promo_inner {
  animation: promo-reverse 30s linear infinite;
}
.promo .reverse .promo_inner:hover {
  animation-play-state: paused;
}
.promo .promo_text {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.promo p {
  position: relative;
  display: inline-block;
  padding: 0.8em 2.1em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.18em;
  line-height: 1.318em;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #FDFDFD;
  background: #24313E;
  border-radius: 18px;
  transition: 2s all ease;
  z-index: 1;
  margin-right: 10px;
}
.promo p:hover {
  cursor: pointer;
}
.promo p::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg, #8569d0 30%, #7578e6 70%);
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
  border-radius: 18px;
}
.promo p:hover::before {
  opacity: 1;
}
.promo p span:hover span {
  color: #FDFDFD;
}
.promo p span span {
  color: #969CA2;
}

@keyframes promo {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes promo-reverse {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*    AI - images    */
.ai-images {
  padding-top: calc(var(--block-pd) - 49px);
  overflow: visible;
  z-index: 0;
}
@media (max-width: 1439px) {
  .ai-images {
    padding-top: var(--block-pd);
  }
}
.ai-images .section_title {
  margin: 26px auto 0;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 720px;
}
@media (max-width: 1439px) {
  .ai-images .section_title {
    max-width: 695px;
  }
}
@media (max-width: 1279px) {
  .ai-images .section_title {
    max-width: 630px;
  }
}
@media (max-width: 1023px) {
  .ai-images .section_title {
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .ai-images .section_title {
    max-width: 440px;
  }
}
@media (max-width: 479px) {
  .ai-images .section_title {
    max-width: 365px;
  }
}
.ai-images .section_title .accent-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(125deg, #8569d0 0%, #5092e8 35%, #698be6 100%);
  background-size: 200% 100%;
  animation: text-bg-animate 5s ease infinite;
}
.ai-images .section_title .accent-title-last {
  color: #62CDE1;
}
.ai-images .img-wrap {
  max-width: 878px;
  margin: 3.4em auto 0;
}
@media (max-width: 767px) {
  .ai-images .img-wrap {
    margin-top: 1.5em;
  }
}
.ai-images .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
  max-width: 813px;
  margin: 0 auto;
}
.ai-images .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: -0.5%;
  bottom: -5%;
  width: 42%;
  max-width: 288px;
}
@media (max-width: 1439px) {
  .ai-images .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}
.ai-images .img-wrap img:nth-of-type(3) {
  z-index: 3;
  right: 9%;
  top: -8.7%;
  width: 23%;
  max-width: 128px;
}
@media (max-width: 900px) {
  .ai-images .img-wrap img:nth-of-type(3) {
    right: 0;
  }
}

/* AI Tools */
.ai-tools {
  --rad: 0px;
  padding-top: calc(var(--block-pd) + 9px);
  padding-bottom: calc(var(--block-pd) + 9px);
}
@media (max-width: 1439px) {
  .ai-tools {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
.ai-tools .section_title {
  margin: 0 auto;
  max-width: 560px;
}
.ai-tools .section_title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(150deg, #0780e6 0%, #3d009f 100%);
}
@media (max-width: 375px) {
  .ai-tools .section_title {
    font-size: 1.7rem;
  }
}
.ai-tools .items_wrap {
  margin-top: 2.85em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .ai-tools .items_wrap {
    margin-top: 1.5em;
  }
}
.ai-tools .items_wrap .item {
  position: relative;
  flex-basis: calc((100% / 3) - 20px);
  padding: 44px 40px 54px;
  border-radius: var(--rad);
  transition: 0.3s all ease;
  overflow-x: clip;
}
@media (max-width: 1279px) {
  .ai-tools .items_wrap .item {
    flex-basis: calc((100% / 2) - 15px);
  }
}
@media (max-width: 767px) {
  .ai-tools .items_wrap .item {
    padding: 25px 20px 40px;
  }
}
@media (max-width: 600px) {
  .ai-tools .items_wrap .item {
    flex-basis: calc((100% / 1.5));
  }
}
@media (max-width: 479px) {
  .ai-tools .items_wrap .item {
    flex-basis: calc((100% / 1));
  }
}
.ai-tools .items_wrap .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: scaleY(1);
  transition: 0.3s all ease;
  z-index: -1;
}
.ai-tools .items_wrap .item:hover::before {
  transform: scaleY(1.05);
}
@media (max-width: 1023px) {
  .ai-tools .items_wrap .item:hover::before {
    transform: scaleY(1);
  }
}
.ai-tools .items_wrap .item:hover .link {
  opacity: 1;
}
.ai-tools .items_wrap .item:nth-of-type(2)::before {
  background-color: #DAE9F1;
}
.ai-tools .items_wrap .item .icon {
  max-width: 50px;
  margin: 0 auto;
}
.ai-tools .items_wrap .item h3 {
  font-size: 1.51em;
  line-height: 1.36;
  margin-top: 0.85em;
  color: #181621;
}
@media (max-width: 1279px) {
  .ai-tools .items_wrap .item h3 {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .ai-tools .items_wrap .item h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 479px) {
  .ai-tools .items_wrap .item h3 {
    font-size: 6vw;
  }
}
.ai-tools .items_wrap .item h3 span {
  color: #A8B6BE;
}
.ai-tools .items_wrap .item .link {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
  padding: 0 5px;
  opacity: 0;
  transition: 0.3s all ease;
}
@media (max-width: 1023px) {
  .ai-tools .items_wrap .item .link {
    opacity: 1;
    bottom: 4.5%;
  }
}
@media (max-width: 767px) {
  .ai-tools .items_wrap .item .link {
    bottom: 3.8%;
  }
}
.ai-tools .items_wrap .item .link button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.7em;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  background-color: transparent;
  border: none;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .ai-tools .items_wrap .item .link button {
    font-size: 12px;
  }
}
.ai-tools .items_wrap .item .link button:hover {
  color: #1946C1;
}
.ai-tools .items_wrap .item .link i {
  font-size: 9px;
  margin-left: 2px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ai-tools .items_wrap .item .link i {
    font-size: 7px;
  }
}
.ai-tools .items_wrap .item .banner {
  margin-top: 1.65em;
}

.slider-wrap {
  padding-top: calc(var(--block-pd) - 2px);
  padding-bottom: calc(var(--block-pd) - 7px);
  background-color: rgba(6, 7, 21, 0.7);
}
@media (max-width: 1439px) {
  .slider-wrap {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
.slider-wrap .sup {
  color: #FDFDFD;
}
.slider-wrap .section_title {
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .slider-wrap .section_title {
    margin-right: 0;
  }
}
.slider-wrap .content_wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-gap: 0;
}
@media (max-width: 1023px) {
  .slider-wrap .content_wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .slider-wrap .content_wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 17px;
  }
}
.slider-wrap .content_wrap .item:nth-of-type(2) {
  margin-top: 2.65em;
}
@media (max-width: 1023px) {
  .slider-wrap .content_wrap .item:nth-of-type(2) {
    margin-top: 0;
    display: flex;
    align-items: end;
  }
}
.slider-wrap .slider_draggable_wrap {
  margin-top: 3.2em;
}
@media screen and (max-width: 1279px) {
  .slider-wrap .slider_draggable_wrap {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 600px) {
  .slider-wrap .slider_draggable_wrap {
    margin-top: 2em;
  }
}
.slider-wrap .slider_content {
  width: 427px;
  display: inline-block;
  margin-right: 30px;
}
@media screen and (min-width: 1921px) {
  .slider-wrap .slider_content {
    width: 25vw;
  }
}
@media screen and (max-width: 1279px) {
  .slider-wrap .slider_content {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-wrap .slider_content {
    width: 40vw;
  }
}
@media screen and (max-width: 600px) {
  .slider-wrap .slider_content {
    margin-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_content {
    width: 70vw;
  }
}
.slider-wrap .slider_content a {
  background-color: #13142B;
  padding-top: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_content a {
    padding-top: 20px;
  }
}
.slider-wrap .slider_screen_dots {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 21px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3px;
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_screen_dots {
    top: 8px;
    left: 8px;
  }
}
.slider-wrap .slider_screen_dots span {
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.slider-wrap .slider_screen_dots span:nth-of-type(1) {
  background-color: #ff625a;
}
.slider-wrap .slider_screen_dots span:nth-of-type(2) {
  background-color: #febd2e;
}
.slider-wrap .slider_screen_dots span:nth-of-type(3) {
  background-color: #29ce42;
}

.flickity-slider {
  transition: transform 0.3s ease-out;
}

.slider-wrap .slider_content img {
  min-height: 310px;
}
@media (max-width: 1279px) {
  .slider-wrap .slider_content img {
    min-height: 254px;
  }
}
@media (max-width: 1023px) {
  .slider-wrap .slider_content img {
    min-height: 223px;
  }
}
@media (max-width: 767px) {
  .slider-wrap .slider_content img {
    min-height: 146px;
  }
}
@media (max-width: 479px) {
  .slider-wrap .slider_content img {
    min-height: 215px;
  }
}

.cust-benefits {
  padding-top: calc(var(--block-pd) - 1px);
  padding-bottom: var(--block-pd);
  background-color: #060715;
  overflow: visible;
}
@media (max-width: 1439px) {
  .cust-benefits {
    padding-top: var(--block-pd);
  }
}
.cust-benefits .section_title,
.cust-benefits .item_title {
  color: #FDFDFD;
}
.cust-benefits .sup {
  color: #FDFDFD;
}
.cust-benefits .section_title {
  margin-bottom: 0;
}
.cust-benefits .content_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 150px;
}
@media (max-width: 1439px) {
  .cust-benefits .content_wrap {
    grid-gap: 60px;
  }
}
@media (max-width: 1023px) {
  .cust-benefits .content_wrap {
    align-items: end;
  }
}
@media (max-width: 767px) {
  .cust-benefits .content_wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 17px;
  }
}
.cust-benefits .content_wrap .item:nth-of-type(2) {
  margin-top: 2.45em;
}
@media (max-width: 1023px) {
  .cust-benefits .content_wrap .item:nth-of-type(2) {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .cust-benefits .content_wrap .item:nth-of-type(2) {
    margin-top: 0;
  }
}
.cust-benefits .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
  margin-top: 3.25em;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .cust-benefits .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid {
    grid-gap: 20px;
  }
}
@media (max-width: 479px) {
  .cust-benefits .grid {
    grid-template-columns: 1fr;
  }
}
.cust-benefits .grid .item {
  background-color: #0F1024;
  height: 388px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 58px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1439px) {
  .cust-benefits .grid .item {
    height: 360px;
  }
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item {
    height: 330px;
    padding-bottom: 35px;
  }
}
@media (max-width: 1150px) {
  .cust-benefits .grid .item {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cust-benefits .grid .item {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid .item {
    height: 230px;
  }
}
@media (max-width: 479px) {
  .cust-benefits .grid .item {
    height: auto;
    padding-top: 35px;
  }
}
.cust-benefits .grid .item .img_wrap {
  margin: 0 auto;
  position: relative;
}
.cust-benefits .grid .item img {
  position: absolute;
}
.cust-benefits .grid .item img:nth-of-type(1) {
  position: relative;
}
.cust-benefits .grid .item .item_title {
  font-size: 22px;
  line-height: 1.208;
  letter-spacing: -.01em;
  font-weight: 600;
  margin-top: 1.8em;
  white-space: pre-line;
}
@media (max-width: 1439px) {
  .cust-benefits .grid .item .item_title {
    margin-top: 1.2em;
  }
}
@media (max-width: 1023px) {
  .cust-benefits .grid .item .item_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cust-benefits .grid .item .item_title {
    line-height: 1.1em;
  }
}
.cust-benefits .grid .item:nth-of-type(1) .img_wrap {
  max-width: 240px;
  width: 62.5%;
  padding-bottom: 8.5%;
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item:nth-of-type(1) .img_wrap {
    max-width: 190px;
  }
}
.cust-benefits .grid .item:nth-of-type(1) img:nth-of-type(1) {
  max-width: 121px;
  width: 50%;
}
.cust-benefits .grid .item:nth-of-type(1) img:nth-of-type(2) {
  max-width: 99px;
  width: 41%;
  right: 0;
  bottom: 0;
}
.cust-benefits .grid .item:nth-of-type(2) .img_wrap {
  max-width: 280px;
  width: 73.4%;
  padding-top: 3%;
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item:nth-of-type(2) .img_wrap {
    max-width: 240px;
  }
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(1) {
  width: 100%;
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(2) {
  max-width: 94px;
  width: 40%;
  right: 11%;
  top: 0;
}
.cust-benefits .grid .item:nth-of-type(2) .item_title {
  padding-top: 0.6%;
}
.cust-benefits .grid .item:nth-of-type(3) .img_wrap {
  max-width: 307px;
  width: 80.2%;
  padding-top: 2%;
  padding-bottom: 0.8%;
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item:nth-of-type(3) .img_wrap {
    max-width: 230px;
  }
}
.cust-benefits .grid .item:nth-of-type(3) img:nth-of-type(1) {
  max-width: 275px;
  width: 90%;
  left: 5%;
}
.cust-benefits .grid .item:nth-of-type(3) img:nth-of-type(2) {
  max-width: 66px;
  width: 23%;
  right: 0;
  top: -8%;
}

.features {
  padding-top: calc(var(--block-pd) + 10px);
  padding-bottom: calc(var(--block-pd) + 35px);
  overflow: visible;
}
@media (max-width: 1439px) {
  .features {
    padding-top: var(--block-pd);
    padding-bottom: 0;
  }
}
.features::before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/features/bg.png") no-repeat;
  background-size: 100%;
  background-position: top right;
  z-index: 2;
}
.features .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  grid-gap: 70px;
}
@media (max-width: 1279px) {
  .features .grid {
    grid-gap: 50px;
  }
}
@media (max-width: 1023px) {
  .features .grid {
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .features .grid {
    grid-template-columns: 1fr;
  }
}
.features .features_row:nth-of-type(1) img {
  position: sticky;
  top: 0;
}
@media (min-width: 1440px) {
  .features .features_row:nth-of-type(2) {
    padding-left: 40px;
  }
}
.features .inner_grid {
  margin-top: 3.1em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 33px;
  justify-content: space-around;
}
@media (max-width: 1279px) {
  .features .inner_grid {
    grid-gap: 30px;
    margin-top: 2.3em;
  }
}
.features .inner_grid .item {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-gap: 25px;
}
.features .inner_grid .item .img-wrap {
  box-sizing: border-box;
}
.features .inner_grid img {
  max-width: 100%;
  width: auto;
  margin: 5px auto 0;
}
@media (min-width: 1440px) {
  .features .inner_grid .item_content {
    max-width: 480px;
  }
}
.features .inner_grid .item_title {
  margin-bottom: 0.7em;
  margin-top: 0.18em;
}
.features .inner_grid .item_descr {
  font-size: 15px;
  line-height: 1.667em;
  color: #6F7983;
}
@media (max-width: 1279px) {
  .features .inner_grid .item_descr {
    line-height: 1.4em;
  }
}

/*    FAQ    */
.faq {
  padding-bottom: calc(var(--block-pd) + 14px);
  overflow: visible;
  z-index: 2;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 0;
    padding-bottom: var(--block-pd);
  }
}
.faq::before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/faq/bg.png") no-repeat;
  background-size: 100%;
  background-position: bottom left;
  z-index: 2;
}
.faq .cont {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq .grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 767px) {
  .faq .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 30px;
    align-items: start;
  }
}
.faq .sup {
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .faq .sup {
    margin-bottom: 0.8em;
  }
}
.faq .content-wrap {
  position: relative;
  padding-top: 2.3%;
  max-width: 600px;
  z-index: 5;
}
@media (max-width: 1439px) {
  .faq .content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .faq .content-wrap {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1439px) {
  .faq .item:nth-of-type(2) {
    padding-top: 0;
    margin-left: 0;
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .faq .item:nth-of-type(2) {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .faq .item:nth-of-type(2) {
    margin-left: 0;
    padding: 0;
  }
}
.faq .img-wrap {
  padding: 1.2% 1.8% 5.3% 9.8%;
}
.faq .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
}
.faq .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: 1.4%;
  bottom: 0;
  width: 44%;
  max-width: 297px;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.07);
}
@media (max-width: 767px) {
  .faq .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}
.faq .img-wrap img:nth-of-type(3) {
  z-index: 4;
  right: 0;
  bottom: 0;
  width: 35%;
  max-width: 214px;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.07);
}
.faq .img-wrap img:nth-of-type(4) {
  z-index: 5;
  right: 0;
  top: 19.8%;
  width: 21%;
  max-width: 134px;
}

/* AI Assistant */
.ai-assistant {
  padding-top: var(--block-pd);
}
.ai-assistant .ai-assistant__header {
  text-align: center;
}
.ai-assistant .ai-assistant__header .title {
  margin-bottom: 11px;
}
.ai-assistant .ai-assistant__header .title .text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(150deg, #0780e6 0%, #3d009f 100%);
}
.ai-assistant .ai-assistant__header .description {
  font-weight: 400;
}
.ai-assistant .ai-assistant__content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content {
    flex-direction: column;
  }
}
.ai-assistant .ai-assistant__content .column.left {
  position: relative;
  padding-left: 7vw;
}
.ai-assistant .ai-assistant__content .column.left img {
  margin-top: -22px;
  position: relative;
  max-width: 557px;
  width: 100%;
  z-index: -1;
}
.ai-assistant .ai-assistant__content .column.left .ai-assistant {
  position: absolute;
  z-index: 1;
  top: 18.5%;
  left: 23%;
  max-width: 253px;
}
@media (max-width: 1679px) {
  .ai-assistant .ai-assistant__content .column.left {
    padding-left: 4vw;
  }
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    left: 19%;
  }
}
@media (max-width: 1279px) {
  .ai-assistant .ai-assistant__content .column.left {
    padding-left: 0;
    max-width: 50%;
  }
  .ai-assistant .ai-assistant__content .column.left img {
    margin-top: 0;
  }
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    top: 20%;
    left: 15%;
  }
}
@media (max-width: 1024px) {
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    top: 17%;
    left: 5%;
    width: 24vw;
    max-width: 253px;
  }
}
@media (max-width: 960px) {
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    top: 12%;
  }
}
@media (max-width: 800px) {
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    top: 6%;
  }
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content .column.left {
    max-width: 100%;
    margin-left: -20px;
    margin-right: -20px;
  }
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    width: 50vw;
    top: 32%;
    left: 4%;
  }
}
@media (max-width: 479px) {
  .ai-assistant .ai-assistant__content .column.left img {
    margin-left: -10px;
  }
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    display: none;
  }
}
.ai-assistant .ai-assistant__content .column.right {
  margin-left: -24px;
  margin-right: -22px;
  padding-bottom: 18px;
}
@media (max-width: 1279px) {
  .ai-assistant .ai-assistant__content .column.right {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .ai-assistant .ai-assistant__content .column.right {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content .column.right {
    padding: 0 0 40px 0;
  }
}
.ai-assistant .ai-assistant__content .column.right ul li + li {
  margin-top: 15px;
}
.ai-assistant .ai-assistant__content .column.right ul li > span {
  position: relative;
  display: inline-block;
  padding: 11px 31px 13px 39px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #ffffff;
  background-image: linear-gradient(125deg, #8569d0 30%, #7578e6 70%);
  background-size: 100% 200%;
  background-position: left bottom;
  border-radius: 16px;
}
@media (max-width: 1279px) {
  .ai-assistant .ai-assistant__content .column.right ul li > span {
    font-size: 18px;
  }
}
.ai-assistant .ai-assistant__content .column.right ul li > span::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 25px;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}
.ai-assistant .ai-assistant__content .column.right ul li > span .underline {
  position: relative;
  white-space: nowrap;
}
.ai-assistant .ai-assistant__content .column.right ul li > span .underline::before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -4px;
  height: 9px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ai-assistant .ai-assistant__content .column.right ul li > span .underline--short::before {
  height: 7px;
  background-image: url("../img/ai-assistant/underline-short.svg");
}
.ai-assistant .ai-assistant__content .column.right ul li > span .underline--middle::before {
  height: 9px;
  background-image: url("../img/ai-assistant/underline-middle.svg");
}
.ai-assistant .ai-assistant__content .column.right ul li > span .underline--long::before {
  height: 9px;
  background-image: url("../img/ai-assistant/underline-long.svg");
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content .column.right ul li > span {
    font-size: 18px;
  }
}
.ai-assistant .ai-assistant__content .column.right .footnote {
  position: relative;
  margin-top: 23px;
  max-width: 380px;
  padding-left: 16px;
  font-size: 18px;
  letter-spacing: 0;
}
.ai-assistant .ai-assistant__content .column.right .footnote::before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content .column.right .footnote::before {
    top: 3px;
  }
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content .column.right .footnote {
    font-size: 17px;
    max-width: 100%;
  }
}
.ai-assistant .ai-assistant__video {
  position: relative;
  margin-top: -5px;
  padding: 0 6.3em;
  z-index: 1;
}
@media (max-width: 1023px) {
  .ai-assistant .ai-assistant__video {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__video {
    padding: 0;
  }
}
.ai-assistant .ai-assistant__video .video {
  max-width: 100%;
  overflow: visible;
}
.ai-assistant .ai-assistant__video .video .video-header {
  padding: 14px;
  font-size: 0;
  background-color: #1E1F31;
  border-radius: 0 0 0 0;
}
@media (max-width: 1024px) {
  .ai-assistant .ai-assistant__video .video .video-header {
    padding: 14px;
  }
}
@media (max-width: 479px) {
  .ai-assistant .ai-assistant__video .video .video-header {
    padding: 10px;
  }
}
.ai-assistant .ai-assistant__video .video .video-header .control {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.ai-assistant .ai-assistant__video .video .video-header .control:not(:first-child) {
  margin-left: 3px;
}
.ai-assistant .ai-assistant__video .video .video-header .control:nth-child(1) {
  background-color: #FF625A;
}
.ai-assistant .ai-assistant__video .video .video-header .control:nth-child(2) {
  background-color: #FFBE2F;
}
.ai-assistant .ai-assistant__video .video .video-header .control:nth-child(3) {
  background-color: #29CE42;
}
.ai-assistant .ai-assistant__video .video .video-content {
  position: relative;
  padding: 30px;
  background-color: #DDE4EB;
  border-radius: 0 0 0 0;
}
@media (max-width: 1024px) {
  .ai-assistant .ai-assistant__video .video .video-content {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .ai-assistant .ai-assistant__video .video .video-content {
    padding: 10px;
  }
}
.ai-assistant .ai-assistant__video .video .video-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 5;
  border-radius: 6px;
}

.chart {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
}
@media (max-width: 767px) {
  .chart .table {
    width: 600px;
    min-width: 600px;
  }
  .chart .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.chart .table {
  margin-top: var(--grid-mt);
  text-align: left;
}
.chart .table ul {
  display: flex;
  list-style-type: none;
}
.chart .table ul + ul {
  border-bottom: 1px solid #1C1D38;
}
.chart .table ul li {
  padding: 19px 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 1023px) {
  .chart .table ul li {
    padding: 19px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .chart .table ul li {
    padding: 15px;
    font-size: 14px;
  }
}
.chart .table ul li:nth-of-type(1) {
  flex-basis: 60%;
}
@media (max-width: 1279px) {
  .chart .table ul li:nth-of-type(1) {
    flex-basis: 50%;
  }
}
.chart .table ul li:nth-of-type(2) {
  display: flex;
  align-items: center;
  flex-basis: 20%;
  border-left: 1px solid #1C1D38;
}
@media (max-width: 1279px) {
  .chart .table ul li:nth-of-type(2) {
    flex-basis: 25%;
  }
}
.chart .table ul li:nth-of-type(3) {
  display: flex;
  align-items: center;
  flex-basis: 20%;
  border-left: 1px solid #1C1D38;
}
@media (max-width: 1279px) {
  .chart .table ul li:nth-of-type(3) {
    flex-basis: 25%;
  }
}
.chart .table ul li p {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 1279px) {
  .chart .table ul li p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .chart .table ul li p {
    font-size: 14px;
  }
}
.chart .table ul li p.item-decr {
  font-weight: 400;
  color: #96999E;
}
.chart .table ul.table-item li {
  padding: 16px 32px 15px;
}
@media (max-width: 1023px) {
  .chart .table ul.table-item li {
    padding: 16px 20px 15px;
  }
}
@media (max-width: 767px) {
  .chart .table ul.table-item li {
    padding: 15px;
  }
}
.chart .table .icon {
  max-width: 12px;
}
.chart .table .table-header {
  background-color: #13142B;
  border-radius: 15px 15px 0 0;
}

.test-run {
  position: relative;
  overflow: visible;
  padding-top: var(--block-pd);
  z-index: 4;
}
.test-run .cont {
  max-width: 1160px;
}
.test-run .text-run__header {
  text-align: center;
}
.test-run .text-run__header > div {
  position: relative;
}
.test-run .text-run__header > div > img {
  max-width: 185px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .test-run .text-run__header > div > img {
    max-width: 140px;
  }
}
@media (max-width: 479px) {
  .test-run .text-run__header > div > img {
    max-width: 130px;
  }
}
.test-run .text-run__header > div .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 101px;
  transform: translate(-50%, -50%);
}
.test-run .text-run__header > div + .title {
  margin-top: 36px;
}
.test-run .text-run__header p.descr {
  margin: 21px auto 0;
  font-size: 18px;
  color: #7C838D;
}
.test-run .text-run__header p.descr .accent {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(235deg, #82f81d 0%, #2dc37d 100%);
}
.test-run .text-run__content {
  position: relative;
  margin-top: 40px;
  padding: 0 7%;
}
.test-run .text-run__content img:not(:first-child) {
  position: absolute;
}
.test-run .text-run__content img:nth-child(2) {
  top: 34.8%;
  left: -4.7%;
  max-width: 346px;
  width: 33%;
  border-radius: 0;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1279px) {
  .test-run .text-run__content img:nth-child(2) {
    left: 0;
  }
}
.test-run .text-run__content img:nth-child(3) {
  bottom: 19.3%;
  left: -1.55%;
  max-width: 204px;
  width: 20%;
  border-radius: 0;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1279px) {
  .test-run .text-run__content img:nth-child(3) {
    left: 0;
  }
}
.test-run .text-run__content img:nth-child(4) {
  top: 17.8%;
  right: 4.4%;
  max-width: 90px;
  width: 9%;
  border-radius: 0;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
}
.test-run .text-run__content img:nth-child(5) {
  bottom: 4.1%;
  right: -4.7%;
  z-index: 0;
  max-width: 303px;
  width: 29%;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1279px) {
  .test-run .text-run__content img:nth-child(5) {
    right: 0;
  }
}
.test-run .text-run__footer {
  margin-top: 33px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.test-run .text-run__footer a.btn {
  margin-top: 31px;
  padding: 22px 40px;
  background-image: linear-gradient(235deg, #5dc900 0%, #00743e 100%);
  border: none;
  transition: 0.3s all ease;
}
.test-run .text-run__footer a.btn:hover {
  transform: translateY(-5px);
}
.test-run .text-run__popup--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 998;
}
.test-run .text-run__popup {
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 647px;
  width: 100%;
  padding: 40px 32px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 3px 99px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .test-run .text-run__popup {
    width: 94%;
    padding: 30px 22px;
  }
}
.test-run .text-run__popup .btn-close {
  position: absolute;
  font-size: 15px;
  top: 20px;
  right: 20px;
  color: #000000;
  transition: 0.3s all ease;
}
.test-run .text-run__popup .btn-close i {
  font-size: inherit;
  color: #000000;
}
.test-run .text-run__popup .btn-close i::before {
  font-size: inherit;
}
.test-run .text-run__popup .btn-close:hover {
  transform: rotate(360deg);
}
.test-run .text-run__popup .popup-title {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #13142B;
}
.test-run .text-run__popup .popup-title span {
  font-weight: 700;
  color: #0034c8;
}
.test-run .text-run__popup form .visually-hidden {
  display: none;
}
.test-run .text-run__popup form .zcwf_row + .zcwf_row {
  margin-top: 14px;
}
.test-run .text-run__popup form .zcwf_row--button {
  margin-top: 21px;
}
.test-run .text-run__popup form input:not([type="submit"]),
.test-run .text-run__popup form select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 15px 17px 17px;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  color: #868686;
  background-color: #f4f4f9;
  border: 1px solid #f4f4f9;
}
.test-run .text-run__popup form input:not([type="submit"]):focus, .test-run .text-run__popup form input:not([type="submit"]):active,
.test-run .text-run__popup form select:focus,
.test-run .text-run__popup form select:active {
  border-color: #0c0f26;
}
.test-run .text-run__popup form .btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 40px 17px;
  border: none;
  outline: none;
  transition: all 0.3 ease;
  background: linear-gradient(240deg, #fa7f3f 0%, #e92f4f 50%, #cb1a77 100%);
  cursor: pointer;
}
.test-run .text-run__popup--overlay,
.test-run .text-run__popup {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.test-run .text-run__popup--overlay.opened,
.test-run .text-run__popup.opened {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.demo-panel {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  z-index: 5;
}
@media (max-width: 1679px) {
  .demo-panel {
    gap: 1px;
    flex-direction: row;
    transform: rotate(-90deg) translate(50%, -100%);
    transform-origin: 100% 0% 0;
  }
}
@media (max-width: 1024px) {
  .demo-panel {
    gap: 1px;
    flex-direction: column;
    transform: translateY(-50%);
    transform-origin: 0;
  }
}
.demo-panel .link {
  min-width: 100%;
  height: auto;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 0.65em 1.2em 0.65em 0.9em;
  border-radius: 0;
  border: none;
  cursor: pointer;
  gap: 8px;
  transition: background-color 0.3s ease;
  color: #ffffff;
  background-color: #06021d;
}
@media (max-width: 1679px) {
  .demo-panel .link {
    min-width: auto;
  }
}
@media (max-width: 1024px) {
  .demo-panel .link {
    font-size: 0;
    min-width: 45px;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .demo-panel .link {
    min-width: 40px;
    min-height: 40px;
  }
}
.demo-panel .link .btn-icon {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .demo-panel .link .btn-icon {
    max-width: max-content;
  }
}
.demo-panel .link .btn-icon::before {
  line-height: 22px;
}
.demo-panel .link.link-buy {
  color: #ffffff;
  background-color: #1946C1;
}

/*# sourceMappingURL=style.css.map */
