@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Roboto:wght@400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  width: 100%;
  min-height: 100%;
}
body {
  background: url(images/bg.png);
  background-size: contain;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #8c8c8c;
  line-height: calc(12px * 1.3);
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  outline: 0;
  box-sizing: border-box;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #482953;
  border-top-color: #ff5151;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mraid.stop-all-animations *,
.mraid.stop-all-animations *:before,
.mraid.stop-all-animations *:after,
.rtb.stop-all-animations *,
.rtb.stop-all-animations *:before,
.rtb.stop-all-animations *:after {
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#directsubscribe,
#doubleconfirmation,
#numberentry,
#pinentry,
#mo,
#clicktag,
#operatorselection,
#subscriptionpolling,
#blocker,
#popup,
#redirect,
#redirectreturn,
#redirectservice,
#redirectxhrreturn,
#immediatesubscribe,
#alreadysubscribed,
#no3g,
#wifipolling,
#close,
#terminate {
  display: none;
}
.show-directsubscribe #directsubscribe,
.show-doubleconfirmation #doubleconfirmation,
.show-numberentry #numberentry,
.show-pinentry #pinentry,
.show-mo #mo,
.show-congrats #congrats,
.show-clicktag #clicktag,
.show-operatorselection #operatorselection,
.show-subscriptionpolling #subscriptionpolling,
.blocker #blocker,
.show-popup #popup,
.show-redirect #blocker,
.show-redirectreturn #blocker,
.show-redirectservice #blocker,
.show-redirectxhrreturn #blocker,
.show-immediatesubscribe #blocker,
.show-alreadysubscribed #blocker,
.show-no3g #no3g,
.show-wifipolling #wifipolling,
.show-terminate #terminate {
  display: block;
}
.banner,
.banner__expand {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
}
.banner {
  overflow: hidden;
}
.banner__expand {
  z-index: 9;
}
#container {
  display: block;
  min-height: 100%;
}
.header {
  display: block;
}
.header__close {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.header__close::after {
  content: "x";
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 1px 0 0;
}
.blocker::after,
.show-redirect::after,
.show-redirectreturn::after,
.show-redirectservice::after,
.show-redirectxhrreturn::after,
.show-immediatesubscribe::after,
.show-congrats::after,
.show-alreadysubscribed::after,
.show-terminate1::after {
  content: "";
  background-color: rgba(40, 40, 40, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
#blocker,
#terminate1 {
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
  transform: translate3d(-50%, -50%, 0) !important;
  z-index: 9999;
}
#blocker p,
#terminate1 p {
  display: block;
  font-size: 12px;
  color: #fff;
  padding: 0 0 10px 0;
}
.preloader {
  width: 40px;
  height: 40px;
  background: url(images/preloader.svg) center no-repeat;
  background-size: 40px auto;
  margin: 0 auto 10px;
  -webkit-animation: preloader 2s infinite linear;
  animation: preloader 2s infinite linear;
}
.creative {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.creative__price-point {
  position: absolute;
  left: 0;
  right: 0;
}
.creative__design {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info-block {
  max-width: 760px;
  margin: 30px auto;
  font-size: 13pt;
  line-height: 150%;
}
.info-block h2 {
  font-weight: bold;
  color: #616161;
  font-size: 20pt;
  margin-bottom: 18px;
}
.info-block p {
  margin: 15px auto;
}

#footer {
  text-align: left;
  padding: 30px 20px;
  margin: 0 auto;
  font-size: 9pt;
  line-height: 120%;
  max-width: 760px;
}
#footer a,
#footer a:active,
#footer a:focus,
#footer a:hover,
#footer a:visited {
  color: #8c8c8c;
}
#disclaimer {
  margin-bottom: 10px;
}
#disclaimer p {
  margin-bottom: 10px;
}
#disc_dc {
  display: none;
}
.show-doubleconfirmation .cancel {
  display: block;
}
.cancel {
  margin: 0 auto;
  text-align: center;
  display: none;
}
.cancelBtn {
  text-decoration: underline;
}
#external-links {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  text-align: center;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
#external-links a {
  text-decoration: underline;
  margin-right: 10px;
}
.lang-switch {
  display: block;
  background: rgba(39, 39, 39, 0.95);
  width: 100px;
  margin: 0 auto 10px;
  border-radius: 40px;
  text-align: left;
  text-decoration: none;
  position: relative;
}
.lang-switch span {
  display: block;
  padding: 10px 20px 10px 10px;
  color: #fff;
  font-size: 12px;
}
.lang-switch::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#container {
  display: flex;
  flex-direction: column;
}
.design {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.states {
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding: 30px 20px;
  width: 100%;
  background: #fff;
  background: linear-gradient(
    6deg,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 0) 100%
  );
}
.states__additional {
  padding: 10px 0 0;
}
.show-subscriptionpolling .states__additional,
#confirm-no1 {
  display: none;
}
.exit {
  display: inline-block;
  width: 60px;
  height: 23px;
  background-color: #484848;
  border-radius: 4px;
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #ccc;
}
.additional__exit {
  display: inline-block;
  width: 60px;
  height: 23px;
  background-color: #484848;
  border-radius: 4px;
  margin: 0 auto 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ccc;
}
#container.show-pinentry .additional__exit {
  display: none;
}
.additional__price {
  color: #ccc;
}

