/*! 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: 7em;
  --block-pd-md: 9em;
  --btn-fz: 14px;
  --cont-pd: 50px;
  --item-border-rad: 10px;
  --footer-height: 690px;
}
@media (max-width: 1439px) {
  :root {
    --grid-mt: 2em;
    --block-pd: 6em;
    --block-pd-md: 6em;
    --cont-pd: 50px;
    --footer-height: 640px;
  }
}
@media (max-width: 1279px) {
  :root {
    --footer-height: 600px;
    --cont-pd: 30px;
  }
}
@media (max-width: 1023px) {
  :root {
    --item-border-rad: 6px;
    --footer-height: 550px;
  }
}
@media (max-width: 767px) {
  :root {
    --cont-pd: 20px;
    --footer-height: 400px;
  }
}
@media (max-width: 600px) {
  :root {
    --grid-mt: 2em;
    --block-pd: 5em;
    --block-pd-md: 5em;
  }
}

[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: 0.5s;
  animation-duration: 0.5s;
}

@-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;
}

.animated--title.innerAnimated .char {
  transition-delay: calc(30ms * var(--char-index) + 40ms);
  transform: translateY(0);
  opacity: 1;
}

.animated--title .char {
  display: inline-flex;
  transform: translateY(120%);
  opacity: 0;
  transition: opacity 0.35s, transform 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

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

* {
  box-sizing: border-box;
}

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

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

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: #1F242E;
  font-family: "halyard-display", sans-serif;
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: 11.47vw;
  letter-spacing: 0;
  line-height: 0.882em;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
}
@media (max-width: 650px) {
  h1 {
    font-size: 16vw;
  }
}

h2 {
  font-size: 3.353rem;
  line-height: 0.983em;
  letter-spacing: 0em;
}
@media (max-width: 1439px) {
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1279px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.208;
  letter-spacing: 0;
}
@media (max-width: 1439px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 1279px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 1.1em;
  }
}

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

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

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

p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.71;
  letter-spacing: 0;
  color: #797C7F;
  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: #D2D3D5;
}

a {
  font-family: "halyard-display", 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: "halyard-display", sans-serif;
  font-size: calc(1rem + 2px);
  line-height: 1.647;
  letter-spacing: 0;
  font-weight: 500;
  color: #1F242E;
}
@media (max-width: 1023px) {
  li {
    font-size: 17px;
  }
}

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: 1878px;
}

.cont_extra {
  max-width: 1698px;
}

.cont_extra_2 {
  max-width: 1680px;
}

.cont_md {
  max-width: 1720px;
}

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

.cont_ft {
  max-width: 1450px;
  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: #fff;
}

/*Buttons*/
.btn {
  font-family: "halyard-display", sans-serif;
  font-size: var(--btn-fz);
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  display: inline-flex;
  text-transform: uppercase;
  padding: 1.45em 2.7em;
  border: 1px solid #F59139;
  color: #fff;
  background-color: #F59139;
}
@media (max-width: 767px) {
  .btn {
    padding: 1.2em 2.4em;
  }
}
.btn:hover {
  background-color: #E67D1F;
  border-color: #E67D1F;
}
.btn.btn_alt {
  background-color: #E63A26;
  border-color: #E63A26;
}
.btn.btn_alt:hover {
  background-color: #D52B17;
  border-color: #D52B17;
}
.btn.btn_alt2 {
  background-color: #AFBEA9;
  border-color: #AFBEA9;
}
.btn.btn_alt2:hover {
  background-color: #99AA92;
  border-color: #99AA92;
}
.btn.btn_alt3 {
  background-color: #1F242E;
  border-color: #1F242E;
}
.btn.btn_alt3:hover {
  background-color: #323641;
  border-color: #323641;
}
.btn.btn_header {
  font-size: calc(var(--btn-fz) - 1px);
  padding: 1.35em 2.55em;
  text-align: center;
  background-color: #F59139;
  border-color: #F59139;
  color: #fff;
}
.btn.btn_header:hover {
  background-color: #E67D1F;
  border-color: #E67D1F;
}
.btn.btn_border {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn_border:hover {
  background-color: #fff;
  color: #1F242E;
  border: 1px solid #fff;
}

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

.sup {
  font-family: "halyard-display", sans-serif;
  text-transform: uppercase;
  color: #1F242E;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.13em;
  font-weight: 500;
  margin-bottom: 1.25em;
}
@media (max-width: 1023px) {
  .sup {
    margin-bottom: 1em;
  }
}
.sup.sup_alt {
  color: #fff;
}

.center {
  text-align: center;
}

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

@-webkit-keyframes assinatura {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes assinatura {
  to {
    stroke-dashoffset: 0;
  }
}
.hero_demo-wrap {
  position: relative;
  background-color: #F3F5F1;
}
.hero_demo-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/hero_demo-bg.png") top no-repeat;
  background-size: auto;
  z-index: 3;
}

.content_wrapper {
  background-color: #E8EBE6;
}

/*  Loader  */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  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 #F59139;
  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;
}
header .cont_lg .row {
  border-bottom: 1px solid #1F242E;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 1279px) {
  header .cont_lg .row {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  header .cont_lg .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header > .item:nth-of-type(1) {
  flex: 0 1 30%;
}
@media (max-width: 1023px) {
  header > .item:nth-of-type(1) {
    flex-basis: 140px;
  }
}
header > .item:nth-of-type(2) {
  flex: 0 1 70%;
}
header .right-part {
  display: flex;
  gap: 50px;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1023px) {
  header .right-part .item:nth-of-type(2) {
    display: none;
  }
}
header .logo {
  display: inline-block;
  max-width: 114px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
header .logo.logo_mobile {
  position: absolute;
  left: 30px;
  top: 25px;
  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: 17px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "halyard-display", sans-serif;
  color: #1F242E;
  position: relative;
  padding: 0.5em 0;
}
nav .nav_link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1F242E;
  transition: width 0.2s ease;
}
nav .nav_link:hover {
  color: #1F242E;
}
nav .nav_link:hover:after {
  width: 100%;
}
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: #13161C;
    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: 30px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0.4em;
  }
  .nav-mobile li .nav_link:after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .nav-mobile li .nav_link {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .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 {
    font-size: 14px;
    padding: 1.2em 2.3em;
  }
}

/*  Hamburger   */
.hamburger {
  display: none;
}
@media (max-width: 1023px) {
  .hamburger {
    display: flex;
    position: relative;
    z-index: 1001;
    line-height: 0.5em;
  }
}
.hamburger .hamburger-box {
  width: 35px;
}

#nav-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  will-change: transform;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.5s ease;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 1023px) {
  #nav-icon {
    right: 20px;
    left: auto;
  }
}
@media (max-width: 767px) {
  #nav-icon {
    right: 10px;
  }
}
#nav-icon span {
  display: block;
  height: 2px;
  width: 50%;
  background-color: #1F242E;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.35s ease;
  margin-top: 5px;
}
#nav-icon span:first-child {
  margin-top: 0px;
}
#nav-icon span:nth-child(1) {
  top: 0;
}
#nav-icon span:nth-child(2) {
  top: 7px;
}
#nav-icon span:nth-child(3) {
  top: 14px;
}
#nav-icon.open span {
  background-color: #1F242E;
}
#nav-icon.open span:nth-child(1) {
  position: relative;
  top: 7px;
  transform: rotate(135deg);
  background: #fff;
}
#nav-icon.open span:nth-child(2) {
  position: relative;
  opacity: 0;
  right: 60px;
}
#nav-icon.open span:nth-child(3) {
  position: relative;
  top: -7px;
  transform: rotate(-135deg);
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 793px;
}
@media (max-width: 1439px) {
  .hero {
    min-height: 715px;
  }
}
@media (max-width: 1279px) {
  .hero {
    min-height: 610px;
  }
}
@media (max-width: 1023px) {
  .hero {
    min-height: 460px;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 390px;
  }
}
.hero .cont {
  position: relative;
  z-index: 5;
}
.hero .first-part {
  display: flex;
  align-items: center;
  gap: 5.65vw;
}
@media (max-width: 650px) {
  .hero .first-part {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
  }
}
.hero .first-part .hero_sup {
  max-width: 244px;
  margin-top: 1.4vw;
}
@media (max-width: 650px) {
  .hero .first-part .hero_sup {
    max-width: 100%;
    margin-top: 0;
  }
}
.hero .second-part {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
}
@media (max-width: 650px) {
  .hero .second-part {
    align-items: flex-start;
    gap: 5px;
  }
}
.hero .second-part h1 {
  font-size: 8.75vw;
  font-weight: 300;
  letter-spacing: -0.012em;
  line-height: 0.895em;
}
@media (max-width: 650px) {
  .hero .second-part h1 {
    font-size: 9.6vw;
  }
}
@media (max-width: 479px) {
  .hero .second-part h1 {
    font-size: 9vw;
  }
}
.hero .second-part .hero_sup {
  font-size: 14px;
  letter-spacing: 0.13em;
  line-height: 25px;
  text-transform: uppercase;
  text-align: right;
  margin: 0.7vw 0.55vw 0 0;
}
.hero .hero_sup {
  font-family: "halyard-display", sans-serif;
  font-size: 28px;
  line-height: 1.036em;
  font-weight: 500;
  letter-spacing: 0;
  color: #1F242E;
}
@media (max-width: 1023px) {
  .hero .hero_sup {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .hero .hero_sup {
    font-size: 18px;
  }
}

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

.hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  max-height: 1018px;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .hero_bg {
    height: 70vh;
  }
}
.hero_bg .img_wrap {
  position: absolute;
}

