@import url("https://fonts.googleapis.com/css?family=Manrope:300,700");
body {
  background: black;
  font-family: Manrope, "Raleway", sans-serif;
}

a {
  color: white;
  text-decoration: none;
}

.yellow {
  color: #ffcc2a;
}

.cookies {
  position: absolute;
  bottom: 35px;
  right: 35px;
  width: 400px;
  text-align: justify;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  color: white;
  padding: 20px;
}
.cookies p {
  font-size: 1.2em;
  color: black;
  margin: 0;
}
.cookies a {
  color: white;
  text-decoration: underline;
  color: #ffcc2a;
}
.cookies button {
  margin-top: 20px;
  font-size: 0.8em;
}

article .inner {
  width: 92%;
  margin: 0 auto;
}

.section1 {
  height: 100vh;
  height: 100svh;
  background: white;
  position: relative;
}
.section1 img {
  width: 410px;
  max-width: 100%;
}
.section1 .left {
  width: 70%;
  padding-top: 30vh;
  padding-right: 10%;
  text-align: center;
  font-size: 3em;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.section1 .left h2 {
  font-weight: 300;
  transition: 0.3s;
}
.section1 .left .logo-bellow {
  margin-bottom: 10vh;
}
.section1 .left h2 small {
  display: block;
  font-size: 0.5em;
}
.section1 .right {
  height: 84vh;
  height: 84svh;
  width: 28%;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
}
.section1 .right .video-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.section1 .right .video-container video {
  height: 100%;
  max-width: 100%;
}

.menu-open-overlay {
  opacity: 0.6;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 20px;
  font-size: 0.8em;
}
nav .inner {
  padding: 10px 0;
  width: 92%;
  margin: 0 auto;
}
nav .inner .logo {
  display: inline-block;
  vertical-align: middle;
}
nav .inner .logo img {
  width: 200px;
  margin-right: 20px;
}
nav .inner .menu {
  width: calc(100% - 230px);
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
  z-index: 1200;
}
nav .inner .menu a, nav .inner .menu img {
  vertical-align: middle;
}
nav .inner .menu a {
  padding: 10px 20px;
}
nav .inner .menu a:last-child {
  margin-right: -20px;
}
nav .inner .menu .left {
  display: inline-block;
}
nav .inner .menu .right {
  display: inline-block;
  float: right;
}
nav .inner .menu .right img {
  vertical-align: middle;
  margin: -10px 0 -10px 10px;
  width: 30px !important;
  height: 30px !important;
}

.hero {
  height: 100vh;
  height: 100svh;
}
.hero .back {
  z-index: -1;
}
.hero .back video {
  width: 100%;
  height: 100vh;
  height: 100svh;
  object-fit: cover;
  position: absolute;
  z-index: -10;
  opacity: 0;
  transition: all 0.5s ease-in;
}
.hero .back .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: -5;
}
.hero h1 {
  font-size: 4em;
  color: white;
  padding-top: 20vh;
  font-weight: 500;
}
.hero h1 span {
  display: block;
}
.hero h3.subdescription {
  font-size: 1.3em;
  color: white;
  font-weight: 400;
  padding-top: 40px;
  width: 500px;
  margin-bottom: 40px;
}
.hero h3.subdescription span {
  display: inline-block;
}
.hero h3.subdescription .know-more {
  opacity: 0;
  transition: 1s;
}

button {
  border: 0;
  border-radius: 10px;
  background: #ffcc2a;
  padding: 10px;
  font-weight: 400;
  font-size: 1em;
}

