@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css";

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Extralight.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Ultralight.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Ultralight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Extrabold.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Bold.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Thin.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Demibold.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Demibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Black.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Light.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Regular.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Medium.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
  font-size: 0.2666666667vw;
}

@media (min-width: 450px) {
  html {
    font-size: 1.2px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 0.0694444444vw;
  }
}

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-size: 16px;
  background: #000;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  padding: 0 30rem;
  width: 100%;
  max-width: 375rem;
  margin: 0 auto;
}

main {
  height: 100%;
}

main {
  overflow-x: hidden;
}

.white-block {
  border-radius: 28rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.white-block.sticky {
  position: sticky;
  top: 80rem;
}

.white-block--2 {
  margin-bottom: 6rem;
}

.white-block--3 {
  margin-bottom: 6rem;
}

section {
  z-index: 2;
  pointer-events: all;
  width: 100% !important;
}

.black-block--1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.black-block--4 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#content {
  z-index: 1;
}

.black-block-section.active {
  visibility: visible;
  z-index: 1;
}

.black-block-section.static {
  display: block;
}

.white-block--3 .review {
  border-radius: 0 0 28rem 28rem;
}

.pin-spacer {
  inset: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.inner-block {
  position: relative;
  z-index: 1;
}

.hero {
  background: #000;
  border-radius: 0 0 28rem 28rem;
  overflow: hidden;
}

.hero .container {
  position: relative;
  padding-top: 367rem;
  padding-bottom: 95rem;
}

.hero__img {
  width: 100%;
  height: 311rem;
  position: absolute;
  top: 70rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.hero__img--desktop {
  display: none;
}

.hero__img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200rem;
  left: 0;
  bottom: -1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
}

.hero__img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50rem;
  left: 0;
  top: -1rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
}

.hero__img img {
  width: calc(100% - 46rem);
  height: 311rem !important;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.hero-item {
  width: 100%;
  margin-bottom: 20rem;
}

.hero-item p {
  margin-top: 5rem;
  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;
  font-weight: 600;
  font-size: 6rem;
  color: #8f969c;
  margin-bottom: 0;
}

.hero-item p span {
  font-weight: 600;
  font-size: 8rem;
  color: #fff;
  margin-left: 2rem;
}

.hero-item p i {
  width: 7rem;
  height: 7rem;
  background: url(../images/common/arrow-green.svg) no-repeat center;
  background-size: contain;
  margin-left: 2rem;
}

.hero-item-wrapper {
  position: relative;
}

.hero-item .loading-img {
  border-radius: 8rem;
  background: transparent;
  z-index: 1;
  background: #111;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-item .loading-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(77%, rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2) 77%, transparent);
  -webkit-animation: loading 0.8s infinite;
  animation: loading 0.8s infinite;
}

.hero-item img {
  width: 100%;
  border-radius: 8rem !important;
}

.hero-item video {
  width: 100%;
  border-radius: 8rem !important;
  display: block;
}

.hero-item--1 .hero-item-wrapper {
  width: calc(100% - 20rem) !important;
  margin: 0 auto !important;
}

.hero-item--1 img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.hero-item--1 video {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.hero-item--2 .hero-item-wrapper {
  width: calc(100% - 30rem) !important;
  margin: 0 auto !important;
}

.hero-item--2 img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.hero-item--2 video {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.hero-swiper {
  width: 90rem;
}

.hero-swiper .swiper-container {
  height: 321rem;
  overflow: hidden;
}

.hero-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hero-swiper .swiper-slide {
  height: auto;
}

.hero-swiper--1 {
  margin-right: 28rem;
}

.hero-swiper--1 .swiper-wrapper {
  flex-direction: column;
  animation: scroll-up 10s linear infinite;
  height: auto;
}

.hero-swiper--2 .swiper-wrapper {
  flex-direction: column;
  animation: scroll-down 10s linear infinite;
  height: auto;
}

.hero-swiper--3 .swiper-wrapper {
  flex-direction: column;
  animation: scroll-up 10s linear infinite;
  height: auto;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0%);
  }
}

.hero-swiper--2 {
  margin-right: 28rem;
}

.hero-container-right {
  width: 100%;
  height: 321rem;
  position: absolute;
  top: 69rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.hero-container-right:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200rem;
  left: 0;
  bottom: -1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(100%, #000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
}

.hero-container-right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50rem;
  left: 0;
  top: -1rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(75%, #000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 75%);
  z-index: 2;
}

.hero__title {
  position: relative;
  z-index: 1;
}

.hero__title h1 {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 8rem;
}

.hero__text {
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  color: #f2f4f6;
  margin-bottom: 32rem;
  z-index: 1;
  position: relative;
}

.hero .btn {
  position: relative;
  z-index: 1;
  margin-bottom: 48rem;
}

.hero-middle {
  margin-bottom: 48rem;
}

.hero-featured--pc {
  display: none;
}

.hero-featured-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: calc(100% + 60rem);
  height: 24rem;
  margin: 0 -30rem;
}

.hero-featured-wrapper::after {
  width: 95rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}

.hero-featured-wrapper::before {
  width: 95rem;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(-90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  z-index: 1;
}

.hero-featured-items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40rem;
  will-change: transform;
}

.hero-featured-items img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 24rem !important;
}

.signup-dark {
  background: #000;
  padding-top: 70rem;
  padding-bottom: 90rem;
  border-radius: 28rem;
  margin-top: -30rem;
  z-index: 3;
}

.signup-dark__title {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 12rem;
}

.signup-dark__title br {
  display: none;
}

.signup-dark__text {
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #fff;
  margin-bottom: 24rem;
}

.signup-dark__text br {
  display: none;
}

.signup-dark__input {
  position: relative;
  margin-bottom: 32rem;
}

