/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.m-t {
  margin-top: 6px;
}

.m-b {
  margin-bottom: 6px;
}

.m-r {
  margin-right: 12px;
}

.m-l {
  margin-left: 12px;
}

.p-t {
  padding-top: 6px;
}

.p-b {
  padding-bottom: 6px;
}

.p-r {
  padding-right: 12px;
}

.p-l {
  padding-left: 12px;
}

/* VARIABLES */
/*@font-face {
    font-family: 'Frutiger-bold';
    src: url("../font/FrutigerLTW01-65Bold.eot");
    src: url("../font/FrutigerLTW01-65Bold.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLTW01-65Bold.woff2") format("woff2"), url("../font/FrutigerLTW01-65Bold.woff") format("woff"), url("../font/FrutigerLTW01-65Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Frutiger-light';
    src: url("../font/FrutigerLTW01-45Light.eot");
    src: url("../font/FrutigerLTW01-45Light.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLTW01-45Light.woff2") format("woff2"), url("../font/FrutigerLTW01-45Light.woff") format("woff"), url("../font/FrutigerLTW01-45Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  line-height: 1.15;
  font-size: 0.9em;
  background-color: #010f2d;
}

body {
  /*color: #A99898;*/
  color: #a6a6a6;
  font-family: system-ui;
  margin: 0 auto;
}

a {
  text-decoration: underline;
  /*color: #A99898;*/
  color: #a6a6a6;
}

a:hover {
  color: inherit;
}

h1 {
  color: #FFF;
  margin: 0 auto 0.5em auto;
  text-align: center;
  font-weight: 400;
  font-size: 1.4em;
  text-transform: uppercase;
}

h1 span {
  color: #a6a6a6;
}

.text-justify {
  text-align: justify;
}

.text-arabic {
  direction: rtl;
}

.success {
  color: green !important;
}

.error {
  color: red !important;
}

.invisible {
  visibility: hidden;
}

.wrap {
  background-size: cover;
  background-color: #010f2d;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  z-index: 1;
  min-width: 320px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.wrap.error h2, .wrap.typage h2 {
  margin-top: 0;
}
.wrap.error p, .wrap.typage p {
  font-size: 1em;
}

header {
  background-color: transparent;
  width: 100%;
}
header img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  padding: 1em 0;
}

p {
  font-size: 0.8em;
}

