@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;
}
.hero .container {
  position: relative;
  padding-top: 367rem;
  padding-bottom: 28rem;
}
.hero__img {
  width: 100%;
  height: 504rem;
  position: absolute;
  top: 45rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero__img--desktop {
  display: none;
}
.hero__img img {
  width: 100%;
}
.hero-container-right {
  display: none;
}
.hero__title {
  position: relative;
  z-index: 1;
}
.hero__title h1 {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 32rem;
}
.hero__text {
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  color: #f2f4f6;
  margin-bottom: 8rem;
  z-index: 1;
  position: relative;
}
.hero .btn {
  position: relative;
  z-index: 1;
  margin-bottom: 14rem;
}
.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;
}

.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 8rem 25rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8rem 25rem 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 28rem;
  padding: 36rem 29rem 32rem 20rem;
}
.signup-block__title {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 12rem;
}
.signup-block__text {
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 24rem;
}
.signup-block__input {
  position: relative;
  margin-bottom: 32rem;
}
.signup-block__input input {
  background: #fff;
  border: 1px solid #f2f4f6;
  -webkit-box-shadow: #f2f4f6 3px 0px 0px, #f2f4f6 2.83487px 0.981584px 0px, #f2f4f6 2.35766px 1.85511px 0px, #f2f4f6 1.62091px 2.52441px 0px, #f2f4f6 0.705713px 2.91581px 0px, #f2f4f6 -0.287171px 2.98622px 0px, #f2f4f6 -1.24844px 2.72789px 0px, #f2f4f6 -2.07227px 2.16926px 0px, #f2f4f6 -2.66798px 1.37182px 0px, #f2f4f6 -2.96998px 0.42336px 0px, #f2f4f6 -2.94502px -0.571704px 0px, #f2f4f6 -2.59586px -1.50383px 0px, #f2f4f6 -1.96093px -2.27041px 0px, #f2f4f6 -1.11013px -2.78704px 0px, #f2f4f6 -0.137119px -2.99686px 0px, #f2f4f6 0.850987px -2.87677px 0px, #f2f4f6 1.74541px -2.43999px 0px, #f2f4f6 2.44769px -1.73459px 0px, #f2f4f6 2.88051px -0.838247px 0px;
  box-shadow: #f2f4f6 3px 0px 0px, #f2f4f6 2.83487px 0.981584px 0px, #f2f4f6 2.35766px 1.85511px 0px, #f2f4f6 1.62091px 2.52441px 0px, #f2f4f6 0.705713px 2.91581px 0px, #f2f4f6 -0.287171px 2.98622px 0px, #f2f4f6 -1.24844px 2.72789px 0px, #f2f4f6 -2.07227px 2.16926px 0px, #f2f4f6 -2.66798px 1.37182px 0px, #f2f4f6 -2.96998px 0.42336px 0px, #f2f4f6 -2.94502px -0.571704px 0px, #f2f4f6 -2.59586px -1.50383px 0px, #f2f4f6 -1.96093px -2.27041px 0px, #f2f4f6 -1.11013px -2.78704px 0px, #f2f4f6 -0.137119px -2.99686px 0px, #f2f4f6 0.850987px -2.87677px 0px, #f2f4f6 1.74541px -2.43999px 0px, #f2f4f6 2.44769px -1.73459px 0px, #f2f4f6 2.88051px -0.838247px 0px;
  border-radius: 11rem;
  padding: 0 16rem 0 46rem;
  width: 100%;
  height: 49rem;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
}
.signup-block__input input::-webkit-input-placeholder {
  color: #8f969c;
}
.signup-block__input input::-moz-placeholder {
  color: #8f969c;
}
.signup-block__input input:-ms-input-placeholder {
  color: #8f969c;
}
.signup-block__input input::-ms-input-placeholder {
  color: #8f969c;
}
.signup-block__input input::placeholder {
  color: #8f969c;
}
.signup-block__input input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cad4dd;
}
.signup-block__input input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}
.signup-block__input input:focus + svg path {
  fill: #000;
}
.signup-block__input input:not(:-moz-placeholder-shown) {
  box-shadow: none;
}
.signup-block__input input:not(:-ms-input-placeholder) {
  box-shadow: none;
}
.signup-block__input input:not(:placeholder-shown) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.signup-block__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-block .btn {
  margin-bottom: 16rem;
}
.signup-block__bottom {
  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-block__bottom img {
  width: 72rem;
  min-width: 72rem;
  margin-right: 12rem;
}
.signup-block__bottom span {
  font-weight: 400;
  font-size: 12rem;
  line-height: 130%;
  color: #000;
}
.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);
  box-shadow: 0 4rem 22rem -2rem rgba(0, 0, 0, 0.18);
  border: 3rem solid #111;
  background: #111;
  border-radius: 8rem;
  width: 100%;
  height: 100%;
}
.signup-images__img video {
  -webkit-box-shadow: 0 4rem 22rem -2rem rgba(0, 0, 0, 0.18);
  box-shadow: 0 4rem 22rem -2rem rgba(0, 0, 0, 0.18);
  border: 3rem solid #111;
  background: #111;
  border-radius: 8rem;
  width: 100%;
  position: absolute;
  top: 0;
}
.signup-images__img:nth-child(1) {
  width: 122rem;
  top: 35rem;
  left: 34rem;
}
.signup-images__img:nth-child(2) {
  width: 120rem;
  top: 78rem;
  left: 145rem;
}
.signup-images__img:nth-child(3) {
  width: 122rem;
  top: 43rem;
  right: -61rem;
}
.signup-images__img:nth-child(4) {
  width: 132rem;
  top: 191rem;
  left: -12rem;
}
.signup-images__img:nth-child(5) {
  width: 122rem;
  top: 307rem;
  left: 24rem;
}
.signup-images__img:nth-child(6) {
  width: 122rem;
  top: 262rem;
  left: 282rem;
}
.signup-images__img:nth-child(7) {
  width: 120rem;
  top: 445rem;
  left: 65rem;
}
.signup-images__img:nth-child(8) {
  width: 122rem;
  top: 400rem;
  left: 230rem;
}
.signup-images__img:nth-child(9) {
  width: 132rem;
  top: 531rem;
  left: 260rem;
}
.signup-images__img:nth-child(10) {
  width: 122rem;
  top: 552rem;
  left: -40rem;
}
.signup-images__img:nth-child(11) {
  width: 122rem;
  top: 658rem;
  left: 221rem;
}
.signup-images__img:nth-child(12) {
  width: 122rem;
  top: 691rem;
  left: 33rem;
}
.signup-images__img:nth-child(13) {
  width: 120rem;
  top: 706rem;
  left: 279rem;
}
.signup-images__img:nth-child(14) {
  width: 120rem;
  top: 841rem;
  left: 68rem;
  z-index: 1;
}
.signup-images__img:nth-child(15) {
  width: 122rem;
  top: 937rem;
  left: 204rem;
}
.signup-images__img:nth-child(16) {
  width: 122rem;
  top: 974rem;
  left: -28rem;
}
.signup-images__img:nth-child(18) {
  width: 132rem;
  top: 1154rem;
  left: 47rem;
}
.signup-images__img:nth-child(17) {
  width: 122rem;
  top: 1093rem;
  left: 237rem;
}
.signup-images__img:nth-child(19) {
  width: 120rem;
  top: 1258rem;
  left: 25rem;
}
.signup-images__img:nth-child(20) {
  width: 120rem;
  top: 1403rem;
  left: 5rem;
  z-index: 1;
}
.signup-images__img:nth-child(21) {
  width: 120rem;
  top: 1428rem;
  left: 171rem;
}
.signup-images__img:nth-child(22) {
  width: 110rem;
  top: 1377rem;
  left: 308rem;
}
.signup-images__img:nth-child(23) {
  width: 110rem;
  top: 1578rem;
  left: 47rem;
}
.signup-images__img:nth-child(24) {
  width: 132rem;
  top: 1570rem;
  left: 237rem;
}
.signup-images__img:nth-child(25) {
  width: 110rem;
  top: 1743rem;
  left: 179rem;
}
.signup-images__img:nth-child(26) {
  width: 120rem;
  top: 1771rem;
  left: -28rem;
}
.signup-images__img:nth-child(28) {
  width: 120rem;
  top: 1891rem;
  left: 115rem;
}
.signup-images__img:nth-child(27) {
  width: 120rem;
  top: 1720rem;
  left: 277rem;
}
.signup-images__img:nth-child(29) {
  display: none;
}
.signup-images__img:nth-child(30) {
  display: none;
}
.signup-images__img:nth-child(31) {
  display: none;
}
.signup-images__img:nth-child(34) {
  display: none;
}
.signup-images__img:nth-child(32) {
  display: none;
}
.signup-images__img:nth-child(33) {
  display: none;
}
.signup-images__img:nth-child(35) {
  display: none;
}

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

