/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* frank-ruhl-libre-300 - latin */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-300.woff2") format("woff2"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-300.woff") format("woff"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-300.ttf") format("truetype"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-300.svg#FrankRuhlLibre") format("svg");
  /* Legacy iOS */
}
/* frank-ruhl-libre-regular - latin */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-regular.woff2") format("woff2"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-regular.woff") format("woff"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-regular.ttf") format("truetype"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-regular.svg#FrankRuhlLibre") format("svg");
  /* Legacy iOS */
}
/* frank-ruhl-libre-500 - latin */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-500.woff2") format("woff2"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-500.woff") format("woff"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-500.ttf") format("truetype"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-500.svg#FrankRuhlLibre") format("svg");
  /* Legacy iOS */
}
/* frank-ruhl-libre-700 - latin */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-700.woff2") format("woff2"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-700.woff") format("woff"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-700.ttf") format("truetype"), url("../fonts/frank-ruhl-libre/frank-ruhl-libre-v10-latin-700.svg#FrankRuhlLibre") format("svg");
  /* Legacy iOS */
}
[data-animation^="animated"],
[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: .5s;
  animation-duration: .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: .75s;
  animation-duration: .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: .5s;
  animation-duration: .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);
  }
}
/*  Tags  */
html {
  font-size: 17px;
}

body {
  width: 100%;
  background-color: #F5F5F5;
}
body > .content-wrap {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

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

img {
  width: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1D130E;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: 5.882rem;
  line-height: 0.95em;
  letter-spacing: -0.03em;
  color: #1D130E;
  font-weight: 500;
}
@media (max-width: 1439px) {
  h1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 3.9rem;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-size: 3.118rem;
  line-height: 1em;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media (max-width: 1279px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  h2 {
    line-height: 1.1em;
    font-size: 2.3rem;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 1.9rem;
  }
}
h2 span {
  font-weight: 300;
}

h3 {
  font-size: 1.353rem;
  line-height: 1.261em;
  letter-spacing: -0.04em;
}
@media (max-width: 1439px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.1em;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.3rem;
  }
}

h4 {
  font-size: 1.294rem;
  line-height: 1em;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.15rem;
  }
}

h5 {
  font-size: 1.235rem;
  line-height: 1em;
  letter-spacing: -0.03em;
}

h6 {
  font-size: 1.059rem;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  h6 {
    font-size: .9rem;
  }
}

p {
  font-family: "museo-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.588em;
  letter-spacing: 0em;
  color: #6C6865;
  padding: 0;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 1023px) {
  p {
    font-size: 1rem;
    line-height: 1.4em;
    letter-spacing: 0em;
  }
}