h2 {
  font-size: 1.2em;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

p.header {
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.2em;
}

.page {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.creativity {
  margin-bottom: 0.5em;
}

.creativity .creativity__img {
  width: 100%;
  min-height: 208px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.creativity img {
  width: 100%;
  cursor: initial;
}

.creativity .headline {
  padding: 0.6vh 2vw;
  padding-bottom: 0.9vh;
}

.creativity h2 {
  vertical-align: -webkit-baseline-middle;
  color: #32db08;
  font-family: system-ui;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
}

.creativity-Gradient {
  position: absolute;
  left: 0;
  right: 0;
  height: 79px;
  bottom: 0;
  background: linear-gradient(0deg, #e50f11 0%, rgba(0, 0, 0, 0) 100%);
}

.info-block {
  bottom: 0;
  padding: 0 10px 2em 10px;
  /*color: #A99898;*/
  color: #FFF;
  width: 100%;
}

.info-block .text {
  padding: 0 10px;
  font-size: 0.9em;
  font-weight: 300;
  margin: 5px 0;
}

.info-block .text.big {
  font-size: 19px;
  margin: 0;
  margin-top: 0.5em;
  color: #32db08;
}

.info-block .text.small {
  font-size: 0.8em;
  margin: 0 auto;
  line-height: 1.5em;
}

.info-block .text.small span {
  font-size: 14.4px;
}

.info-block .highlight {
  display: inline-block;
}

.info-block .highlight2 {
  color: #32db08;
  font-size: 1.1em;
}

.info-block__mono-col {
  margin-top: 1em;
}

img.creativity_landscape {
  display: none;
}

.subscription {
  padding: 0.5em 1em 0.5em 1em;
}

.confirmationText {
  font-size: 1.2em;
  font-weight: 700;
  min-height: 4em;
  position: relative;
  padding-top: 0;
  color: #fff;
}

.confirmationText span {
  font-size: 0.7em;
  font-weight: normal;
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  display: inline-block;
  margin-top: 1em;
  width: 100%;
  color: #c9c9c9;
}

.confirmationTextPre {
  font-size: 1.8em;
  font-weight: 700;
  min-height: 2em;
  position: relative;
  padding-top: 0;
  color: #fff;
}

.confirmationTextPre span {
  font-size: 0.7em;
  font-weight: normal;
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  display: inline-block;
  margin-top: 1em;
  width: 100%;
  color: #c9c9c9;
}

.subscription__btn {
  background-color: #0fa5d7;
  color: #323433;
  font-family: "system-ui";
  width: 95%;
  margin: 0 auto;
  font-weight: bold;
  /* text-shadow: 0px -1px 0px #282828; */
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  vertical-align: top;
  -moz-box-shadow: 0px 0px 0px 0px #FFFFFF;
  -webkit-box-shadow: 0px 0px 0px 0px #FFFFFF;
  box-shadow: 0px 0px 0px 0px #FFFFFF;
  text-indent: 0;
  white-space: normal;
  font-size: 1.3em !important;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  padding-top: 1em;
  display: table;
  height: 100%;
  line-height: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 1em auto;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.clickBtn1, .clickBtn2 {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

embed.loading-img {
  margin: 0 auto;
  display: block;
  margin-top: 3em;
  width: 110px;
}

ul {
  margin: 0em 0.8em;
  text-align: center;
}

ul li {
  padding-bottom: 0.5em;
  font-size: 1em;
  direction: rtl;
}

.priceTable {
  width: 100%;
}

.priceTable tr > td {
  direction: rtl;
}

.priceTable .price_text {
  text-align: left;
}

.priceTable .hashTag {
  text-align: right;
  vertical-align: middle;
}

.priceTable .price_value {
  text-align: left;
}

table {
  border-collapse: separate;
  border: solid white 1px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 0 auto;
  width: 100%;
}

td, th {
  border-top: solid white 1px;
  height: 75px;
}

th {
  font-weight: normal;
}

td:first-child, th:first-child {
  border-left: none;
}

.approveBtn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #32db08), color-stop(1, #32db08));
  background: -moz-linear-gradient(top, #32db08 5%, #32db08 100%);
  background: -webkit-linear-gradient(top, #32db08 5%, #32db08 100%);
  background: -o-linear-gradient(top, #32db08 5%, #32db08 100%);
  background: -ms-linear-gradient(top, #32db08 5%, #32db08 100%);
  background: linear-gradient(to bottom, #32db08 5%, #32db08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32db08", endColorstr="#32db08", GradientType=0);
  background-color: #32db08;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #32db08;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 22px;
  padding: 13px 31px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.approveBtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #32db08), color-stop(1, #32db08));
  background: -moz-linear-gradient(top, #32db08 5%, #32db08 100%);
  background: -webkit-linear-gradient(top, #32db08 5%, #32db08 100%);
  background: -o-linear-gradient(top, #32db08 5%, #32db08 100%);
  background: -ms-linear-gradient(top, #32db08 5%, #32db08 100%);
  background: linear-gradient(to bottom, #32db08 5%, #32db08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32db08", endColorstr="#32db08", GradientType=0);
  background-color: #32db08;
}

.approveBtn:active {
  position: relative;
  top: 1px;
}

a.cancelBtnLink {
  margin-top: 0.5em;
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #10a5d8;
}

.cancelBtn {
  -moz-box-shadow: inset 0px 1px 3px 0px #32db08;
  -webkit-box-shadow: inset 0px 1px 3px 0px #d9534f;
  box-shadow: inset 0px 1px 3px 0px #d9534f;
  background-color: #d9534f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #d9534f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  padding: 11px 23px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #d9534f;
}

.cancelBtn:hover {
  background-color: #32db08;
}

.cancelBtn:active {
  position: relative;
  top: 1px;
}

.product {
  background-color: #777777;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #777777;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #777777;
}

.spacer {
  text-align: left;
  padding-left: 10px;
}

.price {
  text-align: right;
  padding-right: 10px;
}

.disclaimer {
  font-size: 0.9em;
  text-align: center;
}

.product-id {
  font-size: 18px;
  font-weight: bold;
}

.tec {
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-size: 12px;
}

#pre-footer {
  display: none;
}

.app-btn {
  width: 80%;
  background-color: #32db08;
  color: #fff;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  font-family: Helvetica neue, sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  display: block;
  text-decoration: none;
  margin: 5px auto;
  text-align: center;
}

.light, .txt_tit2 {
  font-weight: 600;
  color: #32db08;
}

.btnCancel {
  width: 80%;
  font-weight: 300;
  font-size: 0.93em;
  opacity: 0.5;
  display: block;
  text-decoration: underline;
  margin: 5px auto;
}

.pin-box {
  text-align: center;
}

.pin-entry {
  font-family: monospace;
  border-radius: 6px;
  border: 1px solid lightgrey;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
  margin: 3px;
  padding-left: 8px;
  padding-right: 0px;
  width: 36px;
  height: 42px;
  font-size: 32px;
  box-sizing: border-box;
  color: black;
  font-weight: bold;
  background-color: white;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
}

/*.footer {
    width: 100%;
    /*color: #A99898 !important;*/
/*color: #fff !important;
    background-color: #d1cfcf;
    padding: 5px;
    text-align: center;
    height: 30px;
    margin-top: 0;
    bottom: 0;
    position: fixed;
    display: block;
    z-index: 100
}*/
.footer {
  width: 100%;
  /*color: #A99898 !important;*/
  color: #FFF !important;
  text-align: center;
  width: 100%;
  display: flex-root;
  z-index: 100;
  background-color: #010f2d;
  padding-bottom: 1em;
  margin-top: 2em;
}
.footer a {
  color: #FFF !important;
  font-size: 0.8em;
  margin-right: 10px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-center-nh {
  text-align: center;
}

.step-one {
  display: block;
  padding: 0 1em;
}

.step-one h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0.5em 0;
  font-size: 1.2em;
}

.step-one h2 span {
  color: #dd39ee;
}

.step-two {
  display: none;
  padding: 0 1em;
}

body.error .info-block {
  margin-top: 2em;
}

body.error .subscription .subscription__btn.errSubmitBtn {
  text-decoration: none;
  width: 90%;
  color: #fff;
  border: none;
  font-size: 1.2em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: system-ui;
}

body.typage .info-block {
  margin-top: 3em;
}

body.typage .subscription .subscription__btn.typSubmitBtn {
  text-decoration: none;
  width: 90%;
  color: #fff;
  border: none;
  font-size: 1.2em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: system-ui;
}

body.area-optim .wrap {
  background-size: 110%;
}

body.area-optim .creativity img {
  margin-bottom: 0;
}

body.area-optim .info-block .text {
  line-height: 0.95em;
}

body.area-optim #pre-footer {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.usercentrics-button.uc-banner-2 #uc-banner-modal .uc-banner-wrapper {
  bottom: 180px !important;
  top: unset !important;
}

/*@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
    .wrap {
        max-width: 480px
    }
}*/
@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  /*.wrap {
      max-width: 480px;
  }*/
}
@media only screen and (min-aspect-ratio: 13/9) {
  /*@media (orientation: landscape) {*/
  /*.page{
      display: inline;
  }
  .creativity{
      width: 50%;
      display: inline-block;
      float: left;
  }
  .info-block.main{
      width: 50%;
      display: inline-block;
      height: 100%;
      margin: 5% auto;
      float: right;

  }*/
  body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 0;
    z-index: 1;
    flex: 1 0 auto;
    position: relative;
  }
  header {
    background-color: transparent;
    width: 50%;
    position: relative;
    top: 0;
  }
  .page {
    flex-direction: initial;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .creativity {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    width: 50vw;
  }
  .creativity .creativity__img {
    max-width: 480px;
  }
  .creativity .creativity__img img {
    display: block;
  }
  .main {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    width: 50vw;
    flex-direction: column;
  }
  .main img.creativity_landscape {
    display: block;
  }
  .subscription {
    padding: 0 1em;
  }
  .subscription__btn {
    font-size: 1em;
    max-width: 350px;
  }
  p {
    font-size: 1em;
  }
  .cancelBtnLink {
    margin-top: 0;
  }
  h2 {
    font-size: 1.5em;
    margin-top: 0;
  }
  .footer {
    position: relative;
  }
}
.pulse-animation {
  -webkit-animation: pulse 1s infinite !important;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
    box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.pre-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  align-items: center;
  background: transparent;
  z-index: 99999;
}

.hl {
  position: absolute;
  bottom: -600px;
  padding-bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  z-index: 101;
}

.checkbox > input:checked {
  border: 1px solid #534e4e;
}

.checkbox > input {
  height: 15px;
  width: 15px;
  min-width: 25px;
  border: 1px solid #534e4e;
  border-radius: 3px;
  outline: none;
  transition-duration: 0.3s;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.w {
  color: #FFF;
}

.pr {
  min-height: 3em;
  font-size: 0.75em;
}

.b {
  font-size: 0.95em;
}

.logoZEPH {
  background-color: transparent;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 0.2em;
  min-width: 300px;
}

.logoZEPH img {
  margin: 1em;
  width: 50%;
}

.table {
  border-spacing: 0;
  display: table;
  width: 100%;
}

.table .w100 {
  width: 100%;
}

.table .middle {
  vertical-align: middle;
  text-align: center;
}

.text-handler {
  border-spacing: 10px;
}

input:not(#terms):not(#phoneInput):not(#otpInput) {
  width: 90%;
  border-radius: 8px;
  line-height: 2em;
  border: none;
  padding: 2% 3%;
  color: #000;
}

.cb {
  color: #FFF;
}

.ft {
  display: block;
  margin: 10px;
  font-size: 1.3em;
}

:root {
  --black: #000;
  --white: #FFF;
  --primary: #5235cc;
  --border-color: #8C8C8C;
}

#root {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #FFF;
}

#loaderp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
  flex-direction: column;
}

#loader img {
  vertical-align: middle;
  width: 50%;
}

#loader #errorMessage {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

#header {
  display: none;
  width: 95%;
  margin: 0 auto;
  max-width: 680px;
  min-height: 20px;
  min-width: 280px;
}

#languages {
  display: flex;
  flex-direction: row;
  float: right;
  direction: ltr;
}

.language {
  border: solid 2px var(--black);
  padding: 3px 6px;
  margin: 5px;
  cursor: pointer;
  line-height: 100%;
}

.language.active {
  background: rgba(0, 0, 0, 0.3);
  color: var(--white);
  cursor: text;
}

#content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 500px;
  min-width: 280px;
}

#brand {
  width: 100%;
  min-height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#brandContent {
  margin: 0 auto;
}

#brandContent {
  margin: 0 2rem;
}

#brandContent h3 {
  margin: 0;
  line-height: 100%;
}

#brandContent p {
  font-size: 11px;
  margin: 0px;
  line-height: 100%;
}

.step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#title {
  text-align: center;
  line-height: 100%;
  font-size: 30px;
}

#subTitle {
  text-align: center;
  line-height: 100%;
}

#bullets {
  margin: 1rem auto;
  max-width: 320px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

#bullets ol li {
  position: relative;
  font-size: 16px;
  counter-increment: list-counter;
  padding-left: 20px;
}

