@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Open+Sans:wght@300..800&family=Rubik:wght@300..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1831), to(#1a1831));
  background: -webkit-linear-gradient(top, #1d1831 0%, #1a1831 100%);
  background: -moz-linear-gradient(top, #1d1831 0%, #1a1831 100%);
  background: -o-linear-gradient(top, #1d1831 0%, #1a1831 100%);
  background: linear-gradient(180deg, #1d1831 0%, #1a1831 100%);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
}

p {
  margin-top: 10px;
  width: 100%;
}

.title + p,
p:first-child {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

/* Title */
h1,
h2,
h3,
h4 {
  display: block;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  width: 100%;
}

.title {
  margin-bottom: 16px;
}

h1,
.title.general,
h1 > span {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 100px;
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-align: left;
  background: -webkit-linear-gradient(315deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background: -moz-linear-gradient(315deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background: -o-linear-gradient(315deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background: linear-gradient(135deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 612px;
  margin-bottom: 0;
}

html[lang='es-ES'] h1,
html[lang='es-ES'] .title.general {
  max-width: 700px;
}

html[lang='zh-CN'] h1,
html[lang='zh-CN'] .title.general {
  max-width: 450px;
}

h2,
.title.high {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}

h3,
.title.middle {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.2;
  text-transform: uppercase;
  background: -webkit-linear-gradient(315deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background: -moz-linear-gradient(315deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background: -o-linear-gradient(315deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background: linear-gradient(135deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Article */
article,
.article {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

article > * + *,
.article > * + * {
  margin-top: 10px;
}

.article > p {
  text-align: center;
}

/* Button */
.button {
  -webkit-box-shadow: inset 0 3px 3px 0 #ffea7b, inset 3px 0 2px 0 #ffe973, inset 0 -3px 3px 0 #f5b93d, 0 2px 0 0 #d38a06;
  -moz-box-shadow: inset 0 3px 3px 0 #ffea7b, inset 3px 0 2px 0 #ffe973, inset 0 -3px 3px 0 #f5b93d, 0 2px 0 0 #d38a06;
  box-shadow: inset 0 3px 3px 0 #ffea7b, inset 3px 0 2px 0 #ffe973, inset 0 -3px 3px 0 #f5b93d, 0 2px 0 0 #d38a06;
  background: -webkit-linear-gradient(272deg, #ffc936 11.44%, #ffd748 35%, #f2b53e 72.78%, #ffc936 95.04%);
  background: -moz-linear-gradient(272deg, #ffc936 11.44%, #ffd748 35%, #f2b53e 72.78%, #ffc936 95.04%);
  background: -o-linear-gradient(272deg, #ffc936 11.44%, #ffd748 35%, #f2b53e 72.78%, #ffc936 95.04%);
  background: linear-gradient(178deg, #ffc936 11.44%, #ffd748 35%, #f2b53e 72.78%, #ffc936 95.04%);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #703703;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 10px;
  white-space: nowrap;
  display: inline-block;
  margin: 16px auto 0;
  height: auto;
  width: auto;
  min-width: 280px;
  min-height: 50px;
  position: relative;
}

.button:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.button img,
.button span {
  display: inline-block;
  vertical-align: middle;
}

.button img {
  margin-left: 10px;
}

.button span {
  text-align: left;
}

/* Special */
.image img,
.background img {
  display: block;
  position: relative;
  margin: auto;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgba(255, 255, 255, 0.6);
  line-height: 1;
}

use {
  fill: rgba(255, 255, 255, 0.6);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* Content */
.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content {
  margin-top: 120px;
}

.content .scroll {
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 0;
}

.scroll + h2 {
  margin-top: 0;
}

.cover {
  padding-left: 20px;
  padding-right: 20px;
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.main__buttons {
  display: none;
}

/* Header */
.header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  min-height: 120px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

.header__logo {
  position: relative;
  z-index: 101;
}

.header__logo img {
  max-width: 208px;
}

.logo[href]:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.menu-button {
  position: relative;
  z-index: 101;
  display: none;
}

.header__menu {
  margin: 0 auto;
}

.header__menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.header__menu > ul > li {
  position: relative;
}

.header__menu > ul > li + li {
  margin-left: 50px;
}

.header__menu > ul > li > a {
  position: relative;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(315deg, #ffc936 17%, #f6bc3b 35%, #ffdf6f 46%, #f2b53e 62%, #ffc936 91%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), -moz-linear-gradient(315deg, #ffc936 17%, #f6bc3b 35%, #ffdf6f 46%, #f2b53e 62%, #ffc936 91%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), -o-linear-gradient(315deg, #ffc936 17%, #f6bc3b 35%, #ffdf6f 46%, #f2b53e 62%, #ffc936 91%);
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), linear-gradient(135deg, #ffc936 17%, #f6bc3b 35%, #ffdf6f 46%, #f2b53e 62%, #ffc936 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__menu > ul > li > a:hover {
  text-shadow: 0 0.4px #ffc936, 0.4px 0 #ffc936;
}

/* Languages */
.lang__wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  min-width: 72px;
  height: 24px;
}

.header__language {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 72px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.header__language-button {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  padding: 2px 29px 2px 0px;
}

.header__language-button::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-arrow-lang.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header__language-button.active::before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.header__language-menu {
  position: relative;
  display: none;
  margin-top: 10px;
  -webkit-box-shadow: 0 4px 6px -2px rgba(10, 13, 18, 0.03), 0 12px 16px -4px rgba(10, 13, 18, 0.08);
  -moz-box-shadow: 0 4px 6px -2px rgba(10, 13, 18, 0.03), 0 12px 16px -4px rgba(10, 13, 18, 0.08);
  box-shadow: 0 4px 6px -2px rgba(10, 13, 18, 0.03), 0 12px 16px -4px rgba(10, 13, 18, 0.08);
  background: #fff;
  border: 1px solid #e9eaeb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.header__language-menu ul {
  max-height: -webkit-calc(100vh - 120px);
  max-height: -moz-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.header__language-menu ul {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.header__language-menu ul::-webkit-scrollbar {
  display: none;
}

.header__language-menu a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42857;
  color: #414651;
  white-space: nowrap;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.header__language-menu a img {
  margin-right: 4px;
  margin-bottom: 2px;
  max-width: 14px;
}

.header__language-menu a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* Main */
.main {
  position: relative;
  margin: 0 auto;
}

.main__content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Prime */
.content.prime {
  min-height: 670px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 120px 20px 80px 20px;
  margin-top: -120px;
}

.prime__wrap {
  text-align: left;
  width: 100%;
}

.prime__title {
  z-index: 1;
  margin-bottom: 0;
}

.prime__text {
  max-width: 495px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.2;
  text-transform: uppercase;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(315deg, #ffc936 17%, #f6bc3b 35%, #ffdf6f 46%, #f2b53e 62%, #ffc936 91%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), -moz-linear-gradient(315deg, #ffc936 17%, #f6bc3b 35%, #ffdf6f 46%, #f2b53e 62%, #ffc936 91%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), -o-linear-gradient(315deg, #ffc936 17%, #f6bc3b 35%, #ffdf6f 46%, #f2b53e 62%, #ffc936 91%);
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), linear-gradient(135deg, #ffc936 17%, #f6bc3b 35%, #ffdf6f 46%, #f2b53e 62%, #ffc936 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 50px;
}

.prime__text b {
  font-weight: 900 !important;
}

.prime__button {
  min-width: 0;
  width: 100%;
  max-width: 280px;
  margin-top: 50px;
}

.prime__terms {
  max-width: 392px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.7;
  margin-top: 80px;
}

.prime__image {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -40px;
}

.prime__image img {
  max-width: 580px;
  -webkit-filter: drop-shadow(0 -26px 44px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 -26px 44px rgba(0, 0, 0, 0.25));
}

/* Privileges */
.privileges {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.privileges__list {
  width: 100%;
  margin-top: 50px;
}

.privileges__list ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8.5px -7.5px;
}

.privileges__item {
  width: -webkit-calc((100% - 45px) / 3);
  width: -moz-calc((100% - 45px) / 3);
  width: calc((100% - 45px) / 3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 45px 10px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.04)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
  margin: 8.5px 7.5px;
}

.privileges__text {
  margin-top: 5px;
  text-align: center;
}

.privileges__title {
  margin-top: 30px;
}

/* Privileges carousel */
.owl-carousel.privileges__carousel {
  display: none;
}

.privileges__carousel {
  padding: 0 3px;
  margin-top: 30px;
}

.owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  height: auto !important;
}

.owl-item .privileges__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  padding-bottom: 100px;
  padding-top: 30px;
  margin: 0;
}

.owl-item .privileges__text {
  margin-top: 20px;
}

.owl-item .privileges__title {
  font-size: 30px;
}

.owl-carousel .owl-item .privileges__item img {
  width: auto;
}

.owl-carousel .owl-nav.privileges__nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 101;
  width: 107px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.owl-nav.privileges__nav .button {
  width: 50px;
  height: 50px;
  min-width: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.owl-nav.privileges__nav .button img {
  margin-left: 0;
}

.owl-nav.privileges__nav .button.owl-prev {
  margin: 0 auto 0 0;
}

.owl-nav.privileges__nav .button.owl-next {
  margin: 0 0 0 auto;
}

.owl-carousel.privileges__carousel .owl-stage-outer {
  z-index: 100;
}

.owl-nav.privileges__nav .button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-nav.privileges__nav .button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* How */
.how {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.how__list {
  width: 100%;
  margin-top: 50px;
}

.how__list ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7.5px;
}

.how__list ul li {
  width: -webkit-calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 10px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 7.5px;
}

.how__list ul li:nth-child(1) img,
.how__list ul li:nth-child(3) img,
.how__list ul li:nth-child(4) img {
  max-width: 90px;
}

.how__list ul li:nth-child(2) img {
  max-width: 110px;
}

.how__wrap {
  position: relative;
  padding: 200px 10px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.how__image {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.how__list ul li h3 {
  font-weight: 600;
  font-size: 25px;
}

.how__list ul li p {
  text-align: center;
  max-width: 323px;
}

/* Start */
.start {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 10px;
  background: -webkit-linear-gradient(25deg, #1d1831, #632f30);
  background: -moz-linear-gradient(25deg, #1d1831, #632f30);
  background: -o-linear-gradient(25deg, #1d1831, #632f30);
  background: linear-gradient(65deg, #1d1831, #632f30);
}

.start::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: -webkit-linear-gradient(290deg, #d5a05e 0%, #ff5558 100%);
  background: -moz-linear-gradient(290deg, #d5a05e 0%, #ff5558 100%);
  background: -o-linear-gradient(290deg, #d5a05e 0%, #ff5558 100%);
  background: linear-gradient(160deg, #d5a05e 0%, #ff5558 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.start__title {
  text-align: left;
  font-weight: 600;
  background: -webkit-linear-gradient(315deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background: -moz-linear-gradient(315deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background: -o-linear-gradient(315deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background: linear-gradient(135deg, #ffc936 17.16%, #f6bc3b 34.78%, #ffdf6f 46.52%, #f2b53e 62.86%, #ffc936 91.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.start__text {
  min-width: 306px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.start__description {
  max-width: 369px;
}

.start__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 306px;
  -moz-box-flex: 0;
  flex: 0 1 306px;
}

.start__image img {
  -webkit-filter: drop-shadow(0 4px 150px rgba(255, 78, 81, 0.6));
  filter: drop-shadow(0 4px 150px rgba(255, 78, 81, 0.6));
}

.start__button {
  min-width: 230px;
  min-height: 42px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 60px;
  margin-left: 0;
}

/* Application */
.application {
  margin-left: auto;
  margin-right: auto;
  max-width: 784px;
}

.application__form {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 40px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  margin-top: 50px;
}

.field + .field {
  margin-top: 20px;
}

.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.field__label {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.field__label span {
  color: #cf222d;
}

.field__input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 16px;
  margin-top: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.field__input.error {
  border-color: rgb(255, 0, 0);
}
.field__input:hover,
.field__input:focus,
.proof__dropzone:hover {
  background: rgba(255, 255, 255, 0.1);
}

.field__input::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}

.field__input:-moz-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}

.field__input::-moz-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}

.field__input:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}

.field__input::-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}

.field__input::placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}

textarea.field__input {
  min-height: 122px;
  resize: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.field.proof {
  position: relative;
}

.field__input[type='file'] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.proof__dropzone {
  position: relative;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 34px 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.proof__dropzone.error {
  border-color: rgb(255, 0, 0) !important;
}
.proof__dropzone.dragover {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.05);
}

.proof__content {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  pointer-events: none;
}
.proof__content.done {
  cursor: default;
}

.proof__title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.58824;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}

.proof__text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

.proof__text:nth-child(5) {
  margin-top: 12px;
}

.proof__content.done > div {
  display: block;
  position: relative;
  pointer-events: all;
  cursor: pointer;
  padding: 0 30px 0 0;
  margin: 10px auto 0 auto;
}
.proof__content.done > div:before {
  content: '';
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
  background: url('../images/close.svg') no-repeat right center / 20px;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.proof__content.done > div:hover:before {
  opacity: 1;
}

.application__button {
  display: block;
  min-width: 0;
  width: 100%;
  white-space: normal;
  max-width: 405px;
  min-height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 30px;
}

/* Footer */
.footer {
  background: #171428;
  padding: 50px 20px;
  margin-top: 120px;
}

.footer__logo {
  margin-right: auto;
  margin-bottom: 20px;
}

.footer__links {
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin: -8px;
}

.footer__links-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  margin: 8px;
}

.footer__links-item p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}

.footer__links-item ul li + li {
  margin-top: 12px;
}

.footer__links-item ul li a {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

.footer__links-item ul li a:hover {
  color: #fff;
  text-shadow: 0 0.4px #fff, 0.4px 0 #fff;
}

.footer__bottom {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.footer__text {
  max-width: 603px;
  margin-right: 20px;
}

.footer__age {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: #cf222d;
  margin-top: 16px;
}

.age__image {
  max-width: 18px;
  margin-right: 8px;
}

.footer__age p {
  margin-top: 0;
}

.footer__buttons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -moz-box-flex: 0;
  flex: 0 0 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: -7.5px;
}

.footer__button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 17px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 7.5px;
}

.footer__button:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
}

/* Arab version */
html[dir='rtl'] ul,
html[dir='rtl'] ol {
  text-align: right;
}

/* Title */
html[dir='rtl'] h1,
html[dir='rtl'] .title.general {
  text-align: right;
}

/* Button */
html[dir='rtl'] .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

/* HEADER */
html[dir='rtl'] .header__menu > ul > li:not(:last-child) {
  margin-left: 50px;
}

/* Languages */
html[dir='rtl'] .header__language-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  padding: 2px 0px 2px 29px;
}

html[dir='rtl'] .header__language-button::before {
  left: 0px;
  right: auto;
}

html[dir='rtl'] .header__language-menu a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
}

/* Prime */
html[dir='rtl'] .content.prime {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  padding-bottom: 70px;
}

html[dir='rtl'] .prime__wrap {
  text-align: right;
}

html[dir='rtl'] .prime__background img,
html[dir='rtl'] .prime__image img {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

html[dir='rtl'] .prime__image {
  left: 30px;
  right: auto;
}

/* Privileges carousel */
html[dir='rtl'] .privileges__carousel {
  direction: ltr;
}

html[dir='rtl'] .privileges__carousel .privileges__text,
html[dir='rtl'] .privileges__carousel .privileges__title {
  direction: rtl;
}

/* Start */
html[dir='rtl'] .start__title {
  text-align: right;
}

html[dir='rtl'] .start__text {
  text-align: right;
}

html[dir='rtl'] .start__button {
  margin-right: 0;
  margin-left: initial;
}

/* Application */
html[dir='rtl'] .field__label {
  text-align: right;
}
html[dir='rtl'] .field {
  text-align: right;
}
html[dir='rtl'] input {
  text-align: right;
}
/* FOOTER */
html[dir='rtl'] .footer__logo {
  margin-left: auto;
  margin-right: initial;
}

html[dir='rtl'] .footer__links {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
}

html[dir='rtl'] .footer__links-item {
  text-align: right;
}

html[dir='rtl'] .footer__links-item p {
  text-align: right;
}

html[dir='rtl'] .footer__links-item ul li {
  text-align: right;
}

html[dir='rtl'] .footer__bottom {
  text-align: right;
}

html[dir='rtl'] .footer__text {
  margin-left: 20px;
  margin-right: initial;
}

html[dir='rtl'] .footer__age {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}

html[dir='rtl'] .age__image {
  margin-left: 8px;
  margin-right: initial;
}

html[dir='rtl'] .footer__buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
}

.popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  z-index: 2;
}
.popup.active {
  display: block;
}

.content.popup__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  max-width: 1530px;
  padding: 10px 20px !important;
  margin: 0 auto !important;
}

.popup__wrapper {
  padding-right: 20px;
}

.title.popup__title {
  text-align: left;
  margin: 0;
}

.sending .title.popup__title {
  -webkit-background-size: 300% 300%;
  -moz-background-size: 300% 300%;
  background-size: 300% 300%;
  -webkit-animation: gradient-move 5s ease infinite;
  -moz-animation: gradient-move 5s ease infinite;
  -o-animation: gradient-move 5s ease infinite;
  animation: gradient-move 5s ease infinite;
}

@-webkit-keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-o-keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.start__description.popup__description {
  max-width: 100%;
  text-align: left;
}

.button.popup__button {
  min-width: auto;
  padding: 14px 30px !important;
  margin: 0 0 0 auto;
}