a {
  font-family: "Frank Ruhl Libre", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  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: "Frank Ruhl Libre", sans-serif;
  font-size: 1.059rem;
  line-height: 1.706em;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #1D130E;
}
@media (max-width: 1023px) {
  li {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  li {
    font-size: 14px;
  }
}

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

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

.cont {
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cont {
    padding: 0 20px;
  }
}

.cont_lg {
  max-width: 1800px;
}

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

.cont_md {
  max-width: 1410px;
}
@media (max-width: 1439px) {
  .cont_md {
    max-width: 1260px;
  }
}
@media (max-width: 767px) {
  .cont_md {
    max-width: 640px;
  }
}

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

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

/*  General Classes */
/*Buttons*/
.btn {
  color: #fff;
  background-color: #DECB5F;
  font-weight: 700;
  font-size: 15px;
  padding: 1.3em 2.7em 1.2em;
}
@media (max-width: 1279px) {
  .btn {
    padding: 1.2em 2.5em;
    font-size: 15px;
  }
}
.btn:hover {
  background-color: #CEB839;
}
.btn.inverse {
  color: #fff;
  background-color: #C5A48E;
}
.btn.inverse:hover {
  background-color: #AC8972;
}

.sub {
  margin-top: 0.6em;
}
@media (max-width: 1023px) {
  .sub {
    font-size: 16px;
    line-height: 1.2em;
  }
}

.sup {
  font-family: "Frank Ruhl Libre", sans-serif;
  text-transform: uppercase;
  color: #1D130E;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.13em;
  font-weight: 500;
  margin-bottom: 1.6em;
}
@media (max-width: 600px) {
  .sup {
    margin-bottom: 1em;
  }
}

.center {
  text-align: center;
}

/*  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 #DECB5F;
  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: 10;
  padding: 40px 0;
}
@media (max-width: 767px) {
  header {
    padding: 30px 0;
  }
}
@media (max-width: 479px) {
  header {
    padding: 20px 0;
  }
}
header .btn {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1em;
  padding: 1.2em 1.9em 1.1em;
}
@media (max-width: 1023px) {
  header .btn {
    display: none;
  }
}
header .item {
  flex: 0 1 380px;
}
@media (max-width: 1023px) {
  header .item {
    flex-basis: auto;
  }
}
@media (max-width: 1023px) {
  header .item:nth-of-type(1) {
    order: 2;
  }
}
header .item:nth-of-type(2) {
  flex-basis: auto;
}
@media (max-width: 1023px) {
  header .item:nth-of-type(2) {
    order: 1;
    flex-basis: 268px;
  }
}
header .item:nth-of-type(3) {
  text-align: end;
}
@media (max-width: 1023px) {
  header .item:nth-of-type(3) {
    order: 3;
    flex-basis: auto;
  }
}
header .logo {
  display: inline-block;
  max-width: 280px;
  vertical-align: middle;
  position: relative;
  z-index: 99;
}
@media (max-width: 1279px) {
  header .logo {
    max-width: 220px;
  }
}
@media (max-width: 1023px) {
  header .logo {
    max-width: 220px;
  }
}
@media (max-width: 479px) {
  header .logo {
    max-width: 190px;
  }
}

nav li {
  display: inline-block;
}
nav li + li {
  margin-left: 1em;
}
@media (max-width: 1279px) {
  nav li + li {
    margin-left: .8em;
  }
}
nav a {
  font-size: 17px;
  font-weight: 700;
  color: #1D130E;
  position: relative;
  padding: 0.2em 0 .5em;
}
@media (max-width: 1279px) {
  nav a {
    font-size: 15px;
  }
}
nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #DECB5F;
  transition: width 0.2s ease;
}
nav a:hover {
  color: #DECB5F;
}
nav a:hover:after {
  width: 100%;
}
nav .btn_mob {
  display: none;
}

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

@media (max-width: 1023px) {
  .nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 380px;
    text-align: center;
    margin-top: 0;
    padding: 0;
    background-color: #1D130E;
    border-radius: 0;
    overflow: hidden;
    z-index: 1000;
    will-change: width, transform, transition, border-radius;
    transform: translateX(100%);
    -webkit-transition: all 0.8s ease;
    transition: all 0.5s ease;
  }
  .nav.is-active {
    border-radius: 0;
    transform: translateX(0);
    overflow: visible;
    overflow-y: auto;
  }
  .nav.is-active .menu {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .nav.is-active .menu a:after {
    background: #fff;
  }
  .nav li {
    display: block;
  }
  .nav li a {
    font-size: 1.1rem;
    color: #fff;
  }
  .nav li a:hover {
    color: #C5A48E;
  }
  .nav li a:after {
    display: none;
  }
  .nav li + li {
    margin-top: 15px;
    margin-left: 0;
  }
  .nav .btn_mob {
    display: inline-block;
  }
  .nav .btn_mob a {
    display: inline-block;
    font-size: 1.125rem;
    padding: 1.1em 1.8em;
  }
  .nav .btn_mob a:hover {
    color: #fff;
  }
  .nav .btn_mob a:after {
    display: none;
  }
}

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

#nav-icon {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 52%;
  right: 30px;
  will-change: transform;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 767px) {
  #nav-icon {
    right: 20px;
    left: auto;
  }
}
@media (max-width: 479px) {
  #nav-icon {
    right: 20px;
    top: 51%;
  }
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #1D130E;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#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: #fff;
}
#nav-icon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #fff;
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  right: 60px;
}
#nav-icon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #fff;
}

.hero_bg {
  position: relative;
  background: url("../img/hero/bg.jpg") center no-repeat;
  background-size: cover;
}
.hero_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
}
.hero_bg:after {
  background-color: #f5f5f5;
  opacity: 0.77;
}

.hero {
  height: 960px;
}
@media (max-width: 1679px) {
  .hero {
    height: 800px;
  }
}
@media (max-width: 1439px) {
  .hero {
    height: 740px;
  }
}
@media (max-width: 1279px) {
  .hero {
    height: 650px;
  }
}
@media (max-width: 1023px) {
  .hero {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 70vh;
    min-height: 350px;
    max-height: 800px;
  }
}
.hero .content {
  max-width: 1070px;
  padding-top: 327px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 1679px) {
  .hero .content {
    padding-top: 250px;
  }
}
@media (max-width: 1439px) {
  .hero .content {
    padding-top: 240px;
  }
}
@media (max-width: 1279px) {
  .hero .content {
    padding-top: 210px;
  }
}
@media (max-width: 767px) {
  .hero .content {
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.hero h1 {
  margin-top: 0.4em;
}
@media (max-width: 767px) {
  .hero h1 {
    margin-top: 0.1em;
  }
}
.hero .sup {
  color: #1D130E;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 479px) {
  .hero .sup {
    font-size: 14px;
  }
}
.hero .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero .back {
    display: none;
  }
}
.hero .back .img-wrap {
  position: absolute;
  z-index: 2;
}
.hero .back .img-wrap:nth-of-type(1) {
  top: 21.7%;
  left: 0%;
  max-width: 229px;
  width: 13%;
}
@media (max-width: 1023px) {
  .hero .back .img-wrap:nth-of-type(1) {
    display: none;
  }
}
.hero .back .img-wrap:nth-of-type(2) {
  bottom: 12.2%;
  left: 18.6%;
  max-width: 248px;
  width: 13%;
}
@media (max-width: 1023px) {
  .hero .back .img-wrap:nth-of-type(2) {
    left: 10%;
  }
}
.hero .back .img-wrap:nth-of-type(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 317px;
  width: 17%;
}
.hero .back .img-wrap:nth-of-type(4) {
  top: 21.7%;
  right: 0%;
  max-width: 229px;
  width: 13%;
}
@media (max-width: 1023px) {
  .hero .back .img-wrap:nth-of-type(4) {
    display: none;
  }
}
.hero .back .img-wrap:nth-of-type(5) {
  bottom: 11.1%;
  right: 14.1%;
  max-width: 290px;
  width: 16%;
}
@media (max-width: 1023px) {
  .hero .back .img-wrap:nth-of-type(5) {
    right: 8%;
  }
}

@keyframes arrow-bounce {
  50% {
    transform: translateY(-15px);
  }
}
.scroll_wrap {
  padding: 8.6em 0 1.7em;
  position: relative;
  z-index: 2;
}
@media (max-width: 1279px) {
  .scroll_wrap {
    padding-top: 7em;
  }
}
@media (max-width: 1023px) {
  .scroll_wrap {
    padding-top: 1em;
  }
}

.scroll {
  text-align: center;
}

.scroll_btn {
  padding: 1.5em 1em;
  background: url("../img/hero/scroll_bg.png") center top no-repeat;
  background-size: 48px;
}
@media (max-width: 1439px) {
  .scroll_btn {
    padding: 1em 1em .5em;
  }
}
@media (max-width: 479px) {
  .scroll_btn {
    background-size: 40px;
  }
}
.scroll_btn:hover img {
  animation-play-state: paused;
}
.scroll_btn img {
  animation: arrow-bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (max-width: 479px) {
  .scroll_btn img {
    max-width: 20px;
  }
}

/* Aimation On Load */
.heroFadeUp {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

.heroFadeTopLeft {
  -webkit-transform: translate3d(-40px, -40px, 0);
  transform: translate3d(-40px, -40px, 0);
}

.heroFadeTopRight {
  -webkit-transform: translate3d(40px, 40px, 0);
  transform: translate3d(40px, 40px, 0);
}

.heroFadeBottomLeft {
  -webkit-transform: translate3d(-40px, 40px, 0);
  transform: translate3d(-40px, 40px, 0);
}

.heroFadeBottomRight {
  -webkit-transform: translate3d(40px, -40px, 0);
  transform: translate3d(40px, -40px, 0);
}

.back .img-wrap img {
  opacity: 0;
  transition: all 0.6s ease-in;
}
.back .img-wrap:nth-of-type(1) img {
  transition-delay: 0.1s;
}
.back .img-wrap:nth-of-type(2) img {
  transition-delay: 0.2s;
}
.back .img-wrap:nth-of-type(3) img {
  transition-delay: 0.3s;
}
.back .img-wrap:nth-of-type(4) img {
  transition-delay: 0.4s;
}
.back .img-wrap:nth-of-type(5) img {
  transition-delay: 0.5s;
}

.loaded-content .back .img-wrap img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.demo {
  padding-top: 5.4em;
}
@media (max-width: 1679px) {
  .demo {
    padding-top: 4.8rem;
  }
}
@media (max-width: 1279px) {
  .demo {
    padding-top: 3.8rem;
  }
}
@media (max-width: 600px) {
  .demo {
    padding-top: 2.8rem;
  }
}
@media (max-width: 767px) {
  .demo .cont {
    padding: 0 27px;
  }
}
.demo .grid .item a {
  display: block;
}
.demo .grid .item img {
  outline: 7px solid #FDFCFB;
}
.demo .grid .item:hover a {
  transform: translateY(-2%);
}
@media (max-width: 767px) {
  .demo .coming-soon {
    display: none;
  }
}
.demo h5 {
  margin-top: 2em;
}
@media (max-width: 1279px) {
  .demo h5 {
    margin-top: 1.5em;
  }
}
@media (max-width: 600px) {
  .demo h5 {
    margin-top: 1.2em;
  }
}
.demo .btn-wrap {
  margin-top: -.6em;
  text-align: center;
}
@media (max-width: 1679px) {
  .demo .btn-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .demo .btn-wrap {
    margin-top: -10px;
  }
}

.top_clients_section {
  padding-top: 8.8em;
  overflow: visible;
  --row-gap: 68px;
}
@media (max-width: 1279px) {
  .top_clients_section {
    --row-gap: 40px;
    padding-top: 7em;
  }
}
@media (max-width: 600px) {
  .top_clients_section {
    padding-top: 5em;
  }
}
.top_clients_section .top_clients_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 42px;
  margin-top: 3.5em;
}
@media (max-width: 1279px) {
  .top_clients_section .top_clients_grid {
    grid-gap: 40px;
    margin-top: 2.5em;
  }
}
@media (max-width: 600px) {
  .top_clients_section .top_clients_grid {
    margin-top: 1.8em;
  }
}
.top_clients_section .top_client_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: calc(0px - var(--row-gap));
}
@media (max-width: 767px) {
  .top_clients_section .top_client_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .top_clients_section .top_client_row .item + .item {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .top_clients_section .top_client_row.img_left {
    flex-direction: column-reverse;
  }
  .top_clients_section .top_client_row.img_left .item + .item {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.top_clients_section .item {
  flex: 0 1 50%;
  padding-right: var(--row-gap);
}
@media (max-width: 767px) {
  .top_clients_section .item {
    flex-basis: 100%;
  }
}
.top_clients_section .content_wrap {
  max-width: 510px;
}
.top_clients_section .sup {
  text-align: center;
  margin-bottom: 1.7em;
}
.top_clients_section h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.top_clients_section .top_clients_title {
  font-size: 2.471rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .top_clients_section .top_clients_title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .top_clients_section .top_clients_title {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .top_clients_section .top_clients_title {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  .top_clients_section .top_clients_title {
    font-size: 1.8rem;
  }
}
.top_clients_section .top_clients_text {
  font-size: 17px;
  line-height: 1.647;
  letter-spacing: 0;
  margin-top: 0.9em;
}
@media (max-width: 1023px) {
  .top_clients_section .top_clients_text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.top_clients_section .top_clients_btn {
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #C5A48E;
  transition: background-color 0.3s linear;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  padding: 8px 9px;
  position: relative;
  margin-top: 1.2em;
}
.top_clients_section .top_clients_btn:hover {
  background-color: #AC8972;
}
.top_clients_section .top_clients_btn:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
  background-image: url(../img/top_clients/earth.svg);
  position: relative;
  top: -1px;
}
.top_clients_section .img_wrap {
  position: relative;
  padding-top: 30px;
  background-color: #ffffff;
  box-shadow: 5px 15px 50px rgba(19, 7, 1, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s linear;
}
@media screen and (max-width: 479px) {
  .top_clients_section .img_wrap {
    padding-top: 20px;
  }
}
.top_clients_section .img_wrap:hover {
  box-shadow: 5px 15px 50px rgba(19, 7, 1, 0.2);
}
.top_clients_section .img_wrap .clients_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) {
  .top_clients_section .img_wrap .clients_screen_dots {
    top: 8px;
    left: 8px;
  }
}
.top_clients_section .img_wrap .clients_screen_dots span {
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.top_clients_section .img_wrap .clients_screen_dots span:nth-of-type(1) {
  background-color: #ff625a;
}
.top_clients_section .img_wrap .clients_screen_dots span:nth-of-type(2) {
  background-color: #febd2e;
}
.top_clients_section .img_wrap .clients_screen_dots span:nth-of-type(3) {
  background-color: #29ce42;
}

.benefits {
  padding: 8.6rem 0;
}
@media (max-width: 1279px) {
  .benefits {
    padding: 7rem 0;
  }
}
@media (max-width: 600px) {
  .benefits {
    padding: 5rem 0;
  }
}
.benefits .grid {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  justify-items: stretch;
}
@media (max-width: 1439px) {
  .benefits .grid {
    margin-top: 2.5em;
    grid-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .benefits .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .benefits .grid {
    margin-top: 2em;
  }
}
@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.8em;
}
@media (max-width: 1279px) {
  .benefits .item {
    height: 280px;
    padding: 1.2em 20px 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:first-of-type {
  background-color: rgba(224, 233, 240, 0.7);
}
.benefits .item:first-of-type img {
  max-width: 115px;
}
@media (max-width: 767px) {
  .benefits .item:first-of-type img {
    max-width: 85px;
  }
}
.benefits .item:nth-of-type(2) img:nth-of-type(2) {
  position: absolute;
  top: -8%;
  right: 6%;
  width: 22%;
  max-width: 37px;
}
.benefits .item:nth-of-type(3) {
  background-color: #F4ECE9;
}
.benefits .item:nth-of-type(3) img {
  max-width: 78px;
}
.benefits .item:nth-of-type(3) img:nth-of-type(2) {
  position: absolute;
  top: -8%;
  right: 6%;
  width: 22%;
  max-width: 37px;
}
.benefits .item:nth-of-type(4) img {
  max-width: 124px;
}
.benefits .item:nth-of-type(5) {
  background-color: rgba(230, 234, 215, 0.54);
}
.benefits .item:nth-of-type(5) img {
  max-width: 88px;
}
@media (max-width: 767px) {
  .benefits .item:nth-of-type(5) img {
    max-width: 70px;
  }
}
.benefits .item:nth-of-type(5) img:nth-of-type(2) {
  position: absolute;
  top: -9%;
  left: -22%;
  width: 61%;
  max-width: 56px;
}
.benefits .item:nth-of-type(6) img {
  max-width: 74px;
}
.benefits .item:nth-of-type(even) {
  background-color: rgba(253, 252, 251, 0.7);
}
.benefits .item h4 {
  margin: 1.2em 0 0.35em;
}
@media (max-width: 767px) {
  .benefits .item h4 {
    margin-top: 0.8em;
    margin-bottom: 0.2em;
  }
}
.benefits .item p {
  letter-spacing: -0.02em;
  font-family: "museo-sans", sans-serif;
}
.benefits .img_wrap {
  max-width: 170px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .benefits .img_wrap {
    max-width: 100px;
  }
}
.benefits img {
  margin: 0 auto;
}

.gifts-article {
  background-color: #C5A48E;
  padding: 1.9rem 0 1.9rem;
  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: 600px) {
  .gifts-article img {
    max-width: 30px;
  }
}
@media (max-width: 479px) {
  .gifts-article img {
    max-width: 22px;
  }
}
.gifts-article p {
  color: #FCFCFC;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-size: 1.059rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  color: #FCFCFC;
}
@media (max-width: 1279px) {
  .gifts-article p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .gifts-article p {
    font-size: 14px;
  }
}
.gifts-article i {
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.gifts-article i::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #FCFCFC;
}

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

/* 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: 35px;
  }
}
.block h2 {
  margin: 0.3em 0 0.45em;
}
@media (max-width: 1279px) {
  .block h2 {
    margin: 0.3em 0 0.4em;
  }
}
@media (max-width: 600px) {
  .block h2 {
    margin: 0.5em 0;
  }
}
.block .btn {
  margin-top: 2.4em;
}
@media (max-width: 1279px) {
  .block .btn {
    margin-top: 1.8em;
  }
}
.block .list-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 590px;
}
@media (max-width: 1023px) {
  .block .list-wrap {
    max-width: 450px;
  }
}
@media (max-width: 379px) {
  .block .list-wrap {
    flex: 0 0 100%;
    margin-top: 7px;
  }
}
.block ul {
  flex: 0 0 49%;
  margin-top: 2.1em;
}
@media (max-width: 1279px) {
  .block ul {
    flex: 0 0 50%;
    margin-top: 1.3em;
  }
}
@media (max-width: 379px) {
  .block ul {
    flex: 0 0 100%;
    margin-top: 5px;
  }
}
.block li + li {
  margin-top: 14px;
}
@media (max-width: 1439px) {
  .block li + li {
    margin-top: 12px;
  }
}
@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: 45%;
  transform: translateY(-50%);
  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;
  }
}
.block li span {
  flex: 0 0 auto;
}
.block li .text {
  margin-top: 4px;
}
.block .img-wrap {
  position: relative;
}
.block .content-wrap {
  max-width: 580px;
}
@media (max-width: 1023px) {
  .block .content-wrap {
    max-width: 100%;
  }
}
.block img:not(:first-of-type) {
  position: absolute;
}
.block img:first-of-type {
  position: relative;
}

/*    Elementor    */
.elm {
  padding: 8.8rem 0;
}
@media (max-width: 1279px) {
  .elm {
    padding: 7rem 0;
  }
}
@media (max-width: 600px) {
  .elm {
    padding: 5rem 0;
  }
}
@media (max-width: 1439px) {
  .elm .item:nth-of-type(2) {
    padding-left: 60px;
  }
}
@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: 1680px) {
  .elm .content-wrap {
    padding-bottom: 4.4%;
  }
}
@media (max-width: 1679px) {
  .elm .content-wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    padding-left: 0;
    max-width: 580px;
  }
}
.elm .img-wrap {
  padding: 0 0 10.1% 0;
}
.elm .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  margin-left: auto;
  width: 79%;
  max-width: 520px;
}
.elm .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 54%;
  max-width: 354px;
  -webkit-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.06);
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1280px) {
  .elm .img-wrap > img:nth-of-type(2) {
    left: 8.7%;
  }
}
.elm .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  margin-left: auto;
  top: 27%;
  right: 27.5%;
  width: 15%;
  max-width: 80px;
}
.elm .img-wrap > img:nth-of-type(4) {
  z-index: 2;
  margin-left: auto;
  top: 29.5%;
  left: 0;
  width: 35%;
  max-width: 226px;
}
@media (min-width: 1280px) {
  .elm .img-wrap > img:nth-of-type(4) {
    left: 8.7%;
  }
}

/* Plugins */
.plugins {
  padding: 8.8rem 0;
  background-color: #EFEFEF;
}
@media (max-width: 1279px) {
  .plugins {
    padding: 7rem 0 7rem;
  }
}
@media (max-width: 600px) {
  .plugins {
    padding: 5rem 0 5rem;
  }
}
.plugins .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 590px;
  z-index: 5;
}
@media (min-width: 1679px) {
  .plugins .content-wrap {
    max-width: 615px;
    padding-bottom: 1em;
  }
}
@media (max-width: 1279px) {
  .plugins .content-wrap {
    max-width: 535px;
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .plugins .content-wrap {
    padding-left: 0;
    margin-left: 0;
  }
}
.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.4em;
  border: 1px solid #ebe8e7;
  background-color: #fdfcfb;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1279px) {
  .plugins .inner_item {
    padding: 1em 15px 1.2em;
    height: 160px;
  }
}
.plugins .inner_item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.plugins .inner_item h6 {
  margin: 1em 0 0.4em;
}
@media (max-width: 1279px) {
  .plugins .inner_item h6 {
    margin-top: 0.7em;
  }
}
.plugins .inner_item p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1em;
  color: #5f6265;
}