.step-item {
  margin-bottom: 32rem;
}
.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 {
  display: none;
}
.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: 412/435;
}
.step-item__img img {
  aspect-ratio: 412/435;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.step-item__img video {
  width: 100%;
  position: relative;
  z-index: 1;
}

.promate {
  background: #fff;
  padding-top: 30rem;
  padding-bottom: 100rem;
  margin-top: -30rem;
}
.promate-js-wrapper {
  height: 303rem;
  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;
  width: 100%;
  margin-bottom: 70rem;
  margin-top: 32rem;
}
.promate .js-wrapper {
  height: 303px;
  width: 315px;
  pointer-events: none;
}
.promate-making span {
  border-radius: 100rem;
  padding: 0 8rem;
  height: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 12rem;
  line-height: 140%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  margin-bottom: 24rem;
}
.promate-making span.red {
  color: #fff;
  background: #ef2c4f;
}
.promate-making span.green {
  background: #5bf0a5;
  color: #000;
}
.promate-making h2 {
  margin-bottom: 24rem;
}
.promate-making ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #000;
  margin-bottom: 12rem;
}
.promate-making ul li:last-child {
  margin-bottom: 0;
}
.promate-making ul li svg {
  width: 16rem;
  height: 17rem;
  min-width: 16rem;
  margin-right: 10rem;
}
.promate__img--1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.promate__img--1 img {
  width: 100%;
}
.promate__img--2 {
  position: absolute;
  width: 100%;
  height: 288rem;
  bottom: 0;
  left: 0rem;
}
.promate__img--2 img {
  width: 100%;
}
.promate__img-Jordan {
  position: absolute;
  top: 24rem;
  left: 0;
}
.promate__img-Jordan img {
  width: 116rem;
  height: 116rem;
  border-radius: 9rem;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0.5px solid #f2f4f6;
}
.promate__img-Jordan strong {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 7rem;
  line-height: 150%;
  color: #000;
  display: block;
  margin-left: 7rem;
  margin-top: 4rem;
}
.promate__img-Jordan span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 7rem;
  line-height: 150%;
  color: #000;
  margin-left: 7rem;
  display: block;
}
.promate__img-Jordan b {
  position: absolute;
  top: 88rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 9rem;
  line-height: 140%;
  color: #000;
  background: #fff;
  border: 0.4px solid #f2f4f6;
  border-radius: 8rem;
  width: 108rem;
  height: 24rem;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.promate__img-Jordan b svg {
  width: 15rem;
  height: 15rem;
  margin-right: 4rem;
}
.promate__img-Jordan > svg {
  width: 21rem;
  height: 21rem;
  position: absolute;
  top: 7rem;
  left: 89rem;
}
.promate__img-shopify {
  position: absolute;
  width: 181rem;
  top: 31rem;
  right: 0;
}
.promate__img-shopify img {
  width: 181rem;
}
.promate__img-review {
  position: absolute;
  top: 78rem;
  right: 0;
  width: 172rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.promate__img-review__ava {
  min-width: 20rem;
  width: 20rem;
  height: 20rem;
  margin-right: 7.5rem;
}
.promate__img-review__ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.promate__img-review-info {
  position: relative;
}
.promate__img-review-info p {
  border-radius: 13rem;
  padding: 5rem 6rem 6rem 8rem;
  background: #efefef;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-size: 11rem;
  line-height: 127%;
  letter-spacing: -0.02em;
  color: #000;
}
.promate__img-review-info__like {
  position: absolute;
  background: #efefef;
  border: 1.61px solid #fff;
  border-radius: 13rem;
  width: 20rem;
  height: 14rem;
  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;
  font-size: 8rem;
  left: 3rem;
  bottom: -9rem;
}
.promate__img-info {
  -webkit-backdrop-filter: blur(8.6842107773px);
  backdrop-filter: blur(8.6842107773px);
  background: rgba(238, 238, 238, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.58px solid #f2f4f6;
  border-radius: 58rem;
  padding: 0px 9rem 0px 8rem;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 22rem;
  white-space: nowrap;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 11rem;
  line-height: 130%;
  color: #000;
}
.promate__img-info svg {
  width: 11rem;
  height: 11rem;
  margin-right: 5rem;
}
.promate__img-adCreative {
  position: absolute;
  top: 49rem;
  left: 3rem;
}
.promate__img-adCreative img {
  width: 90rem;
  height: 90rem;
  border-radius: 7rem;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0.5px solid #f2f4f6;
}
.promate__img-adCreative--line {
  position: absolute;
  top: -25rem;
  left: 40rem;
}
.promate__img-adCreative--line svg {
  width: 10rem;
  height: 26rem;
}
.promate__img-adCreative .promate__img-info {
  position: absolute;
  top: -40rem;
  right: -2rem;
}
.promate__img-online {
  position: absolute;
  top: 81rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.promate__img-online img {
  width: 104rem;
  height: 174rem;
  border-radius: 6rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.promate__img-online--line {
  position: absolute;
  top: -25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.promate__img-online--line svg {
  width: 10rem;
  height: 26rem;
}
.promate__img-online .promate__img-info {
  position: absolute;
  top: -42rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.promate__img-stat {
  position: absolute;
  top: 158rem;
  left: 0rem;
}
.promate__img-stat img {
  width: 157rem;
  height: 100rem;
  border-radius: 9rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 8rem 10rem -4rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 8rem 10rem -4rem rgba(0, 0, 0, 0.05);
}
.promate__img-viral {
  position: absolute;
  top: 50rem;
  right: 9rem;
}
.promate__img-viral img {
  border-radius: 6rem;
  width: 90rem;
  height: 178rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 2rem 13rem -3rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 2rem 13rem -3rem rgba(0, 0, 0, 0.05);
}
.promate__img-viral--line {
  position: absolute;
  top: -25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.promate__img-viral--line svg {
  width: 10rem;
  height: 26rem;
}
.promate__img-viral .promate__img-info {
  position: absolute;
  top: -45rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.promate__logo {
  width: 103rem;
  height: 39rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 202rem;
}
.promate__logo svg {
  width: 100%;
  height: 100%;
}
.promate__figure--1 {
  width: 165rem;
  height: 95rem;
  position: absolute;
  top: 113rem;
  left: 78rem;
  z-index: 1;
}
.promate__figure--1 svg {
  width: 100%;
  height: 100%;
}
.promate__figure--2 {
  width: 216rem;
  height: 91rem;
  position: absolute;
  top: 241rem;
  left: 47rem;
  z-index: 1;
}
.promate__figure--2 svg {
  width: 100%;
  height: 100%;
}
.promate__dots--1 {
  width: 165rem;
  height: 95rem;
  position: absolute;
  top: 113rem;
  left: 78rem;
  z-index: 1;
}
.promate__dots--1 svg {
  width: 10rem;
  height: 11rem;
  position: absolute;
  left: 0;
  top: 0;
}
.promate__dots--2 {
  width: 202rem;
  height: 99rem;
  position: absolute;
  top: 241rem;
  left: 67rem;
  z-index: 2;
}
.promate__dots--2 svg {
  width: 10rem;
  height: 11rem;
  position: absolute;
  left: 0;
  top: 0;
}
.promate-wrapper {
  width: 100%;
  height: 580rem;
  position: relative;
  margin-top: 8rem;
}
.promate-wrapper--pc {
  display: none;
}

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

  .swiper-wrapper {
    height: auto;
  }
.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;
}

.ai {
  background: #fff;
  padding-top: 40rem;
  padding-bottom: 40rem;
}
.ai-right .btn {
  display: none;
}
.ai-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f4f6;
  padding: 4rem;
  border-radius: 100rem;
  margin-bottom: 24rem;
}
.ai .ai-tab {
  width: 50%;
  height: 35rem;
  border-radius: 100rem;
  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;
  cursor: pointer;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 12rem;
  color: #8f969c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ai .ai-tab:hover {
  color: #000;
}
.ai .ai-tab.active {
  background: #fff;
  color: #000;
}
.ai li {
  margin-bottom: 12rem;
  padding-left: 26rem;
  position: relative;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #000;
}
.ai li:last-child {
  margin-bottom: 0;
}
.ai li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16rem;
  height: 16rem;
  background: url(../images/common/check.svg);
  background-size: 100% 100%;
}
.ai ul {
  margin-bottom: 32rem;
}
.ai-support p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 16rem;
}
.ai-support-wrapper {
  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;
  margin-bottom: 24rem;
  position: relative;
}
.ai-support-wrapper img {
  width: auto;
  height: 32rem;
}
.ai-support__soon {
  position: absolute;
  right: 0;
  top: -19rem;
}
.ai-support__soon svg {
  width: 39rem;
  height: 19rem;
}
.ai-video-wrapper {
  position: relative;
}
.ai-video-wrapper .ai-left:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ai-img {
  margin-bottom: 24rem;
  border-radius: 23rem;
  overflow: hidden;
  position: relative;
}
.ai-img img {
  width: 100%;
  height: 100%;
  border-radius: 20rem;
  position: absolute;
  top: 0;
  left: 0;
}
.ai-img video {
  width: 100%;
  height: 100%;
}

.review {
  background: #fff;
  padding-top: 40rem;
  padding-bottom: 60rem;
}
.review .before-item__img {
  margin-bottom: 0;
}
.review-slider .review-left h2 {
  display: none;
}
.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__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;
}

.stories {
  background: #fff;
  margin-top: -30rem;
}
.stories-wrapper {
  display: none;
}
.stories h2 {
  margin-bottom: 24rem;
}
.stories .swiper-container {
  overflow: hidden;
}
.stories .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;
}
.stories .swiper-pagination-bullet {
  width: 8rem;
  height: 8rem;
  background: #cad4dd;
  opacity: 1;
  margin: 0 4rem !important;
}
.stories .swiper-pagination-bullet-active {
  background: #000;
}
.stories .swiper-slide {
  height: auto;
}
.stories-item {
  border: 1px solid #f2f4f6;
  border-radius: 12rem;
  padding: 20rem;
}
.stories-item span {
  font-weight: 600;
  font-size: 14rem;
  line-height: 130%;
  color: #8f969c;
  display: block;
  margin-bottom: 24rem;
}
.stories-item__number {
  font-weight: 600;
  font-size: 72rem;
  line-height: 100%;
  color: #000;
  margin-bottom: 12rem;
}
.stories-item__title {
  font-weight: 600;
  font-size: 12rem;
  line-height: 100%;
  color: #000;
  margin-bottom: 16rem;
}
.stories-item__text {
  font-weight: 400;
  font-size: 16rem;
  line-height: 150%;
  color: #000;
  margin-bottom: 16rem;
}
.stories-item-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stories-item-profile img {
  border-radius: 50%;
  width: 32rem;
  height: 32rem;
  margin-right: 12rem;
}
.stories-item-profile__name {
  font-weight: 700;
  font-size: 16rem;
  line-height: 100%;
  color: #000;
}
.stories-item-profile__name small {
  display: block;
  font-weight: 500;
  font-size: 12rem;
}

.checkout {
  background: #000;
  border-radius: 28rem;
  padding-top: 60rem;
  padding-bottom: 60rem;
  margin-top: -30rem;
  z-index: 4;
}
.checkout h2 {
  margin-bottom: 24rem;
}
.checkout h2 br {
  display: none;
}
.checkout__interval {
  width: 270rem;
  margin: 0 auto 20rem;
}
.checkout__interval img {
  width: 100%;
}
.checkout__count {
  font-weight: 500;
  font-size: 32rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 30rem;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.checkout__images {
  width: 217rem;
  position: relative;
  margin: 0 auto 20rem;
  height: 63rem;
}
.checkout__images-item {
  position: absolute;
  top: 0;
  left: 0;
}
.checkout__images-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(188, 197, 205, 0.77);
  border-radius: 6rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout__images-item.active {
  z-index: 4;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout__images-item.zIndex-2 {
  -webkit-transform: translateY(-10rem) scale(0.9);
  -ms-transform: translateY(-10rem) scale(0.9);
  transform: translateY(-10rem) scale(0.9);
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout__images-item.zIndex-2::after {
  opacity: 1;
  z-index: 1;
}
.checkout__images-item.zIndex-2 img {
  opacity: 0;
}
.checkout__images-item.zIndex-3 {
  -webkit-transform: translateY(-20rem) scale(0.8);
  -ms-transform: translateY(-20rem) scale(0.8);
  transform: translateY(-20rem) scale(0.8);
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout__images-item.zIndex-3::after {
  opacity: 1;
  z-index: 1;
  -webkit-backdrop-filter: blur(12.3000001907px);
  backdrop-filter: blur(12.3000001907px);
  background: rgba(188, 197, 205, 0.2);
}
.checkout__images-item.zIndex-3 img {
  opacity: 0;
}
.checkout__images-item.out {
  -webkit-transform: translateY(110%) scale(0.8);
  -ms-transform: translateY(110%) scale(0.8);
  transform: translateY(110%) scale(0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout__images img {
  width: 100%;
  border-radius: 6rem;
}
.checkout__container {
  width: 270rem;
  height: 108rem;
  position: relative;
  margin: 0 auto 4rem;
  overflow: hidden;
}
.checkout__container .dot {
  background: #5bf0a5;
  border: 1.5rem solid #000;
  border-radius: 50rem;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(25rem);
  -ms-transform: translateX(-50%) translateY(25rem);
  transform: translateX(-50%) translateY(25rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout__container .dot:after {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  width: 1rem;
  height: 80rem;
  top: 100%;
  left: 2rem;
}
.checkout__container .dot--2 {
  -webkit-transform: translateX(-50%) translateY(19rem);
  -ms-transform: translateX(-50%) translateY(19rem);
  transform: translateX(-50%) translateY(19rem);
}
.checkout__container .dot--3 {
  -webkit-transform: translateX(-50%) translateY(17rem);
  -ms-transform: translateX(-50%) translateY(17rem);
  transform: translateX(-50%) translateY(17rem);
}
.checkout__container .wave {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.checkout__container .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(62% 26%, 70% 40%, 73% 43%, 87% 38%, 92% 35%, 97% 24%, 100% 17%, 100% 99%, 36% 100%, 0% 100%, 0 97%, 15% 90%, 20% 88%, 22% 82%, 26% 59%, 30% 51%, 39% 39%, 52% 24%, 55% 20%, 58% 20%);
  clip-path: polygon(62% 26%, 70% 40%, 73% 43%, 87% 38%, 92% 35%, 97% 24%, 100% 17%, 100% 99%, 36% 100%, 0% 100%, 0 97%, 15% 90%, 20% 88%, 22% 82%, 26% 59%, 30% 51%, 39% 39%, 52% 24%, 55% 20%, 58% 20%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 240, 165, 0.55)), to(rgba(91, 240, 165, 0)));
  background: linear-gradient(180deg, rgba(91, 240, 165, 0.55) 0%, rgba(91, 240, 165, 0) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout__img {
  margin-bottom: 32rem;
  position: relative;
  padding-top: 50rem;
}
.checkout__img-list {
  position: absolute;
  top: 0;
  left: 57.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout__img-list span {
  height: 29rem;
  padding: 0 13.5rem;
  border: 0.81rem solid #8f969c;
  border-radius: 81rem;
  font-weight: 400;
  font-size: 11rem;
  color: #8f969c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 4rem;
}
.checkout__img-list span:nth-child(2) {
  border: 0.81rem solid #fff;
  color: #fff;
}
.checkout__img:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 140rem;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 20rem;
  z-index: 1;
}
.checkout__img:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 140rem;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  right: 20rem;
  z-index: 1;
}
.checkout__graph {
  aspect-ratio: 270/109;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.checkout__graph img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  left: 0;
  -webkit-transition: 0s ease-in;
  transition: 0s ease-in;
  z-index: 0;
}
.checkout__graph img:nth-child(1) {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.checkout__graph img:nth-child(1).prev {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.checkout__graph img.active {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.checkout__graph img.active.prev {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.checkout .hero-featured {
  margin-bottom: 32rem;
}
.checkout .hero-featured-wrapper {
  height: 32rem;
}
.checkout .hero-featured-items img {
  height: 32rem;
}
.checkout ul {
  margin-bottom: 32rem;
}
.checkout ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 12rem;
}
.checkout ul li:last-child {
  margin-bottom: 0;
}
.checkout ul li svg {
  width: 16rem;
  height: 21rem;
  min-width: 21rem;
  margin-right: 10rem;
}
.checkout-slides {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout-slides-wrapper {
  width: calc(100% + 60rem);
  margin: 0 -30rem 12.8rem;
  pointer-events: none;
  overflow: hidden;
  position: relative;
}
.checkout-slides .swiper-slide {
  width: 130rem;
}
.checkout-slides__img {
  position: relative;
  width: 100%;
  border-radius: 12rem;
}
.checkout-slides__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1rem solid #242424;
  border-radius: 12rem;
  display: none;
}
.checkout-slides.active {
  opacity: 1;
}
.checkout-slides.active .checkout-slides__img img {
  display: block;
}
.checkout-slides .before-item__img {
  margin-bottom: 8rem;
  overflow: hidden;
  border-radius: 12rem;
}
.checkout-slides .before-item__img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12rem;
}
.checkout-slides .before-item-bottom p {
  font-size: 10rem;
}
.checkout-slides .before-item-bottom span {
  font-size: 12rem;
  color: #fff;
}
.checkout .btn {
  margin-top: 24rem;
  pointer-events: all;
}
.checkout .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.highlight {
  padding-top: 100rem;
  padding-bottom: 100rem;
  margin-top: -30rem;
  background: #fff;
}
.highlight-item {
  margin-bottom: 70rem;
}
.highlight-item-loading {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlight-item__img {
  aspect-ratio: 303/225;
  margin-bottom: 24rem;
  position: relative;
}
.highlight-item__img img {
  width: 100%;
  height: 100%;
  border-radius: 24rem;
  -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: 18rem;
  z-index: 1;
}
.highlight-item__img video {
  border-radius: 24rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.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;
}
.highlight-item p {
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 24rem;
}
.highlight-item p a {
 color: #000;
  text-decoration: underline;
}
.plan {
  background: #fff;
  padding-top: 100rem;
  padding-bottom: 100rem;
  margin-top: -30rem;
}
.plan .title-badge {
  margin-bottom: 24rem;
}
.plan h2 {
  margin-bottom: 24rem;
}
.plan-info {
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 32rem;
}
.plan-info::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 66rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#effdf6), to(#effdf6));
  background: linear-gradient(180deg, #effdf6 0%, #effdf6 100%);
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 16rem;
}
.plan-info-top {
  display: grid;
  grid-template-columns: 1fr 66rem 66rem;
  margin-bottom: 12rem;
}
.plan-info-top span {
  height: 29rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14rem;
  color: #000;
}
.plan-info-top span:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plan-info-top span:nth-child(3) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #5bf0a5;
  border-radius: 16rem;
}
.plan-info-list {
  display: grid;
  grid-template-columns: 1fr 66rem 66rem;
  margin-bottom: 4rem;
}
.plan-info-list:last-child {
  margin-bottom: 0;
}
.plan-info-list span {
  height: 28rem;
  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;
}
.plan-info-list span svg {
  width: 14rem;
  height: 15rem;
}
.plan-info-list span:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plan-info-list span:nth-child(3) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plan-info-text {
  font-weight: 400;
  font-size: 12rem;
  line-height: 140%;
  color: #8f969c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12rem;
  margin-bottom: 32rem;
  position: relative;
}
.plan-info-text svg {
  width: 14rem;
  height: 14rem;
  margin-left: 6rem;
}
.plan-info-text span {
  position: relative;
  cursor: pointer;
}
.plan-info-text span b {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 6rem 10rem 0;
  bottom: calc(100% + 5rem);
  content: "";
  display: block;
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  margin-left: 3rem;
  display: none;
}
.plan-plans__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan-plans__top-trial {
  margin-left: auto;
  color: #8f969c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.plan-plans__top-trial-last {
  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;
}
.plan-plans__top-trial i {
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  font-style: normal;
  margin-bottom: 3rem;
}
.plan-plans__top-trial small {
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
}
.plan-plans__top-trial span {
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.plan-plans__plan {
  border-radius: 12rem;
  border: 1rem solid #f2f4f6;
  margin-bottom: 8rem;
  padding: 20rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.plan-plans__plan__badge {
  position: absolute;
  background: #000;
  height: 28rem;
  border-radius: 12rem 0;
  padding: 0px 20rem;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 12rem;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan-plans__plan:hover {
  border: 1rem solid #cad4dd;
}
.plan-plans__plan--popular .plan-plans__top-info {
  padding-top: 20rem;
}
.plan-plans__plan:last-child {
  margin-bottom: 0;
}
.plan-plans__plan-title {
  font-weight: 600;
  font-size: 18rem;
  line-height: 110%;
  color: #000;
  margin-bottom: 8rem;
}
.plan-plans__plan-price {
  font-weight: 500;
  font-size: 12rem;
  color: #8f969c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.plan-plans__plan-price svg {
  width: 12rem;
  height: 13rem;
  margin: 0 4rem;
}
.plan-plans__plan-price span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: line-through;
  -webkit-text-decoration-color: #ef2c4f;
  text-decoration-color: #ef2c4f;
}
.plan-plans__plan .price-plans__plan-active-trial {
  border-radius: 12rem 12rem 0rem 0rem;
  background: var(--Green, #5bf0a5);
  width: calc(100% + 40rem);
  height: 28rem;
  margin: -20rem -20rem 20rem;
  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;
  color: var(--Black, #000);
  text-align: center;
  font-family: Italian Plate No2 Expanded;
  font-size: 12rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.plan-plans__plan.active {
  border: 1rem solid #000;
}
.plan-plans__plan.active .plan-plans__plan-price {
  color: #000;
}
.plan-plans__plan.active .plan-plans__plan-price span {
  color: #8f969c;
}
.plan-plans__plan.active .price-plans__top-icon {
  border-color: #2555ff;
}
.plan-plans__plan.active .price-plans__top-icon span {
  opacity: 1;
}
.plan-plans__plan.active .plan-plans__top-trial {
  color: #000;
}

.priceInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12rem;
  line-height: 1.4;
  color: #8f969c;
}
.priceInfo span {
  margin-left: 6rem;
  cursor: pointer;
  position: relative;
}
.priceInfo-wrapper {
  position: absolute;
  width: 100%;
  bottom: calc(100% + 10rem);
  background: #000;
  padding: 17rem 12rem 17rem;
  border-radius: 14rem;
  left: 0rem;
  z-index: 10;
  display: none;
}
.priceInfo-wrapper p {
  font-size: 13rem;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
}
.priceInfo-wrapper p i {
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}
.priceInfo-wrapper p a {
  color: #fff;
}
.priceInfo__title {
  font-size: 13rem;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10rem;
}
.priceInfo__close {
  position: absolute;
  top: 17.5rem;
  right: 12rem;
  cursor: pointer;
}
.priceInfo__close svg {
  width: 17rem;
  height: 17rem;
}

.make {
  padding-top: 70rem;
  padding-bottom: 70rem;
  background: #000;
  margin-top: -30rem;
  border-radius: 28rem;
  z-index: 4;
}
.make h2 {
  margin-bottom: 40rem;
}
.make--desktop {
  display: none;
}
.make-wrapper {
  display: grid;
  grid-template-columns: 145rem auto;
  grid-column-gap: 50rem;
  grid-row-gap: 50rem;
}
.make-item strong {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 36rem;
  line-height: 100%;
  color: #5bf0a5;
  margin-bottom: 6rem;
  display: block;
}
.make-item span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #fff;
  display: block;
}

.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;
  margin-bottom: 20rem;
}
.faq-item:last-child {
  margin-bottom: 0;
  border: none;
}
.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;
}

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

.checkout .loading-img {
  background: transparent;
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}
.checkout .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;
}

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

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}

.popup-container {
  position: absolute;
  width: 343rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 34rem;
  background: #fff;
  border-radius: 28rem;
  padding: 32rem 20rem;
}

.popup__title {
  font-weight: 700;
  font-size: 22rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 32rem;
}

.popup-termPrivacy iframe {
  width: calc(100% + 72px);
  margin: -36px -36px -32px;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.popup-termPrivacy .popup-container {
  height: calc(100% - 68rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__close {
  position: absolute;
  top: 33rem;
  right: 20rem;
  cursor: pointer;
}

.reviews {
  background: #fff;
  padding-top: 120rem;
  padding-bottom: 60rem;
}
.reviews h1 {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 32rem;
  line-height: 110%;
  color: #000;
  margin-bottom: 16rem;
}
.reviews__text {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 40rem;
}
.reviews-avg {
  margin-bottom: 60rem;
}
.reviews-avg-top {
  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;
  margin-bottom: 16rem;
}
.reviews-avg-top strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 26rem;
  line-height: 130%;
  text-align: right;
  color: #000;
}
.reviews-avg-top svg {
  width: 20rem;
  height: 19rem;
  margin-right: 8rem;
}
.reviews-avg-top span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
}
.reviews-avg-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8rem;
}
.reviews-avg-line:last-child {
  margin-bottom: 0;
}
.reviews-avg-line strong {
  width: 12rem;
  min-width: 12rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 12rem;
  line-height: 130%;
  color: #000;
  margin-right: 5rem;
}
.reviews-avg-line span {
  width: 100%;
  height: 6rem;
  background: #F2F4F6;
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-avg-line span i {
  height: 6rem;
  background: #000;
  border-radius: 100rem;
  display: block;
}
.reviews-avg__btn.active {
  position: fixed;
  width: calc(100% - 60rem);
  left: 30rem;
  bottom: 16rem;
}
.reviews-wrapper {
  margin-bottom: 32rem;
}
.reviews-more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-more .spinner {
  display: none;
}
.reviews-more.loading {
  pointer-events: none;
}
.reviews-more.loading span {
  display: none;
}
.reviews-more.loading .spinner {
  display: block;
}
.reviews-item {
  padding-bottom: 24rem;
  border-bottom: 1px solid #f2f4f6;
  margin-bottom: 24rem;
}
.reviews-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.reviews-item-top {
  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;
  margin-bottom: 10rem;
}
.reviews-item-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  line-height: 90%;
  color: #8f969c;
}
.reviews-item-top-right svg {
  width: 24rem;
  height: 24rem;
}
.reviews-item-stars {
  width: 74rem;
  height: 14rem;
  background-size: 100%;
  margin-right: 10rem;
}
.reviews-item-stars--1 {
  background-image: url(../images/common/stars-1.svg);
}
.reviews-item-stars--2 {
  background-image: url(../images/common/stars-2.svg);
}
.reviews-item-stars--3 {
  background-image: url(../images/common/stars-3.svg);
}
.reviews-item-stars--4 {
  background-image: url(../images/common/stars-4.svg);
}
.reviews-item-stars--5 {
  background-image: url(../images/common/stars-5.svg);
}
.reviews-item h4 {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 8rem;
}
.reviews-item p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 16rem;
}
.reviews-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-item-bottom strong {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-right: 12rem;
}
.reviews-item-bottom svg {
  width: 18rem;
  height: 18rem;
  margin-right: 6rem;
}
.reviews-item-bottom span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  line-height: 130%;
  color: #8f969c;
}
.reviews-form {
  margin-top: 60rem;
}
.reviews-form__title {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 12rem;
}
.reviews-form p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #8f969c;
  margin-bottom: 32rem;
}
.reviews-form .input {
  margin-bottom: 12rem;
}
.reviews-form input {
  width: 100%;
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  height: 49rem;
  padding: 0 16rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #000;
}
.reviews-form input::-webkit-input-placeholder {
  color: #8f969c;
}
.reviews-form input::-moz-placeholder {
  color: #8f969c;
}
.reviews-form input:-ms-input-placeholder {
  color: #8f969c;
}
.reviews-form input::-ms-input-placeholder {
  color: #8f969c;
}
.reviews-form input::placeholder {
  color: #8f969c;
}
.reviews-form input.error {
  border: 1px solid #ef2c4f;
  color: #ef2c4f;
}
.reviews-form input.error::-webkit-input-placeholder {
  color: #ef2c4f;
}
.reviews-form input.error::-moz-placeholder {
  color: #ef2c4f;
}
.reviews-form input.error:-ms-input-placeholder {
  color: #ef2c4f;
}
.reviews-form input.error::-ms-input-placeholder {
  color: #ef2c4f;
}
.reviews-form input.error::placeholder {
  color: #ef2c4f;
}
.reviews-form textarea {
  width: 100%;
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  height: 98rem;
  padding: 16rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #000;
}
.reviews-form textarea::-webkit-input-placeholder {
  color: #8f969c;
}
.reviews-form textarea::-moz-placeholder {
  color: #8f969c;
}
.reviews-form textarea:-ms-input-placeholder {
  color: #8f969c;
}
.reviews-form textarea::-ms-input-placeholder {
  color: #8f969c;
}
.reviews-form textarea::placeholder {
  color: #8f969c;
}
.reviews-form textarea.error {
  border: 1px solid #ef2c4f;
  color: #ef2c4f;
}
.reviews-form textarea.error::-webkit-input-placeholder {
  color: #ef2c4f;
}
.reviews-form textarea.error::-moz-placeholder {
  color: #ef2c4f;
}
.reviews-form textarea.error:-ms-input-placeholder {
  color: #ef2c4f;
}
.reviews-form textarea.error::-ms-input-placeholder {
  color: #ef2c4f;
}
.reviews-form textarea.error::placeholder {
  color: #ef2c4f;
}
.reviews-form-stars {
  margin-top: 24rem;
  margin-bottom: 32rem;
}
.reviews-form-stars span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  display: block;
  margin-bottom: 12rem;
}
.reviews-form-stars-wrapper {
  width: 192rem;
  height: 36rem;
}
.reviews .btn--white:hover {
  background: #F2F4F6;
}
.reviews .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}
.reviews .rating > input {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.reviews .rating > label {
  cursor: pointer;
  width: 36rem;
  min-width: 36rem;
  height: 36rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3rem;
  display: block;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.reviews .rating > label svg {
  width: 100%;
  height: 100%;
}
.reviews .rating > label path {
  fill: #DCDFE2;
}
.reviews .rating > input.error ~ label path,
.reviews .rating > input.error ~ label ~ label path {
  fill: #FEF4F6;
}
.reviews .rating > input:checked ~ label path,
.reviews .rating > input:checked ~ label ~ label path {
  fill: #FF8319;
}
.reviews .rating > input:not(:checked) ~ label:hover path,
.reviews .rating > input:not(:checked) ~ label:hover ~ label path {
  fill: #FF8319;
}

.select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}
.select2-selection--single .select2-selection__rendered span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-selection--single i.IOS {
  width: 18rem;
  height: 18rem;
  margin-right: 6rem;
  display: block;
  background: url(../images/common/ios-dark.svg);
  background-size: cover;
}
.select2-selection--single i.Android {
  width: 18rem;
  height: 18rem;
  margin-right: 6rem;
  display: block;
  background: url(../images/common/android-dark.svg);
  background-size: cover;
}
.select2-selection--single i.Web {
  width: 18rem;
  height: 18rem;
  margin-right: 6rem;
  display: block;
  background: url(../images/common/web-dark.svg);
  background-size: cover;
}

.select2-results__option {
  height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16rem;
}
.select2-results__option span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  color: #8f969c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-results__option span i {
  width: 18rem;
  height: 18rem;
  margin-right: 6rem;
  display: block;
}
.select2-results__option span i.IOS {
  background: url(../images/common/ios.svg);
  background-size: cover;
}
.select2-results__option span i.Android {
  background: url(../images/common/android.svg);
  background-size: cover;
}
.select2-results__option span i.Web {
  background: url(../images/common/web.svg);
  background-size: cover;
}
.select2-results__option:hover, .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background: #f2f4f6 !important;
}
.select2-results__option:hover span, .select2-results__option.select2-results__option--highlighted[aria-selected] span {
  color: #000;
}
.select2-results__option:hover span i.IOS, .select2-results__option.select2-results__option--highlighted[aria-selected] span i.IOS {
  background: url(../images/common/ios-dark.svg);
  background-size: cover;
}
.select2-results__option:hover span i.Android, .select2-results__option.select2-results__option--highlighted[aria-selected] span i.Android {
  background: url(../images/common/android-dark.svg);
  background-size: cover;
}
.select2-results__option:hover span i.Web, .select2-results__option.select2-results__option--highlighted[aria-selected] span i.Web {
  background: url(../images/common/web-dark.svg);
  background-size: cover;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f2f4f6 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] span {
  color: #000;
}
.select2-container--default .select2-results__option[aria-selected=true] span i.IOS {
  background: url(../images/common/ios-dark.svg);
  background-size: cover;
}
.select2-container--default .select2-results__option[aria-selected=true] span i.Android {
  background: url(../images/common/android-dark.svg);
  background-size: cover;
}
.select2-container--default .select2-results__option[aria-selected=true] span i.Web {
  background: url(../images/common/web-dark.svg);
  background-size: cover;
}

.select2-container--default .select2-selection--single {
  height: 49rem;
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  padding: 0 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #8f969c;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #000;
}

.select2-icon.error ~ .select2-container--default .select2-selection--single {
  border: 1px solid #ef2c4f;
}
.select2-icon.error ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ef2c4f;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16rem;
  right: 16rem;
  width: 16rem;
  height: 17rem;
  background: url(../images/common/arrow.svg);
  background-size: cover;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border: 1px solid #000;
  border-radius: 11rem;
}

.select2-dropdown {
  -webkit-box-shadow: 0 4px 22px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 22px -4px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 11rem !important;
  overflow: hidden;
  border: none;
  margin-top: 6rem;
}

@media (min-width: 992px) {
  .reviews {
    padding-top: 180rem;
    padding-bottom: 118rem;
  }
  .reviews h1 {
    font-size: 72rem;
    margin-bottom: 16rem;
    text-align: center;
  }
  .reviews__text {
    font-size: 20rem;
    margin-bottom: 40rem;
    text-align: center;
  }
  .reviews-avg {
    max-width: 400rem;
    margin: 0 auto 80rem;
  }
  .reviews-avg-top {
    margin-bottom: 16rem;
  }
  .reviews-avg-top strong {
    font-size: 26rem;
  }
  .reviews-avg-top svg {
    width: 20rem;
    height: 19rem;
    margin-right: 8rem;
  }
  .reviews-avg-top span {
    font-size: 14rem;
  }
  .reviews-avg-line {
    margin-bottom: 8rem;
  }
  .reviews-avg-line:last-child {
    margin-bottom: 0;
  }
  .reviews-avg-line strong {
    width: 12rem;
    min-width: 12rem;
    font-size: 12rem;
    margin-right: 5rem;
  }
  .reviews-avg-line span {
    height: 6rem;
  }
  .reviews-avg-line span i {
    height: 6rem;
  }
  .reviews-avg__btn {
    margin: 40rem auto 0;
  }
  .reviews-avg__btn.active {
    position: static;
    width: calc(100% - 60rem);
  }
  .reviews-wrapper {
    max-width: 700rem;
    margin: 0 auto 32rem;
  }
  .reviews .btn--white {
    margin: 0 auto;
    width: 315rem;
  }
  .reviews-item-top {
    margin-bottom: 14rem;
  }
  .reviews-item-top-left {
    font-size: 14rem;
  }
  .reviews-item-top-right svg {
    width: 24rem;
    height: 24rem;
  }
  .reviews-item-stars {
    width: 84rem;
    height: 16rem;
    margin-right: 10rem;
  }
  .reviews-item h4 {
    font-size: 20rem;
    margin-bottom: 8rem;
  }
  .reviews-item p {
    font-size: 16rem;
    margin-bottom: 16rem;
  }
  .reviews-item-bottom strong {
    font-size: 14rem;
    margin-right: 12rem;
  }
  .reviews-item-bottom svg {
    width: 18rem;
    height: 18rem;
    margin-right: 6rem;
  }
  .reviews-item-bottom span {
    font-size: 12rem;
  }
  .reviews-form {
    margin-top: 80rem;
  }
  .reviews-form__title {
    font-size: 54rem;
    margin-bottom: 16rem;
    text-align: center;
  }
  .reviews-form p {
    font-size: 18rem;
    margin-bottom: 40rem;
    text-align: center;
  }
  .reviews-form p br {
    display: none;
  }
  .reviews-form .input {
    max-width: 400rem;
    margin: 0 auto 12rem;
  }
  .reviews-form-stars {
    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;
  }
  .reviews-form-stars span {
    margin-bottom: 0rem;
    margin-right: 12rem;
  }
  .reviews-form-stars-wrapper {
    width: 192rem;
    height: 36rem;
  }
  .reviews-form .btn-form {
    width: 315rem;
    margin: 0 auto;
  }
}
.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);
  }
}
.price {
  padding-top: 120rem;
  background: #fff;
  padding-bottom: 60rem;
  border-radius: 0 0 28rem 28rem;
  margin-bottom: 6rem;
}
.price h2 {
  margin-bottom: 16rem;
}
.price p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 32rem;
}
.price .plan-wrapper {
  margin-bottom: 0;
}