.section2 {
  color: white;
  background-image: url(/img/back-ean.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.section2 .inner > h1 {
  font-size: 3em;
  font-weight: 400;
  margin: 40px 0;
  text-align: center;
}
.section2 .inner .advantages .block {
  width: 23%;
  margin: 2% 0.75%;
  background: white;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  border-radius: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  font-size: 1.4em;
  font-weight: 400;
}
.section2 .inner .advantages .block .icon {
  display: inline-block;
  width: 20%;
  max-width: 60px;
  margin-right: 3%;
  vertical-align: middle;
}
.section2 .inner .advantages .block .icon img {
  width: 100%;
}
.section2 .inner .advantages .block h1 {
  font-size: 1.4em;
  display: inline-block;
  width: 75%;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3em;
  vertical-align: middle;
}
.section2 .inner .titles {
  font-size: 2em;
  margin-top: -100px;
}
.section2 .inner .titles .block {
  margin: 150px 0;
}
.section2 .inner .titles .block p {
  width: 700px;
}
.section2 .inner .titles .block h1 {
  color: #ffcc2a;
}
.section2 .inner .titles .block img {
  margin: 10px 0;
}
.section2 .inner .titles .block.right {
  text-align: right;
}
.section2 .inner .titles .block.right p {
  margin-right: 0;
  margin-left: auto;
}
.section2 .inner .titles .block.center {
  text-align: center;
}
.section2 .inner .titles .block.center p {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

.section3 {
  font-size: 2em;
}
.section3 .erps {
  text-align: center;
  background-color: #1c1605;
}
.section3 .erps img {
  margin: 40px;
}
.section3 .digital-back {
  background: url(/img/back-digital.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
  padding: 4%;
}
.section3 .block {
  color: white;
  margin: 100px 0;
}
.section3 .block p {
  width: 700px;
}
.section3 .block h1 {
  color: #ffcc2a;
}
.section3 .block img {
  margin: 10px 0;
}
.section3 .block.right {
  text-align: right;
}
.section3 .block.right p {
  margin-right: 0;
  margin-left: auto;
}
.section3 .block.center {
  text-align: center;
}
.section3 .block.center p {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

.unavailable {
  opacity: 0.3;
  text-decoration: line-through;
}

.section4 .inner {
  color: white;
}
.section4 .inner > h1 {
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
.section4 .inner > .block {
  width: 23%;
  margin: 2% 0.75%;
  background: white;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  border-radius: 24px;
  color: black;
  font-weight: 400;
  line-height: 2;
  font-size: 1em;
  white-space: nowrap;
}
.section4 .inner > .block h1 {
  font-size: 1.4em;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3em;
  vertical-align: middle;
}

footer {
  background: url(/img/footer-back.png) top center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  text-align: right;
  color: white;
  text-align: left;
  font-size: 1em;
  width: 100%;
  padding: 5%;
}
footer button {
  border: 0;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.7em;
  font-weight: 300;
}
footer button img {
  margin-right: 10px;
}
footer button img, footer button span {
  vertical-align: middle;
}
footer h2, footer h3 {
  font-weight: 300;
}
footer h3 {
  font-size: 1em;
  margin-top: 10px;
}
footer .inner {
  width: 92%;
  margin: 0 auto;
  text-align: right;
  color: white;
  font-size: 1.2em;
  font-weight: 300;
  opacity: 0.8;
}
footer .inner a {
  color: white;
  text-decoration: underline;
  color: #ffcc2a;
}

.wpp {
  background: #25d366;
  padding: 10px;
  border-radius: 20px;
}

video.backvideo {
  z-index: -1;
  position: absolute;
  width: 100%;
  transform: scaleX(-1);
  height: 100%;
  object-fit: cover;
}

.signup-partners {
  height: 100%;
  display: flex;
}
.signup-partners .side-background {
  width: 50%;
  object-fit: cover;
  object-position: center top;
}
.signup-partners .register {
  width: 50%;
  padding: 40px;
  display: flex;
}
.signup-partners .register .double-input {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.signup-partners .register .double-input input[name=address] {
  width: 200% !important;
}
.signup-partners .register .logo {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
}
.signup-partners .register .inner {
  align-self: center;
  width: 100%;
}
.signup-partners .register .forgot-password {
  text-align: center;
}
.signup-partners .register .enter-holder {
  margin-top: 10px;
}
.signup-partners .register .enter-holder button {
  width: 100%;
}
.signup-partners .register .enter-holder button span {
  vertical-align: middle;
}
.signup-partners .register input {
  width: 100%;
  padding: 15px 18px;
  margin: 10px 0;
  background: white;
  border: 0;
  color: black;
  border-radius: 8px;
}
.signup-partners .register input::placeholder {
  color: black;
}
.signup-partners .register .center {
  text-align: center;
}

.login-form {
  width: 400px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.8392156863);
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding: 40px;
  display: flex;
  backdrop-filter: blur(5px);
}
.login-form a {
  font-weight: bold;
  color: black;
}
.login-form .logo {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
}
.login-form .inner {
  align-self: center;
  width: 100%;
}
.login-form .forgot-password {
  text-align: center;
}
.login-form .enter-holder {
  margin-top: 10px;
}
.login-form .enter-holder button {
  width: 100%;
}
.login-form .enter-holder button span {
  vertical-align: middle;
}
.login-form input {
  width: 100%;
  padding: 15px 18px;
  margin: 10px 0;
  background: white;
  border: 0;
  color: black;
  border-radius: 12px;
}
.login-form input::placeholder {
  color: black;
}
.login-form .center {
  text-align: center;
}

.register {
  background: rgba(0, 0, 0, 0.8392156863);
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.register a {
  color: white;
}

.contact-btn {
  border: 0;
  border-radius: 10px;
  background: #373737;
  padding: 10px;
  font-weight: 400;
  font-size: 1em;
  color: white;
  margin-top: 10px;
}
.contact-btn img {
  width: 24px;
  vertical-align: middle;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-btn span {
  vertical-align: middle;
}

.test-free {
  background: #ffcc2a;
  padding: 6px 10px;
  color: black;
  border-radius: 5px;
  font-weight: bold;
}

.msg-signs {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.error-msgs {
  margin-top: 15px;
}