/*    Woo    */
.woo {
  padding: 8.6rem 0;
  position: relative;
}
@media (max-width: 1023px) {
  .woo {
    padding: 7rem 0;
  }
}
@media (max-width: 600px) {
  .woo {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .woo h2 {
    max-width: 500px;
  }
}
.woo p {
  max-width: 540px;
}
.woo .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 595px;
  z-index: 5;
}
@media (max-width: 767px) {
  .woo .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 1679px) {
  .woo .item:nth-of-type(2) {
    padding-top: 0;
    margin-right: 0;
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .woo .item:nth-of-type(2) {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .woo .item:nth-of-type(2) {
    margin-left: 0;
    padding: 0;
  }
}
.woo .img-wrap {
  padding: 0 0 8.4% 8%;
}
.woo img:nth-of-type(1) {
  width: 84%;
  max-width: 520px;
  z-index: 2;
  -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .woo img:nth-of-type(1) {
    max-width: 100%;
  }
}
.woo img:nth-of-type(2) {
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 45%;
  max-width: 300px;
  -webkit-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.04);
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.04);
}
.woo img:nth-of-type(3) {
  z-index: 3;
  left: 0%;
  bottom: 22%;
  width: 25%;
  max-width: 157px;
  -webkit-box-shadow: 0 3px 56px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 56px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 56px rgba(0, 0, 0, 0.12);
}
.woo img:nth-of-type(4) {
  z-index: 4;
  right: 44.4%;
  top: 34%;
  width: 15%;
  max-width: 80px;
}
.woo img:nth-of-type(5) {
  z-index: 4;
  right: 8%;
  top: 20%;
  width: 17%;
  max-width: 97px;
}