.compare {
  padding-top: 60rem;
  padding-bottom: 60rem;
  background: #fff;
  border-radius: 28rem;
  margin-bottom: 6rem;
}
.compare h2 {
  margin-bottom: 32rem;
}
.compare-wrapper.active {
  padding-top: 50rem;
}
.compare-wrapper.active .compare-top {
  position: fixed;
  top: 8rem;
  width: 359rem;
  padding: 0rem 22rem;
  height: 52rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0 4rem 24rem -4rem rgba(16, 40, 28, 0.22);
  box-shadow: 0 4rem 24rem -4rem rgba(16, 40, 28, 0.22);
  border-radius: 100rem;
}
.compare-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 4rem 16rem;
  border-bottom: 1px solid #f2f4f6;
  margin-bottom: 12rem;
}
.compare-top span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  color: #000;
}
.compare-top span:nth-child(1) {
  display: none;
}
.compare-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10rem;
  border-bottom: 1px solid #f2f4f6;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12rem;
}
.compare-line:last-child {
  margin-bottom: 0;
}
.compare-line span {
  width: 50rem;
  text-align: center;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 130%;
  color: #000;
}
.compare-line span:nth-child(1) {
  width: 100%;
  margin-bottom: 10rem;
  text-align: left;
}
.compare-line span svg {
  width: 16rem;
  height: 16rem;
}