.gifts-article {
  background-color: #E8EBE6;
  padding: 2rem 0 1.65rem;
  text-align: center;
}
.gifts-article img {
  max-width: 43px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
@media (max-width: 1279px) {
  .gifts-article img {
    max-width: 36px;
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .gifts-article img {
    max-width: 30px;
  }
}
@media (max-width: 479px) {
  .gifts-article img {
    max-width: 22px;
  }
}
.gifts-article p {
  font-family: "halyard-display", sans-serif;
  font-size: 1.118rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #1F242E;
}
@media (max-width: 600px) {
  .gifts-article p {
    font-size: 1rem;
  }
}
.gifts-article i {
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
  text-transform: uppercase;
  font-weight: 500;
}

.gifts-container {
  max-width: 1185px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .gifts-container {
    padding: 0 20px;
  }
}

.demo {
  z-index: 3;
  overflow: visible;
  position: relative;
  padding-bottom: var(--block-pd);
}
.demo .cont {
  position: relative;
  z-index: 5;
}
.demo .grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 110px;
  padding-top: 5px;
  margin-top: -127px;
}
@media (max-width: 1439px) {
  .demo .grid {
    grid-gap: 50px;
  }
}
@media (max-width: 1279px) {
  .demo .grid {
    grid-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .demo .grid {
    margin-top: -80px;
  }
}
@media (max-width: 479px) {
  .demo .grid {
    grid-template-columns: 1fr;
    grid-gap: 30px 20px;
  }
}
.demo .grid .item + .item {
  margin-top: 69px;
}
@media (max-width: 1439px) {
  .demo .grid .item + .item {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .demo .grid .item + .item {
    margin-top: 30px;
  }
}
.demo .grid .item:not(.coming-soon) .demo_img {
  position: relative;
  top: 0;
  transition: 0.3s all ease;
  border: 0.5px solid #DCE1DA;
}
.demo .grid .item:not(.coming-soon):hover {
  cursor: pointer;
}
.demo .grid .item:not(.coming-soon):hover .demo_img {
  position: relative;
  top: -5px;
}
.demo .grid .demo_img {
  transition: transform 0.2s ease;
}
.demo .item_title a {
  all: inherit;
  position: relative;
  padding-top: 0.8em;
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 479px) {
  .demo .item_title a {
    padding-top: 0.5em;
  }
}
.demo #demo + .btn {
  margin-top: 61px;
}
@media (max-width: 767px) {
  .demo #demo + .btn {
    margin-top: 30px;
  }
}
.demo .text-block {
  margin-top: 13.6vw;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1679px) {
  .demo .text-block {
    margin-top: 40%;
  }
}
@media (max-width: 1439px) {
  .demo .text-block {
    margin-top: 36.6%;
  }
}
@media (max-width: 1279px) {
  .demo .text-block {
    margin-top: 38.5%;
  }
}
@media (max-width: 1023px) {
  .demo .text-block {
    margin-top: 41.5%;
  }
}
@media (max-width: 479px) {
  .demo .text-block {
    display: none;
  }
}
.demo .text-block h4 {
  font-size: 5.27vw;
  line-height: 0.9292;
  letter-spacing: -0.01em;
  max-width: 24vw;
  text-align: left;
}
@media (max-width: 767px) {
  .demo .text-block h4 {
    max-width: 80%;
  }
}
.demo .text-block .btn {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.demo .text-block .btn:hover {
  background-color: transparent;
  border-color: transparent;
}
.demo .text-block .btn:hover i {
  color: #F59139;
}
.demo .text-block .btn i {
  margin-bottom: 0.25vw;
  margin-right: -0.2vw;
  font-family: "fontello";
  display: block;
  text-align: center;
  font-size: 4.75vw;
  color: #1F242E;
  transition: 0.3s all ease;
}
.demo .text-block .btn i::before {
  margin: 0;
}

.benefits {
  padding-top: calc(var(--block-pd) + 4px);
  padding-bottom: calc(var(--block-pd) + 1px);
}
@media (max-width: 1439px) {
  .benefits {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
.benefits .grid {
  margin-top: calc(var(--grid-mt) + 2px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  justify-items: stretch;
}
@media (max-width: 1439px) {
  .benefits .grid {
    grid-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .benefits .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .benefits .grid {
    grid-gap: 20px;
  }
}
@media (max-width: 600px) {
  .benefits .grid {
    grid-template-columns: 400px;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .benefits .grid {
    grid-template-columns: 1fr;
  }
}
.benefits .item {
  height: 310px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5em 20px 3.6em;
  background-color: #F3F5F1;
}
@media (max-width: 1279px) {
  .benefits .item {
    height: 280px;
    padding: 1.2em 15px 2.7em;
  }
}
@media (max-width: 1023px) {
  .benefits .item {
    height: 250px;
    padding-bottom: 2em;
    padding-top: 1em;
  }
}
@media (max-width: 767px) {
  .benefits .item {
    height: 210px;
  }
}
@media (max-width: 600px) {
  .benefits .item {
    height: max-content;
    padding-bottom: 2em;
    padding-top: 2.3em;
  }
}
.benefits .item:nth-of-type(odd) {
  background-color: #fff;
}
.benefits .item:first-of-type img {
  max-width: 115px;
}
.benefits .item:nth-of-type(2) img:nth-of-type(2) {
  position: absolute;
  top: -8%;
  right: 6%;
  width: 22%;
  max-width: 37px;
}
@media (max-width: 1023px) {
  .benefits .item:nth-of-type(3) {
    background-color: #F3F5F1;
  }
}
@media (max-width: 1023px) and (max-width: 600px) {
  .benefits .item:nth-of-type(3) {
    background-color: #fff;
  }
}

.benefits .item:nth-of-type(3) img {
  max-width: 78px;
}
@media (max-width: 767px) {
  .benefits .item:nth-of-type(3) img {
    max-width: 74px;
  }
}
.benefits .item:nth-of-type(3) img:nth-of-type(2) {
  height: auto;
  position: absolute;
  top: -18%;
  right: -9%;
  width: 54%;
  max-width: 41px;
  filter: drop-shadow(0 13px 16px rgba(0, 0, 0, 0.15));
}
@media (max-width: 1023px) {
  .benefits .item:nth-of-type(4) {
    background-color: #fff;
  }
}
@media (max-width: 600px) {
  .benefits .item:nth-of-type(4) {
    background-color: #F3F5F1;
  }
}
.benefits .item:nth-of-type(4) img {
  max-width: 123px;
}
@media (max-width: 1023px) {
  .benefits .item:nth-of-type(4) img {
    max-width: 100px;
  }
}
.benefits .item:nth-of-type(5) img {
  max-width: 79px;
}
@media (max-width: 1023px) {
  .benefits .item:nth-of-type(5) img {
    max-width: 74px;
  }
}
.benefits .item:nth-of-type(5) img:nth-of-type(2) {
  position: absolute;
  top: -13%;
  left: -32%;
  width: 72%;
  max-width: 56px;
  filter: drop-shadow(0 13px 16px rgba(0, 0, 0, 0.15));
}
@media (max-width: 1023px) {
  .benefits .item:nth-of-type(5) img:nth-of-type(2) {
    left: -25%;
    width: 59%;
  }
}
.benefits .item:nth-of-type(6) img {
  max-width: 73px;
  margin-bottom: 1%;
}
.benefits .item .item_title {
  margin-top: 20px;
  margin-bottom: 2px;
}
@media (max-width: 1023px) {
  .benefits .item .item_title {
    margin-top: 0.8em;
  }
}
@media (max-width: 767px) {
  .benefits .item .item_title {
    line-height: 1.3em;
  }
}
.benefits .img_wrap {
  max-width: 170px;
  position: relative;
  margin: 0 auto;
}
.benefits img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .benefits img {
    width: 80%;
  }
}

/* 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.47em;
  margin-left: -3px;
}
@media (max-width: 767px) {
  .block .section_title {
    margin-left: -2px;
  }
}
.block .btn {
  margin-top: 2em;
}
@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: 13px;
}
@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: 5px;
  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: 5px;
  }
}
@media (max-width: 767px) {
  .block li::before {
    width: 18px;
    height: 18px;
    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%;
  }
}

/*    Elm    */
.elm {
  padding-top: calc(var(--block-pd) + 1px);
  padding-bottom: calc(var(--block-pd) - 13px);
  overflow: hidden;
}
@media (max-width: 1439px) {
  .elm {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .elm .grid {
    grid-template-columns: 1.2fr 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;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    max-width: 620px;
  }
}
.elm .img-wrap {
  padding-bottom: 9.5%;
}
@media (max-width: 479px) {
  .elm .img-wrap {
    padding-bottom: 9%;
  }
}
.elm .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  margin-left: auto;
  width: 79%;
  max-width: 520px;
  box-shadow: 0 0 30px rgba(35, 35, 33, 0.07);
}
.elm .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 64%;
  max-width: 427px;
  box-shadow: 0 0 20px rgba(35, 35, 33, 0.1);
}
.elm .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  top: 17.2%;
  left: 18.4%;
  width: 12%;
  max-width: 65px;
}
@media (max-width: 1023px) {
  .elm .img-wrap > img:nth-of-type(3) {
    top: 14.2%;
  }
}
.elm .img-wrap > img:nth-of-type(4) {
  z-index: 2;
  top: 34.5%;
  left: 0;
  width: 35%;
  max-width: 226px;
}

/*    WOOC    */
.wooc {
  background-color: #D0D6CE;
  padding-bottom: calc(var(--block-pd) + 1px);
  overflow: visible;
  z-index: 2;
}
@media (max-width: 1439px) {
  .wooc {
    padding-bottom: var(--block-pd);
  }
}
@media (max-width: 767px) {
  .wooc .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 45px;
  }
  .wooc .grid .item:nth-of-type(1) {
    margin-top: 30px;
  }
}
.wooc .grid .item:nth-of-type(2) {
  margin-bottom: 2.6em;
}
@media (max-width: 1279px) {
  .wooc .grid .item:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.wooc p {
  max-width: 540px;
}
@media (max-width: 767px) {
  .wooc p {
    max-width: 100%;
  }
}
.wooc .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 566px;
  padding-top: 9.4%;
  z-index: 5;
}
@media (max-width: 1279px) {
  .wooc .content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .wooc .content-wrap {
    padding-right: 0;
    margin-left: 0;
  }
}
@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: 12.1% 4.6% 1.6% 3.5%;
}
.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;
  bottom: 0;
  width: 29%;
  max-width: 187px;
  box-shadow: 0 0 30px rgba(35, 35, 33, 0.07);
  border: 10px solid #fff;
}
@media (max-width: 1439px) {
  .wooc .img-wrap img:nth-of-type(2) {
    right: 0;
  }
}
.wooc .img-wrap img:nth-of-type(3) {
  z-index: 4;
  right: 11%;
  bottom: 23.6%;
  width: 15%;
  max-width: 65px;
}
@media (max-width: 1023px) {
  .wooc .img-wrap img:nth-of-type(3) {
    right: 7%;
    bottom: 16.6%;
  }
}
.wooc .img-wrap img:nth-of-type(4) {
  z-index: 3;
  left: 5%;
  top: 8.8%;
  width: 23%;
  max-width: 98px;
}
.wooc .img-wrap img:nth-of-type(5) {
  z-index: 5;
  right: 2.1%;
  left: auto;
  top: 0;
  width: 41%;
  max-width: 270px;
  box-shadow: 0 0 30px rgba(35, 35, 33, 0.07);
  border: 10px solid #fff;
}

/* Plugins */
.plugins {
  padding-bottom: calc(var(--block-pd) - 10px);
  overflow: visible;
}
@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: 615px;
  z-index: 5;
}
@media (min-width: 1679px) {
  .plugins .content-wrap {
    max-width: 615px;
  }
}
@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 {
  max-width: 480px;
}
.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.6em;
  background-color: #ffffff;
  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.1em 0 0.4em;
}
@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: #656C67;
}
.plugins .inner_item:nth-of-type(9) img {
  padding-bottom: 5px;
}