/*    Builder    */
.builder {
  background-color: #EFEFEF;
  padding: 8.8rem 0;
}
@media (max-width: 1279px) {
  .builder {
    padding: 7rem 0;
  }
}
@media (max-width: 600px) {
  .builder {
    padding: 5rem 0;
  }
}
@media (max-width: 1439px) {
  .builder .item:nth-of-type(2) {
    padding-left: 60px;
  }
}
@media (max-width: 1023px) {
  .builder .item:nth-of-type(2) {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .builder .item:nth-of-type(2) {
    padding-left: 0;
  }
}
@media (min-width: 1680px) {
  .builder .content-wrap {
    padding-top: 2%;
  }
}
@media (min-width: 768px) {
  .builder .content-wrap {
    max-width: 550px;
  }
}
.builder .img-wrap {
  padding: 6% 0 0% 4%;
}
@media (max-width: 1679px) {
  .builder .img-wrap {
    padding-right: 0;
  }
}
.builder .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  margin: auto;
  width: 75%;
  max-width: 481px;
}
.builder .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 18%;
  left: 0;
  width: 21%;
  max-width: 112px;
  -webkit-box-shadow: 11px 11px 50px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 11px 11px 50px rgba(0, 0, 0, 0.04);
  box-shadow: 11px 11px 50px rgba(0, 0, 0, 0.04);
}
@media (min-width: 1280px) {
  .builder .img-wrap > img:nth-of-type(2) {
    left: 6.3%;
  }
}
.builder .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  margin-left: auto;
  top: 24%;
  right: 2.5%;
  width: 21%;
  max-width: 112px;
  -webkit-box-shadow: 11px 11px 50px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 11px 11px 50px rgba(0, 0, 0, 0.04);
  box-shadow: 11px 11px 50px rgba(0, 0, 0, 0.04);
}