.signup-dark__input input {
  -webkit-box-shadow: rgba(64, 64, 64, 0.4862745098) 4px 0px 0px, rgba(64, 64, 64, 0.4862745098) 3.87565px 0.989616px 0px, rgba(64, 64, 64, 0.4862745098) 3.51033px 1.9177px 0px, rgba(64, 64, 64, 0.4862745098) 2.92676px 2.72656px 0px, rgba(64, 64, 64, 0.4862745098) 2.16121px 3.36588px 0px, rgba(64, 64, 64, 0.4862745098) 1.26129px 3.79594px 0px, rgba(64, 64, 64, 0.4862745098) 0.282949px 3.98998px 0px, rgba(64, 64, 64, 0.4862745098) -0.712984px 3.93594px 0px, rgba(64, 64, 64, 0.4862745098) -1.66459px 3.63719px 0px, rgba(64, 64, 64, 0.4862745098) -2.51269px 3.11229px 0px, rgba(64, 64, 64, 0.4862745098) -3.20457px 2.39389px 0px, rgba(64, 64, 64, 0.4862745098) -3.69721px 1.52664px 0px, rgba(64, 64, 64, 0.4862745098) -3.95997px 0.56448px 0px, rgba(64, 64, 64, 0.4862745098) -3.97652px -0.432781px 0px, rgba(64, 64, 64, 0.4862745098) -3.74583px -1.40313px 0px, rgba(64, 64, 64, 0.4862745098) -3.28224px -2.28625px 0px, rgba(64, 64, 64, 0.4862745098) -2.61457px -3.02721px 0px, rgba(64, 64, 64, 0.4862745098) -1.78435px -3.57996px 0px, rgba(64, 64, 64, 0.4862745098) -0.843183px -3.91012px 0px, rgba(64, 64, 64, 0.4862745098) 0.150409px -3.99717px 0px, rgba(64, 64, 64, 0.4862745098) 1.13465px -3.8357px 0px, rgba(64, 64, 64, 0.4862745098) 2.04834px -3.43574px 0px, rgba(64, 64, 64, 0.4862745098) 2.83468px -2.82216px 0px, rgba(64, 64, 64, 0.4862745098) 3.44477px -2.03312px 0px, rgba(64, 64, 64, 0.4862745098) 3.84068px -1.11766px 0px, rgba(64, 64, 64, 0.4862745098) 3.9978px -0.132717px 0px;
  box-shadow: rgba(64, 64, 64, 0.4862745098) 4px 0px 0px, rgba(64, 64, 64, 0.4862745098) 3.87565px 0.989616px 0px, rgba(64, 64, 64, 0.4862745098) 3.51033px 1.9177px 0px, rgba(64, 64, 64, 0.4862745098) 2.92676px 2.72656px 0px, rgba(64, 64, 64, 0.4862745098) 2.16121px 3.36588px 0px, rgba(64, 64, 64, 0.4862745098) 1.26129px 3.79594px 0px, rgba(64, 64, 64, 0.4862745098) 0.282949px 3.98998px 0px, rgba(64, 64, 64, 0.4862745098) -0.712984px 3.93594px 0px, rgba(64, 64, 64, 0.4862745098) -1.66459px 3.63719px 0px, rgba(64, 64, 64, 0.4862745098) -2.51269px 3.11229px 0px, rgba(64, 64, 64, 0.4862745098) -3.20457px 2.39389px 0px, rgba(64, 64, 64, 0.4862745098) -3.69721px 1.52664px 0px, rgba(64, 64, 64, 0.4862745098) -3.95997px 0.56448px 0px, rgba(64, 64, 64, 0.4862745098) -3.97652px -0.432781px 0px, rgba(64, 64, 64, 0.4862745098) -3.74583px -1.40313px 0px, rgba(64, 64, 64, 0.4862745098) -3.28224px -2.28625px 0px, rgba(64, 64, 64, 0.4862745098) -2.61457px -3.02721px 0px, rgba(64, 64, 64, 0.4862745098) -1.78435px -3.57996px 0px, rgba(64, 64, 64, 0.4862745098) -0.843183px -3.91012px 0px, rgba(64, 64, 64, 0.4862745098) 0.150409px -3.99717px 0px, rgba(64, 64, 64, 0.4862745098) 1.13465px -3.8357px 0px, rgba(64, 64, 64, 0.4862745098) 2.04834px -3.43574px 0px, rgba(64, 64, 64, 0.4862745098) 2.83468px -2.82216px 0px, rgba(64, 64, 64, 0.4862745098) 3.44477px -2.03312px 0px, rgba(64, 64, 64, 0.4862745098) 3.84068px -1.11766px 0px, rgba(64, 64, 64, 0.4862745098) 3.9978px -0.132717px 0px;
  background: rgba(255, 255, 255, 0.05);
  border: 1rem solid #737373;
  border-radius: 11rem;
  padding: 0 16rem 0 46rem;
  width: 100%;
  height: 49rem;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.signup-dark__input input::-webkit-input-placeholder {
  color: #979797;
}

.signup-dark__input input::-moz-placeholder {
  color: #979797;
}

.signup-dark__input input:-ms-input-placeholder {
  color: #979797;
}

.signup-dark__input input::-ms-input-placeholder {
  color: #979797;
}

.signup-dark__input input::placeholder {
  color: #979797;
}

.signup-dark__input input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cad4dd;
}

.signup-dark__input input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
}

.signup-dark__input input:not(:-moz-placeholder-shown) {
  box-shadow: none;
}

.signup-dark__input input:not(:-ms-input-placeholder) {
  box-shadow: none;
}

.signup-dark__input input:not(:placeholder-shown) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.signup-dark__input svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16rem;
  width: 20rem;
  height: 20rem;
  pointer-events: none;
}

.signup-dark .btn {
  margin-bottom: 16rem;
}

.signup-dark-bottom {
  width: 231rem;
  margin: 0 auto;
}

.signup-dark-bottom p {
  font-weight: 400;
  font-size: 12rem;
  line-height: 130%;
  color: #fff;
  margin-bottom: 10rem;
}

.signup-dark-bottom__text {
  font-weight: 400;
  font-size: 12rem;
  line-height: 130%;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.signup-dark-bottom__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.signup-dark-bottom__text span svg {
  width: 51rem;
  height: 16rem;
  margin: -1rem 3rem 0;
}

.signup-dark__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.signup-dark__review>span {
  display: none;
}

.signup-dark__review img {
  width: 32rem;
  min-width: 32rem;
  height: 32rem;
  margin-right: 12rem;
}

.signup-dark__review-info h4 {
  font-weight: 700;
  font-size: 12rem;
  line-height: 130%;
  color: #fff;
  margin-bottom: 2rem;
}

.signup-dark__review-info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12rem;
  line-height: 140%;
  color: #fff;
}

.signup-dark__review-info span svg {
  width: 129rem;
  height: 15rem;
  margin-left: 10rem;
}

.signup-green {
  background: #5bf0a5;
  padding-top: 70rem;
  padding-bottom: 74rem;
  border-radius: 28rem 28rem 0 0;
  margin-top: -30rem;
  z-index: 3;
}

.signup-green__title {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 12rem;
}

.signup-green__text {
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 24rem;
}

.signup-green__input {
  position: relative;
  margin-bottom: 32rem;
}

.signup-green__input input {
  background: #fff;
  border: 1px solid rgba(242, 244, 246, 0.4745098039);
  border-radius: 11rem;
  padding: 0 16rem 0 46rem;
  width: 100%;
  height: 49rem;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
}

.signup-green__input input~div::after {
  position: absolute;
  width: calc(100% + 8rem);
  height: calc(100% + 8rem);
  top: -4rem;
  left: -4rem;
  border: 4rem solid #f3f3f3;
  content: "";
  border-radius: 15rem;
  opacity: 0.45;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.signup-green__input input::-webkit-input-placeholder {
  color: #979797;
}

.signup-green__input input::-moz-placeholder {
  color: #979797;
}

.signup-green__input input:-ms-input-placeholder {
  color: #979797;
}

.signup-green__input input::-ms-input-placeholder {
  color: #979797;
}

.signup-green__input input::placeholder {
  color: #979797;
}

.signup-green__input input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cad4dd;
}

.signup-green__input input:hover~div::after {
  opacity: 0;
}

.signup-green__input input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}

.signup-green__input input:focus+svg path {
  fill: #000;
}

.signup-green__input input:focus~div::after {
  opacity: 0;
}

.signup-green__input input:not(:-moz-placeholder-shown) {
  box-shadow: none;
}

.signup-green__input input:not(:-ms-input-placeholder) {
  box-shadow: none;
}

.signup-green__input input:not(:placeholder-shown) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.signup-green__input svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16rem;
  width: 20rem;
  height: 20rem;
  pointer-events: none;
}

.signup-green .btn {
  margin-bottom: 16rem;
}

.signup-green-bottom {
  margin: 0 auto;
}

.signup-green-bottom p {
  font-weight: 400;
  font-size: 12rem;
  line-height: 130%;
  color: #000;
  margin-bottom: 0rem;
  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;
}