.btn {
  z-index: 1;
  overflow-x: hidden;
  animation: pulse 1.4s infinite linear;
  animation-direction: alternate;
  cursor: pointer;
  margin: 10px auto;
  height: 90px;
  max-width: 340px;
  width: calc(100% - 20px);
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  justify-content: center;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #161e54;
  box-shadow: 0 8px 15px rgba(8, 23, 252, 0.1);
  border-radius: 3px;
  border: 0;
  font-family: "Poppins", sans-serif;
  display: none;
}
.btn:before,
.btn:after {
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  position: absolute;
  border-radius: inherit;
  content: "";
}
.show-directsubscribe .btn {
  display: flex;
  align-items: center;
}
#terminate .btn {
  display: flex !important;
}
.btn span {
  align-self: center;
}
.message {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0;
  order: 1;
}
#subscribe p,
#confirm p,
#submit-number p {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  line-height: 12px;
}
.cta-sub-text {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  display: block;
  text-transform: none;
}
.submit-pin_disabled,
button:disabled,
.submit-pin_disabled {
  background: #ababab !important;
  box-shadow: 0 6px 0 #858585;
  cursor: not-allowed;
  color: #7d7d7d;
  opacity: 0.3;
  -webkit-animation: none;
  animation: none;
}
#submit-pin {
  font-size: 18px;
}
#submit-number p {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 11px;
}
#numberentry-message,
.numberentry-message-text,
#pinentry-message {
  margin: 10px 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: calc(14px * 1.3);
  font-weight: 500;
}
#numberentry-message span,
.numberentry-message-text span {
  color: #3fd400;
}
#numberentry-message br {
  display: none;
}
.pin-state-message {
  display: none;
  margin: 10px 0 0;
}
.pin-state-message div {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.show-pinentry .pin-state-message {
  display: block;
}
.btn-secondary {
  color: #696969;
  background-color: #d5d5d5;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
#directsubscribe-message {
  display: none;
}
#operatorselection-message {
  margin: 0 0 10px;
  font-size: 14px;
}
.form-group {
  margin-bottom: 15px;
}
#terminate {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  z-index: 9999;
  margin: auto;
  max-width: 380px;
}
.terminate-form {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
}
input.form-control {
  background: rgb(255 255 255 / 2%);
  border: 1.5px rgba(210, 210, 216, 0.9) solid;
  color: #000;
  width: 100%;
  height: 40px;
  font-size: 12px;
  resize: vertical;
  padding: 12px;
  border-radius: 5px;
  text-align: left;
  padding-left: 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  box-sizing: border-box;
}
textarea.form-control {
  background: rgb(255 255 255 / 2%);
  border: 1.5px rgba(210, 210, 216, 0.9) solid;
  color: #000;
  width: 100%;
  height: 40px;
  font-size: 12px;
  resize: none;
  padding: 12px;
  border-radius: 5px;
  text-align: left;
  padding-left: 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  box-sizing: border-box;
}
input {
  background: 0;
  position: relative;
  direction: ltr;
  border: 0;
  font-size: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #cbcbcb;
  border-radius: 15px;
  height: 60px;
  max-width: 750px;
  width: calc(100% - 30px);
  text-align: center;
}
#input-number,
#input-pin {
  display: -webkit-flex;
  display: flex;
  margin: auto;
  overflow: hidden;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  direction: ltr;
}
.input-pin {
  position: relative;
}
#input-pin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDMyIDMyN0g4MGMtNDQuMTEyIDAtODAgMzUuODg4LTgwIDgwczM1Ljg4OCA4MCA4MCA4MGgzNTJjNDQuMTEyIDAgODAtMzUuODg4IDgwLTgwcy0zNS44ODgtODAtODAtODB6TTEwNiA0MzJjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptLTU1LTMwNWgtMjB2LTI3YzAtNDEuMzU1LTMzLjY0NS03NS03NS03NXMtNzUgMzMuNjQ1LTc1IDc1djI3aC0yMGMtOC4yODQgMC0xNSA2LjcxNi0xNSAxNXYxMTljMCA4LjI4NCA2LjcxNiAxNSAxNSAxNWgxOTBjOC4yODQgMCAxNS02LjcxNiAxNS0xNVYxNDJjMC04LjI4NC02LjcxNi0xNS0xNS0xNXptLTgwIDc5LjEyOFYyMTJjMCA4LjI4NC02LjcxNiAxNS0xNSAxNXMtMTUtNi43MTYtMTUtMTV2LTUuODcyYy01LjgyMi0yLjA2MS0xMC03LjYtMTAtMTQuMTI4IDAtOC4yODQgNi43MTYtMTUgMTUtMTVoMjBjOC4yODQgMCAxNSA2LjcxNiAxNSAxNSAwIDYuNTI4LTQuMTc4IDEyLjA2Ny0xMCAxNC4xMjh6TTMwMSAxMjdoLTkwdi0yN2MwLTI0LjgxMyAyMC4xODctNDUgNDUtNDVzNDUgMjAuMTg3IDQ1IDQ1djI3eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: 34px;
  text-align: center;
}
.phone-input {
  width: calc(100% - 30px);
  max-width: 750px;
  height: 80px;
  display: flex;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  align-items: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.phone-input .phone {
  background-color: rgba(236, 236, 236, 50%);
  border-right: 1px solid #ccc;
  color: #000;
  padding: 0 20px;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15pt;
}
.phone-input input.text-input {
  border: 0;
  outline: 0;
  background-color: transparent;
}
#input-pin * {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-align: center;
  text-indent: -50px;
}
.phone-input .checkmark-container,
.input-pin .checkmark-container {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#checkmark,
#checkmark1 {
  display: none;
}
#checkmark1 {
  top: 5px;
  right: 6px;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #3fd400;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__icon,