/*  Base */
.base {
  padding: 8.8rem 0;
}
@media (max-width: 1023px) {
  .base {
    padding: 7em 0 6rem;
  }
}
@media (max-width: 600px) {
  .base {
    padding: 5em 0 4rem;
  }
}
@media (min-width: 1024px) {
  .base .grid {
    grid-template-columns: 48% 52%;
  }
}
.base .item:nth-of-type(1) {
  padding-right: 1em;
}
@media (max-width: 1439px) {
  .base .item:nth-of-type(1) {
    padding: 0;
  }
}
.base .item ul {
  flex: 0 0 100%;
}
.base .img-wrap {
  padding: 3% 0 3%;
}
.base img:nth-of-type(1) {
  z-index: 2;
  width: 96%;
  max-width: 672px;
  margin-left: auto;
}
.base img:nth-of-type(2) {
  bottom: 5.1%;
  left: 0;
  width: 43%;
  max-width: 300px;
  z-index: 3;
  -webkit-box-shadow: 0px 15px 55px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 15px 55px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 15px 55px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1680px) {
  .base img:nth-of-type(2) {
    left: -2.7%;
  }
}
.base img:nth-of-type(3) {
  bottom: 0;
  left: 21.4%;
  width: 30%;
  max-width: 208px;
  z-index: 3;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
}
.base img:nth-of-type(4) {
  top: 0%;
  right: 4%;
  width: 25%;
  max-width: 171px;
  z-index: 4;
  box-shadow: 0 13px 25px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1680px) {
  .base .content-wrap {
    padding-top: 1em;
  }
}
@media (max-width: 1439px) {
  .base .content-wrap {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .base .content-wrap {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .base h2 {
    max-width: 450px;
  }
}
@media (max-width: 374px) {
  .base h2 {
    max-width: 240px;
  }
}

/*    responsive section    */
.responsive {
  background-color: #FDFCFB;
  padding: 8.6rem 0;
  position: relative;
}
@media (max-width: 1023px) {
  .responsive {
    padding: 7em 0 7em;
  }
}
@media (max-width: 600px) {
  .responsive {
    padding: 5em 0 5em;
  }
}
@media (max-width: 767px) {
  .responsive h2 {
    max-width: 500px;
  }
}
.responsive p {
  max-width: 540px;
}
.responsive .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 570px;
  z-index: 5;
  padding-bottom: 1.2em;
}
@media (max-width: 1679px) {
  .responsive .content-wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .responsive .content-wrap {
    margin-left: 0;
  }
}
@media (max-width: 1679px) {
  .responsive .item:nth-of-type(2) {
    padding-top: 0;
    margin-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .responsive .item:nth-of-type(2) {
    margin-left: 0;
    padding: 0;
  }
}
.responsive .img-wrap {
  padding: 0 0 4.3% 9%;
}
@media (max-width: 1023px) {
  .responsive .img-wrap {
    padding-left: 0;
  }
}
.responsive img:nth-of-type(1) {
  width: 80%;
  max-width: 490px;
  z-index: 2;
  filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.3));
}
@media (max-width: 767px) {
  .responsive img:nth-of-type(1) {
    max-width: 100%;
  }
}
.responsive img:nth-of-type(2) {
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 26%;
  max-width: 169px;
  filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.3));
}
@media (min-width: 768px) {
  .responsive img:nth-of-type(2) {
    right: 5.6%;
  }
}
.responsive img:nth-of-type(3) {
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  max-width: 153px;
}
.responsive img:nth-of-type(4) {
  z-index: 0;
  right: 0;
  top: 0;
  width: 35%;
  max-width: 204px;
}