.signup-green-bottom p svg {
  width: 47rem;
  height: 14rem;
  margin: 0 4rem;
}

.signup {
  height: 2083rem;
  position: relative;
  overflow: hidden;
  background: #000;
  border-radius: 0 0 28rem 28rem;
  z-index: 3;
}

.signup-wrapper {
  height: 2083rem;
  z-index: 3;
  position: relative;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.signup-block {
  -webkit-box-shadow: 0 15px 65px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 15px 65px 0 rgba(0, 0, 0, 0.35);
  background: #fff;
  border-radius: 38rem;
  padding: 36rem 20rem 20rem 20rem;
  width: 100%;
}

.signup-block__title {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #000;
  text-align: center;
  margin-bottom: 24rem;
}

.signup-block__text {
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 24rem;
}

.signup-images {
  width: calc(100% + 60rem);
  margin: 0 -30rem;
  position: relative;
}

.signup-images__img {
  position: absolute;
}

.signup-images__img .loading-img {
  border-radius: 8rem;
  background: transparent;
  z-index: 1;
  background: #111;
}

.signup-images__img .loading-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(77%, rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2) 77%, transparent);
  -webkit-animation: loading 0.8s infinite;
  animation: loading 0.8s infinite;
}

.signup-images__img img {
  -webkit-box-shadow: 0 4rem 22rem -2rem rgba(0, 0, 0, 0.18) !important;
  box-shadow: 0 4rem 22rem -2rem rgba(0, 0, 0, 0.18) !important;
  border: 3rem solid #111 !important;
  background: #111 !important;
  border-radius: 8rem !important;
  width: 100% !important;
}

.signup-images__img video {
  -webkit-box-shadow: 0 4rem 22rem -2rem rgba(0, 0, 0, 0.18) !important;
  box-shadow: 0 4rem 22rem -2rem rgba(0, 0, 0, 0.18) !important;
  border: 3rem solid #111 !important;
  background: #111;
  border-radius: 8rem;
  width: 100%;
  position: absolute;
  top: 0;
}

.reviewblock {
  background: #fff;
  padding-top: 90rem;
  margin-top: -20rem;
  padding-bottom: 90rem;
}

.reviewblock-item {
  border: 1px solid #f2f4f6;
  border-radius: 24rem;
  padding: 20rem;
  height: 100%;
}

.reviewblock-item-info {
  margin-bottom: 16rem;
}

.reviewblock-item-info svg {
  width: 84rem;
  height: 16rem;
  margin-bottom: 16rem;
}

.reviewblock-item-info h4 {
  font-weight: 700;
  font-size: 14rem;
  line-height: 100%;
  color: #000;
  margin-bottom: 8rem;
}

.reviewblock-item-info p {
  font-weight: 400;
  font-size: 14rem;
  line-height: 150%;
  color: #000;
}

.reviewblock-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviewblock-item-bottom img {
  width: 42rem;
  height: 42rem;
  min-width: 42rem;
  margin-right: 12rem;
  border-radius: 50%;
}

.reviewblock-item-bottom p strong {
  font-weight: 700;
  font-size: 18rem;
  line-height: 140%;
  color: #000;
  display: block;
}

.reviewblock-item-bottom p span {
  font-weight: 600;
  font-size: 14rem;
  line-height: 130%;
  color: #8f969c;
}


.steps {
  background: #fff;
  padding-top: 90rem;
  margin-top: -20rem;
  padding-bottom: 90rem;
}

.step-item .btn {
  display: none;
}

.step-item span {
  height: 26rem;
  -webkit-backdrop-filter: blur(8.6842107773px);
  backdrop-filter: blur(8.6842107773px);
  background: rgba(238, 238, 238, 0.3);
  border: 0.58rem solid #f2f4f6;
  border-radius: 60rem;
  padding: 0px 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 12rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 12rem;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}

.step-item p {
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #000;
  margin-bottom: 24rem;
}

.step-item__title {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 12rem;
}

.step-item .loading-img {
  border-radius: 24rem;
}

.step-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14rem;
  line-height: 130%;
  color: #000;
  margin-bottom: 24rem;
}

.step-item__text svg {
  width: 14rem;
  height: 14rem;
  margin-right: 6rem;
}

.step-item__img {
  position: relative;
  aspect-ratio: 540/570;
}

.step-item__img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  border: 1px solid #f7f8fa;
  border-radius: 24rem;
  z-index: 1;
}

.step-item__img video {
  border-radius: 24rem !important;
  width: 100%;
  position: relative;
  z-index: 1;
}

.step-item__img img {
  aspect-ratio: 540/570;
  width: 100%;
  height: 100% !important;
  border-radius: 24rem !important;
  -o-object-fit: cover;
  object-fit: cover;
}



.beforeAfter {
  background: #fff;
  padding-top: 60rem;
  padding-bottom: 40rem;
  overflow: hidden;
}

.beforeAfter-slider {
  position: relative;
}

.beforeAfter-slider .before-wrapper.fixed {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 324rem;
  pointer-events: none;
}

.beforeAfter-slider .swiper-slide {
  width: auto;
}

.beforeAfter .slider-container {
  width: 100%;
}

.beforeAfter .slider-container .slide {
  width: auto;
}

.beforeAfter h2 {
  max-width: 378px;
  margin: 0 auto 24rem;
}

.beforeAfter--3 h2 {
  padding: 0;
}

.beforeAfter .swiper-container {
  overflow: visible;
}

.beforeAfter--3 .before {
  width: 100%;
  margin: 0 auto;
  grid-gap: 14rem;
  background: url(../images/common/beforeafter3.svg);
  background-size: 100% 128rem;
  background-position: 0rem 55rem;
  background-repeat: no-repeat;
  padding-bottom: 31rem;
  margin-bottom: 0 !important;
  position: relative;
}

.beforeAfter--3 .before:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

.beforeAfter--3 .before-item {
  width: 151rem;
}

.beforeAfter--3 .before .before-item__img {
  width: 120rem;
}

.beforeAfter .before {
  margin-bottom: 24rem;
}

.beforeAfter-slider__prev {
  display: none;
}

.beforeAfter-slider__next {
  display: none;
}

.beforeAfter-slider .swiper-slide .before-item__img {
  opacity: 0.3;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.beforeAfter-slider .swiper-slide .before-item-info {
  opacity: 0;
}

.beforeAfter-slider .swiper-slide .before-item-bottom {
  opacity: 0;
}

.beforeAfter-slider .swiper-slide .beforeAfter__text {
  opacity: 0;
}

.beforeAfter-slider .swiper-slide .before-item__img svg {
  opacity: 0;
}

.beforeAfter-slider .swiper-slide-active .before-item__img {
  opacity: 1;
}

.beforeAfter__text {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 11rem;
  line-height: 140%;
  color: #8f969c;
}

.beforeAfter .swiper-wrapper {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.before {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 4.5rem));
  grid-gap: 9rem;
}

.before-wrapper {
  width: 324rem;
}

.before-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.before-item-info {
  padding: 5rem 8rem 4rem;
  border-radius: 6rem;
  background: #ef2c4f;
  color: #fff;
  text-align: center;
  font-family: "Italian Plate No2 Expanded";
  font-size: 14rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  margin-bottom: 14rem;
  max-width: 125rem;
}