[data-lang=ar] #bullets ol li {
  padding-left: 0;
  padding-right: 20px;
}

#bullets ol li::marker {
  content: "";
}

#bullets ol li:before {
  content: counter(list-counter);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #0fa5d7;
  color: white;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 3px;
}

[data-lang=ar] #bullets ol li:before {
  right: -10px;
  left: unset;
  direction: rtl;
}

#inputWrapper {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--border-color);
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  direction: ltr;
  border-radius: 5px;
  overflow: hidden;
}

#countryCode {
  background: #EEEEEE;
  color: #8C8C8C;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 20px;
}

#phoneInput, #otpInput {
  outline: none;
  width: 100%;
  border: none;
  border-left: solid 1px var(--border-color);
  padding: 5px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 4.5px;
  color: #000;
}

#phoneInput {
  text-align: left;
  padding-left: 15px;
}

#phoneInput.valid {
  background: url(../img/atpde.01.sport/input_check.png) no-repeat #FFF;
  background-size: 30px;
  background-position: calc(100% - 10px);
}

#otpInput {
  height: 40px;
  background: url(../img/atpde.01.sport/pin.svg) left center no-repeat #FFF;
  background-size: 30px;
  background-position-x: 10px;
}

a#submitAction {
  max-width: 320px;
  width: 100%;
  margin: 10px auto;
  display: block;
  color: var(--white);
  text-align: center;
  font-size: 1.1em;
  min-height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  background: #0fa5d7;
  padding: 10px 0px;
  border: solid 1px var(--border-color);
  border-radius: 5px;
  overflow: hidden;
  opacity: 1;
  animation: heartbeat 1.5s infinite;
  margin-top: 1rem;
}