.slider-wrap {
  padding: 9.1em 0 0;
}
.slider-wrap:before, .slider-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 12%;
}
.slider-wrap:before {
  background-color: #150C0A;
}
.slider-wrap:after {
  background: url("../img/slider/bg.jpg") center no-repeat;
  background-size: cover;
  opacity: 0.65;
}
@media (max-width: 1279px) {
  .slider-wrap {
    padding: 7em 0 0;
  }
}
@media (max-width: 600px) {
  .slider-wrap {
    padding: 5em 0 0;
  }
}
.slider-wrap .content-wrap {
  margin: 0 auto;
  padding: 0 20px;
  overflow: visible;
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.slider-wrap h2 {
  color: #FDFCFB;
}
.slider-wrap .sup {
  color: #FDFCFB;
}
.slider-wrap .sub {
  color: rgba(252, 252, 252, 0.65);
  margin: 1.3em auto 0;
  max-width: 480px;
}
.slider-wrap .slider {
  position: relative;
  z-index: 2;
  margin-top: 3.3em;
  margin-bottom: 0;
  padding-bottom: 2.9rem;
}
@media (max-width: 1023px) {
  .slider-wrap .slider {
    margin-top: 2.2em;
    padding-bottom: 2.3rem;
  }
}
@media (max-width: 600px) {
  .slider-wrap .slider {
    margin-top: 1.6em;
    padding-bottom: 1.4rem;
  }
}
.slider-wrap .slick-list {
  overflow: visible;
}
.slider-wrap .slick-slide {
  margin: 0 15px;
  outline: none;
}
@media (max-width: 1023px) {
  .slider-wrap .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 479px) {
  .slider-wrap .slick-slide {
    margin: 0 5px;
  }
}
.slider-wrap .slick-slide img {
  width: auto;
  max-height: 571px;
  box-shadow: 5px 15px 50px black;
}
@media screen and (max-width: 1679px) {
  .slider-wrap .slick-slide img {
    max-height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-wrap .slick-slide img {
    max-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .slider-wrap .slick-slide img {
    max-height: 250px;
  }
}
@media screen and (max-width: 479px) {
  .slider-wrap .slick-slide img {
    max-height: 200px;
  }
}
@media screen and (max-width: 374px) {
  .slider-wrap .slick-slide img {
    max-height: 150px;
  }
}
.slider-wrap .slick-dots {
  bottom: 0;
}
.slider-wrap .slick-dots li {
  width: auto !important;
  height: auto;
  margin: 0 5px;
}
.slider-wrap .slick-dots li button {
  width: 28px;
  height: 4px;
  padding: 0;
  background: #FDFCFB;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.slider-wrap .slick-dots li button:before {
  display: none;
}
.slider-wrap .slick-dots li.slick-active button {
  background: #C5A48E;
}

.slider-wrap2 {
  text-align: center;
  background-color: #150C0A;
  padding: 9.3em 0 8.6rem;
}
@media (max-width: 1279px) {
  .slider-wrap2 {
    padding: 7em 0;
  }
}
@media (max-width: 600px) {
  .slider-wrap2 {
    padding: 5em 0;
  }
}
.slider-wrap2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/slider2/bg.jpg") center no-repeat;
  background-size: cover;
  opacity: 0.33;
}
.slider-wrap2 .content-wrap {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.slider-wrap2 .content-wrap h2 {
  color: #FCFCFC;
}
.slider-wrap2 .content-wrap .sup {
  color: #FCFCFC;
}
.slider-wrap2 .content-wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 1.8em auto 0;
  max-width: 600px;
}
@media (max-width: 600px) {
  .slider-wrap2 .content-wrap ul {
    margin-top: 1.8em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.slider-wrap2 .content-wrap li + li {
  margin-left: 10px;
}
@media (max-width: 600px) {
  .slider-wrap2 .content-wrap li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.slider-wrap2 .content-wrap li {
  flex: 0 0 auto;
  font-family: "museo-sans", sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0em;
  color: rgba(252, 252, 252, 0.84);
  font-family: "museo-sans", sans-serif;
  padding-left: 17px;
  position: relative;
  text-align: start;
}
.slider-wrap2 .content-wrap li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #DECB5F;
}
.slider-wrap2 .slider {
  position: relative;
  z-index: 3;
  margin-top: 3.5em;
  padding-bottom: 3.4em;
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .slider-wrap2 .slider {
    margin-top: 2.5em;
    padding-bottom: 2.7em;
  }
}
.slider-wrap2 .slick-slide {
  margin: 0 15px;
}
@media (max-width: 1023px) {
  .slider-wrap2 .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 479px) {
  .slider-wrap2 .slick-slide {
    margin: 0 5px;
  }
}
.slider-wrap2 .slick-slide img {
  width: auto;
  max-height: 541px;
}
@media screen and (max-width: 1439px) {
  .slider-wrap2 .slick-slide img {
    max-height: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-wrap2 .slick-slide img {
    max-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .slider-wrap2 .slick-slide img {
    max-height: 250px;
  }
}
@media screen and (max-width: 479px) {
  .slider-wrap2 .slick-slide img {
    max-height: 200px;
  }
}
@media screen and (max-width: 374px) {
  .slider-wrap2 .slick-slide img {
    max-height: 170px;
  }
}
.slider-wrap2 .slick-dots {
  bottom: 0;
}
.slider-wrap2 .slick-dots li {
  width: auto !important;
  height: auto;
  margin: 0 6px;
}
.slider-wrap2 .slick-dots li button {
  width: 28px;
  height: 4px;
  padding: 0;
  background: rgba(253, 252, 251, 0.29);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.slider-wrap2 .slick-dots li button:before {
  display: none;
}
.slider-wrap2 .slick-dots li.slick-active button {
  background: #fff;
}

.cust-benefits {
  padding: 9.3em 0 8.8em;
  background-color: #150C0A;
}
@media (max-width: 1279px) {
  .cust-benefits {
    padding: 7em 0;
  }
}
@media (max-width: 600px) {
  .cust-benefits {
    padding: 5em 0;
  }
}
.cust-benefits .sup,
.cust-benefits h2,
.cust-benefits h3 {
  color: #fff;
}
.cust-benefits h2 {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .cust-benefits h2 {
    margin-right: 0;
  }
}
.cust-benefits .sup {
  margin-top: 0;
  margin-bottom: 1.8em;
}
@media (max-width: 767px) {
  .cust-benefits .sup {
    margin-bottom: 1.3em;
  }
}
.cust-benefits p {
  color: #9D9692;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .cust-benefits p {
    margin-top: 0;
  }
}
.cust-benefits .content_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
@media (max-width: 767px) {
  .cust-benefits .content_wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 17px;
  }
}
.cust-benefits .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
  margin-top: 7em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
}
@media (max-width: 1279px) {
  .cust-benefits .grid {
    margin-top: 5em;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid {
    margin-top: 3em;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 20px;
  }
}
@media (max-width: 479px) {
  .cust-benefits .grid {
    margin-top: 3em;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.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 h3 {
  margin-top: 1.9em;
  white-space: pre-line;
}
@media (max-width: 1023px) {
  .cust-benefits .grid .item h3 {
    margin-top: 1.3em;
  }
}
.cust-benefits .grid .item:nth-of-type(1) .img_wrap {
  max-width: 240px;
  width: 57%;
  padding-bottom: 9.8%;
}
.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: 66%;
  padding-top: 1.8%;
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(1) {
  max-width: 280px;
  width: 100%;
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(2) {
  max-width: 94px;
  width: 36%;
  right: 20%;
  top: 0;
}
.cust-benefits .grid .item:nth-of-type(3) .img_wrap {
  max-width: 307px;
  width: 72%;
  padding-top: 1.7%;
  padding-bottom: 0.8%;
}
.cust-benefits .grid .item:nth-of-type(3) img:nth-of-type(1) {
  max-width: 275px;
  width: 90%;
}
.cust-benefits .grid .item:nth-of-type(3) img:nth-of-type(2) {
  max-width: 66px;
  width: 20%;
  right: 0;
  top: -8%;
}

.feature {
  position: relative;
  padding: 9.3rem 0 9rem;
}
@media (max-width: 1023px) {
  .feature {
    padding: 7rem 0;
  }
}
@media (max-width: 600px) {
  .feature {
    padding: 5rem 0;
  }
}
.feature .sub {
  max-width: 390px;
  margin: 0 auto;
}
.feature .grid {
  margin-top: 3.1em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 30px;
  justify-content: space-around;
}
@media (max-width: 1279px) {
  .feature .grid {
    margin-top: 2.5em;
    grid-gap: 30px 30px;
  }
}
@media (max-width: 1023px) {
  .feature .grid {
    grid-template-columns: repeat(2, 250px);
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .feature .grid {
    grid-template-columns: repeat(2, 200px);
  }
}
@media (max-width: 479px) {
  .feature .grid {
    grid-template-columns: repeat(1, 260px);
  }
}
.feature .grid .item .img-wrap {
  box-sizing: border-box;
  height: 76px;
  width: 76px;
  background-color: white;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  grid-gap: 0;
}
.feature .grid img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.feature .grid h3 {
  letter-spacing: -0.02em;
  margin: 1.6em auto 0.5em;
}
@media (max-width: 1279px) {
  .feature .grid h3 {
    margin-top: 1.2em;
    margin-bottom: 0.5em;
  }
}
.feature .grid p {
  font-size: 16px;
  line-height: 1.563em;
  letter-spacing: 0;
  color: #6C6865;
}
@media (max-width: 1279px) {
  .feature .grid p {
    font-size: 15px;
    line-height: 1.4em;
  }
}
@media (max-width: 1023px) {
  .feature .grid p {
    font-size: 14px;
  }
}

.footer {
  background-color: #150C0A;
}
.footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/footer/bg.jpg") center no-repeat;
  background-size: cover;
  opacity: 0.51;
}
.footer .cont_md {
  max-width: 1530px;
  position: relative;
  z-index: 2;
}
.footer .top {
  padding: 10.1em 0 7.9rem;
}
@media (max-width: 1279px) {
  .footer .top {
    padding: 7rem 0 5rem;
  }
}
@media (max-width: 600px) {
  .footer .top {
    padding: 5rem 0;
  }
}
.footer .top .inner {
  margin: 0 auto;
  max-width: 720px;
}
@media (max-width: 1279px) {
  .footer .top .inner {
    max-width: 520px;
  }
}
.footer h2 {
  color: #FCFCFC;
  margin: 0.2em 0 0.7em;
}
@media (max-width: 1023px) {
  .footer h2 {
    margin-bottom: 0.7em;
  }
}
@media (max-width: 379px) {
  .footer h2 {
    font-size: 1.8em;
  }
}
.footer .sup {
  color: #FCFCFC;
}
.footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 2.5em 0;
}
@media (max-width: 1023px) {
  .footer .bottom {
    padding: 1.5em 0;
  }
}
.footer .bottom .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .bottom .item {
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  .footer .bottom .item {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer .bottom p {
  font-family: "Frank Ruhl Libre", sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  color: #FCFCFC;
}
@media (max-width: 767px) {
  .footer .bottom p {
    font-size: 13px;
  }
}
.footer .bottom p a {
  font: inherit;
  color: inherit;
  text-transform: none;
}
.footer .bottom p a:hover {
  color: #C5A48E;
}

/* ScrollTop */
.scrollTop {
  width: 45px;
  height: 45px;
  bottom: 50px;
  right: 30px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  background: #1D130E;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
}
@media (max-width: 1679px) {
  .scrollTop {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .scrollTop {
    right: 20px;
  }
}
@media (max-width: 479px) {
  .scrollTop {
    bottom: 60px;
  }
}
.scrollTop:hover {
  background: #DECB5F;
}
.scrollTop:after {
  color: #fff;
  content: "\e800";
  font-size: 10px;
  font-family: "fontello";
  text-align: center;
  display: block;
  position: absolute;
  line-height: 42px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(270deg);
  -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 {
  padding-top: 8.8em;
}
@media (max-width: 1279px) {
  .chatgpt {
    padding-top: 7em;
  }
}
@media (max-width: 600px) {
  .chatgpt {
    padding-top: 5em;
  }
}
.chatgpt .content {
  max-width: 1237px;
}
@media (max-width: 1024px) {
  .chatgpt .content {
    max-width: 960px;
  }
}
.chatgpt .chatgpt__header {
  text-align: center;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header {
    margin: 0 auto 25px;
  }
}
.chatgpt .chatgpt__header .title {
  margin: 26px auto 0;
  max-width: 650px;
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .title {
    max-width: 570px;
  }
}
@media (max-width: 1023px) {
  .chatgpt .chatgpt__header .title {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .title {
    max-width: 440px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__header .title {
    max-width: 365px;
  }
}
.chatgpt .chatgpt__header .description {
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .description {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .description {
    margin-top: 1em;
  }
}
.chatgpt .chatgpt__header .chatgpt_logo {
  max-width: 160px;
  margin: 0 auto;
}
.chatgpt .chatgpt__content {
  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 .video {
  max-width: 100%;
  overflow: hidden;
}
.chatgpt .chatgpt__content .video .video-header {
  padding: 14px 14px 13px;
  font-size: 0;
  background-color: #07121A;
}
@media (max-width: 1024px) {
  .chatgpt .chatgpt__content .video .video-header {
    padding: 14px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .video .video-header {
    padding: 10px;
  }
}
.chatgpt .chatgpt__content .video .video-header .control {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.chatgpt .chatgpt__content .video .video-header .control:not(:first-child) {
  margin-left: 3px;
}
.chatgpt .chatgpt__content .video .video-header .control:nth-child(1) {
  background-color: #FF625A;
}
.chatgpt .chatgpt__content .video .video-header .control:nth-child(2) {
  background-color: #FFBE2F;
}
.chatgpt .chatgpt__content .video .video-header .control:nth-child(3) {
  background-color: #29CE42;
}
.chatgpt .chatgpt__content .video .video-content {
  padding: 30px;
  background-color: #DECB5F;
}
@media (max-width: 1024px) {
  .chatgpt .chatgpt__content .video .video-content {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .video .video-content {
    padding: 10px;
  }
}
.chatgpt .chatgpt__content .video .video-content video {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .chatgpt .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .chatgpt .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*    AI - images    */
.ai-images {
  overflow: visible;
  z-index: 2;
  padding-top: 8.8em;
}
@media (max-width: 1279px) {
  .ai-images {
    padding-top: 7em;
  }
}
@media (max-width: 600px) {
  .ai-images {
    padding-top: 5em;
  }
}
.ai-images .section_title {
  margin: 0 auto;
  max-width: 525px;
}
@media (max-width: 1439px) {
  .ai-images .section_title {
    max-width: 513px;
  }
}
@media (max-width: 1279px) {
  .ai-images .section_title {
    max-width: 480px;
  }
}
@media (max-width: 1023px) {
  .ai-images .section_title {
    max-width: 385px;
  }
}
@media (max-width: 767px) {
  .ai-images .section_title {
    max-width: 375px;
  }
}
@media (max-width: 479px) {
  .ai-images .section_title {
    max-width: 320px;
  }
}
.ai-images .img-wrap {
  max-width: 878px;
  margin: 3.4em auto 2.5em;
}
@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: 750px;
  margin: 0 auto;
}
.ai-images .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: -0.5%;
  bottom: -9%;
  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;
  }
}

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