.before-item-info svg {
  width: 13rem;
  height: 6rem;
  position: absolute;
  top: calc(100% - 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.before-item-info--green {
  background: var(--Green, #5bf0a5);
  color: var(--black, #000);
}

.before-item__video:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  top: 0;
  left: 0;
  border-radius: 10rem;
}

.before-item__img {
  position: relative;
  width: 100%;
  margin-bottom: 20rem;
}

.before-item__img .loading-img {
  border-radius: 10rem;
}

.before-item__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10rem;
}

.before-item__img svg {
  width: 25rem;
  height: 25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -13rem;
}

.before-item__mute {
  position: absolute;
  top: 6rem;
  right: 7rem;
  width: 18rem;
  height: 19rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.before-item__mute svg {
  width: 18rem;
  height: 19rem;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.before-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.before-item-bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  color: var(--Gray-dark, #a7a8aa);
  text-overflow: ellipsis;
  font-family: "Italian Plate No2 Expanded";
  font-size: 12rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.before-item-bottom p span {
  color: #000;
  font-size: 12rem;
  margin-left: 3rem;
  margin-right: 2rem;
}

.before-item-bottom p svg {
  width: 11rem;
  height: 11rem;
}



.review {
  background: #fff;
  padding-top: 40rem;
  padding-bottom: 60rem;
}

.review-wrapper {
  margin-bottom: 2rem !important;
}

.review .before-item__img {
  margin-bottom: 0;
}

.review-slider .review-left h4 {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 24rem;
}

.review-slider .swiper-container {
  overflow: hidden;
}

.review-slider .swiper-pagination {
  position: static;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24rem;
}

.review-slider .swiper-pagination-bullet {
  width: 8rem;
  height: 8rem;
  background: #cad4dd;
  opacity: 1;
  margin: 0 4rem !important;
}

.review-slider .swiper-pagination-bullet-active {
  background: #000;
}

.review-slider .swiper-slide {
  height: auto;
}

.review-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16rem;
}

.review-item-top__img {
  width: 44rem;
  height: 44rem;
  min-width: 44rem;
  margin-right: 12rem;
}

.review-item-top__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-item-top-info__name {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 4rem;
}

.review-item-top-info-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-item-top-info-rate svg {
  width: 76rem;
  height: 14rem;
  margin-right: 10rem;
}

.review-item-top-info-rate time {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 12rem;
  line-height: 90%;
  color: #8f969c;
}

.review-item p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 150%;
  color: #000;
  margin-bottom: 16rem;
}

.review-item-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15rem;
}

.review-item-images__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 16rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-item-images__video:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  border-radius: 16rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.review-item-images__video video {
  max-width: none !important;
  width: auto !important;
  height: 100%;
}

.review-item-images__video .sound-off {
  position: absolute;
  top: 10rem;
  right: 10rem;
  z-index: 1;
  cursor: pointer;
}

.review-item-images__video .sound-off svg {
  width: 19rem;
  height: 19rem;
}

.review-item-images__img {
  width: 100%;
  position: relative;
}

.review-item-images__img>div {
  display: block;
  height: 100%;
}

.review-item-images__img .loading-img {
  border-radius: 12rem;
}

.review-item-images__img iframe {
  width: 100%;
  height: 100%;
  border-radius: 12rem;
  position: absolute;
  top: 0;
  left: 0;
}

.review-item-images__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12rem !important;
  border: 1px solid #F2F4F6 !important;
}


.highlight {
  padding-top: 100rem;
  padding-bottom: 100rem;
  margin-top: -30rem;
  background: #fff;
}

.highlight-item {
  margin-bottom: 70rem;
}

.highlight-item:last-child {
  margin-bottom: 0;
}

.highlight-item-loading {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlight-item .before {
  width: 260rem;
  margin: 20rem 0;
}

.highlight-item .before-item-info {
  font-size: 11rem;
}

.highlight-item .before-item__img {
  margin-bottom: 15rem;
  overflow: visible;
  border-radius: 12rem;
}

.highlight-item .before-item__img video {
  width: 100%;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0rem !important;
}

.highlight-item .before-item__img img {
  border-radius: 12rem !important;
}

.highlight-item .before-item-bottom p {
  font-size: 8rem;
  color: #a7a8aa;
  white-space: nowrap;
  font-weight: 600;
}

.highlight-item .before-item-bottom span {
  font-size: 9rem;
  font-weight: 600;
  color: #000;
}

.highlight-item .before-item__img svg {
  z-index: 1;
}

.highlight-item__img {
  aspect-ratio: 303/225;
  margin-bottom: 24rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(242, 244, 246, 0.5);
  border-radius: 24rem;
}

.highlight-item__img--before {
  aspect-ratio: 303/301;
  background: #fcfdff;
}

.highlight-item__img img {
  width: 100%;
  height: 100% !important;
  border-radius: 22rem !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.highlight-item__img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  border: 2px solid #f7f8fa;
  border-radius: 24rem;
  z-index: 1;
}

.highlight-item__img video {
  border-radius: 25rem !important;
  border: 1px solid #f7f8fa !important;
  width: 100%;
  position: relative;
  z-index: 1;
}

.highlight-item ul {
  margin-bottom: 24rem;
}

.highlight-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #000;
  margin-bottom: 12rem;
}

.highlight-item ul li:last-child {
  margin-bottom: 0;
}

.highlight-item ul li svg {
  width: 18rem;
  min-width: 18rem;
  height: 21rem;
  margin-right: 10rem;
}

.highlight-item-body {
  padding: 0 15.5rem;
}

.highlight-item .loading-img {
  border-radius: 24rem;
}

.highlight-item__title {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 12rem;
  text-align:left;
}

.highlight-item p {
  font-weight: 500;
  font-size: 18rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 12rem;
}


.industry {
  border-radius: 28rem;
  padding-top: 60rem;
  padding-bottom: 60rem;
  background: #fff;
  overflow: hidden;
  margin-bottom: 6rem;
  margin-top: 6rem;
}

.industry .swiper-container {
  overflow: visible;
  margin-bottom: 24rem;
}

.industry-item {
  position: relative;
  border-radius: 12rem;
  overflow: hidden;
  aspect-ratio: 234/360;
}

.industry-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.industry-item .title-badge {
  position: absolute;
  z-index: 2;
  top: 10rem;
  left: 10rem;
}

.industry-item:after {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, black 100%);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.industry-item ul {
  position: absolute;
  bottom: 24rem;
  left: 20rem;
  right: 20rem;
  z-index: 2;
}

.industry-item li {
  margin-bottom: 12rem;
  padding-left: 26rem;
  position: relative;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 130%;
  color: #fff;
}

.industry-item li:last-child {
  margin-bottom: 0;
}

.industry-item li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 2rem;
  width: 16rem;
  height: 16rem;
  background: url(../images/common/check-green.svg);
  background-size: 100% 100%;
}

.faq {
  padding-top: 70rem;
  padding-bottom: 80rem;
  background: #fff;
}

.faq-item {
  padding-bottom: 24rem;
  border-bottom: 1rem solid #f2f4f6;
}

.faq-item p {
  display: none;
  margin-top: 16rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
}

.faq-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-item-top:hover .faq-item-top__arrow {
  background: #f2f4f6 !important;
}

.faq-item-top__arrow {
  position: relative;
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3;
  transition: background-color 0.3;
  cursor: pointer;
}

.faq-item-top__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 22rem;
  height: 22rem;
}

.faq-item__title {
  width: 250rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 20rem;
  line-height: 130%;
  color: #000;
}