.faq--price .faq-wrapper {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .price {
    padding-top: 180rem;
    padding-bottom: 100rem;
  }
  .price h2 {
    margin-bottom: 16rem;
    font-size: 72rem;
  }
  .price p {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-size: 20rem;
    margin-bottom: 40rem;
    text-align: center;
  }
  .price .plan-wrapper {
    margin-bottom: 0;
  }
  .compare {
    padding-top: 100rem;
    padding-bottom: 100rem;
  }
  .compare h2 {
    margin-bottom: 50rem;
  }
  .compare-wrapper {
    max-width: 700rem;
    margin: 0 auto;
  }
  .compare-wrapper.active {
    padding-top: 48rem;
  }
  .compare-wrapper.active .compare-top {
    width: 744rem;
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .compare-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
    margin-bottom: 24rem;
  }
  .compare-top span {
    width: 100rem;
    font-size: 16rem;
    text-align: center;
  }
  .compare-top span:nth-child(1) {
    display: block;
    width: 315rem;
    text-align: left;
  }
  .compare-line {
    padding-bottom: 0rem;
    border-bottom: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24rem;
  }
  .compare-line:last-child {
    margin-bottom: 0;
  }
  .compare-line span {
    width: 100rem;
    text-align: center;
    font-size: 16rem;
  }
  .compare-line span:nth-child(1) {
    width: 315rem;
    margin-bottom: 0rem;
    text-align: left;
  }
  .compare-line span svg {
    width: 18rem;
    height: 18rem;
  }
  .faq--price .faq-wrapper {
    margin-bottom: 0;
  }
}
.login {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.login-img {
  position: absolute;
  top: -44rem;
  left: 0;
  width: 100%;
  display: block;
}
.login-img--pc {
  display: none;
}
.login-wrapper {
  bottom: 16rem;
  position: absolute;
  left: 16rem;
  right: 16rem;
  background: #fff;
  padding: 32rem 20rem;
  border-radius: 30rem;
}
.login-close {
  position: absolute;
  top: 32rem;
  right: 20rem;
}
.login-close svg {
  width: 24rem;
  height: 24rem;
}
.login__title {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 32rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 12rem;
}
.login p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 24rem;
}
.login .input {
  position: relative;
  margin-bottom: 10rem;
}
.login .input input {
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  padding: 0 16rem 0 46rem;
  width: 100%;
  height: 49rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #000;
}
.login .input input::-webkit-input-placeholder {
  color: #8f969c;
}
.login .input input::-moz-placeholder {
  color: #8f969c;
}
.login .input input:-ms-input-placeholder {
  color: #8f969c;
}
.login .input input::-ms-input-placeholder {
  color: #8f969c;
}
.login .input input::placeholder {
  color: #8f969c;
}
.login .input input.error {
  border: 1px solid #ef2c4f;
  color: #ef2c4f;
}
.login .input input.error::-webkit-input-placeholder {
  color: #ef2c4f;
}
.login .input input.error::-moz-placeholder {
  color: #ef2c4f;
}
.login .input input.error:-ms-input-placeholder {
  color: #ef2c4f;
}
.login .input input.error::-ms-input-placeholder {
  color: #ef2c4f;
}
.login .input input.error::placeholder {
  color: #ef2c4f;
}
.login .input input.error ~ svg path {
  fill: #ef2c4f;
}
.login .input svg {
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: 14rem;
  left: 16rem;
  pointer-events: none;
}
.login .input-forget {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  line-height: 130%;
  color: #2555ff;
}
.login .btn-form {
  margin-top: 32rem;
}
.login__bottom {
  margin-top: 24rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 130%;
  text-align: center;
  color: #000;
}
.login__bottom a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #2555ff;
}
.login .form__field-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 8rem;
}
.login .form__field-container input {
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  height: 49rem;
  width: 100%;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #000;
  text-align: center;
}
.login .form__field-container input::-webkit-input-placeholder {
  color: #8f969c;
}
.login .form__field-container input::-moz-placeholder {
  color: #8f969c;
}
.login .form__field-container input:-ms-input-placeholder {
  color: #8f969c;
}
.login .form__field-container input::-ms-input-placeholder {
  color: #8f969c;
}
.login .form__field-container input::placeholder {
  color: #8f969c;
}

