/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/FuturaPT-Light.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/FuturaPT-Book.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/FuturaPT-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/FuturaPT-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/FuturaPT-Demi.ttf") format("truetype");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

::selection {
  color: #fff;
  background-color: #F99F1C;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

input, textarea {
  display: block;
  width: 100%;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html {
  background-color: #EAE7E1;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  font-size: 0.052083333333333336vw;
  background-image: url(../img/overlay.png);
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 0.266vw;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 24rem;
  line-height: 0.95;
  color: #212121;
  font-family: "FuturaPT", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 16rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .25s;
  transition: .25s;
  padding: 0 50rem;
  min-width: 400rem;
  color: #fff;
  font-size: 20rem;
  border-radius: 50rem;
  height: 55rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .btn {
    height: 50rem;
    min-width: 220rem;
    font-size: 20rem;
  }
}

.btn--accent {
  background-color: #F16122;
  -webkit-box-shadow: 0rem 4rem 64rem rgba(241, 97, 34, 0.25);
          box-shadow: 0rem 4rem 64rem rgba(241, 97, 34, 0.25);
}

.btn--accent:hover {
  -webkit-box-shadow: 0rem 4rem 64rem rgba(241, 97, 34, 0.25);
          box-shadow: 0rem 4rem 64rem rgba(241, 97, 34, 0.25);
  background-color: #F99F1C;
}

b {
  font-weight: bold;
}

.color-orange {
  color: #F16122;
}

.page-container {
  min-height: 700rem;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media only screen and (max-width: 480px) {
  .page-container {
    min-height: 500rem;
  }
}

.page-container header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.page-container header.header-main.fill {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.44)), to(rgba(255, 255, 255, 0.44))), #E3DFD7;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.44)), #E3DFD7;
}

.page-container header.header-main .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70rem;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 50rem;
}

@media only screen and (max-width: 480px) {
  .page-container header.header-main .grid {
    height: 50rem;
    padding: 0 15rem;
  }
}

.page-container header.header-main .grid .logo-wrap {
  font-size: 0;
}

.page-container header.header-main .grid .logo-wrap--forbes img {
  width: 84rem;
}

@media only screen and (max-width: 480px) {
  .page-container header.header-main .grid .logo-wrap--forbes img {
    width: calc(84rem / 1.5);
  }
}

.page-container header.header-main .grid .logo-wrap--mc {
  text-align: center;
}

.page-container header.header-main .grid .logo-wrap--mc img {
  width: 206rem;
}

@media only screen and (max-width: 480px) {
  .page-container header.header-main .grid .logo-wrap--mc img {
    width: calc(206rem / 1.5);
  }
}

.page-container header.header-main .grid .logo-wrap a {
  display: inline-block;
}

.page-container header.header-main .grid .logo-wrap a img {
  display: block;
}