.faq-item.active .faq-item-top__arrow svg:nth-child(2) {
  -webkit-transform: rotate(90deg) translate(-50%, 50%);
  -ms-transform: rotate(90deg) translate(-50%, 50%);
  transform: rotate(90deg) translate(-50%, 50%);
}

.faq-item.active .faq-item-top__arrow svg:nth-child(1) {
  opacity: 0;
}

.faq__desc {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 120%;
  text-align: center;
  color: #8f969c;
  margin-bottom: 16rem;
}

.faq .btn--white:hover {
  background: #f2f4f6 !important;
}

.title-badge {
  height: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2555ff;
  padding: 0 8rem;
  border-radius: 100rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 12rem;
  line-height: 140%;
  color: #fff;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  margin-bottom: 12rem;
}

h2 {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 24rem;
}

h2.white {
  color: #fff;
}

.hand-wrapper {
  position: relative;
  width: 100%;
}

.hand {
  position: absolute;
  bottom: -60rem;
  right: 30rem;
  -webkit-transform: translatey(0px);
  -ms-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-animation: upDown 0.7s infinite;
  animation: upDown 0.7s infinite;
  cursor: pointer;
  z-index: 2;

}

.hand svg {
  width: 55rem;
  height: 55rem;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translatey(0) translatex(0);
    transform: translatey(0) translatex(0);
  }

  50% {
    -webkit-transform: translatey(-50rem) translatex(-30rem);
    transform: translatey(-50rem) translatex(-30rem);
  }

  100% {
    -webkit-transform: translatey(0) translatex(0);
    transform: translatey(0) translatex(0);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translatey(0) translatex(0);
    transform: translatey(0) translatex(0);
  }

  50% {
    -webkit-transform: translatey(-50rem) translatex(-30rem);
    transform: translatey(-50rem) translatex(-30rem);
  }

  100% {
    -webkit-transform: translatey(0) translatex(0);
    transform: translatey(0) translatex(0);
  }
}

.btn {
  width: 100%;
  height: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000;
  cursor: pointer;
  border-radius: 100rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
}

.btn:hover {
  background: rgba(0, 0, 0, 0.85);
}

.btn svg {
  width: 21rem;
  height: 20rem;
  margin-left: 12.5rem;
}

.btn.load .btn-text {
  display: none;
}

.btn.load .spinner {
  display: block;
}

.btn .spinner {
  width: 100%;
  text-align: center;
  display: none;
}

.btn .spinner>div {
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin: 0 3rem;
}

.btn .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.btn .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.btn--green {
  background: #5bf0a5;
  color: #000;
  font-weight: 700;
}

.btn--green:hover {
  background: rgba(91, 240, 165, 0.85);
}

.btn--green .spinner>div {
  background-color: #000;
}

.btn--white {
  border: 1rem solid #f2f4f6;
  color: #000;
  background: #fff;
}

.btn--white:hover {
  background: rgba(255, 255, 255, 0.85);
}

.btn--apple {
  background: #fff;
}

.btn--apple:hover {
  background: rgba(255, 255, 255, 0.85);
}

.btn--apple svg {
  width: 109rem;
  height: 29rem;
  margin-left: 0;
}

.btn--google {
  display: none;
}

.btn--google:hover {
  background: rgba(255, 255, 255, 0.85);
}

.btn-form {
  width: 100%;
  height: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000;
  cursor: pointer;
  border-radius: 100rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  outline: none;
  border: none;
}

.btn-form:hover {
  background: rgba(0, 0, 0, 0.85);
}

.btn-form svg {
  width: 21rem;
  height: 20rem;
  margin-left: 12.5rem;
}

.loader {
  background: none repeat scroll 0 0 #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  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;
}

.spin-loader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