@media (min-width: 992px) {
  .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .login-img {
    position: relative;
    width: 50%;
    display: none;
    top: 0;
    left: 0;
  }
  .login-img--pc {
    display: block;
  }
  .login-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .login-wrapper {
    width: 50%;
    position: static;
    padding: 24rem 40rem;
    border-radius: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .login-close {
    position: absolute;
    display: none;
  }
  .login-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .login-back svg {
    width: 24rem;
    height: 24rem;
    margin-right: 12rem;
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 600;
    font-size: 16rem;
    line-height: 110%;
    color: #000;
  }
  .login-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 340rem;
    margin: 0 auto;
  }
  .login__title {
    font-size: 54rem;
    margin-bottom: 10rem;
  }
  .login p {
    font-size: 16rem;
    margin-bottom: 32rem;
  }
  .login .input {
    position: relative;
    margin-bottom: 10rem;
  }
  .login .btn-form {
    margin-top: 32rem;
  }
  .login-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .login-terms li {
    margin-right: 33rem;
  }
  .login-terms li:last-child {
    margin-right: 0;
  }
  .login-terms a {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 500;
    font-size: 14rem;
    line-height: 100%;
    color: #8f969c;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1160rem;
    margin: 0 auto;
    padding: 0;
  }
  .hero {
    position: relative;
  }
  .hero .container {
    padding-top: 187rem;
    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: 95rem;
  }
  .hero-container {
    width: 1440rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 60rem;
  }
  .hero-container-right {
    position: relative;
    width: 389rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hero-container-right__img {
    position: absolute;
    width: 629rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -56rem;
    pointer-events: none;
  }
  .hero-container-right .btn {
    margin-bottom: 0;
  }
  .hero-container-left {
    display: block;
    width: 576rem;
  }
  .hero__img {
    display: none;
  }
  .hero__title {
    margin-bottom: 104rem;
  }
  .hero__title h1 {
    font-size: 64rem;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .hero__text {
    font-size: 20rem;
    margin-bottom: 24rem;
  }
  .hero-middle {
    display: none;
  }
  .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;
  }
  .promate {
    background: #fff;
    padding-bottom: 170rem;
    padding-top: 30rem;
    margin-top: -30rem;
  }
  .promate-js-wrapper {
    height: 400rem;
    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;
    width: 540rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
  .promate .js-wrapper {
    height: 400px;
    width: 540px;
    pointer-events: none;
  }
  .promate-making {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0rem;
  }
  .promate-making:first-child {
    margin-bottom: 140rem;
  }
  .promate-making-left {
    width: 540rem;
  }
  .promate-making span {
    border-radius: 100rem;
    padding: 0 8rem;
    height: 21rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12rem;
    line-height: 140%;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    margin-bottom: 24rem;
  }
  .promate-making span.red {
    color: #fff;
    background: #ef2c4f;
  }
  .promate-making span.green {
    background: #5bf0a5;
    color: #000;
  }
  .promate-making h2 {
    margin-bottom: 24rem;
    text-align: left;
    font-size: 48rem;
  }
  .promate-making h2 br {
    display: none;
    margin-bottom: 16rem;
  }
  .promate-making ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 16rem;
    line-height: 130%;
    color: #000;
    margin-bottom: 12rem;
  }
  .promate-making ul li:last-child {
    margin-bottom: 0;
  }
  .promate-making ul li svg {
    width: 16rem;
    height: 17rem;
    min-width: 16rem;
    margin-right: 10rem;
  }
  .promate__img--1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .promate__img--1 img {
    width: 100%;
  }
  .promate__img--2 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0rem;
  }
  .promate__img--2 img {
    width: 100%;
  }
  .promate__img-Jordan {
    position: absolute;
    top: 56rem;
    left: 25rem;
  }
  .promate__img-Jordan img {
    width: 109rem;
    height: 109rem;
    border-radius: 9rem;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0.5px solid #f2f4f6;
  }
  .promate__img-Jordan strong {
    font-size: 6rem;
    margin-left: 6rem;
    margin-top: 4rem;
  }
  .promate__img-Jordan span {
    font-size: 6rem;
    margin-left: 6rem;
    padding-left: 0;
  }
  .promate__img-Jordan b {
    position: absolute;
    top: 83rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 9rem;
    line-height: 140%;
    color: #000;
    background: #fff;
    border: 0.4px solid #f2f4f6;
    border-radius: 8rem;
    width: 102rem;
    height: 22rem;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promate__img-Jordan b svg {
    width: 13rem;
    height: 13rem;
    margin-right: 4rem;
  }
  .promate__img-Jordan > svg {
    width: 18rem;
    height: 18rem;
    position: absolute;
    top: 6rem;
    left: 85rem;
  }
  .promate__img-shopify {
    position: absolute;
    width: 110rem;
    height: 34rem;
    top: 200rem;
    right: auto;
    left: 25rem;
    overflow: hidden;
  }
  .promate__img-shopify img {
    width: auto;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    height: 100%;
  }
  .promate__img-review {
    position: absolute;
    top: 277rem;
    right: auto;
    left: 36rem;
    width: 172rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .promate__img-review__ava {
    min-width: 20rem;
    width: 20rem;
    height: 20rem;
    margin-right: 7.5rem;
  }
  .promate__img-review__ava img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
  }
  .promate__img-review-info {
    position: relative;
  }
  .promate__img-review-info p {
    border-radius: 13rem;
    padding: 5rem 6rem 6rem 8rem;
    background: #efefef;
    font-family: "SF Pro Display", sans-serif;
    font-weight: 400;
    font-size: 11rem;
    line-height: 127%;
    letter-spacing: -0.02em;
    color: #000;
  }
  .promate__img-review-info__like {
    position: absolute;
    background: #efefef;
    border: 1.61px solid #fff;
    border-radius: 13rem;
    width: 20rem;
    height: 14rem;
    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;
    font-size: 8rem;
    left: 3rem;
    bottom: -9rem;
  }
  .promate__img-info {
    -webkit-backdrop-filter: blur(8.6842107773px);
    backdrop-filter: blur(8.6842107773px);
    background: rgba(238, 238, 238, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.58px solid #f2f4f6;
    border-radius: 58rem;
    padding: 0px 9rem 0px 8rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    height: 22rem;
    white-space: nowrap;
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 500;
    font-size: 9rem;
    line-height: 130%;
    color: #000;
  }
  .promate__img-info svg {
    width: 11rem;
    height: 11rem;
    margin-right: 5rem;
  }
  .promate__img-adCreative {
    position: absolute;
    top: 33rem;
    left: 328rem;
  }
  .promate__img-adCreative img {
    width: 88rem;
    height: 88rem;
    border-radius: 7rem;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0.5px solid #f2f4f6;
  }
  .promate__img-adCreative--line {
    position: absolute;
    top: 33rem;
    left: -25rem;
  }
  .promate__img-adCreative--line svg {
    width: 30rem;
    height: 23rem;
  }
  .promate__img-adCreative .promate__img-info {
    position: absolute;
    top: 12rem;
    right: auto;
    left: -63rem;
  }
  .promate__img-online {
    position: absolute;
    top: 90rem;
    left: 417rem;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .promate__img-online img {
    width: 101rem;
    height: 169rem;
    border-radius: 6rem;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f2f4f6;
  }
  .promate__img-online--line {
    position: absolute;
    top: -25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .promate__img-online--line svg {
    width: 10rem;
    height: 26rem;
  }
  .promate__img-online .promate__img-info {
    position: absolute;
    top: -42rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .promate__img-stat {
    position: absolute;
    top: 238rem;
    left: 391rem;
  }
  .promate__img-stat img {
    width: 110rem;
    height: 69rem;
    border-radius: 9rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 8rem 10rem -4rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 8rem 10rem -4rem rgba(0, 0, 0, 0.05);
  }
  .promate__img-viral {
    position: absolute;
    top: 187rem;
    right: auto;
    left: 329rem;
  }
  .promate__img-viral img {
    border-radius: 6rem;
    width: 90rem;
    height: 178rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 2rem 13rem -3rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 2rem 13rem -3rem rgba(0, 0, 0, 0.05);
  }
  .promate__img-viral--line {
    position: absolute;
    top: 112rem;
    left: -8rem;
  }
  .promate__img-viral--line svg {
    width: 25rem;
    height: 22rem;
  }
  .promate__img-viral .promate__img-info {
    position: absolute;
    top: 91rem;
    left: -58rem;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .promate__logo {
    width: 68rem;
    height: 26rem;
    position: absolute;
    left: 208rem;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    top: 165rem;
  }
  .promate__logo svg {
    width: 100%;
    height: 100%;
  }
  .promate__figure--1 {
    width: 66rem;
    height: 174rem;
    position: absolute;
    top: 108rem;
    left: 128rem;
    z-index: 1;
  }
  .promate__figure--1 svg {
    width: 100%;
    height: 100%;
  }
  .promate__figure--2 {
    width: 153rem;
    height: 178rem;
    position: absolute;
    top: 95rem;
    left: 283rem;
    z-index: -1;
  }
  .promate__figure--2 svg {
    width: 100%;
    height: 100%;
  }
  .promate__dots--1 {
    width: 165rem;
    height: 95rem;
    position: absolute;
    top: 113rem;
    left: 78rem;
    z-index: 1;
  }
  .promate__dots--1 svg {
    width: 10rem;
    height: 11rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .promate__dots--2 {
    width: 202rem;
    height: 99rem;
    position: absolute;
    top: 241rem;
    left: 67rem;
    z-index: 2;
  }
  .promate__dots--2 svg {
    width: 10rem;
    height: 11rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .promate-wrapper {
    width: 540rem;
    height: 400rem;
    position: relative;
    margin-top: 0rem;
    display: none;
    border-radius: 38rem;
  }
  .promate-wrapper--pc {
    display: block;
  }
  .signup {
    height: 2245rem;
    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: 0;
    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: 0;
    right: 0rem;
    z-index: 2;
  }
  .signup-wrapper {
    height: 2245rem;
  }
  .signup .container {
    max-width: 100%;
  }
  .signup-block {
    padding: 32rem;
    margin: 0 auto;
    width: 400rem;
  }
  .signup-block__title {
    font-size: 36rem;
    margin-bottom: 12rem;
  }
  .signup-block__text {
    font-size: 18rem;
    margin-bottom: 24rem;
  }
  .signup-block__input {
    position: relative;
    margin-bottom: 32rem;
  }
  .signup-block__input input {
    border-radius: 11rem;
    padding: 0 16rem 0 46rem;
    width: 100%;
    height: 49rem;
    font-weight: 400;
    font-size: 16rem;
    line-height: 140%;
    color: #000;
  }
  .signup-block__input input::-webkit-input-placeholder {
    color: #8f969c;
  }
  .signup-block__input input::-moz-placeholder {
    color: #8f969c;
  }
  .signup-block__input input:-ms-input-placeholder {
    color: #8f969c;
  }
  .signup-block__input input::-ms-input-placeholder {
    color: #8f969c;
  }
  .signup-block__input input::placeholder {
    color: #8f969c;
  }
  .signup-block__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-images {
    width: 1440rem;
    margin: 0 auto;
    position: relative;
  }
  .signup-images__img {
    position: absolute;
  }
  .signup-images__img:nth-child(1) {
    width: 167rem;
    top: 87rem;
    left: 35rem;
  }
  .signup-images__img:nth-child(2) {
    width: 157rem;
    top: -47rem;
    left: 808rem;
  }
  .signup-images__img:nth-child(9) {
    width: 235rem;
    top: 486rem;
    left: 833rem;
  }
  .signup-images__img:nth-child(3) {
    width: 135rem;
    top: 220rem;
    left: 1306rem;
  }
  .signup-images__img:nth-child(4) {
    width: 208rem;
    top: 799rem;
    left: 414rem;
  }
  .signup-images__img:nth-child(5) {
    width: 195rem;
    top: 40rem;
    left: 337rem;
  }
  .signup-images__img:nth-child(6) {
    width: 195rem;
    top: 526rem;
    left: 94rem;
  }
  .signup-images__img:nth-child(7) {
    width: 192rem;
    top: 400rem;
    left: 457rem;
  }
  .signup-images__img:nth-child(8) {
    width: 156rem;
    top: 284rem;
    left: 1120rem;
  }
  .signup-images__img:nth-child(10) {
    width: 178rem;
    top: 884rem;
    left: 160rem;
  }
  .signup-images__img:nth-child(11) {
    width: 158rem;
    top: 906rem;
    left: 1236rem;
  }
  .signup-images__img:nth-child(12) {
    width: 156rem;
    top: 1421rem;
    left: 880rem;
  }
  .signup-images__img:nth-child(13) {
    width: 175rem;
    top: 650rem;
    left: 1140rem;
  }
  .signup-images__img:nth-child(14) {
    width: 153rem;
    top: 1080rem;
    left: 846rem;
    z-index: 1;
  }
  .signup-images__img:nth-child(15) {
    width: 189rem;
    top: 1972rem;
    left: -7rem;
  }
  .signup-images__img:nth-child(16) {
    width: 206rem;
    top: 1103rem;
    left: 397rem;
  }
  .signup-images__img:nth-child(18) {
    width: 208rem;
    top: 1474rem;
    left: 34rem;
  }
  .signup-images__img:nth-child(17) {
    width: 135rem;
    top: 1254rem;
    left: 1132rem;
  }
  .signup-images__img:nth-child(19) {
    width: 174rem;
    top: 2207rem;
    left: 281rem;
  }
  .signup-images__img:nth-child(20) {
    width: 188rem;
    top: 1535rem;
    left: 512rem;
    z-index: 1;
  }
  .signup-images__img:nth-child(21) {
    width: 158rem;
    top: 1788rem;
    left: 1125rem;
  }
  .signup-images__img:nth-child(22) {
    width: 169rem;
    top: 2017rem;
    left: 1040rem;
  }
  .signup-images__img:nth-child(23) {
    width: 166rem;
    top: 1648rem;
    left: 211rem;
  }
  .signup-images__img:nth-child(24) {
    width: 190rem;
    top: 1076rem;
    left: 1078rem;
  }
  .signup-images__img:nth-child(25) {
    width: 135rem;
    top: 2031rem;
    left: 1260rem;
  }
  .signup-images__img:nth-child(26) {
    display: none;
  }
  .signup-images__img:nth-child(28) {
    display: none;
  }
  .signup-images__img:nth-child(27) {
    width: 153rem;
    top: 1548rem;
    left: 857rem;
  }
  .signup-images__img:nth-child(29) {
    width: 185rem;
    top: 1389rem;
    left: 448rem;
    display: block;
  }
  .signup-images__img:nth-child(30) {
    width: 185rem;
    top: 1255rem;
    left: 1303rem;
    display: block;
  }
  .signup-images__img:nth-child(31) {
    width: 196rem;
    top: 2205rem;
    left: 837rem;
    display: block;
  }
  .signup-images__img:nth-child(32) {
    width: 278rem;
    top: 50rem;
    left: 988rem;
    display: block;
  }
  .signup-images__img:nth-child(33) {
    width: 278rem;
    top: 681rem;
    left: 897rem;
    display: block;
  }
  .signup-images__img:nth-child(34) {
    width: 278rem;
    top: 1271rem;
    left: 75rem;
    display: block;
  }
  .signup-images__img:nth-child(35) {
    width: 278rem;
    top: 1733rem;
    left: 1090rem;
    display: block;
  }
  .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 {
    margin-bottom: 80rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .step-item:nth-child(odd) {
    -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;
  }
  .review {
    background: #fff;
    padding-top: 40rem;
    padding-bottom: 60rem;
  }
  .review-slider {
    margin-top: 0;
  }
  .review-slider h2 {
    display: none;
  }
  .review-slider .review-left h2 {
    display: block;
  }
  .review-slider .btn {
    width: 303rem;
    margin: 0 auto;
  }
  .review-left {
    width: 460rem;
  }
  .review-left h2 {
    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: 15rem;
  }
  .review-item-images__img {
    width: 460rem;
    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;
  }
  .make {
    padding-top: 140rem;
    padding-bottom: 140rem;
    margin-top: -30rem;
    border-radius: 28rem;
  }
  .make h2 {
    margin-bottom: 80rem;
  }
  .make-wrapper {
    display: grid;
    grid-template-columns: 222rem 135rem 169rem 200rem;
    grid-column-gap: 143rem;
  }
  .make-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .make-item strong {
    font-size: 64rem;
    margin-bottom: 6rem;
  }
  .make-item span {
    font-size: 16rem;
  }
  .plan {
    background: #fff;
    padding-top: 180rem;
    padding-bottom: 180rem;
    margin-top: -30rem;
  }
  .plan .title-badge {
    margin: 0 auto 40rem;
  }
  .plan h2 {
    width: 662rem;
    margin: 0 auto 32rem;
  }
  .plan-info {
    position: relative;
    padding-bottom: 6rem;
    width: 400rem;
    margin: 0 auto 80rem;
  }
  .plan-info::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 86rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#effdf6), to(#effdf6));
    background: linear-gradient(180deg, #effdf6 0%, #effdf6 100%);
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 16rem;
  }
  .plan-info-top {
    display: grid;
    grid-template-columns: 1fr 66rem 86rem;
    margin-bottom: 12rem;
  }
  .plan-info-top span {
    font-size: 18rem;
    height: 32rem;
  }
  .plan-info-list {
    display: grid;
    grid-template-columns: 1fr 66rem 86rem;
    margin-bottom: 12rem;
  }
  .plan-info-list:last-child {
    margin-bottom: 0;
  }
  .plan-info-list span {
    font-size: 18rem;
  }
  .plan-info-text {
    width: 540rem;
    margin: 8rem auto 40rem;
  }
  .plan-plans__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plan-plans__top-trial {
    margin-left: auto;
    color: #8f969c;
  }
  .plan-plans__top-trial-last {
    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;
  }
  .plan-plans__top-trial i {
    font-size: 12rem;
    margin-bottom: 5rem;
  }
  .plan-plans__top-trial small {
    font-size: 32rem;
  }
  .plan-plans__top-trial span {
    font-size: 12rem;
  }
  .plan-plans__plan {
    width: 540rem;
    border-radius: 12rem;
    border: 1rem solid #f2f4f6;
    margin-bottom: 8rem;
    padding: 20rem;
    position: relative;
    margin: 0 auto 8rem;
    cursor: pointer;
  }
  .plan-plans__plan__badge {
    height: 30rem;
    font-size: 14rem;
  }
  .plan-plans__plan--popular .plan-plans__top-info {
    padding-top: 20rem;
  }
  .plan-plans__plan:last-child {
    margin-bottom: 0;
  }
  .plan-plans__plan-title {
    font-size: 20rem;
    margin-bottom: 8rem;
  }
  .plan-plans__plan-price {
    font-size: 14rem;
  }
  .plan .btn {
    width: 315rem;
    margin: 0 auto;
  }
  .checkout {
    padding-top: 140rem;
    padding-bottom: 140rem;
  }
  .checkout .title-badge {
    margin: 0 auto 32rem;
  }
  .checkout h2 {
    margin-bottom: 32rem;
  }
  .checkout h2 br {
    display: block;
  }
  .checkout__interval {
    width: 417rem;
    margin: 0 auto 20rem;
  }
  .checkout__interval img {
    width: 100%;
  }
  .checkout__count {
    font-weight: 500;
    font-size: 45rem;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50rem;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .checkout__images {
    width: 333rem;
    position: relative;
    margin: 0 auto 40rem;
    height: 97rem;
  }
  .checkout__images-item {
    position: absolute;
    top: 0;
    left: 0;
  }
  .checkout__images-item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(188, 197, 205, 0.77);
    border-radius: 6rem;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .checkout__images-item.active {
    z-index: 4;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .checkout__images-item.zIndex-2 {
    -webkit-transform: translateY(-10rem) scale(0.9);
    -ms-transform: translateY(-10rem) scale(0.9);
    transform: translateY(-10rem) scale(0.9);
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .checkout__images-item.zIndex-2::after {
    opacity: 1;
    z-index: 1;
  }
  .checkout__images-item.zIndex-2 img {
    opacity: 0;
  }
  .checkout__images-item.zIndex-3 {
    -webkit-transform: translateY(-20rem) scale(0.8);
    -ms-transform: translateY(-20rem) scale(0.8);
    transform: translateY(-20rem) scale(0.8);
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .checkout__images-item.zIndex-3::after {
    opacity: 1;
    z-index: 1;
    -webkit-backdrop-filter: blur(12.3000001907px);
    backdrop-filter: blur(12.3000001907px);
    background: rgba(188, 197, 205, 0.2);
  }
  .checkout__images-item.zIndex-3 img {
    opacity: 0;
  }
  .checkout__images-item.out {
    -webkit-transform: translateY(110%) scale(0.8);
    -ms-transform: translateY(110%) scale(0.8);
    transform: translateY(110%) scale(0.8);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .checkout__images img {
    width: 100%;
    border-radius: 6rem;
  }
  .checkout__container {
    width: 417rem;
    height: 167rem;
    position: relative;
    margin: 0 auto 4rem;
    overflow: hidden;
  }
  .checkout__container .dot {
    background: #5bf0a5;
    border: 1.5rem solid #000;
    border-radius: 50rem;
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(38rem);
    -ms-transform: translateX(-50%) translateY(38rem);
    transform: translateX(-50%) translateY(38rem);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .checkout__container .dot:after {
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    width: 1rem;
    height: 160rem;
    top: 100%;
    left: 4rem;
  }
  .checkout__container .dot--2 {
    -webkit-transform: translateX(-50%) translateY(31rem);
    -ms-transform: translateX(-50%) translateY(31rem);
    transform: translateX(-50%) translateY(31rem);
  }
  .checkout__container .dot--3 {
    -webkit-transform: translateX(-50%) translateY(28rem);
    -ms-transform: translateX(-50%) translateY(28rem);
    transform: translateX(-50%) translateY(28rem);
  }
  .checkout__container .wave {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .checkout__container .gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(62% 26%, 70% 40%, 73% 43%, 87% 38%, 92% 35%, 97% 24%, 100% 17%, 100% 99%, 36% 100%, 0% 100%, 0 97%, 15% 90%, 20% 88%, 22% 82%, 26% 59%, 30% 51%, 39% 39%, 52% 24%, 55% 20%, 58% 20%);
    clip-path: polygon(62% 26%, 70% 40%, 73% 43%, 87% 38%, 92% 35%, 97% 24%, 100% 17%, 100% 99%, 36% 100%, 0% 100%, 0 97%, 15% 90%, 20% 88%, 22% 82%, 26% 59%, 30% 51%, 39% 39%, 52% 24%, 55% 20%, 58% 20%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 240, 165, 0.55)), to(rgba(91, 240, 165, 0)));
    background: linear-gradient(180deg, rgba(91, 240, 165, 0.55) 0%, rgba(91, 240, 165, 0) 100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .checkout__img {
    position: relative;
    padding-top: 99rem;
    width: 466rem;
    margin: 0 auto 40rem;
  }
  .checkout__img-list {
    position: absolute;
    top: 0;
    left: 57.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .checkout__img-list span {
    height: 45rem;
    padding: 0 19.5rem;
    border: 0.81rem solid #8f969c;
    border-radius: 81rem;
    font-weight: 400;
    font-size: 19rem;
    color: #8f969c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6rem;
  }
  .checkout__img-list span:nth-child(2) {
    border: 0.81rem solid #fff;
    color: #fff;
  }
  .checkout__img:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 140rem;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 20rem;
    z-index: 1;
  }
  .checkout__img:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    width: 140rem;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    right: 20rem;
    z-index: 1;
  }
  .checkout__graph {
    aspect-ratio: 270/109;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .checkout__graph img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    left: 0;
    -webkit-transition: 0s ease-in;
    transition: 0s ease-in;
    z-index: 0;
  }
  .checkout__graph img:nth-child(1) {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .checkout__graph img:nth-child(1).prev {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .checkout__graph img.active {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .checkout__graph img.active.prev {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .checkout .hero-featured {
    width: 400rem;
    margin: 0 auto 40rem;
  }
  .checkout .hero-featured-wrapper {
    height: 32rem;
    overflow: hidden;
  }
  .checkout .btn {
    width: 315rem;
    margin: 0 auto;
  }
  .checkout ul {
    width: 400rem;
    margin: 0 auto 50rem;
  }
  .checkout ul li {
    font-size: 18rem;
    margin-bottom: 16rem;
  }
  .checkout ul li:last-child {
    margin-bottom: 0;
  }
  .checkout ul li svg {
    width: 18rem;
    height: 21rem;
    min-width: 18rem;
    margin-right: 10rem;
  }
  .checkout-slides {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .checkout-slides:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 320rem;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0rem;
    z-index: 2;
  }
  .checkout-slides:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    width: 320rem;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    right: 0rem;
    z-index: 2;
  }
  .checkout-slides-wrapper {
    width: calc(100% + 470rem);
    margin: 0 -235rem 50rem;
    pointer-events: none;
    overflow: hidden;
    position: relative;
  }
  .checkout-slides .swiper-slide {
    width: 130rem;
  }
  .checkout-slides__img {
    position: relative;
    width: 100%;
    border-radius: 12rem;
  }
  .checkout-slides__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1rem solid #242424;
    border-radius: 12rem;
    display: none;
  }
  .checkout-slides.active {
    opacity: 1;
  }
  .checkout-slides.active .checkout-slides__img img {
    display: block;
  }
  .checkout-slides .before-item__img {
    margin-bottom: 8rem;
    overflow: hidden;
    border-radius: 12rem;
  }
  .checkout-slides .before-item__img video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12rem;
  }
  .checkout-slides .before-item-bottom p {
    font-size: 18rem;
  }
  .checkout-slides .before-item-bottom span {
    font-size: 24rem;
    color: #fff;
  }
  .checkout-slides .before-item-bottom svg {
    width: 18rem;
    height: 20rem;
  }
  .checkout .btn {
    margin-top: 24rem;
    pointer-events: all;
  }

  .checkout .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  .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:nth-child(odd) {
    -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;
  }
  .highlight-item__img::after {
    border-radius: 40rem;
  }
  .highlight-item__img img {
    width: 100%;
    height: 100%;
    border: 1rem solid rgba(242, 244, 246, 0.5);
    border-radius: 24rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .highlight-item__img video {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .highlight-item-body {
    padding: 0rem;
    width: 540rem;
  }
  .highlight-item .loading-img {
    border-radius: 24rem;
  }
  .highlight-item__title {
    font-size: 48rem;
    margin-bottom: 16rem;
  }
  .highlight-item p {
    font-size: 18rem;
    margin-bottom: 32rem;
    font-weight: normal;
  }
  .highlight-item p br {
    display: none;
  }
  .highlight-item .btn {
    width: 303rem;
  }
  .stories {
    background: #fff;
    margin-top: -30rem;
    padding-bottom: 70rem;
    margin-bottom: -1rem;
  }
  .stories h2 {
    margin-bottom: 40rem;
  }
  .stories .swiper-container {
    display: none;
  }
  .stories .swiper-pagination {
    display: none;
  }
  .stories-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20rem;
    width: 1000rem;
    margin: 0 auto 40rem;
  }
  .stories-item {
    border: 1px solid #f2f4f6;
    border-radius: 12rem;
    padding: 20rem;
    height: 100%;
  }
  .stories-item span {
    font-size: 16rem;
    margin-bottom: 24rem;
  }
  .stories-item__number {
    font-size: 64rem;
    margin-bottom: 6rem;
  }
  .stories-item__title {
    font-size: 18rem;
    margin-bottom: 16rem;
  }
  .stories-item__text {
    font-size: 18rem;
    margin-bottom: 16rem;
  }
  .stories-item-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stories-item-profile img {
    border-radius: 50%;
    width: 32rem;
    height: 32rem;
    margin-right: 12rem;
  }
  .stories-item-profile__name {
    font-weight: 700;
    font-size: 16rem;
    line-height: 100%;
    color: #000;
  }
  .stories-item-profile__name small {
    display: block;
    font-weight: 500;
    font-size: 12rem;
  }
  .faq {
    padding-top: 70rem;
    padding-bottom: 140rem;
    background: #fff;
  }
  .faq-item {
    padding-bottom: 24rem;
    border-bottom: 1rem solid #f2f4f6;
    width: 700rem;
    margin: 0 auto 20rem;
  }
  .faq-item:last-child {
    margin-bottom: 0;
    border: none;
  }
  .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;
  }
  .popup-container {
    width: 600rem;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 1.2px;
  }
}