a#submitAction[disabled=true] {
  opacity: 0.4 !important;
  animation: none;
}

[data-lang=ar] a#submitAction {
  background-position-x: 10px;
}

a#submitAction p {
  font-size: 10px;
  line-height: 10px;
  margin-top: 5px;
  margin-bottom: 2px;
}

#underButtonText {
  color: var(--black);
  text-align: center;
}

#price {
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

#disclaimer {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 1.5em;
}

#footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  font-size: 12px;
}

#footer .footerLink {
  text-align: center;
  margin: 5px;
}

#footer a {
  text-align: center;
  margin: 5px;
  font-size: 12px;
}

#disclaimer a {
  color: inherit;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
#maskNb {
  display: none;
}

@media (max-width: 1204px) {
  .step {
    flex-direction: column;
  }
  .step > div {
    width: 100%;
  }
  #title {
    font-size: 26px;
  }
  #phoneInput, #otpInput {
    letter-spacing: 3.5px;
  }
}
@media (orientation: landscape) {
  .step {
    flex-direction: row;
  }
  .step > div {
    width: 50%;
  }
  #title {
    font-size: 26px;
  }
  #phoneInput, #otpInput {
    letter-spacing: 3.5px;
  }
}
#featuredMedia #mediaBg {
  width: 100%;
}

#zphLogo {
  width: 200px;
  margin: 1.5rem auto;
  display: block;
}

.p1 {
  padding: 0 1em;
}

/*# sourceMappingURL=atpde.01.sport.style.css.map */