/* iOS Loader */
.ios-loader .bar {
  width: 10%;
  height: 26%;
  background: #fff;
  position: absolute;
  left: 44.5%;
  top: 37%;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-animation: fade 1s linear infinite;
  animation: fade 1s linear infinite;
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.ios-loader .bar1 {
  -webkit-transform: rotate(-315deg) translate(0px, -142%);
  -ms-transform: rotate(-315deg) translate(0px, -142%);
  transform: rotate(-315deg) translate(0px, -142%);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.ios-loader .bar2 {
  -webkit-transform: rotate(-270deg) translate(0px, -142%);
  -ms-transform: rotate(-270deg) translate(0px, -142%);
  transform: rotate(-270deg) translate(0px, -142%);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.ios-loader .bar3 {
  -webkit-transform: rotate(-225deg) translate(0px, -142%);
  -ms-transform: rotate(-225deg) translate(0px, -142%);
  transform: rotate(-225deg) translate(0px, -142%);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.ios-loader .bar4 {
  -webkit-transform: rotate(-180deg) translate(0px, -142%);
  -ms-transform: rotate(-180deg) translate(0px, -142%);
  transform: rotate(-180deg) translate(0px, -142%);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.ios-loader .bar5 {
  -webkit-transform: rotate(-135deg) translate(0px, -142%);
  -ms-transform: rotate(-135deg) translate(0px, -142%);
  transform: rotate(-135deg) translate(0px, -142%);
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.ios-loader .bar6 {
  -webkit-transform: rotate(-90deg) translate(0px, -142%);
  -ms-transform: rotate(-90deg) translate(0px, -142%);
  transform: rotate(-90deg) translate(0px, -142%);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.ios-loader .bar7 {
  -webkit-transform: rotate(-45deg) translate(0px, -142%);
  -ms-transform: rotate(-45deg) translate(0px, -142%);
  transform: rotate(-45deg) translate(0px, -142%);
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.ios-loader .bar8 {
  -webkit-transform: rotate(0deg) translate(0px, -142%);
  -ms-transform: rotate(0deg) translate(0px, -142%);
  transform: rotate(0deg) translate(0px, -142%);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.loading-img {
  background: #fff;
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
}

.loading-img img {
  opacity: 0;
}

.loading-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(77%, rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2) 77%, transparent);
  -webkit-animation: loading 0.8s infinite;
  animation: loading 0.8s infinite;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.spinner>div {
  width: 10rem;
  height: 10rem;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin: 0 3rem;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


@media (min-width: 992px) {
  .container {
    max-width: 1160rem;
    margin: 0 auto;
    padding: 0;
  }

  .hero {
    position: relative;
  }

  .hero .container {
    padding-top: 150rem;
    padding-bottom: 120rem;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 60rem;
    position: relative;
  }

  .hero-item {
    width: 100%;
    margin-bottom: 43rem;
  }

  .hero-item p {
    margin-top: 8rem;
    font-size: 10rem;
  }

  .hero-item p span {
    font-size: 12rem;
    margin-left: 3rem;
  }

  .hero-item p i {
    width: 10rem;
    height: 10rem;
    margin-left: 2rem;
  }

  .hero-item img {
    width: 100%;
    border-radius: 12rem !important;
  }

  .hero-item video {
    width: 100%;
    border-radius: 12rem !important;
    display: block;
  }

  .hero-item--1 .hero-item-wrapper {
    width: calc(100% - 30rem) !important;
  }

  .hero-item--2 .hero-item-wrapper {
    width: calc(100% - 50rem) !important;
  }

  .hero-swiper {
    width: 130rem;
  }

  .hero-swiper .swiper-container {
    height: 540rem;
    overflow: hidden;
  }

  .hero-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .hero-swiper .swiper-slide {
    height: auto;
  }

  .hero-swiper--1 {
    margin-right: 40rem;
  }

  .hero-swiper--2 {
    margin-right: 40rem;
  }

  .hero-container {
    width: 1440rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 60rem;
  }

  .hero-container-right {
    position: absolute;
    height: 559rem;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 100rem;
    pointer-events: none;
    width: 540rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-container-right--short {
    width: 470rem;
  }

  .hero-container-right--short img {
    height: auto !important;
  }

  .hero-container-right:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100rem;
    left: 0;
    bottom: -1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 2;
  }

  .hero-container-right:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 72rem;
    left: 0;
    top: -1rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(75%, #000));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 75%);
    z-index: 2;
  }

  .hero-container-right>img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }

  .hero-container-right .btn {
    margin-bottom: 0;
  }

  .hero-container-left {
    display: block;
    width: 590rem;
  }

  .hero__img {
    display: none;
  }

  .hero__title {
    margin-bottom: 16rem;
  }

  .hero__title h1 {
    font-size: 64rem;
    line-height: 1.1;
    margin-bottom: 0;
  }

  .hero__text {
    font-size: 20rem;
    margin-bottom: 40rem;
  }

  .hero-middle {
    width: 389rem;
    margin-bottom: 96rem;
  }

  .hero-rate {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0rem;
  }

  .hero-rate img {
    width: auto;
    margin-right: 30rem;
    height: 54rem;
  }

  .hero-featured {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-featured--mobile {
    display: none;
  }

  .hero-featured--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-featured--pc .hero-featured-wrapper {
    position: relative;
    z-index: 1;
  }

  .hero-featured--pc .hero-featured-wrapper::before {
    display: none;
  }

  .hero-featured--pc .hero-featured-wrapper::after {
    display: none;
  }

  .hero-featured-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19rem;
    margin-right: 31rem;
  }

  .hero-featured-stars img {
    width: auto;
    height: 50rem;
  }

  .hero-featured p {
    font-size: 14rem;
    text-align: left;
    margin-bottom: 20rem;
  }

  .hero-featured-items {
    gap: 22rem;
  }

  .hero-featured-wrapper {
    margin: 0;
    height: auto;
    width: auto;
    overflow: visible;
  }

  .hero-featured-wrapper p {
    font-weight: 500;
    font-size: 12rem;
    line-height: 100%;
    color: #fff;
    margin-bottom: 10rem;
  }

  .signup {
    height: 863rem;
    position: relative;
  }

  .signup:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100%;
    height: 216rem;
    position: absolute;
    content: "";
    top: -1rem;
    left: 0rem;
    z-index: 2;
  }

  .signup:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    width: 100%;
    height: 216rem;
    position: absolute;
    content: "";
    bottom: -1rem;
    right: 0rem;
    z-index: 2;
  }

  .signup-wrapper {
    height: 863rem;
  }

  .signup .container {
    max-width: 100%;
  }

  .signup-block {
    padding: 32rem;
    margin: 0 auto;
    width: 520rem;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  .signup-block__title {
    font-size: 54rem;
    line-height: 110%;
    text-align: center;
    color: #fff;
  }

  .signup-block__text {
    font-size: 18rem;
    margin-bottom: 24rem;
  }

  .signup-block .hand-wrapper {
    width: 303rem;
    margin: 0 auto;
  }

  .signup-images {
    width: 1440rem;
    margin: 0 auto;
    position: relative;
  }

  .signup-images__img {
    position: absolute;
  }

  .signup-green {
    padding-top: 140rem;
    padding-bottom: 140rem;
  }

  .signup-green__title {
    font-size: 54rem;
    color: #000;
    width: 700rem;
    margin: 0 auto 12rem;
    text-align: center;
  }

  .signup-green__text {
    width: 400rem;
    margin: 0 auto 24rem;
    font-size: 18rem;
    text-align: center;
  }

  .signup-green__input {
    width: 400rem;
    position: relative;
    margin: 0 auto 32rem;
  }

  .signup-green .btn {
    width: 315rem;
    margin: 0 auto 16rem;
  }

  .signup-green-bottom {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .signup-green-bottom p {
    font-weight: 400;
    font-size: 12rem;
    line-height: 130%;
    color: #000;
    margin-bottom: 0rem;
    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;
  }

  .signup-green-bottom p svg {
    width: 47rem;
    height: 14rem;
    margin: 0 4rem;
  }

  .signup-dark {
    background: #000;
    padding-top: 140rem;
    padding-bottom: 140rem;
    border-radius: 28rem;
    margin-top: -30rem;
  }

  .signup-dark__title {
    font-weight: 700;
    font-size: 54rem;
    line-height: 120%;
    color: #fff;
    margin-bottom: 16rem;
    text-align: center;
  }

  .signup-dark__title br {
    display: block;
  }

  .signup-dark__input {
    width: 400rem;
    margin: 0 auto 32rem;
  }

  .signup-dark__text {
    font-size: 18rem;
    margin-bottom: 32rem;
    text-align: center;
    font-weight: normal;
  }

  .signup-dark__text br {
    display: block;
  }

  .signup-dark form {
    width: 388rem;
    margin: 0 auto;
  }

  .signup-dark .btn {
    width: 315rem;
    margin: 0 auto 32rem;
  }

  .signup-dark-bottom {
    width: 100%;
    margin: 0 auto;
  }

  .signup-dark-bottom p {
    font-size: 14rem;
    margin-bottom: 10rem;
    text-align: center;
    font-weight: normal;
  }

  .signup-dark-bottom__text {
    font-weight: 400;
    font-size: 12rem;
    line-height: 130%;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .signup-dark-bottom__text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .signup-dark-bottom__text span svg {
    width: 51rem;
    height: 16rem;
    margin: -1rem 3rem 0;
  }

  .signup-dark__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 203rem;
    margin: 0 auto;
  }

  .signup-dark__review img {
    width: 40rem;
    min-width: 40rem;
    height: 40rem;
    margin-right: 12rem;
  }

  .signup-dark__review>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 12rem;
    line-height: 140%;
    color: #fff;
    margin-top: 10rem;
  }

  .signup-dark__review>span svg {
    width: 129rem;
    height: 15rem;
    margin-left: 10rem;
  }

  .signup-dark__review-info h4 {
    font-size: 14rem;
    margin-bottom: 0rem;
  }

  .signup-dark__review-info span {
    display: none;
  }

  .steps {
    background: #fff;
    padding-top: 160rem;
    margin-top: -20rem;
    padding-bottom: 160rem;
  }

  .steps .container>.btn {
    display: none;
  }

  .step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .step-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .step-item .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 303rem;
  }

  .step-item-content {
    width: 540rem;
  }

  .step-item span {
    height: 37rem;
    padding: 0px 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18rem;
    line-height: 140%;
    color: #000;
    margin-bottom: 24rem;
  }

  .step-item__title {
    font-size: 48rem;
    margin-bottom: 16rem;
  }

  .step-item__text {
    font-size: 20rem;
    line-height: 130%;
    color: #000;
    margin-bottom: 24rem;
  }

  .step-item__text svg {
    width: 20rem;
    height: 20rem;
    margin-right: 4rem;
  }

  .step-item p {
    display: block;
    font-weight: 400;
    font-size: 18rem;
    line-height: 130%;
    color: #000;
    margin-bottom: 32rem;
  }

  .step-item__img {
    width: 540rem;
  }

  .step-item__img::after {
    border-radius: 36rem;
    border: 2px solid #f7f8fa;
  }

  .step-item__img video {
    border-radius: 36rem !important;
  }

  .step-item__img img {
    border-radius: 36rem !important;
  }

  .review {
    background: #fff;
    padding-top: 40rem;
    padding-bottom: 60rem;
  }

  .review-slider {
    margin-top: 0;
  }

  .review-slider h4 {
    display: none;
  }

  .review-slider .review-left h4 {
    display: block;
  }

  .review-slider .btn {
    width: 303rem;
    margin: 0 auto;
  }

  .review-left {
    width: 460rem;
  }

  .review-left h4 {
    text-align: left;
    font-size: 36rem;
    margin-bottom: 16rem;
  }

  .review-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1060rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .review-item-top__img {
    width: 60rem;
    height: 60rem;
    min-width: 60rem;
    margin-right: 12rem;
  }

  .review-item-top__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .review-item-top-info__name {
    font-size: 16rem;
    margin-bottom: 4rem;
  }

  .review-item-top-info-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .review-item-top-info-rate svg {
    width: 84rem;
    height: 16rem;
    margin-right: 10rem;
  }

  .review-item-top-info-rate time {
    font-size: 14rem;
  }

  .review-item p {
    font-size: 18rem;
    margin-bottom: 16rem;
  }

  .review-item-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24rem;
    width: 464rem;
  }

  .review-item-images__img {
    width: 100%;
    position: relative;
  }

  .review-item-images__img .loading-img {
    border-radius: 12rem;
  }

  .review-item-images__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12rem !important;
  }

  .review-item-images__video {
    border-radius: 12rem;
  }

  .review-item-images__video video {
    border-radius: 12rem !important;
  }

  .review-item-images__video .sound-off svg {
    width: 30rem;
    height: 30rem;
  }

  .highlight {
    padding-top: 170rem;
    padding-bottom: 170rem;
    margin-top: -30rem;
    background: #fff;
  }

  .highlight .container>.btn {
    width: 315rem;
    margin: 0 auto;
  }

  .highlight-item {
    margin-bottom: 140rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .highlight-item .before {
    width: 340rem;
    margin: 0;
  }

  .highlight-item .before-item__img {
    margin-bottom: 20rem;
    overflow: visible;
    border-radius: 12rem;
  }

  .highlight-item .before-item__img video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12rem;
  }

  .highlight-item .before-item__img img {
    border-radius: 12rem !important;
  }

  .highlight-item .before-item-bottom p {
    font-size: 11rem;
    color: #a7a8aa;
    white-space: nowrap;
    font-weight: 600;
  }

  .highlight-item .before-item-bottom span {
    font-size: 13rem;
    font-weight: 600;
    color: #000;
  }

  .highlight-item:last-child {
    margin-bottom: 0;
  }

  .highlight-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .highlight-item__img {
    aspect-ratio: 303/225;
    margin-bottom: 0rem;
    position: relative;
    width: 540rem;
    background: #fbfdff;
    border: 1.78px solid rgba(242, 244, 246, 0.5);
    border-radius: 43rem;
    overflow: hidden;
    background: rgba(242, 244, 246, 0.5);
    border-radius: 40rem;
  }

  .highlight-item__img--before {
    aspect-ratio: 303/225;
  }

  .highlight-item__img img {
    width: 100%;
    height: 100%;
    border: 1rem solid rgba(242, 244, 246, 0.5);
    border-radius: 42rem !important;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .highlight-item__img video {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 42rem !important;
  }

  .highlight-item__img::after {
    border-radius: 40rem;
  }

  .highlight-item-body {
    padding: 0rem;
    width: 540rem;
  }

  .highlight-item .loading-img {
    border-radius: 24rem;
  }

  .highlight-item__title {
    font-size: 48rem;
    margin-bottom: 16rem;
	text-align:left;
  }

  .highlight-item p {
    font-size: 18rem;
    margin-bottom: 16rem;
    font-weight: normal;
  }

  .highlight-item p br {
    display: none;
  }

  .highlight-item ul {
    margin-bottom: 32rem;
  }

  .highlight-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 18rem;
    line-height: 130%;
    color: #000;
    margin-bottom: 16rem;
  }

  .highlight-item ul li:last-child {
    margin-bottom: 0;
  }

  .highlight-item ul li svg {
    width: 18rem;
    min-width: 18rem;
    height: 21rem;
    margin-right: 10rem;
  }

  .highlight-item .btn {
    width: 303rem;
  }

  .faq {
    padding-top: 70rem;
    padding-bottom: 140rem;
    background: #fff;
  }

  .faq-item {
    padding-bottom: 24rem;
    border-bottom: 1rem solid #f2f4f6;
    width: 700rem;
    margin: 0 auto 0rem;
  }

  .faq-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-item-top:hover .faq-item-top__arrow {
    background: #f2f4f6 !important;
  }

  .faq-item-top__arrow {
    position: relative;
    width: 44rem;
    height: 44rem;
    border-radius: 50%;
    -webkit-transition: background-color 0.3;
    transition: background-color 0.3;
    cursor: pointer;
  }

  .faq-item-top__arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 22rem;
    height: 22rem;
  }

  .faq-item__title {
    width: 650rem;
    font-size: 22rem;
  }

  .faq__desc {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 500;
    font-size: 14rem;
    line-height: 120%;
    text-align: center;
    color: #8f969c;
    margin-bottom: 16rem;
  }

  .faq .btn--white:hover {
    background: #f2f4f6 !important;
  }

  .title-badge {
    height: 28rem;
    padding: 0 10rem;
    font-size: 14rem;
    margin-bottom: 12rem;
  }

  h2 {
    font-size: 54rem;
    line-height: 110%;
    margin-bottom: 60rem;
    text-align: center;
  }

  .btn {
    width: 100%;
    height: 62rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000000;
    cursor: pointer;
    border-radius: 100rem;
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 600;
    font-size: 16rem;
    text-align: center;
    color: #fff;
  }

  .btn svg {
    width: 21rem;
    height: 20rem;
    margin-left: 12.5rem;
  }

  .btn--green {
    background: #5bf0a5;
    color: #000;
  }

  .btn--white {
    border: 1rem solid #f2f4f6;
    color: #000;
    background: #fff;
  }

  .btn--apple {
    background: #fff;
  }

  .btn--apple svg {
    width: 109rem;
    height: 29rem;
    margin-left: 0;
  }

}

@media (min-width: 1920px) {
  html {
    font-size: 1.2px;
  }
}

.reviews-widget h2 {
  margin-bottom: 16rem;
}

.reviews-total-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18rem;
  line-height: 110%;
  text-align: center;
  color: #8f969c;
  margin-bottom: 40rem;
}

.reviews-total-rating svg {
  width: 20rem;
  height: 20rem;
  margin-right: 8rem;
}

.reviews-total-rating b {
  font-weight: 700;
  font-size: 18rem;
  line-height: 110%;
  text-align: center;
  color: #000;
  padding-right: 4rem;
  /* margin-right: 8rem; */
}

.review-card {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #ebecef;
  border-radius: 16rem;
  padding: 24px;

}

.trustpilot-slider {
  width: calc(100% + 20rem);
  margin-left: -10rem;
  margin-right: -10rem;
  padding: 0 10rem;
  overflow: hidden !important;

}

.trustpilot-wrapper {
  margin-bottom: 40rem;
  position: relative;
}

.review-card-prev {
  position: absolute;
  top: 50%;
  left: -68rem;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeef1;
  border-radius: 100px;
  width: 44rem;
  height: 44rem;
  cursor: pointer;
  transition: 0.3s;
}

.review-card-prev:hover {
  border: 1px solid #cad4dd;
}

.review-card-next {
  position: absolute;
  top: 50%;
  right: -68rem;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeef1;
  border-radius: 100px;
  width: 44rem;
  height: 44rem;
  cursor: pointer;
  transition: 0.3s;
}

.review-card-next:hover {
  border: 1px solid #cad4dd;
}

.review-card-top {
  display: flex;
  align-items: center;
  margin-bottom: 16rem;
}

.review-card-img img {
  width: 56rem !important;
  height: 56rem !important;
  min-width: 56rem !important;
  border-radius: 50% !important;
  object-fit: cover;

}

.review-card-img {
  margin-right: 12rem;
  position: relative;
}

.review-card-img svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22rem;
  height: 22rem;
}

.review-card-info strong {
  font-weight: 700;
  font-size: 18rem;
  line-height: 1;
  color: #000;
  display: block;
  margin-bottom: 4rem;
}

.review-card-info small {
  font-weight: 600;
  font-size: 14rem;
  line-height: 130%;
  color: #8f969c;
}

.review-card-rate {
  width: 112rem;
  height: 20rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 16rem;
}

.review-card-rate-0 {
  background-image: url(../images/stars/stars-0.svg);
}

.review-card-rate-1 {
  background-image: url(../images/stars/stars-1.svg);
}

.review-card-rate-1-5 {
  background-image: url(../images/stars/stars-1.5.svg);
}

.review-card-rate-2 {
  background-image: url(../images/stars/stars-2.svg);
}

.review-card-rate-2-5 {
  background-image: url(../images/stars/stars-2.5.svg);
}

.review-card-rate-3 {
  background-image: url(../images/stars/stars-3.svg);
}

.review-card-rate-3-5 {
  background-image: url(../images/stars/stars-3.5.svg);
}

.review-card-rate-4-5 {
  background-image: url(../images/stars/stars-4.5.svg);
}

.review-card-rate-4 {
  background-image: url(../images/stars/stars-4.svg);
}

.review-card-rate-5 {
  background-image: url(../images/stars/stars-5.svg);
}

.review-card h4 {
  font-weight: 700;
  font-size: 16rem;
  line-height: 125%;
  color: #000;
  margin-bottom: 8rem;
}

.review-card p {
  font-weight: 400;
  font-size: 16rem;
  line-height: 137%;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}

.appstore-slider {
  overflow: hidden;

  padding: 2rem 0;
}

.appstore-wrapper {
  margin-bottom: 42rem;
  position: relative;

}

.appstore-slider .review-card {
  background: #f7f7f8;
  border-radius: 16rem;
  padding: 24rem;
  box-shadow: none;
  position: relative;

}

.appstore-slider .review-card-rate {
  width: 82rem;
  height: 14rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 16rem;
}

.appstore-slider .review-card-rate-0 {
  background-image: url(../images/stars/star0.svg);
}

.appstore-slider .review-card-rate-1 {
  background-image: url(../images/stars/star1.svg);
}

.appstore-slider .review-card-rate-1-5 {
  background-image: url(../images/stars/star1-5.svg);
}

.appstore-slider .review-card-rate-2 {
  background-image: url(../images/stars/star2.svg);
}

.appstore-slider .review-card-rate-2-5 {
  background-image: url(../images/stars/star2-5.svg);
}

.appstore-slider .review-card-rate-3 {
  background-image: url(../images/stars/star3.svg);
}

.appstore-slider .review-card-rate-3-5 {
  background-image: url(../images/stars/star3-5.svg);
}

.appstore-slider .review-card-rate-4-5 {
  background-image: url(../images/stars/star4-5.svg);
}

.appstore-slider .review-card-rate-4 {
  background-image: url(../images/stars/star4.svg);
}

.appstore-slider .review-card-rate-5 {
  background-image: url(../images/stars/star5.svg);
}

.appstore-slider h4 {
  font-weight: 700;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 6rem;
}

.appstore-slider strong {
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #7c7c7d;
  position: absolute;
  top: 24rem;
  right: 24rem;
}

.appstore-slider p {
  font-weight: 500;
  font-size: 16rem;
  line-height: 137%;
  color: #000;
}

.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 100rem;
}