.page-container header.header-main .grid .menu-wrap button {
  display: block;
  margin-left: auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container header.header-main .grid .menu-wrap button:hover {
  -webkit-transform: scale(1, 1.15);
          transform: scale(1, 1.15);
}

.page-container header.header-main .grid .menu-wrap button img {
  display: block;
  width: 29rem;
}

@media only screen and (max-width: 480px) {
  .page-container header.header-main .grid .menu-wrap button img {
    width: 20rem;
  }
}

.popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.popup-menu:not(.active) {
  pointer-events: none;
}

.popup-menu:not(.active) .bg {
  opacity: 0;
}

.popup-menu:not(.active) .content {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.popup-menu .bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup-menu .content {
  background-color: #fff;
  height: 100%;
  margin-left: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 90rem;
  overflow: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 480px) {
  .popup-menu .content {
    margin-left: 30rem;min-height: -webkit-fill-available;
    padding: 50rem 30rem;
  }
}

.popup-menu .content button.close {
  position: absolute;
  top: 50rem;
  right: 50rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .popup-menu .content button.close {
    top: 15rem;
    right: 15rem;
  }
}

.popup-menu .content button.close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-menu .content button.close img {
  display: block;
  width: 29rem;
  height: 29rem;
}

@media only screen and (max-width: 480px) {
  .popup-menu .content button.close img {
    width: 20rem;
    height: 20rem;
  }
}

.popup-menu .content ul.menu-list {
  position: relative;
}

.popup-menu .content ul.menu-list li {
  display: block;
}

.popup-menu .content ul.menu-list li:not(:last-child) {
  margin-bottom: 25rem;
}

@media only screen and (max-width: 480px) {
  .popup-menu .content ul.menu-list li:not(:last-child) {
    margin-bottom: 15rem;
  }
}

.popup-menu .content ul.menu-list li a {
  font-size: 40rem;
  font-weight: 300;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  pointer-events: auto;
}

.popup-menu .content ul.menu-list li a span {
    font-size: 20rem;
    font-weight: 900;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: relative;    top: -15rem;
    left: 10rem;
    pointer-events: auto;
    color: #f16122;
}

@media only screen and (max-width: 480px) {
  .popup-menu .content ul.menu-list li a span{top: 0;}
  .popup-menu .content ul.menu-list li a {
    font-size: 24rem;
  }
}

.popup-menu .content ul.menu-list li a:hover {
  color: #F99F1C;
}

.popup-menu .content .footer-wrap {
  margin-top: auto;
  padding-top: 50rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30rem;
  font-size: 16rem;
  color: rgba(51, 63, 72, 0.5);
}

@media only screen and (max-width: 480px) {
  .popup-menu .content .footer-wrap {
    grid-template-columns: 1fr;
  }
}

.popup-menu .content .footer-wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-menu .content .footer-wrap .left .logos-wrap .logo--forbes {
  margin-bottom: 25rem;
}

.popup-menu .content .footer-wrap .left .logos-wrap .logo--forbes img {
  width: 80rem;
}

.popup-menu .content .footer-wrap .left .logos-wrap .logo--mc img {
  width: 160rem;
}

.popup-menu .content .footer-wrap .left .logos-wrap .logo img {
  display: block;
}

.popup-menu .content .footer-wrap .left p {
  margin-top: auto;
  padding-top: 15rem;
}

.popup-menu .content .footer-wrap .right ul {
  margin-top: 25rem;
}

.block-circle {
  width: 2300rem;
  height: 2300rem;
  border-radius: 100%;
  left: calc(50% - 2300rem / 2);
  top: calc(100% - 430rem);
  -webkit-transition: 1s;
  transition: 1s;
  pointer-events: none;
  background-color: #F8F7F5;
}

@media only screen and (max-width: 480px) {
  .block-circle {
    width: 600rem;
    height: 600rem;
    border-radius: 100%;
    left: calc(50% - 600rem / 2);
    top: calc(100% - 430rem);
  }
}

.block-circle--bg {
  position: fixed;
}

.block-circle--start {
  position: absolute;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(0, 350rem);
          transform: translate(0, 350rem);
}

.block-circle.animate-front {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.block-circle.animate-scroll {
  opacity: 0;
}

.block-circle.animate-scroll {
  opacity: 1;
  -webkit-transform: translate(-1770rem, -1280rem);
          transform: translate(-1770rem, -1280rem);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.block-circle.animate-final {
  -webkit-transform: translate(0, -180rem);
          transform: translate(0, -180rem);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}

@media only screen and (max-width: 480px) {

  .block-circle.animate-front {

}

  .block-circle.animate-final {
    -webkit-transform: translate(0, -90rem);
            transform: translate(0, -90rem);
  }
}

.block-circle.hide {
  opacity: 0 !important;
}

.h-100 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
section#test{display: none;opacity: 0;}
.block-social {
  position: fixed;
  z-index: 999;
  bottom: 30rem;
  right: 30rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .block-social {
    bottom: 10rem;
    right: 10rem;
  }
}

.block-social:not(.active) {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  opacity: 0;
}

.block-social .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-social .social .shareButton.main .share, .block-social .social .shareButton.main .close, .block-social .social .shareButton.main .check {
  position: absolute;
  top: 12rem;
  left: 12rem;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.block-social .social .shareButton.main .share, .block-social .social .shareButton.main.open .close, .block-social .social .shareButton.main.sent .check {
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
  opacity: 1;
}

.block-social .social .shareButton.main .close, .block-social .social .shareButton.main.open .share, .block-social .social .shareButton.main .check, .block-social .social .shareButton.main.sent .share {
  opacity: 0;
  -webkit-transform: rotate(90deg) scale(0);
          transform: rotate(90deg) scale(0);
}

.block-social .shareButton, .block-social .shareButton.open {
  border: none;
  border-radius: 50%;
  background: #F16122;
  padding: 12rem;
  overflow: hidden;
  outline: none;
  margin: 0.5rem;
  width: 24rem;
  height: 24rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.block-social .shareButton:hover, .block-social .shareButton.open:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.block-social .shareButton svg, .block-social .shareButton.open svg {
  display: block;
  fill: #fff;
  width: 24rem;
  height: 24rem;
  opacity: 1;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.block-social .btn-a {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-social .btn-a.tw {
  background-color: #55ACE3;
}

.block-social .btn-a.fb {
  background-color: #4E6297;
}

.block-social .btn-a.vk {
  background-color: #7294C7;
}

.block-social .btn-a.inst {
  background: linear-gradient(43.94deg, #EEA054 16.16%, #D64763 50.11%, #B62A99 83.68%);
}

.block-social .btn-a.tg {
  background-color: #2F89CE;
}

.block-social .btn-a.ok {
  background-color: #F79A38;
}

.block-social .btn-a svg {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@-webkit-keyframes card {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(0, -20rem);
            transform: translate(0, -20rem);
  }
}

@keyframes card {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(0, -20rem);
            transform: translate(0, -20rem);
  }
}

@-webkit-keyframes cardShadow {
  0%, 100% {
    opacity: .3;
  }
  60% {
    opacity: .1;
    -webkit-transform: translate(0, 20rem);
            transform: translate(0, 20rem);
  }
}

@keyframes cardShadow {
  0%, 100% {
    opacity: .3;
  }
  60% {
    opacity: .1;
    -webkit-transform: translate(0, 20rem);
            transform: translate(0, 20rem);
  }
}

.nano > .nano-pane {
  background-color: #e0dbd3;
  right: 50rem;
  width: 10rem;
}

@media only screen and (max-width: 480px) {
  .nano > .nano-pane {
    width: 7rem;
    right: -1rem;
  }
}

.nano > .nano-pane > .nano-slider {
  background-color: #ED1D24;
}

.start {
  overflow: hidden;
}

.start.animate-front .front .label {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.start.animate-front .front h1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.start.animate-front .front .btn-wrap {
  opacity: 1;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.start.animate-front a.benefits {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  pointer-events: auto;z-index: 1;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.start.animate-back .front {
  pointer-events: none;
}

.start.animate-back .front * {
  pointer-events: none;
}

.start.animate-back .front .label {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.start.animate-back .front h1 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 0;
  -webkit-transform: translate(0, 300rem);
          transform: translate(0, 300rem);
  -webkit-transition: 1.5s cubic-bezier(0.35, -1.5, 0.44, 0.49);
  transition: 1.5s cubic-bezier(0.35, -1.5, 0.44, 0.49);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.start.animate-back .front .btn-wrap {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.start.animate-back .back {
  pointer-events: auto;
}

.start.animate-back .back .top-wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.start.animate-back .back .heros-wrap {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.start.animate-back .back .bottom-wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.start.animate-back a.benefits {
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.start.animate-back a.benefits img {
  width: 210rem;
}

@media only screen and (max-width: 480px) {
  .start.animate-back .back .top-wrap{z-index: 9;}
.start.animate-back .back .heros-wrap {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateY(-50%);
    transform: scale(1, 1) translateY(-50%);
}
  
  .start.animate-back a.benefits img {
    width: 90rem;
  }
}

.start.animate-back a.benefits p {
  opacity: 1;
  pointer-events: auto;
}

.start.animate-scroll {
  pointer-events: none;
}

.start.animate-scroll * {
  pointer-events: none;
}

.start.animate-scroll .back {
  pointer-events: auto;
}

.start.animate-scroll .back .top-wrap {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translate(0, -300rem);
          transform: translate(0, -300rem);
}

.start.animate-scroll .back .heros-wrap {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.start.animate-scroll .back .bottom-wrap {
  opacity: 0;
  -webkit-transform: translate(0, 300rem);
          transform: translate(0, 300rem);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.start.animate-scroll a.benefits {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;z-index: -9;
  pointer-events: none;
}

.start .front, .start .back {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.start .front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 200rem;
  padding-bottom: 200rem;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .start .front {
    padding-top: 100rem;
    padding-bottom: 200rem;
  }
}

.start .front .label {
  text-transform: uppercase;
  font-weight: bold;
  color: #F99F1C;
  letter-spacing: 0.3em;
  border: 2px dashed currentColor;
  padding: 20rem 30rem;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
  -webkit-transform: translate(0, 300rem) rotate(30deg);
          transform: translate(0, 300rem) rotate(30deg);
}

@media only screen and (max-width: 480px) {
  .start .front .label {
    padding: 10rem 15rem;
  }
}

.start .front h1 {
  font-weight: 300;
  font-size: 84rem;
  margin-top: 150rem;
  margin-bottom: 150rem;
  -webkit-transition: 1.5s cubic-bezier(0.44, 0.49, 0.35, 2.5);
  transition: 1.5s cubic-bezier(0.44, 0.49, 0.35, 2.5);
  opacity: 0;
  -webkit-transform: translate(0, 300rem);
          transform: translate(0, 300rem);
}

@media only screen and (max-width: 480px) {
  .start .front h1 {
    font-size: 34rem;
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
}

.start .front h1.z-index {
  z-index: 2;
}

.start .front .btn-wrap {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.start .back {
  text-align: center;
  padding-top: 100rem;
  padding-bottom: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}

@media only screen and (max-width: 480px) {
  .start .front h1.z-index br{display: none;}
  .start .back {
    padding-bottom: 100rem;
    padding-top: 70rem;
  }
}

.start .back .top-wrap {
  opacity: 0;
  -webkit-transform: translate(0, -100rem);
          transform: translate(0, -100rem);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.start .back .top-wrap .title {
  font-weight: 500;
  font-size: 58rem;
  color: #F16122;
  margin-bottom: 25rem;
}

@media only screen and (max-width: 480px) {
  .start .back .top-wrap .title {margin-bottom: 15rem;
    font-size: 24rem;
  }
}

.start .back .top-wrap .sub {
  font-size: 20rem;
  max-width: 480rem;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .start .back .top-wrap .sub {
    font-size: 14rem;  max-width: 360rem;
  }
}

.start .back .heros-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 160rem;
  bottom: 330rem;
  left: 0;
  right: 0;
  -webkit-transform: scale(0.6, 0.6);
          transform: scale(0.6, 0.6);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@media only screen and (max-width: 480px) {
.heros-wrap .slick-list{display: flex;flex-direction: column-reverse;    max-height: 180rem;}
 
  .start .back .heros-wrap {
      bottom: 0;
    padding: 0 20rem;
    z-index: 9;
    /* min-height: 180rem; */
    position: fixed;
    top: 50%;
    -webkit-transform: scale(0.6, 0.6) translateY(-50%);
    transform: scale(0.6, 0.6) translateY(-50%);
}


  }
}

.start .back .heros-wrap .hero {
  position: relative;
  cursor: pointer;
}

.start .back .heros-wrap .hero:hover img.talk {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}

.start .back .heros-wrap .hero:nth-child(1) {
  z-index: 1;
  -webkit-transform: translate(0, 180rem);
          transform: translate(0, 180rem);
}

.start .back .heros-wrap .hero:nth-child(1):hover {
  -webkit-transform: translate(0, 170rem);
          transform: translate(0, 170rem);
}

@media only screen and (max-width: 480px) {
  .start .back .heros-wrap .hero:nth-child(1) {
    -webkit-transform: translate(0, 35rem);
            transform: translate(0, 35rem);
  }
}

.start .back .heros-wrap .hero:nth-child(1) img.ava {
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}

@media only screen and (max-width: 480px) {
  .start .back .heros-wrap .hero:nth-child(1) img.ava {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
}

.start .back .heros-wrap .hero:nth-child(1) img.talk {
  left: 50rem;
  bottom: calc(100% - 70rem);
}
.start .back .heros-wrap .hero{transition: 0.3s;}
.start .back .heros-wrap .hero:nth-child(2) {
  -webkit-transform: translate(0, 20rem);
          transform: translate(0, 20rem);
}
.start .back .heros-wrap .hero:nth-child(2):hover{  -webkit-transform: translate(0, 10rem);
          transform: translate(0, 10rem);}
@media only screen and (max-width: 480px) {
  .start .back .heros-wrap .hero:nth-child(2) {
    -webkit-transform: translate(0, 5rem);
            transform: translate(0, 5rem);
  }
}

.start .back .heros-wrap .hero:nth-child(2) img.ava {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

@media only screen and (max-width: 480px) {
  .start .back .heros-wrap .hero:nth-child(2) img.ava {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}

.start .back .heros-wrap .hero:nth-child(2) img.talk {
  left: 60rem;
    bottom: calc(100% - 60rem);
}

.start .back .heros-wrap .hero:nth-child(3) img.talk {
   left: -65rem;
  bottom: calc(100% - 10rem);
}
.start .back .heros-wrap .hero:nth-child(3){  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);}
.start .back .heros-wrap .hero:nth-child(3):hover{  -webkit-transform: translate(0, -10rem);
          transform: translate(0, -10rem);}

.start .back .heros-wrap .hero:nth-child(4) {
  -webkit-transform: translate(0, 20rem);
          transform: translate(0, 20rem);
}
.start .back .heros-wrap .hero:nth-child(4):hover {
  -webkit-transform: translate(0, 10rem);
          transform: translate(0, 10rem);
}

@media only screen and (max-width: 480px) {
  .start .back .heros-wrap .hero:nth-child(4) {
    -webkit-transform: translate(0, 5rem);
            transform: translate(0, 5rem);
  }
}

.start .back .heros-wrap .hero:nth-child(4) img.ava {
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

@media only screen and (max-width: 480px) {
  .start .back .heros-wrap .hero:nth-child(4) img.ava {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

.start .back .heros-wrap .hero:nth-child(4) img.talk {
    left: -160rem;
    bottom: calc(100% - 80rem);
}

.start .back .heros-wrap .hero:nth-child(5) {
  -webkit-transform: translate(0, 180rem);
          transform: translate(0, 180rem);
}

.start .back .heros-wrap .hero:nth-child(5):hover {
  -webkit-transform: translate(0, 170rem);
          transform: translate(0, 170rem);
}

@media only screen and (max-width: 480px) {
  .start .back .heros-wrap .hero:nth-child(5) {
    -webkit-transform: translate(0, 30rem);
            transform: translate(0, 30rem);
  }
}

.start .back .heros-wrap .hero:nth-child(5) img.ava {
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}

@media only screen and (max-width: 480px) {
  .start .back .heros-wrap .hero:nth-child(5) img.ava {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
}

.start .back .heros-wrap .hero:nth-child(5) img.talk {
 left: -140rem;
    bottom: calc(100% - 80rem);
}

.start .back .heros-wrap .hero img {
  display: block;
}

.start .back .heros-wrap .hero img.ava {
  width: 222rem;
}

@media only screen and (max-width: 480px) {


.start .back .heros-wrap .hero {
    opacity: 0; display: flex;
    justify-content: center;
    transform: translate(0)!important;
    min-height: 160rem;
}
.start .back .heros-wrap .hero.slick-active {
    opacity: 1;
}


  .start .back .heros-wrap .hero img.ava {
   max-width: 130rem;
    max-height: 180rem;
    -webkit-transform: rotate(0) translate(90rem, 0)!important;
    transform: rotate(0) translate(90rem, 0)!important;

  }
}

.start .back .heros-wrap .hero img.talk {
  width: 340rem;
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translate(0, 20rem);
          transform: translate(0, 20rem);
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 480px) {
  .start .back .heros-wrap .hero img.talk {
        display: flex;
    position: absolute;    -webkit-transform:translate(-50rem, 0rem);
    max-width: 200rem;transform: translate(-50rem, 0rem);
    opacity: 1;
    left: 0!important;
    bottom: auto!important;
    top: 30%!important;
  }



}

.start .back .bottom-wrap {
  margin-top: auto;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(0, 100rem);
          transform: translate(0, 100rem);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.start .back .bottom-wrap .text-wrap {
  max-width: 600rem;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .start .back .bottom-wrap .text-wrap {
    padding: 0 10rem;
  }
}

.start .back .bottom-wrap .text-wrap p {
  font-size: 20rem;
}

@media only screen and (max-width: 480px) {
  .start .back .bottom-wrap .text-wrap p {
    font-size: 14rem;
  }
}

.start .back .bottom-wrap .text-wrap p.big {
  font-size: 28rem;
}

@media only screen and (max-width: 480px) {
  .start .back .bottom-wrap .text-wrap p.big {
    font-size: 14rem;
  }
}

.start .back .bottom-wrap .scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50rem;
}

@media only screen and (max-width: 480px) {
  .start .back .bottom-wrap .scroll-down {
    margin-top: 30rem;display: none;
  }
}

.start .back .bottom-wrap .scroll-down button {
  display: block;
  padding: 0 10rem;
  -webkit-transition: .25s;
  transition: .25s;
}

.start .back .bottom-wrap .scroll-down button:hover {
  -webkit-transform: translate(0, 5rem);
          transform: translate(0, 5rem);
}

.start .back .bottom-wrap .scroll-down button img {
  display: block;
  width: 17rem;
}

@media only screen and (max-width: 480px) {
  .start .back .bottom-wrap .scroll-down button img {
    width: 10rem;
  }
}

.start a.benefits {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: 1s;
  transition: 1s;
  pointer-events: none;
}

.start a.benefits:hover img {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.start a.benefits:hover p {
  color: #ED1D24;
  color: #F99F1C;
}

.start a.benefits img {
  display: block;
  width: 550rem;
  -webkit-transition: 1s;
  transition: 1s;
}

@media only screen and (max-width: 480px) {
  .start a.benefits img {
    width: 220rem;
  }
}

.start a.benefits p {
  position: absolute;
  top: 25rem;
  right: calc(100% + 80rem);
  color: #F16122;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14rem;
  white-space: nowrap;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 480px) {
  .start a.benefits p {
    font-size: 12rem; right: calc(100% + 120rem);
    top: 0;
  }
}

.start a.benefits p::after {
  content: "";
  display: block;
  position: absolute;
  width: 71rem;
  height: 14rem;
  background-image: url("../img/cardcase-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -10rem;
  left: 100%;
}

.articles {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}

.articles:not(.active) {
  pointer-events: none;
  opacity: 0;
}

.articles:not(.active) * {
  pointer-events: none !important;
}

.articles:not(.active) .heros-wrap {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0;
}

.articles:not(.active) .content-wrapper {
  -webkit-transform: translate(0, 300rem);
          transform: translate(0, 300rem);
  opacity: 0;
}

.articles .heros-wrap {
     position: absolute;
    top: calc(50% - 80rem);
    left: 210rem;
    width: 230rem;
    height: 350rem;
    overflow: hidden;
    border-radius: 500rem;
    z-index: 9999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
  .start a.benefits p::after{left: 117%;}
  .articles .heros-wrap {
    width: 70rem;
    height: 150rem;
    top: 0rem;
    left: auto;
    transform: translateY(0);
    right: 10rem;
  }
}

.articles .heros-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 230rem;
  height: 230rem;
  bottom: 0;
  left: 0;
  background-color: #F16122;
  border-radius: inherit;
}

@media only screen and (max-width: 480px) {
  .articles .heros-wrap::before {
    width: 70rem;
    height: 70rem;
  }
}

.articles .heros-wrap img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.articles .heros-wrap img:not(.active) {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.articles .content-wrapper {
  margin-top: 70rem;
  height: calc(100% - 70rem);
  -webkit-transition: 1s;
  transition: 1s;
}

@media only screen and (max-width: 480px) {
  .articles .content-wrapper {
    height: calc(100% - 50rem);
      margin-top: 50rem;
  }
}

.articles .content-wrapper .wrap {
  max-width: 900rem;
  margin: 0 auto;
  padding-top: 50rem;
  padding-bottom: 500rem;
  position: relative;
  left: 90rem;
}

@media only screen and (max-width: 480px) {
  .articles .content-wrapper .wrap {
    left: 0;
    padding-left: 15rem;
    padding-right: 15rem;
    padding-top: 0;
    padding-bottom: 300rem;
  }
}

.articles .content-wrapper .wrap .block {
  padding-top: 50rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.articles .content-wrapper .wrap .block:not(.active) {
  opacity: 0;
}

.articles .content-wrapper .wrap .block:not(:last-child) {
  margin-bottom: 100rem;
}

@media only screen and (max-width: 480px) {
  .articles .content-wrapper .wrap .block:not(:last-child) {
    margin-bottom: 50rem;
  }
}

.articles .content-wrapper .wrap .block .label {
  font-size: 18rem;
  opacity: 0.3;
  font-weight: 500;
}

.articles .content-wrapper .wrap .block h2 {
  font-weight: 300;
  font-size: 64rem;
  margin-bottom: 40rem;
}

@media only screen and (max-width: 480px) {
  .start .back .heros-wrap .hero{display: flex;
    justify-content: center;}
  .articles .content-wrapper .wrap .block h2 {
    font-size: 24rem;
    margin-bottom: 20rem;
  }
}

.articles .content-wrapper .wrap .block b {
  font-weight: 600;
}

.articles .content-wrapper .wrap .block a {
  color: #F16122;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.articles .content-wrapper .wrap .block a:hover {
  color: #F99F1C;
}

.articles .content-wrapper .wrap .block .img-wrap {
  margin: 40rem 0;
}

.articles .content-wrapper .wrap .block .img-wrap img {
  display: block;
  width: 100%;
}

.final button.js-to-test {
    position: absolute;
    bottom: 30rem;
    left: 30rem;
    width: 230rem;
    height: 48rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;display: none;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F16122;
    border-radius: 40px;
    color: #fff;
    font-size: 20rem;
    border-radius: 50rem;
    font-weight: 500;
}
.final button.js-to-test:before {
    content: 'To test';
}

.final button.js-to-test img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
button.js-to-last {
    position: relative;
    bottom: 10rem;
    left: 0rem;
    width: 48rem;
    height: 48rem;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   background-color: #f99f1c;
    border-radius: 50%;
    transform: rotate(180deg);
}

@media only screen and (min-width: 481px) {
  .js-to-last{display: none;}

  .final button.js-to-articles {
    display: none;
  }
}

.final button.js-to-articles img {
  width: 28rem;
  display: block;
}

.final:not(.active) {
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}

.final:not(.active) * {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.final:not(.active) .wrap .title {
  opacity: 0;
  -webkit-transform: translate(0, -300rem);
          transform: translate(0, -300rem);
}

.final:not(.active) .wrap .img-wrap {
  opacity: 0;
  -webkit-transform: translate(0, 300rem);
          transform: translate(0, 300rem);
}

.final:not(.active) .wrap .items {
  opacity: 0;
  -webkit-transform: translate(0, 200rem);
          transform: translate(0, 200rem);
}

.final:not(.active) .wrap .btn-wrap {
  opacity: 0;
  -webkit-transform: translate(0, 100rem);
          transform: translate(0, 100rem);
}

.final .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50rem;
  padding-bottom: 25rem;
}

.final .wrap .title {
  max-width: 880rem;
  margin: 0 auto;
  font-size: 36rem;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

@media only screen and (max-width: 480px) {
  .final button.js-to-test{bottom: 10rem;left: 10rem; width: 48rem;}
   .final button.js-to-test:before {
    content: none;width: 48rem;
}
  .final .wrap{padding-top: 25rem;}
  .final .wrap .title {
    font-size: 18rem;
  }
}

.final .wrap .img-wrap {
  margin-top: 35rem;margin-bottom: 0rem;
  position: relative;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.final .wrap .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 400rem;
  height: 200rem;
  background-color: #000;
  -webkit-filter: blur(45px);
          filter: blur(45px);
  bottom: -20rem;
  left: calc(50% - 400rem / 2);
  border-radius: 100rem;
  -webkit-animation: cardShadow 2s infinite;
          animation: cardShadow 2s infinite;
}

@media only screen and (max-width: 480px) {

  .final .wrap .img-wrap {margin-top: 50rem;
    margin-bottom: 50rem;}
  .final .wrap .img-wrap::after {
    width: 200rem;
    height: 100rem;
    left: calc(50% - 200rem / 2);
  }
}

.final .wrap .img-wrap img {
  display: block;
  width: 534rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-animation: card 2s infinite;
          animation: card 2s infinite;
}

@media only screen and (max-width: 480px) {
  .final .wrap .img-wrap img {
    width: 250rem;
  }
}

.final .wrap .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30rem;
  max-width: 1160rem;
  margin: 0 auto;
  margin-top: 40rem;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

@media only screen and (max-width: 480px) {
 .final .wrap .items {
    grid-gap: 10rem;
    padding: 0 10rem;
    margin-top: -20rem;
    position: relative;
    z-index: 1;max-width: 100%;
    display: flex;
    grid-gap: inherit;
    grid-template-columns: auto;
}
}

.final .wrap .items .ic {
  margin-bottom: 22rem;
}

@media only screen and (max-width: 480px) {
  .items .item {
    max-width: 98vw;opacity: 0;min-width: 320rem;
}
.items .slick-list {padding: 0 5rem!important;}
.items .item.slick-active{opacity: 1;}
  .final .wrap .items .ic {
    margin-bottom: 10rem;
  }
}

.final .wrap .items .ic img {
  display: block;
  width: 56rem;min-height: 56rem;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .final .wrap .items .ic img {
    width: 42rem;min-height: 42rem;
  }
}

.final .wrap .items p {
  font-size: 18rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .final .wrap .items p {
    font-size: 15rem;
  }
}

.final .wrap .btn-wrap {
  text-align: center;
  margin-top: 45rem;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}


@media only screen and (max-width: 480px) {
.final .wrap .btn-wrap{    text-align: center;
    margin-top: 0rem;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    position: absolute;
left: 50%;bottom: 11rem;
    width: 250rem;
    transform: translateX(-50%);}

  .final .wrap .btn-wrap  .btn{    font-size: 18rem;background-color: #f99f1c;
    padding: 0 20rem;height: 48rem;}
}