.errormark__icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 0 #3fd400;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #3fd400;
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #3fd400;
  }
}
[id$="-error"],
[id*="-error "],
#invalid-card-errortext {
  color: #fff;
  display: none;
  position: absolute;
  background: #d04141;
  padding: 5px 20px;
  border-radius: 6px;
  left: 50%;
  top: -25px;
  width: 200px;
  margin-left: -120px;
  z-index: 12;
  box-shadow: 0 0 15px 2px rgba(255, 19, 19, 0.25);
  -webkit-animation: shake-horizontal 5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    5 both;
  animation: shake-horizontal 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 5 both;
}
.show-pinentry [id$="-error"],
.show-pinentry [id*="-error "] {
  top: -15px;
}
[id$="-error"]:after,
[id*="-error"]:after,
#invalid-card-errortext:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #d04141;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -9px;
}
.pin-state-message {
  display: none;
  margin: 10px 0 0;
}
.pin-state-message div {
  text-decoration: underline;
}
.show-pinentry .pin-state-message {
  display: block;
}
#default-state {
  display: block;
}
#double-confirmation {
  display: none;
}
#confirmation {
  display: none;
}
.states__sfc {
  margin-top: 10px;
  order: 2;
}
.show-numberentry .states__sfc {
  display: none;
}
.design-elements:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.5)),
    to(#fff)
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.5) 50%,
    #fff 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.5) 50%,
    #fff 100%
  );
}
.design-elements {
  width: 70%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 24px;
  background-size: contain;
}
.download {
  z-index: 1;
  background: url(images/dl_btn.svg) center no-repeat;
  background-size: 90%;
  width: 100%;
  padding-top: 100%;
}
.design-elements__wrapper > * {
  margin: 15px 0;
}
.heading {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
#subscriptionpolling {
  padding: 20px 10px;
  background: #f5eaea;
  border-radius: 4px;
}
#congrats {
  padding: 20px;
  background: #f5eaea;
  border-radius: 4px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  width: 90%;
  height: fit-content;
  box-sizing: border-box;
}
#congrats h4 {
  font-size: 19pt;
  font-weight: bold;
  color: #4caf50;
  line-height: 140%;
}
#congrats-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #fff;
}
#congrats-message {
  margin-bottom: 10px;
  color: #fff;
}
.pulse {
  box-shadow: 0 0 30px #40d400;
  border: 2px solid #a9ff84;
  animation: pulse 1s ease-in-out infinite;
  -webkit-animation: pulse 1s ease-in-out infinite;
}
.operator-logo {
  margin-bottom: 10px;
  text-align: center;
}
.operator-logo__text {
  opacity: 0.6;
}
.operator-logo__img {
  width: 100px;
  height: 24px;
  margin: 0 auto;
  background-size: cover;
}
iframe {
  width: 100% !important;
  height: 100vh !important;
  border: none;
  overflow: hidden; /* Полосы прокрутки будут скрыты */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#customer-support-address {
  text-align: center;
}
.price-point {
  text-align: center;
  font-size: 11px;
  line-height: 120%;
  padding: 0 10px;
}
.msg {
  text-align: center;
  font-size: 11px;
  line-height: 120%;
}
.payicon {
  max-width: 230px;
  margin-bottom: 10px;
  display: block;
}
@-webkit-keyframes pulse {
  0% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes pulse {
  0% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.pulseAnim {
  animation: pulseAnim 0.5s ease-in-out infinite;
  -webkit-animation: pulseAnim 0.5s ease-in-out infinite;
  -webkit-box-shadow: 0 0 15px 5px #ec06fb;
  box-shadow: 0 0 15px 5px #ec06fb;
}
@-webkit-keyframes pulseAnim {
  0%,
  100% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%);
  }
  50% {
    -webkit-transform: scale(0.94);
    -webkit-filter: brightness(120%);
  }
}
@keyframes pulseAnim {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(100%);
  }
  50% {
    transform: scale(0.94);
    filter: brightness(120%);
  }
}
#numberentry,
#pinentry {
  position: relative;
}
.ar {
  direction: rtl;
}
#msisdnvalue {
  direction: ltr;
}
.numberentry-message-text {
  display: none;
}
.show-numberentry .numberentry-message-text {
  display: block;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  opacity: 0.4;
  margin: 0 0 4px;
}
input[type="radio"]:checked,
input[type="radio"]:checked + label {
  opacity: 1;
  color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #36ab04;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#alreadysubscribed-title {
  margin-bottom: 10px;
}
#confirmation .btn {
  animation: none;
}
#message {
  position: relative;
}
.message-wrap {
  position: relative;
  z-index: 9;
  text-align: left;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.show-directsubscribe .message-wrap {
  display: block;
}
.message-wrap a {
  text-decoration: none;
  color: #8c8c8c;
}
.message-wrap strong span {
  font-size: 18px;
}
.message-directsubscribe {
  line-height: 15px;
  text-align: center;
}
.message-directsubscribe span {
  display: block;
  margin: 10px 0 0;
}
.message-congrats {
  display: none;
  padding: 10px;
  margin-top: 6px;
  text-align: center;
}
.show-congrats .message-congrats {
  display: block;
}
.show-directsubscribe #customer-support-address {
  display: none;
}
#customer-support-address {
  padding: 10px;
  z-index: 999;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  border: 1px dashed rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 10px auto;
  max-width: 240px;
  text-align: center;
}
#customer-support-address p {
  text-align: center;
  line-height: 120%;
  width: 100%;
}
#customer-support-address a {
  text-decoration: underline;
  color: #8c8c8c;
}
.css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.acceptance {
  display: flex;
  flex-direction: column;
}
.css-checkbox + label {
  position: relative;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: self-start;
  color: #8c8c8c;
  margin-bottom: 16px;
}
.css-checkbox + label::before {
  content: "";
  display: flex;
  width: 17px;
  height: 17px;
  background-color: #f0f0f0;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  box-shadow: none;
  flex-shrink: 0;
  margin-right: 8px;
}
.css-checkbox:checked + label::after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  left: 0;
  top: 0;
  text-align: center;
  background-color: transparent;
  font-size: 10px;
  height: 19px;
  width: 19px;
}
.css-checkbox:checked + label::before {
  background-color: #c5c5c5;
  border: 1px solid #c5c5c5;
}
.footer-info > div::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  opacity: 0.5;
  margin: 0 0 10px;
}
.footer-info {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.footer-info * {
  flex-basis: 47.5%;
}
.footer-info * p:nth-child(1) {
  margin: 0 0 10px;
  font-weight: bold;
}
.header .logo {
  display: none;
}
.footer-info > div::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  opacity: 0.5;
  margin: 0 0 10px;
}
.footer-info__security::before {
  background: url(images/shield-security.svg) center no-repeat;
  background-size: contain;
}
.footer-info__privacy::before {
  background: url(images/shield-tick.svg) center no-repeat;
  background-size: contain;
}
.service-logo {
  background: url(images/logo.svg) no-repeat;
  background-size: contain;
  width: 130px;
  height: 40px;
  margin: 10px 0 0;
}
.modes {
  text-align: left;
  margin-top: 10px;
}
.modes_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modes_img img {
  height: 30px;
}
.payment-plan {
  display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  font-size: 11pt;
}
.payment-plan .heading span {
  font-family: "Poppins", sans-serif;
  font-size: 21pt;
  font-weight: 700;
  color: #000;
  line-height: calc(21pt * 1.3);
  display: block;
}
.payment-plan .heading {
  margin-bottom: 20px;
  color: rgb(34 34 34 / 54%);
}
.payment-plan .heading span {
  font-size: 17pt;
}
.payment-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.payment-wrapper > div:not(:last-child) {
  margin: 0 0 20px;
}
.show-terminate .payment-details__footer .button,
.show-terminate .btn-pay {
  display: none;
}
.payment-details {
  min-width: 100%;
  max-width: 374px;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  font-size: 11pt;
  color: #616161;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
}
.payment-details > div:not(:last-child) {
  margin: 0 0 20px;
  z-index: 1;
}
.payment-details__header > div:not(:last-child) {
  margin-bottom: 10px;
}
.payment-details__type {
  font-size: 14pt;
  font-weight: 500;
}
.payment-details__price {
  font-size: 11pt;
  font-weight: 500;
  color: rgb(97 97 97 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-details__addn-info {
  font-size: 8pt;
  font-weight: 500;
}
.payment-details__price,
.payment-details__name {
  font-family: "Roboto", sans-serif;
  font-size: 22pt;
  color: #616161;
  font-weight: 600;
  margin-right: 5px;
  line-height: 1.2;
}

.payment-details__courses {
  font-size: 12pt;
  margin-bottom: 10px;
}

.payment-details__content {
  flex: 1 1;
}
.payment-details__content p {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 130%;
}
.payment-details__content p:not(:last-child) {
  margin: 0 0 10px;
}
.payment-details__content p::before {
  content: "";
  width: 9pt;
  height: 9pt;
  background: url(images/star.svg) center no-repeat;
  background-size: contain;
  margin-right: 10px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 2px;
}
.payment-details__footer .button {
  background: #f4c225;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1),
    inset 0 -4px 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  cursor: pointer;
  max-width: 210px;
  height: 53px;
  margin: auto;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 11pt;
  font-weight: 600;
  color: #fff;
}
.payment-details_trial {
  background: #fff;
}
.payment-details_trial::before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
}
.payment-details_trial .payment-details__footer .button {
  background-image: linear-gradient(90deg, #dea40a 0, #fe7508 100%);
}
.overlay-content .payment-plan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  border: 0;
}
.overlay-content .close {
  display: flex !important;
}
#directsubscribe #applepay {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  margin: 0;
  opacity: 0;
}
.header {
  background: #fff;
  border-radius: 10px;
  padding: 8px;
  text-align: left;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin: 10px auto 30px;
  width: calc(100% - 40px);
}
.logo {
  width: 50px;
  height: 50px;
  background: rgb(241 238 229 / 70%) url(images/logo.svg) center no-repeat;
  background-size: 32px auto;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 5px;
}
.header .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 130%;
}
.design-copy .heading {
  font-family: "Poppins", sans-serif;
  font-size: 21pt;
  line-height: 150%;
  font-weight: 700;
  color: #000;
}
p.sub-head {
  font-size: 15px;
  color: #454545;
}
.design-copy .steps {
  padding: 30px 20px;
  text-align: left;
  max-width: 320px;
  margin: 0 auto;
}
.design-copy .steps li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}
.design-copy .steps li::before {
  content: "1";
  width: 30px;
  height: 30px;
  background-color: #353535;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  flex-shrink: 0;
}
.design-copy .steps li:last-child:before {
  content: "2";
}
.header p {
  font-size: 11px;
}
.header h2 {
  font-size: 15px;
  margin-bottom: 2px;
  color: #454545;
}
.show-subscriptionpolling .creative,
.show-congrats .creative {
  min-height: 100%;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .payment-wrapper {
    flex-direction: row;
    width: 100%;
    max-width: 767px;
    justify-content: space-between;
    margin: auto;
  }
  .payment-details {
    min-width: calc(30% - 15px);
  }
  .payment-wrapper > div:not(:last-child) {
    margin: 0;
  }
}
@media only screen and (orientation: portrait) {
  #design {
    display: flex;
    flex-direction: column;
  }
  .design-copy {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (orientation: landscape) {
  .design {
    min-height: auto;
  }
}
@media only screen and (max-height: 620px) and (orientation: portrait) {
  .download img {
    height: 180px;
  }
}
@media only screen and (min-width: 1000px) {
  #creative {
    min-width: 765px;
    margin: 0 auto;
  }
  .design::before {
    height: 50px;
    background-size: auto 40px;
  }
  .design-elements__wrapper > * {
    margin: 30px auto;
  }
  #disclaimer {
    font-size: inherit;
    line-height: inherit;
  }
}
.states .btn {
  align-items: center;
}
.success {
  display: none;
  margin: 20px auto;
  color: #4caf50;
  border: 1px solid rgba(76, 175, 80, 0.5);
  padding: 30px;
  background: #fff;
  border-radius: 6px;
}
.success p {
  font-size: 14px !important;
  font-family: "Poppins", sans-serif;
  padding: 0 !important;
}
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #fff;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.error-message {
  color: #e53030;
  margin: 10px 0 0;
  display: none;
}
.show-directsubscribe #applepay {
  display: none;
}
.logo-fn {
  background: url(images/family-now.svg) center no-repeat;
  background-size: 120px auto;
}
.prodlogo {
  width: 100%;
  height: 30px;
  margin: 0 0 15px !important;
}
.logo-el {
  background: url(images/esrlive.svg) center no-repeat;
  background-size: 55px auto;
}
.btn-collection {
  display: flex !important;
  align-items: center;
  margin-top: 20px;
}

.flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  animation: flareAnimation 2.5s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -190%;
  }
  100% {
    left: 190%;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100svh;
}

.login input {
  margin: 10px;
}

.login button {
  cursor: pointer;
  background-color: #161e54;
  color: #fff;
  border: none;
  font-size: 20px;
  min-height: 50px;
  min-width: 250px;
}

.unsubscribe input {
  margin: 10px;
}

.unsubscribe button {
  cursor: pointer;
  background-color: #161e54;
  color: #fff;
  border: none;
  font-size: 20px;
  min-height: 50px;
  min-width: 250px;
}