.summary-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.summary-block-top {
  display: flex;
  align-items: center;
  margin-bottom: 14rem;
}

.summary-block-top svg {
  margin-right: 20rem;
}

.summary-block-top strong {
  font-weight: 500;
  font-size: 16rem;
  line-height: 125%;
  text-align: center;
  color: #000;
  position: relative;
  display: block;
  margin-top: 4rem;
}

.summary-block-top strong:after {
  content: '';
  position: absolute;
  left: -11rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 24rem;
  background: #7c7c7d;
}

.summary-block-bottom {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16rem;
  line-height: 125%;
  text-align: center;
  color: #7c7c7d;

}

.summary-block-bottom svg {
  width: 108rem;
  height: 20rem;
  margin-right: 8rem;
  margin-top: 1rem;
}


.industry-widget h2{
  margin-bottom: 50rem;
}
.industry-widget-content {
  display: flex;
  justify-content: center;
  grid-gap: 10rem;
  flex-wrap: wrap;
}
.industry-widget-content  a {
  border: 1px solid #f2f4f6;
  border-radius: 100px;
  padding: 0 40rem;
  height: 70rem;
  display: flex;
  align-items: center;
  font-weight: 600;
font-size: 18rem;
line-height: 120%;
color: #000;
transition: 0.3s;
white-space: nowrap;
}
.industry-widget-content  a:hover {
  border: 1px solid #cad4dd;
}