.payments {
  background-color: #E8EBE6;
  padding-top: calc(var(--block-pd) + 1px);
  padding-bottom: calc(var(--block-pd) + 6px);
}
@media (max-width: 1439px) {
  .payments {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
@media (max-width: 1279px) {
  .payments .grid {
    gap: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payments .grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .payments .grid {
    grid-gap: 25px;
  }
}
.payments .grid .item:nth-child(2) {
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: center;
  margin-left: 5.6%;
}
@media (max-width: 1439px) {
  .payments .grid .item:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .payments .grid .item:nth-child(2) {
    gap: 10px;
  }
}
.payments .grid .item:nth-child(2) .inner_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  row-gap: 21px;
}
@media (max-width: 1023px) {
  .payments .grid .item:nth-child(2) .inner_grid {
    gap: 10px;
  }
}
.payments .grid .item:nth-child(2) .inner_grid:nth-of-type(2) .inner_item:nth-of-type(1) .inner_item_img {
  max-width: 26%;
}
.payments .grid .item:nth-child(2) .inner_grid .inner_item {
  display: flex;
  align-items: center;
  max-width: 153px;
  width: 153px;
  max-height: 152px;
  height: 152px;
  background-color: #fff;
}
@media (max-width: 1279px) {
  .payments .grid .item:nth-child(2) .inner_grid .inner_item {
    max-width: 135px;
    width: 135px;
    max-height: 134px;
    height: 134px;
  }
}
@media (max-width: 1023px) {
  .payments .grid .item:nth-child(2) .inner_grid .inner_item {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 479px) {
  .payments .grid .item:nth-child(2) .inner_grid .inner_item {
    width: 85px;
    height: 85px;
  }
}
.payments .grid .item:nth-child(2) .inner_grid .inner_item .inner_item_img {
  max-width: 40%;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .payments .section_title {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .payments .section_title {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .payments .section_title {
    max-width: 100%;
  }
}
.payments .content-wrap:nth-of-type(1) {
  padding-bottom: 2%;
}
@media (min-width: 768px) {
  .payments .content-wrap {
    padding-left: 0;
    max-width: 600px;
  }
}
.payments .sup {
  max-width: 109px;
  margin-bottom: 1.2em;
}
.payments p {
  max-width: 570px;
}

/*    Responsive   */
.responsive {
  padding-bottom: var(--block-pd);
  background-color: #F3F5F1;
  overflow: visible;
  z-index: 2;
}
.responsive .grid {
  grid-template-columns: 1fr 1.1fr;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .responsive .grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 767px) {
  .responsive .grid {
    grid-template-columns: 1fr;
  }
}
.responsive .section_title {
  max-width: 435px;
}
@media (max-width: 1439px) {
  .responsive .section_title {
    max-width: 395px;
  }
}
@media (max-width: 1279px) {
  .responsive .section_title {
    max-width: 345px;
  }
}
@media (max-width: 1023px) {
  .responsive .section_title {
    max-width: 295px;
  }
}
@media (max-width: 767px) {
  .responsive .section_title {
    max-width: 100%;
  }
}
.responsive p {
  max-width: 540px;
}
.responsive .content-wrap {
  position: relative;
  max-width: 485px;
  z-index: 5;
}
@media (max-width: 767px) {
  .responsive .content-wrap {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1439px) {
  .responsive .item:nth-of-type(1) {
    padding-top: 0;
    margin-right: 0;
    padding-right: 15%;
  }
}
@media (max-width: 1023px) {
  .responsive .item:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .responsive .item:nth-of-type(1) {
    margin-left: 0;
    padding: 0;
  }
}
.responsive .img-wrap {
  padding-right: 10.8%;
  padding-bottom: 4.9%;
}
@media (max-width: 1439px) {
  .responsive .img-wrap {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .responsive .img-wrap {
    padding-bottom: 0;
  }
}
.responsive .img-wrap img:nth-of-type(1) {
  width: 80%;
  z-index: 2;
  max-width: 463px;
  margin-left: auto;
}
.responsive .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: 2.6%;
  bottom: 0;
  width: 33%;
  max-width: 223px;
}
@media (max-width: 1439px) {
  .responsive .img-wrap img:nth-of-type(2) {
    left: 14%;
  }
}
@media (max-width: 1279px) {
  .responsive .img-wrap img:nth-of-type(2) {
    left: 3%;
  }
}
@media (max-width: 767px) {
  .responsive .img-wrap img:nth-of-type(2) {
    bottom: 10%;
  }
}

.slider-wrap {
  background-color: #D0D6CE;
  padding-top: calc(var(--block-pd) + 1px);
}
@media (max-width: 1439px) {
  .slider-wrap {
    padding-top: var(--block-pd);
  }
}
.slider-wrap .section_title {
  margin-bottom: 0;
}
.slider-wrap .content_wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-gap: 0;
}
@media (max-width: 1279px) {
  .slider-wrap .content_wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  .slider-wrap .content_wrap {
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
}
@media (max-width: 767px) {
  .slider-wrap .content_wrap {
    grid-row-gap: 17px;
  }
}
.slider-wrap .content_wrap .item:nth-of-type(2) {
  display: flex;
  align-items: flex-end;
  margin-bottom: -10px;
}
@media (max-width: 1439px) {
  .slider-wrap .content_wrap .item:nth-of-type(2) {
    margin-bottom: -2px;
  }
}
.slider-wrap .slider_draggable_wrap {
  margin-top: 4.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: 656px;
  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 {
  overflow: hidden;
  position: relative;
}

.slider-wrap .slider_content img {
  min-height: 440px;
}
@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: 133px;
  }
}
@media (max-width: 479px) {
  .slider-wrap .slider_content img {
    min-height: 150px;
  }
}

.cust-benefits {
  background-color: #F3F5F1;
  padding-top: calc(var(--block-pd) + 4px);
  padding-bottom: calc(var(--block-pd) - 1px);
  overflow: visible;
}
@media (max-width: 1439px) {
  .cust-benefits {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
.cust-benefits .section_title {
  margin-left: 0;
  margin-bottom: 0;
}
.cust-benefits .content_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
}
@media (max-width: 1439px) {
  .cust-benefits .content_wrap {
    align-items: end;
    grid-gap: 60px;
  }
}
@media (max-width: 1023px) {
  .cust-benefits .content_wrap {
    grid-gap: 30px;
  }
}
@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) {
  display: flex;
  align-items: flex-end;
  margin-bottom: -5px;
}
@media (max-width: 1279px) {
  .cust-benefits .content_wrap .item:nth-of-type(2) {
    margin-bottom: -2px;
  }
}
@media (max-width: 767px) {
  .cust-benefits .content_wrap .item:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.cust-benefits .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
  margin-top: 4.5em;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .cust-benefits .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .cust-benefits .grid {
    margin-top: 2.5em;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.cust-benefits .grid .item {
  background-color: #FFFFFF;
  height: 388px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 56px;
  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 {
    padding: 35px;
    height: 250px;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid .item {
    height: 275px;
  }
}
@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: 28px;
  line-height: 1.035;
  margin-top: 1.1em;
  white-space: pre-line;
}
@media (max-width: 1439px) {
  .cust-benefits .grid .item .item_title {
    margin-top: 1.2em;
  }
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item .item_title {
    font-size: 23px;
  }
}
@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: 13.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: 10px;
}
.cust-benefits .grid .item:nth-of-type(2) .img_wrap {
  max-width: 290px;
  width: 72.4%;
  padding-top: 0%;
}
@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%;
  padding-bottom: 10px;
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(2) {
  max-width: 94px;
  width: 40%;
  right: 6%;
  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: 4%;
  padding-bottom: 2.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 {
  background-color: #13161C;
  padding-top: calc(var(--block-pd) + 1px);
  padding-bottom: calc(var(--block-pd) - 2px);
}
@media (max-width: 1439px) {
  .features {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
.features .grid {
  margin-top: calc(var(--grid-mt) - 4px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 30px;
  justify-content: space-around;
}
@media (max-width: 1279px) {
  .features .grid {
    grid-gap: 30px 30px;
  }
}
@media (max-width: 1023px) {
  .features .grid {
    grid-template-columns: repeat(2, 250px);
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .features .grid {
    grid-template-columns: repeat(2, 200px);
  }
}
@media (max-width: 479px) {
  .features .grid {
    grid-template-columns: repeat(1, 260px);
  }
}
.features .grid .item .img-wrap {
  box-sizing: border-box;
  height: 76px;
  width: 76px;
  background-color: #1E2129;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  grid-gap: 0;
}
.features .grid img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.features .grid .item_title {
  font-size: 24px;
  margin: 1.32em auto 0.65em;
}
@media (max-width: 1279px) {
  .features .grid .item_title {
    margin-top: 1.2em;
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .features .grid .item_title {
    font-size: 20px;
  }
}
.features .grid .item_descr {
  font-size: 15px;
  line-height: 1.667em;
  letter-spacing: 0;
  color: #D2D3D5;
}
@media (max-width: 1279px) {
  .features .grid .item_descr {
    line-height: 1.4em;
  }
}

.footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background-color: #171A21;
  height: var(--footer-height);
}
.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 88px;
  max-width: 775px;
}
@media (max-width: 1279px) {
  .footer .top .inner {
    max-width: 680px;
  }
}
@media (max-width: 1023px) {
  .footer .top .inner {
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  .footer .top .inner {
    max-width: 500px;
  }
}
.footer .section_title {
  font-size: 5.18em;
  line-height: 0.977em;
}
@media (max-width: 1279px) {
  .footer .section_title {
    font-size: 4.5em;
  }
}
@media (max-width: 1023px) {
  .footer .section_title {
    font-size: 3em;
  }
}
@media (max-width: 535px) {
  .footer .section_title {
    font-size: 2em;
  }
}
.footer .btn_wrap {
  margin-top: 2.45em;
}
@media (max-width: 1279px) {
  .footer .btn_wrap {
    margin-top: 1.5em;
  }
}
@media (max-width: 767px) {
  .footer .btn_wrap {
    margin-top: 1em;
  }
}
.footer .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.footer .bottom .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #323641;
  padding-top: 1.85em;
  padding-bottom: 2.1em;
}
@media (max-width: 1023px) {
  .footer .bottom .grid {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (max-width: 479px) {
  .footer .bottom .grid {
    padding-top: 1em;
    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: #96999F;
  font-size: 16px;
  line-height: 1.5;
}
.footer .bottom p:nth-of-type(2) {
  color: #fff;
}
.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: #96999F;
  transition: width 0.3s ease;
}
.footer .bottom p a:hover:after {
  width: 100%;
}

.marquee {
  position: relative;
  background-color: #D0D6CE;
  overflow: hidden;
}
.marquee .marquee_text {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-top: 3.25em;
  padding-bottom: 5.3em;
}
@media (max-width: 479px) {
  .marquee .marquee_text {
    padding-top: calc(var(--block-pd) - 10px);
    padding-bottom: var(--block-pd);
  }
}
.marquee p {
  font-family: "halyard-display", sans-serif;
  font-size: 267px;
  letter-spacing: -0.02em;
  line-height: 1em;
  font-weight: 300;
  color: #E8EBE6;
  position: relative;
  padding-right: 30px;
  animation: marquee 16s linear infinite;
}
@media (max-width: 1439px) {
  .marquee p {
    font-size: 180px;
  }
}
@media (max-width: 1279px) {
  .marquee p {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .marquee p {
    font-size: 92px;
  }
}
@media (max-width: 600px) {
  .marquee p {
    font-size: 70px;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/* ScrollTop */
.scrollTop {
  width: 45px;
  height: 45px;
  bottom: 70px;
  right: var(--cont-pd);
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background: #F59139;
  -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: #E67D1F;
}
.scrollTop:after {
  color: #fff;
  content: "\e807";
  font-size: 13px;
  font-weight: 500;
  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%;
  }
}
/* ChatGPT */
.chatgpt {
  --rad: 0;
  padding-top: calc(var(--block-pd) + 1px);
  padding-bottom: calc(var(--block-pd) - 11px);
}
@media (max-width: 1439px) {
  .chatgpt {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
.chatgpt .chatgpt__header {
  text-align: center;
  margin-bottom: 43px;
}
@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;
}
.chatgpt .chatgpt__header .ai-logos > img {
  max-height: 47px;
  width: auto;
  border-radius: var(--rad);
}
.chatgpt .chatgpt__header .title {
  margin: 39px auto 0;
  max-width: 900px;
}
@media (max-width: 1023px) {
  .chatgpt .chatgpt__header .title {
    max-width: 625px;
  }
}
@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: #212121;
}
@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: 8px 0;
  font-size: calc(1rem + 1px);
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #FCFDFF;
  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;
    line-height: 1.2;
  }
}
.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%;
  }
}

/*    AI - images    */
.ai-images {
  position: relative;
  padding-bottom: calc(var(--block-pd) - 23px);
  overflow: visible;
  z-index: 2;
}
@media (max-width: 1439px) {
  .ai-images {
    padding-bottom: var(--block-pd);
  }
}
.ai-images .section_title {
  margin: 0 auto;
  max-width: 720px;
}
@media (max-width: 1439px) {
  .ai-images .section_title {
    max-width: 640px;
  }
}
@media (max-width: 1279px) {
  .ai-images .section_title {
    max-width: 535px;
  }
}
@media (max-width: 1023px) {
  .ai-images .section_title {
    max-width: 470px;
  }
}
@media (max-width: 767px) {
  .ai-images .section_title {
    max-width: 100%;
  }
}
.ai-images .img-wrap {
  max-width: 1003px;
  margin: 3.2em 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: 100%;
  margin: 0 auto;
}
.ai-images .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: 4.6%;
  bottom: 4.7%;
  width: 42%;
  max-width: 308px;
  border: 10px solid #fff;
  box-shadow: 0 0 20px rgba(7, 18, 26, 0.15);
}
@media (max-width: 1439px) {
  .ai-images .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}
@media (max-width: 1023px) {
  .ai-images .img-wrap img:nth-of-type(2) {
    width: 35%;
  }
}
.ai-images .img-wrap img:nth-of-type(3) {
  z-index: 3;
  right: 14%;
  top: -6.7%;
  width: 23%;
  max-width: 128px;
}
@media (max-width: 900px) {
  .ai-images .img-wrap img:nth-of-type(3) {
    right: 11%;
  }
}

/*    FAQ    */
.faq {
  padding-bottom: calc(var(--block-pd) + 1px);
  overflow: visible;
  z-index: 2;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 0;
    padding-bottom: var(--block-pd);
  }
}
.faq .grid {
  grid-template-columns: 1fr 1.1fr;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq .grid {
    grid-template-columns: 1fr 1.3fr;
  }
}
@media (max-width: 767px) {
  .faq .grid {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    align-items: start;
  }
}
.faq .content-wrap {
  position: relative;
  padding-bottom: 1.3%;
  max-width: 600px;
  margin-left: auto;
  z-index: 5;
}
@media (max-width: 1439px) {
  .faq .content-wrap {
    padding-bottom: 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: 0 2% 4.9% 7.9%;
}
.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: 0;
  bottom: 0;
  width: 46%;
  max-width: 292px;
  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: 17.7%;
  width: 23%;
  max-width: 142px;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.07);
}

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