@media screen and (max-width: 991px) {
  .reviews-widget h2 {
    margin-bottom: 16rem;
    text-align: center;
  }

  .reviews-total-rating {
    font-size: 16rem;
    margin-bottom: 32rem;
  }


  .reviews-total-rating b {
    font-size: 16rem;
    padding-right: 4rem;
    /* margin-right: 8rem; */
  }

  .reviews-summary {

    grid-gap: 71rem;
  }

  .summary-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .summary-block-top {
    display: flex;
    align-items: center;
    margin-bottom: 14rem;
    flex-direction: column;
  }

  .summary-block-top svg {
    margin-bottom: 4rem;
    margin-right: 0;
  }

  .summary-block-top strong {
    font-size: 14rem;
    margin-top: 0rem;
  }

  .summary-block-top strong:after {
    display: none;
  }

  .summary-block-bottom {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16rem;
    line-height: 125%;
    text-align: center;
    color: #7c7c7d;

  }

  .summary-block-bottom svg {
    width: 88rem;
    height: 16rem;
    margin-right: 6rem;
    margin-top: 1rem;
  }

  .industry-widget h2{
  margin-bottom: 32rem;
  text-align: center;
}
.industry-widget-content {
  display: flex;
  justify-content: center;
  grid-gap: 10rem;
  flex-wrap: wrap;
}
.industry-widget-content  a {
  border: 1px solid #f2f4f6;
  border-radius: 100px;
  padding: 0 20rem;
  height: 50rem;
 
font-size: 14rem;

}
.industry-widget-content  a:hover {
  border: 1px solid #cad4dd;
}

}

/* .reviews-total-rating span {
  margin-left: 8rem;
} */