html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
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;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: medium none;
}
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
* {
  margin: 0;
  padding: 0;
}
.hide {
  display: none;
}
.load_wrap {
  display: block;
}
.txt_left {
  text-align: left !important;
}
.txt_right {
  text-align: right !important;
}
.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
header.fixed {
  position: absolute;
}
h1 {
  padding: 0;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  letter-spacing: -1px;
}
div.full_width {
  width: 100%;
  max-width: none;
}
.low {
  text-transform: lowercase;
}
.upp {
  text-transform: uppercase;
}
.cap {
  text-transform: capitalize;
}
.box_border {
  padding: 0 29px;
  border: 1px solid #eeeeee;
}
.box_shadow {
  padding: 0 29px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
}
.border_box_blue {
  background-color: #f5fdfe;
  border: 1px solid #d4f4f7;
}
.border_box_green {
  background: #fafef5;
  border: 1px solid #dcf0b2;
}
.border_box_green .link_btn {
  color: #8bce00;
}
.box_grey {
  color: #908e8e;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 15px;
  letter-spacing: -0.2px;
  background-color: #fafafa;
  border: 1px solid #f1eaea;
}
.yellow_box {
  background: #fffbdd;
  border: 1px solid #ede9cd;
}
.link_btn {
  color: #17bed0;
  cursor: pointer;
  display: inline-block;
}
.link_btn:hover {
  text-decoration: underline;
}
.info_ico {
  cursor: default;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.info_ico.black {
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  opacity: 0.15;
}
.info_ico.black:hover {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
}
.btn {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.btn.blue_btn {
  background: #15c2d6;
}
.btn.blue_btn:hover {
  background: #16b9cb;
}
.btn.green_btn {
  background: #86c600;
}
.btn.green_btn:hover {
  background: #7BBD00;
}
.btn.orange_btn {
  background: #ff9326;
}
.btn.orange_btn:hover {
  background: #ffa041;
}
.inactive-butt {
  cursor: default !important;
}
.vertical_align {
  display: table-cell;
  vertical-align: middle;
}
.tooltip_box {
  width: auto;
  max-width: 230px;
}
.tooltip_box h3 {
  display: none !important;
}
.step_box,
.crypto_box,
.login_wrap,
.register_wrap,
.warning_message,
.hide_features,
.arrow_green,
.official_reseller,
.renew_subscription_message {
  display: none;
}
.login_wrap,
.register_wrap {
  margin-top: 10px;
}
body.checkout_mods #userinfo_wrap,
body.checkout_mods .promo-sticky-bar,
body.checkout_mods .header_ribbon,
body.checkout_mods .top_nav_links_holder,
body.checkout_mods .mobile-menu-btn,
body.checkout_mods .footer-wrapper footer {
  display: none !important;
}
body.checkout_mods .footer-wrapper .footer_bottom {
  border: 0;
  margin: 0 auto;
}
body.product_crypto .need_custom_plan,
body.product_crypto .try_pcloud_business,
body.product_crypto .features_wrap,
body.product_crypto .try_monthly_or_free_plan,
body.product_crypto .try_monthly_plan {
  display: none !important;
}
body.product_crypto .plans_wrap .period_wrap .period_box.active,
body.product_crypto .plans_wrap .period_wrap .period_box:hover {
  color: #73c617;
}
body.product_crypto .plans_wrap .period_wrap .arrow_box .best_valued {
  color: #73c617;
}
body.product_crypto .plans_wrap .period_wrap .current_period .check_blue {
  display: none;
}
body.product_crypto .plans_wrap .period_wrap .current_period .check_green {
  display: block;
}
body.product_crypto .plans_wrap .arrow_box .arrow_blue {
  display: none;
}
body.product_crypto .plans_wrap .arrow_box .arrow_green {
  display: block;
}
body.product_crypto .top_headline {
  margin-bottom: 28px;
}
body.product_crypto .product_box {
  margin-bottom: 24px;
}
body.product_crypto .payment_logos {
  margin-top: 0;
}
body.product_crypto .vat_is_included {
  margin: 0;
  border: 0;
}
body.cookie_consent.is_mobile .siq_bR {
  display: none !important;
}
body.cookie_consent .siq_bR {
  bottom: 90px;
}
body.cookie_consent .footer-wrapper {
  padding-bottom: 25px;
}
body.cookie_consent .footer-wrapper .cookie_consent_holder {
  padding-bottom: 80px;
}
.footer-wrapper {
  padding-bottom: 80px;
}
.plans_wrap {
  overflow: hidden;
  padding: 61px 0 0 0;
  background: #f8f8f8;
}
.plans_wrap .try_monthly_plan,
.plans_wrap .try_monthly_or_free_plan {
  margin: 30px 0px;
}
.plans_wrap .plans_inner {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.plans_wrap .top_headline {
  margin-top: 44px;
  margin-bottom: 7px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1.5px;
}
.plans_wrap .top_headline strong {
  font-weight: 400;
}
.plans_wrap .top_sub_headline,
.plans_wrap .top_sub_headline_message {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
.plans_wrap .renew_subscription_message {
  max-width: 778px;
  text-align: center;
  margin: 10px auto 0;
  font-size: 15px;
  color: #3e3e3e;
  padding: 13px 20px;
  letter-spacing: -0.2px;
}
.plans_wrap .renew_subscription_message b {
  font-weight: 500;
}
.plans_wrap .warning_message {
  text-align: center;
  font-size: 14px;
  padding: 13px 20px;
  margin: 20px auto 10px;
  max-width: 778px;
}
.plans_wrap .box {
  width: 100%;
  display: inline-block;
}
.plans_wrap .box.x2 {
  width: 50%;
}
.plans_wrap .box.x3 {
  width: 33.33333%;
}
.plans_wrap .period_wrap {
  padding: 0 20px;
}
.plans_wrap .period_wrap.no_monthly .period_sep,
.plans_wrap .period_wrap.no_monthly .period_box._1 {
  display: none;
}
.plans_wrap .period_wrap.no_monthly .period_inner {
  max-width: 278px;
}
.plans_wrap .period_wrap.no_monthly .period_box,
.plans_wrap .period_wrap.no_monthly .current_period {
  width: 50%;
}
.plans_wrap .period_wrap .period_inner {
  max-width: 418px;
  border-radius: 100px;
  margin: 43px auto;
  background: #ebebeb;
  position: relative;
  border: 1px solid #e8e8e8;
}
.plans_wrap .period_wrap .period_box {
  width: 33.33333%;
  z-index: 4;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0 9px 0;
  letter-spacing: -0.3px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.plans_wrap .period_wrap .period_box.active,
.plans_wrap .period_wrap .period_box:hover {
  color: #17bed0;
}
.plans_wrap .period_wrap .period_box._1 {
  text-indent: 2px;
}
.plans_wrap .period_wrap .period_box._2 {
  text-indent: 4px;
}
.plans_wrap .period_wrap .period_box._3 {
  text-indent: 5px;
}
.plans_wrap .period_wrap .period_sep {
  width: 1px;
  height: 14px;
  position: absolute;
  left: 141px;
  top: 12px;
  background: #cccccc;
}
.plans_wrap .period_wrap .period_sep.last {
  left: 275px;
}
.plans_wrap .period_wrap .current_period {
  background: #FFF;
  position: absolute;
  width: 33.33333%;
  height: 34px;
  top: 1px;
  left: 33.33333%;
  padding: 0 2px;
  border-radius: 100px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
.plans_wrap .period_wrap .current_period img {
  display: block;
  margin: 12px 0 0 10px;
}
.plans_wrap .period_wrap .current_period .check_green {
  display: none;
}
.plans_wrap .period_wrap .arrow_box {
  position: absolute;
  width: 220px;
  right: -183px;
  top: -22px;
}
.plans_wrap .period_wrap .arrow_box img {
  margin: 0;
}
.plans_wrap .period_wrap .arrow_box .best_valued {
  font-family: 'Marck Script', cursive;
  color: #17bed0;
  position: absolute;
  left: 50px;
  top: 29px;
  font-size: 19px;
}
.plans_wrap .products_wrap {
  display: table;
  margin: 0 auto;
  padding: 7px 0 0 0;
}
.plans_wrap .products_wrap .product_box {
  float: left;
  background: #FFF;
  width: 400px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 0 40px 34px 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
}
.plans_wrap .products_wrap .product_box.green_box {
  margin: 0px 0px 0px 26px;
}
.plans_wrap .products_wrap .product_box .discount_wrap {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
}
.plans_wrap .products_wrap .product_box .discount_wrap.green .discount_box {
  border-right-color: #86c600;
}
.plans_wrap .products_wrap .product_box .discount_wrap.innactive .discount_box {
  border-right-color: #d6d6d6;
}
.plans_wrap .products_wrap .product_box .discount_wrap.disable.innactive .discount_box {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.plans_wrap .products_wrap .product_box .discount_wrap.disable .discount_box {
  border-right-color: #ccc;
}
.plans_wrap .products_wrap .product_box .discount_wrap .discount_box {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  cursor: default;
  border-left: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-right: 80px solid #16b9cb;
  border-top: 0 solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: border-color 0.25s ease;
  -moz-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.plans_wrap .products_wrap .product_box .discount_wrap .discount_box .discount_value_wrap {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 80px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.plans_wrap .products_wrap .product_box .discount_wrap .discount_box .curreny_sign,
.plans_wrap .products_wrap .product_box .discount_wrap .discount_box .percent_sign {
  display: none;
}
.plans_wrap .products_wrap .product_box .discount_wrap .discount_box .curreny_sign {
  font-size: 16px;
}
.plans_wrap .products_wrap .product_box .product_headline {
  font-size: 22px;
  font-weight: bold;
  margin: 39px 0 0 0;
  letter-spacing: -0.5px;
}
.plans_wrap .products_wrap .product_box .product_headline.blue {
  color: #17bed0;
}
.plans_wrap .products_wrap .product_box .product_headline.green {
  color: #73c617;
}
.plans_wrap .products_wrap .product_box .product_period {
  color: #999;
  font-weight: 100;
  font-size: 14px;
  margin: 6px 0 0 0;
  text-transform: uppercase;
}
.plans_wrap .products_wrap .product_box .product_price {
  height: 51px;
  margin: 34px 0 0 0;
}
.plans_wrap .products_wrap .product_box .product_price .sign {
  font-size: 22px;
  line-height: 41px;
  vertical-align: top;
}
.plans_wrap .products_wrap .product_box .product_price .value {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 0 -1px;
}
.plans_wrap .products_wrap .product_box .product_price .product_period_short {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 0 -3px;
}
.plans_wrap .products_wrap .product_box .product_price .plan_discount {
  color: #999;
  display: none;
  position: relative;
}
.plans_wrap .products_wrap .product_box .product_price .plan_discount .ld_sign {
  font-size: 22px;
  line-height: 41px;
  vertical-align: top;
}
.plans_wrap .products_wrap .product_box .product_price .plan_discount .ld_value {
  font-size: 40px;
  font-weight: 100;
  letter-spacing: -1px;
  margin: 0 0 0 -1px;
}
.plans_wrap .products_wrap .product_box .product_price .plan_discount .ld_slash {
  color: #e5e5e5;
  font-size: 42px;
  font-weight: 100;
  padding: 0 3px;
}
.plans_wrap .products_wrap .product_box .product_price .plan_discount .ld_line {
  width: 83%;
  height: 1px;
  top: 50%;
  left: -3%;
  margin: -1px 0 0;
  position: absolute;
  background: #999;
}
.plans_wrap .products_wrap .product_box .product_total {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
  height: 18px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.plans_wrap .products_wrap .product_box .product_total .subscription_type {
  text-align: center;
}
.plans_wrap .products_wrap .product_box .product_total .payment_type {
  display: none;
}
.plans_wrap .products_wrap .product_box .product_total .yearly_old_price {
  display: none;
  position: relative;
  margin: 0 6px 0 0;
}
.plans_wrap .products_wrap .product_box .product_total .yearly_old_price .curreny_sign {
  font-size: 14px;
}
.plans_wrap .products_wrap .product_box .product_total .yearly_old_price .year_total_old {
  font-size: 15px;
}
.plans_wrap .products_wrap .product_box .product_total .yearly_old_price .discount_line {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  margin: -1px 0 0 0;
  background: #9e9e9e;
}
.plans_wrap .products_wrap .product_box .product_buy {
  max-width: 100%;
  font-size: 15px;
  margin: 44px 0 24px;
  padding: 15px 0 14px 0;
  text-transform: uppercase;
}
.plans_wrap .products_wrap .product_box .product_buy.blue_btn {
  background: #17bed0;
}
.plans_wrap .products_wrap .product_box .product_buy.blue_btn:hover {
  background: #16b9cb;
}
.plans_wrap .products_wrap .product_box .product_buy.disable,
.plans_wrap .products_wrap .product_box .product_buy.disable:hover {
  background: #d6d6d6;
  cursor: default !important;
}
.plans_wrap .products_wrap .product_box .product_description {
  color: #888888;
  font-size: 14px;
  letter-spacing: -0.3px;
  min-height: 32px;
}
.plans_wrap .products_wrap .product_box .product_features_wrap {
  margin: 27px 0 0;
}
.plans_wrap .products_wrap .product_box .product_features_wrap .product_feature {
  text-align: left;
  font-size: 17px;
  letter-spacing: -0.5px;
  position: relative;
  padding: 10px 20px 10px 0;
  border-top: 1px solid #f5f5f5;
}
.plans_wrap .products_wrap .product_box .product_features_wrap .product_feature:first-child {
  border: 0;
}
.plans_wrap .products_wrap .product_box .product_features_wrap .product_feature .info_ico {
  position: absolute;
  top: 13px;
  right: 0;
}
.plans_wrap .products_wrap .product_box.disable {
  color: #ccc;
}
.plans_wrap .products_wrap .product_box.disable .product_headline,
.plans_wrap .products_wrap .product_box.disable .product_period,
.plans_wrap .products_wrap .product_box.disable .product_total,
.plans_wrap .products_wrap .product_box.disable .product_description {
  color: #ccc !important;
}
.plans_wrap .products_wrap .product_box.disable.green_box {
  outline-color: #ccc;
}
.plans_wrap .products_wrap .product_box.disable .product_price .sign {
  color: #ccc;
}
.plans_wrap .products_wrap .product_box.disable .product_price .value {
  color: #ccc;
}
.plans_wrap .products_wrap .product_box.disable .product_price .plan_discount {
  color: #ccc;
}
.plans_wrap .products_wrap .product_box.disable .product_price .plan_discount .ld_line {
  background: #ccc;
}
.plans_wrap .products_wrap .product_box.disable .product_features_wrap .product_feature {
  color: #ccc;
}
.plans_wrap .lifetime_explain {
  display: none;
  color: #909090;
  font-size: 13px;
  text-align: center;
  padding: 20px;
  margin: 0;
  font-weight: 400;
  border-top: 1px solid #eee;
}
.plans_wrap .need_custom_plan,
.plans_wrap .vat_is_included {
  display: none;
}
.plans_wrap .need_custom_plan,
.plans_wrap .try_pcloud_business {
  font-size: 18px;
  margin: 2px 0;
  padding: 0;
  text-align: center;
}
.plans_wrap .vat_is_included {
  color: #999;
  font-size: 14px;
  margin: 21px 0 25px 0;
  padding: 0 0 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.plans_wrap .try_free_plan {
  display: table;
  width: 100%;
}
.plans_wrap .try_monthly_or_free_plan {
  display: table;
}
.plans_wrap .try_monthly_plan,
.plans_wrap .try_monthly_or_free_plan {
  text-align: center;
  font-size: 18px;
}
.plans_wrap .try_monthly_plan .span_btn,
.plans_wrap .try_monthly_or_free_plan .span_btn {
  cursor: pointer;
  display: inline-block;
  color: #17bed0;
  text-decoration: underline;
}
.plans_wrap .try_monthly_plan .span_btn:hover,
.plans_wrap .try_monthly_or_free_plan .span_btn:hover {
  text-decoration: none;
}
.plans_wrap .official_reseller {
  max-width: 778px;
  text-align: center;
  margin: 10px auto 0;
  font-size: 15px;
  color: #3e3e3e;
  padding: 13px 20px;
  letter-spacing: -0.2px;
}
.plans_wrap .official_reseller a {
  text-decoration: none;
}
.plans_wrap .official_reseller a strong {
  font-weight: 400;
}
.plans_wrap .official_reseller a:hover {
  text-decoration: underline;
}
.content_sep {
  width: 100%;
  height: 1px;
  margin: 20px 0 0 0;
  background: #f6f6f6;
}
.payment_logos {
  width: 100%;
  display: table;
  padding: 44px 0;
  margin: 50px 0 0 0;
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
}
.payment_logos .payment_logos_wrap {
  display: table;
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
.payment_logos .secure_payments_headline {
  color: #ababab;
  float: left;
  margin: 2px 0 0 0;
}
.payment_logos .secure_payments_headline img {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  vertical-align: top;
  padding: 2px 0 0 0;
}
.payment_logos .secure_payments_headline span {
  padding: 0 0 0 10px;
}
.payment_logos .payment_logos_holder {
  float: right;
}
.payment_logos .logo_box {
  float: left;
  margin: 0 30px;
}
.payment_logos .logo_box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
}
.payment_logos .logo_box img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.payment_logos .logo_box.first {
  margin-left: 0px;
}
.payment_logos .logo_box.last {
  margin-right: 0px;
}
.txt_unavailable {
  display: none;
}
.unavailable {
  cursor: default;
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.unavailable * {
  cursor: default;
}
.unavailable .txt_unavailable {
  display: block;
}
.unavailable .txt_available {
  display: none;
}
.no_downgrade .btn,
.unavailable .btn {
  cursor: default !important;
  background: #c1c1c1 !important;
  box-shadow: none !important;
}
.tab *::selection,
.custom_plan_wrap *::selection,
.plans_buttons_wrap *::selection,
.cart_box_action *::selection,
.card_logo *::selection,
.card_number label *::selection,
.link_btn *::selection,
.period_inner *::selection,
.tab::selection,
.custom_plan_wrap::selection,
.plans_buttons_wrap::selection,
.cart_box_action::selection,
.card_logo::selection,
.card_number label::selection,
.link_btn::selection,
.period_inner::selection {
  background: transparent !important;
}
.step_box.bottom_padding {
  padding-bottom: 60px;
}
.step_box_inner {
  max-width: 640px;
  padding: 0 0 40px 0;
  margin: 0 auto;
  position: relative;
  background: #FFF;
}
.auth_box {
  display: inline-block;
  width: 100%;
  padding-bottom: 70px;
  min-width: 640px;
  vertical-align: top;
}
.auth_box .responsive-wrap {
  width: 100%;
  max-width: 420px;
}
.ordered_items_wrap {
  margin: 15px 0 0 0;
}
.ordered_items_wrap .cart_item_box {
  max-width: 532px;
  font-size: 13px;
  padding: 14px 30px;
  margin: 5px auto 0 auto;
  letter-spacing: -0.2px;
  border-left: 0;
  border-right: 0;
}
.ordered_items_wrap .cart_item_box:first-child {
  margin-top: 0;
}
.ordered_items_wrap .cart_item_box.disabled {
  opacity: 1;
  color: #b1b1b1;
  background-color: #fafafa;
  border-color: #f5f5f5;
}
.ordered_items_wrap .cart_item_box.disabled .change_or_remove {
  display: none;
}
.ordered_items_wrap .cart_item_box.disabled .add_again {
  display: block;
}
.ordered_items_wrap .cart_item_box.disabled .cart_old_price {
  color: #b9b9b9;
}
.ordered_items_wrap .cart_item_box.disabled .line_trough {
  background: #b1acac;
}
.ordered_items_wrap .cart_item_box.disabled .upsale_checkbox span {
  display: none;
}
.ordered_items_wrap .cart_item_box img {
  float: left;
  margin: 3px 11px 0 0;
}
.ordered_items_wrap .cart_item_box strong {
  font-weight: 500;
}
.ordered_items_wrap .cart_item_box .cart_item_price {
  float: right;
}
.ordered_items_wrap .cart_item_box .cart_box_action {
  float: right;
  text-transform: capitalize;
}
.ordered_items_wrap .cart_item_box .cart_box_action .add_again {
  display: none;
}
.ordered_items_wrap .cart_item_box .usd_abr {
  padding: 0 0 0 3px;
}
.ordered_items_wrap .cart_item_box .cart_old_price {
  font-size: 11px;
  position: relative;
  display: inline-block;
  color: #565656;
  cursor: default;
  margin: 0 5px 0 3px;
}
.ordered_items_wrap .cart_item_box .line_trough {
  position: absolute;
  width: 112%;
  height: 1px;
  top: 49%;
  left: -6%;
  background: #585858;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.ordered_items_wrap .cart_item_box .upsale_checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0px 10px -2px 0;
  border: 1px solid #696767;
  background-color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  bottom: 2px;
}
.ordered_items_wrap .cart_item_box .upsale_checkbox.checked {
  background-color: #86c600;
  border: none;
}
.ordered_items_wrap .cart_item_box .upsale_checkbox span {
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ordered_items_wrap .cart_item_box.cart-upsell-wrapper {
  display: flex;
  align-items: center;
  color: #212121;
  justify-content: space-between;
}
.ordered_items_wrap .cart_item_box.cart-upsell-wrapper .upsale_checkbox {
  flex-shrink: 0;
}
.ordered_items_wrap .cart_item_box.cart-upsell-wrapper .upsale_checkbox.checked {
  background-color: #17bed0;
}
.ordered_items_wrap .cart_item_box.cart-upsell-wrapper .attention {
  color: #ff8000;
}
.ordered_items_wrap .cart_item_box.cart-upsell-wrapper .product-name {
  flex-grow: 1;
}
.ordered_items_wrap .cart_item_box.cart-upsell-wrapper .cart_item_price {
  width: 24px;
}
.cart_box {
  display: none;
  margin: 20px 0 0 0;
}
.cart_box .cart_item_box {
  max-width: 532px;
  font-size: 13px;
  padding: 14px;
  margin: 10px auto 0 auto;
  letter-spacing: -0.2px;
}
.cart_box .cart_item_box:first-child {
  margin-top: 0;
}
.cart_box .cart_item_box img {
  float: left;
  margin: 3px 11px 0 0;
}
.cart_box .cart_item_box strong {
  font-weight: 500;
}
.cart_box .cart_item_box .cart_box_action {
  float: right;
  text-transform: capitalize;
}
.cart_box .cart_item_box .cart_box_action .add_again {
  display: none;
}
.cart_box .cart_item_box .cart_old_price {
  font-size: 11px;
  position: relative;
  display: inline-block;
  color: #565656;
  cursor: default;
  margin: 0 5px 0 3px;
}
.cart_box .cart_item_box .line_trough {
  position: absolute;
  width: 112%;
  height: 1px;
  top: 49%;
  left: -6%;
  background: #585858;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cart_box .cart_item_box.disabled {
  color: #2b2b2b;
  background-color: #fafafa;
  border-color: #f5f5f5;
}
.cart_box .cart_item_box.disabled .change_or_remove {
  display: none;
}
.cart_box .cart_item_box.disabled .add_again {
  display: block;
}
.cart_box .cart_item_box.disabled .cart_old_price {
  color: #b9b9b9;
}
.cart_box .cart_item_box.disabled .line_trough {
  background: #b1acac;
}
.box_headline {
  font-size: 21px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.6px;
  margin: 40px 0 35px;
}
.tabs_box {
  max-width: 420px;
  margin: 0 auto 20px auto;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.tabs_box.centered {
  text-align: center;
}
.tabs_box.tabs_x2 .tab,
.tabs_box.tabs_x2 .tab_sep,
.tabs_box.tabs_x2 .hover_sep {
  width: 50%;
}
.tabs_box.tabs_x3 .tab,
.tabs_box.tabs_x3 .tab_sep,
.tabs_box.tabs_x3 .hover_sep {
  width: 33.33333%;
}
.tabs_box.tabs_x4 .tab,
.tabs_box.tabs_x4 .tab_sep,
.tabs_box.tabs_x4 .hover_sep {
  width: 25%;
}
.tabs_box.tabs_x5 .tab,
.tabs_box.tabs_x5 .tab_sep,
.tabs_box.tabs_x5 .hover_sep {
  width: 20%;
}
.tabs_box .tab {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  padding: 0 0 10px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.tabs_box .tab.active {
  cursor: default;
}
.tabs_box .tab.disabled {
  color: #9c9c9c;
  cursor: default;
}
.tabs_box .tab.disabled img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.tabs_box .tab.tab_safecharge {
  display: none;
}
.tabs_box .tab.tab_mobilepayment,
.tabs_box .tab.tab_wechatpayment,
.tabs_box .tab.tab_alipaypayment {
  display: none;
}
.tabs_box .tab_sep {
  height: 2px;
  left: 0;
  bottom: -1px;
  position: absolute;
  background: #18bcc5;
}
.tabs_box .tab_sep.animated {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: left .2s ease;
  -moz-transition: left .2s ease;
  -o-transition: left .2s ease;
  transition: left .2s ease;
}
.tabs_box .hover_sep {
  height: 1px;
  left: 0;
  bottom: -1px;
  opacity: 0;
  position: absolute;
  background: #c1c1c1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: left .2s ease, opacity .2s ease;
  -moz-transition: left .2s ease, opacity .2s ease;
  -o-transition: left .2s ease, opacity .2s ease;
  transition: left .2s ease, opacity .2s ease;
}
.form input.text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.form input.text:focus {
  outline: none;
  border-color: #99c8ce;
}
/****** Payment Styles ******/
.secure_checkout_h1 {
  display: none;
  text-align: center;
  text-transform: capitalize;
  margin: 37px auto 39px auto;
}
.secure_checkout_h1 img {
  vertical-align: middle;
}
.secure_checkout_h1 span {
  font-size: 36px;
  font-weight: 100;
  letter-spacing: -1.3px;
  padding: 0 0 0 14px;
  vertical-align: middle;
}
.email_box {
  font-size: 13px;
  text-align: center;
  color: #8a8a8a;
  font-weight: 100;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  padding: 18px;
}
.email_box .user_email {
  color: #2c2c2c;
  font-weight: 400;
}
.checkout_box_wrap,
.signin_box_wrap {
  display: table;
  margin: 0 auto;
}
.checkout_box {
  display: inline-block;
  min-width: 640px;
  vertical-align: top;
}
.checkout_box .no_refund {
  display: none;
  text-align: center;
  margin-top: 10px;
}
.info_column {
  display: inline-block;
  min-width: 400px;
  max-width: 400px;
  vertical-align: top;
  margin: 0 0 0 20px;
  padding: 0;
}
.info_column .what_u_get_h1 {
  margin: 0;
  padding: 30px 0 20px 0;
}
.info_column .padding_box {
  padding: 0 30px;
}
.info_column .getting_wrap {
  overflow: hidden;
  position: relative;
  max-height: 195px;
  min-height: 58px;
}
.info_column .getting_wrap.ps-container .ps-scrollbar-y {
  width: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top .2s linear;
  -moz-transition: top .2s linear;
  -o-transition: top .2s linear;
  transition: top .2s linear;
}
.info_column .getting_wrap.ps-container .ps-scrollbar-y-rail {
  display: inherit !important;
  opacity: 1 !important;
  background: #eaeaea;
  width: 5px;
  right: 0;
}
.info_column .getting_wrap.ps-container .get_row {
  max-width: 95%;
}
.info_column .getting_wrap .get_box {
  display: none;
}
.info_column .getting_wrap .get_box.first_visible_child {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}
.info_column .getting_wrap .get_box.first_visible_child .get_row:first-child {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}
.info_column .getting_wrap .get_box .get_row {
  line-height: 15px;
  padding: 11px 0;
  border-top: 1px solid #f2f2f2;
}
.info_column .getting_wrap .get_box .get_row img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.info_column .getting_wrap .get_box .get_row span {
  display: inline-block;
  max-width: 250px;
  color: #565656;
  font-size: 14px;
  vertical-align: top;
}
.info_column .order_info_wrap .box_headline {
  margin: 0;
  padding: 15px 0 0 0;
}
.info_column .order_info_wrap .change_order {
  color: #17bed0;
  float: right;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  margin: 7px 0 0 0;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.info_column .order_info_wrap .change_order:hover {
  text-decoration: underline;
}
.info_column .order_info_wrap .total_price_wrap {
  max-width: none;
  border: 0;
  margin: 0;
  padding: 15px 0 37px 0;
}
.info_column .order_info_wrap .total_price_wrap .total_text {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 190px;
}
.info_column .order_info_wrap .total_price_wrap .old_price {
  margin: 0 4px 0 0;
}
.info_column .order_info_wrap .total_price_wrap .old_price .usd_abr {
  font-size: 11px;
  padding: 0 0 0 2px;
}
.info_column .order_info_wrap .total_price_wrap .current_price .sign {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
}
.info_column .order_info_wrap .total_price_wrap .current_price .usd_abr {
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 0 5px;
}
.info_column .order_info_wrap .total_price_wrap .current_price .value {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
}
.secure_payment_box {
  color: #9e9e9e;
  max-width: 558px;
  margin: 20px auto 0 auto;
}
.checkout_disclaimer {
  padding-top: 30px;
  color: #999;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  margin: 0 auto;
  max-width: 1040px;
}
.checkout_disclaimer a,
.checkout_disclaimer div.address {
  color: #444444;
}
.checkout_disclaimer .stored_credentials {
  margin-bottom: 20px;
  display: none;
}
.checkout_disclaimer .stored_credentials .inline-button {
  font-weight: bold;
  cursor: pointer;
}
.total_price_wrap {
  max-width: 420px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 20px;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid #eeeeee;
}
.total_price_wrap .total_text {
  display: inline-block;
}
.total_price_wrap .total_price {
  float: right;
  font-weight: 500;
}
.total_price_wrap .old_price {
  display: none;
  color: #888;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  margin: 0 10px 0 0;
}
.total_price_wrap .old_price .line {
  position: absolute;
  width: 102%;
  height: 1px;
  top: 49%;
  left: -3%;
  background: #777;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.total_price_wrap .current_price {
  display: inline-block;
}
.total_price_wrap .sign {
  padding: 0 4px 0 0;
}
.pay_btn {
  max-width: 420px;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 11px 0;
  margin: 15px auto 0 auto;
  text-transform: uppercase;
  display: none;
}
.pay_btn img {
  left: 13px;
  top: 13px;
  position: absolute;
}
.pay_btn.disabled,
.pay_btn.disabled:hover {
  cursor: default!important;
  box-shadow: none;
  background-image: none;
  background-color: #DCDCDC;
}
.try_family_or_business {
  max-width: 826px;
  margin: 25px auto;
  width: 100%;
}
.try_family_or_business .try_headline {
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 22px;
}
.try_family_or_business .inline_wrap {
  display: inline-block;
}
.try_family_or_business .try_family,
.try_family_or_business .try_business {
  display: table;
  width: 400px;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
}
.try_family_or_business .try_family {
  margin-right: 22px;
}
.try_family_or_business .try_icon {
  display: table-cell;
  vertical-align: middle;
  margin-right: 20px;
}
.try_family_or_business .texts_wrap {
  display: table-cell;
  vertical-align: middle;
}
.try_family_or_business .try_title {
  font-family: Roboto;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.3px;
  text-align: left;
  color: #222;
  margin-bottom: 8px;
}
.try_family_or_business .try_text {
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: left;
  color: #222;
}
.try_family_or_business .try_text .learn_more {
  color: #17bed0;
  text-decoration: none;
}
.payment_wrap {
  display: none;
  max-width: 420px;
  margin: 0 auto;
}
.payment_wrap .inner {
  padding: 0;
}
.payment_wrap.card_wrap .adyen_form {
  margin-top: 18px;
  margin-bottom: 19px;
}
.payment_wrap.card_wrap .adyen_change_card_container {
  display: none;
}
.payment_wrap.card_wrap .adyen_change_card_container .adyen_change_card,
.payment_wrap.card_wrap .adyen_change_card_container .adyen_revert_card {
  font-size: .81em;
  font-weight: 400;
  padding-bottom: 5px;
}
.payment_wrap.card_wrap .adyen_change_card_container .adyen_revert_card {
  display: none;
}
.payment_wrap.card_wrap .adyen_prefilled_form {
  box-sizing: border-box;
  width: 100%;
  margin-top: 18px;
  display: none;
}
.payment_wrap.card_wrap .adyen_prefilled_form > div {
  display: block;
  margin-bottom: 16px;
}
.payment_wrap.card_wrap .adyen_prefilled_form .label {
  color: #00112c;
  display: block;
  font-size: .81em;
  font-weight: 400;
  line-height: 13px;
  padding-bottom: 5px;
}
.payment_wrap.card_wrap .adyen_prefilled_form #adyen_card_logo {
  -webkit-transform: translateY(-50%);
  border-radius: 3px;
  height: 18px;
  margin-left: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
}
.payment_wrap.card_wrap .adyen_prefilled_form .input {
  -webkit-transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  background: #f2f2f2;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  color: #00112c;
  display: block;
  font-family: inherit;
  font-size: 1em;
  height: 40px;
  line-height: 30px;
  outline: none;
  padding: 5px 8px;
  position: relative;
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}
.payment_wrap.card_wrap .adyen_prefilled_form .clmn2x {
  display: flex;
}
.payment_wrap.card_wrap .adyen_prefilled_form .clmn2x.sidestacked {
  justify-content: space-between;
}
.payment_wrap.card_wrap .adyen_prefilled_form .exp-date,
.payment_wrap.card_wrap .adyen_prefilled_form .cvc {
  width: 50%;
}
.payment_wrap.card_wrap .adyen_prefilled_form .exp-date {
  margin-right: 8px;
}
.payment_wrap.card_wrap .adyen_prefilled_form .cvc {
  margin-left: 8px;
}
.payment_wrap.card_wrap .default_form,
.payment_wrap.card_wrap .safecharge_form {
  padding: 0;
  margin-top: 18px;
  display: none;
}
.payment_wrap.card_wrap .default_form .inner,
.payment_wrap.card_wrap .safecharge_form .inner {
  min-height: 152px;
}
.payment_wrap.card_wrap .default_form label,
.payment_wrap.card_wrap .safecharge_form label {
  float: left;
  color: #999999;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 7px 0;
}
.payment_wrap.card_wrap .default_form input,
.payment_wrap.card_wrap .safecharge_form input,
.payment_wrap.card_wrap .default_form .input,
.payment_wrap.card_wrap .safecharge_form .input {
  float: left;
  clear: both;
  width: 100%;
  height: 38px;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: 10px 12px 9px 12px;
  border: 1px solid #cccccc;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.payment_wrap.card_wrap .default_form input:focus,
.payment_wrap.card_wrap .safecharge_form input:focus,
.payment_wrap.card_wrap .default_form .input:focus,
.payment_wrap.card_wrap .safecharge_form .input:focus,
.payment_wrap.card_wrap .default_form input.focused,
.payment_wrap.card_wrap .safecharge_form input.focused,
.payment_wrap.card_wrap .default_form .input.focused,
.payment_wrap.card_wrap .safecharge_form .input.focused {
  outline: none;
  border-color: #99c8ce;
}
.payment_wrap.card_wrap .default_form input.placeholdered,
.payment_wrap.card_wrap .safecharge_form input.placeholdered,
.payment_wrap.card_wrap .default_form .input.placeholdered,
.payment_wrap.card_wrap .safecharge_form .input.placeholdered {
  background-color: transparent;
}
.payment_wrap.card_wrap .default_form input.filled,
.payment_wrap.card_wrap .safecharge_form input.filled,
.payment_wrap.card_wrap .default_form .input.filled,
.payment_wrap.card_wrap .safecharge_form .input.filled {
  background-color: #FFF;
}
.payment_wrap.card_wrap .default_form input.disabled,
.payment_wrap.card_wrap .safecharge_form input.disabled,
.payment_wrap.card_wrap .default_form input[disabled],
.payment_wrap.card_wrap .safecharge_form input[disabled] {
  opacity: 1;
  border-color: #C7C7C7;
  background-color: #F1F1F1 !important;
  color: #2b2b2b !important;
}
.payment_wrap.card_wrap .default_form .error input,
.payment_wrap.card_wrap .safecharge_form .error input,
.payment_wrap.card_wrap .default_form .error.input,
.payment_wrap.card_wrap .safecharge_form .error.input {
  border: none;
  box-shadow: inset 0px 0px 0px 1.6px #A50203;
  height: 38px;
  background-color: #fffdfd;
  animation-name: errorShake;
  animation-duration: 700ms;
  animation-delay: 300ms;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.payment_wrap.card_wrap .default_form .input_box,
.payment_wrap.card_wrap .safecharge_form .input_box {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
}
.payment_wrap.card_wrap .default_form .input_box.card_number,
.payment_wrap.card_wrap .safecharge_form .input_box.card_number {
  max-width: 310px;
  margin-right: 10px;
}
.payment_wrap.card_wrap .default_form .input_box.card_number .placehodler,
.payment_wrap.card_wrap .safecharge_form .input_box.card_number .placehodler {
  line-height: 43px;
}
.payment_wrap.card_wrap .default_form .input_box.card_number .change_card,
.payment_wrap.card_wrap .safecharge_form .input_box.card_number .change_card,
.payment_wrap.card_wrap .default_form .input_box.card_number .revert_card,
.payment_wrap.card_wrap .safecharge_form .input_box.card_number .revert_card {
  display: none;
  float: right;
  font-size: 12px;
  color: #17bed0;
  padding: 1px 0 0 0;
}
.payment_wrap.card_wrap .default_form .input_box.exp_date,
.payment_wrap.card_wrap .safecharge_form .input_box.exp_date {
  max-width: 100px;
}
.payment_wrap.card_wrap .default_form .input_box.exp_date.error .input_mask,
.payment_wrap.card_wrap .safecharge_form .input_box.exp_date.error .input_mask {
  border-color: #f87676 !important;
  background-color: #fffaf9 !important;
}
.payment_wrap.card_wrap .default_form .input_box.person_name,
.payment_wrap.card_wrap .safecharge_form .input_box.person_name {
  max-width: 310px;
  margin: 12px 10px 0 0;
}
.payment_wrap.card_wrap .default_form .input_box.person_name input,
.payment_wrap.card_wrap .safecharge_form .input_box.person_name input {
  text-align: left;
  text-transform: uppercase;
}
.payment_wrap.card_wrap .default_form .input_box.person_name .placehodler,
.payment_wrap.card_wrap .safecharge_form .input_box.person_name .placehodler {
  font-size: 14px;
  text-align: left;
  text-indent: 13px;
}
.payment_wrap.card_wrap .default_form .input_box.cvc,
.payment_wrap.card_wrap .safecharge_form .input_box.cvc {
  max-width: 100px;
  margin-top: 12px;
}
.payment_wrap.card_wrap .default_form .input_box.cvc label,
.payment_wrap.card_wrap .safecharge_form .input_box.cvc label {
  font-size: 12px;
}
.payment_wrap.card_wrap .default_form .input_box.cvc .placehodler,
.payment_wrap.card_wrap .safecharge_form .input_box.cvc .placehodler {
  line-height: 43px;
}
.payment_wrap.card_wrap .default_form .input_box.cvc .info_ico,
.payment_wrap.card_wrap .safecharge_form .input_box.cvc .info_ico {
  float: right;
}
.payment_wrap.card_wrap .default_form .input_box.card_number input,
.payment_wrap.card_wrap .safecharge_form .input_box.card_number input,
.payment_wrap.card_wrap .default_form .input_box.exp_date input,
.payment_wrap.card_wrap .safecharge_form .input_box.exp_date input,
.payment_wrap.card_wrap .default_form .input_box.cvc input,
.payment_wrap.card_wrap .safecharge_form .input_box.cvc input {
  padding: 10px 0px 9px 0px;
}
.payment_wrap.card_wrap .default_form .input_box .card_logo,
.payment_wrap.card_wrap .safecharge_form .input_box .card_logo {
  display: none;
  position: absolute;
  height: 22px;
  width: 28px;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  cursor: text;
}
.payment_wrap.card_wrap .default_form .input_box .placehodler,
.payment_wrap.card_wrap .safecharge_form .input_box .placehodler {
  color: #c5c5c5;
  position: absolute;
  bottom: 0;
  height: 38px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  background-color: #FFF;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.payment_wrap.card_wrap .safecharge_form iframe {
  height: 17px !important;
}
.payment_wrap.card_wrap .safecharge_form .input_box.card_number,
.payment_wrap.card_wrap .safecharge_form .input_box.person_name {
  margin-right: 5px;
}
.payment_wrap.card_wrap .safecharge_form input:not(#holder_name) {
  display: none;
}
.payment_wrap.paypal_wrap .inner {
  text-align: center;
}
.payment_wrap.paypal_wrap .inner .paypal_logo_wrap {
  display: table;
  width: 100%;
  height: 170px;
}
.payment_wrap.paypal_wrap .inner .paypal_logo_wrap img {
  display: block;
  margin: 0 auto;
  padding: 22px 0 0 0;
}
.payment_wrap.paypal_wrap .inner .text {
  color: #999;
  font-size: 12px;
  text-align: center;
}
.payment_wrap.paypal_wrap .inner .pp_troubleshoot {
  display: none !important;
}
.payment_wrap.paypal_wrap .inner .paypal_user_box {
  display: none;
  margin: -21px 0 7px 0;
}
.payment_wrap.paypal_wrap .inner .paypal_user_box a {
  margin: 0 0 0 10px;
}
.payment_wrap.paypal_wrap .inner #braintree-paypal-loggedout {
  position: relative;
  display: none !important;
  background-image: none !important;
}
.payment_wrap.paypal_wrap .inner #braintree-paypal-loggedin {
  border: none !important;
  display: none !important;
  background-image: none !important;
}
.payment_wrap.paypal_wrap .inner #bt-pp-name {
  display: none !important;
}
.payment_wrap.paypal_wrap .inner #bt-pp-email {
  margin: 0 !important;
  font-size: 15px !important;
}
.payment_wrap.paypal_wrap .inner #bt-pp-cancel {
  display: inline-block;
  color: #26b8c7 !important;
  font-size: 14px !important;
  padding: 0 0 0 10px !important;
  float: none !important;
  margin: 0 !important;
}
.payment_wrap.alipay_wrap .inner {
  text-align: center;
}
.payment_wrap.alipay_wrap .inner .logo_wrap {
  display: table;
  width: 100%;
  height: 170px;
}
.payment_wrap.alipay_wrap .inner .logo_wrap img {
  display: block;
  margin: 0 auto;
  padding: 22px 0 0 0;
}
.payment_wrap.alipay_wrap .inner .text {
  color: #999;
  font-size: 12px;
  text-align: center;
}
.payment_wrap.alipay_wrap .inner .pp_troubleshoot {
  display: none !important;
}
.payment_wrap.bitcoin_wrap .inner .btc_content {
  min-height: 170px;
  font-size: 14px;
  text-align: center;
}
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_qr {
  width: 126px;
  height: 126px;
  float: left;
  margin: 29px 0 0;
  border: 1px solid #eee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_payment_box {
  float: right;
  width: 272px;
  text-align: left;
  margin: 45px 0 0 0;
}
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_price {
  color: #888;
  font-size: 13px;
}
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_price span,
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_price b {
  color: #000;
  font-weight: 500;
}
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_address_wrap {
  display: table;
  width: 100%;
  height: 108px;
  margin: -4px 0 0 0;
}
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_wrap_vertical {
  display: table-cell;
  vertical-align: middle;
}
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_address {
  color: #888;
  margin: 15px 0 0 0;
  letter-spacing: -0.5px;
}
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_address a {
  color: #000;
  font-size: 12px;
  letter-spacing: 0;
  word-break: break-all;
}
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_timer {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  margin: 15px 0 0;
}
.payment_wrap.bitcoin_wrap .inner .btc_content .btc_timer span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.payment_wrap.bitcoin_wrap .inner .btc_loading {
  height: 170px;
  position: relative;
}
.payment_wrap.bitcoin_wrap .inner .btc_loading .spinner {
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -24px;
  position: absolute;
  background: url(/Zfk/images/modal_loading_transparent@2x.png) no-repeat;
  background-size: 48px;
  -webkit-animation: spin .5s linear infinite;
  -moz-animation: spin .5s linear infinite;
  -o-animation: spin .5s linear infinite;
  -ms-animation: spin .5s linear infinite;
  animation: spin .5s linear infinite;
}
.payment_wrap.bitcoin_wrap .inner .btc_loading .txt {
  color: #0BB2C3;
  font-size: 13px;
  text-align: center;
  position: absolute;
  width: 100%;
  cursor: default;
  text-transform: uppercase;
  margin: 108px 0 0 0;
}
.payment_wrap.bitcoin_wrap .inner .btc_expired {
  height: 170px;
  font-size: 17px;
  text-align: center;
}
.payment_wrap.bitcoin_wrap .inner .btc_expired .btc_expired_wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.payment_wrap.bitcoin_wrap .inner .btc_expired .btc_wrap_vertical {
  display: table-cell;
  vertical-align: middle;
}
.payment_wrap.bitcoin_wrap .inner .btc_expired .expired_txt {
  margin: 13px auto 0 auto;
}
.payment_wrap.bitcoin_wrap .inner .btc_expired .btc_reload {
  color: #17bed0;
  font-size: 16px;
  margin: 10px 0 0;
  display: block;
  cursor: pointer;
  text-decoration: underline;
}
.payment_wrap.bitcoin_wrap .inner .btc_expired .btc_reload:hover {
  text-decoration: none;
}
.payment_wrap.wechat_wrap .inner .wechat_content {
  min-height: 170px;
  font-size: 14px;
  text-align: center;
}
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_qr {
  width: 126px;
  height: 126px;
  float: left;
  margin: 29px 0 0;
  border: 1px solid #eee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_payment_box {
  float: right;
  width: 272px;
  text-align: left;
  margin: 45px 0 0 0;
}
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_price {
  color: #888;
  font-size: 13px;
}
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_price span,
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_price b {
  color: #000;
  font-weight: 500;
}
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_address_wrap {
  display: table;
  width: 100%;
  height: 108px;
  margin: -4px 0 0 0;
}
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_wrap_vertical {
  display: table-cell;
  vertical-align: middle;
}
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_address {
  color: #888;
  margin: 15px 0 0 0;
  letter-spacing: -0.5px;
}
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_address a {
  color: #000;
  font-size: 12px;
  letter-spacing: 0;
  word-break: break-all;
}
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_timer {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  margin: 15px 0 0;
}
.payment_wrap.wechat_wrap .inner .wechat_content .wechat_timer span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.payment_wrap.wechat_wrap .inner .wechat_content .btn {
  margin-top: 33px;
}
.payment_wrap.wechat_wrap .inner .btn {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 11px 0;
  margin: 0 auto;
  text-transform: uppercase;
}
.payment_wrap.wechat_wrap .inner .btn.disabled {
  cursor: default!important;
  box-shadow: none;
  background-image: none;
  background-color: #dcdcdc;
}
.payment_wrap.wechat_wrap .inner .wechat_loading {
  height: 170px;
  position: relative;
}
.payment_wrap.wechat_wrap .inner .wechat_loading .spinner {
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -24px;
  position: absolute;
  background: url(/Zfk/images/modal_loading_transparent@2x.png) no-repeat;
  background-size: 48px;
  -webkit-animation: spin .5s linear infinite;
  -moz-animation: spin .5s linear infinite;
  -o-animation: spin .5s linear infinite;
  -ms-animation: spin .5s linear infinite;
  animation: spin .5s linear infinite;
}
.payment_wrap.wechat_wrap .inner .wechat_loading .txt {
  color: #0BB2C3;
  font-size: 13px;
  text-align: center;
  position: absolute;
  width: 100%;
  cursor: default;
  text-transform: uppercase;
  margin: 108px 0 0 0;
}
.payment_wrap.wechat_wrap .inner .wechat_expired {
  height: 170px;
  font-size: 17px;
  text-align: center;
  height: 145px;
}
.payment_wrap.wechat_wrap .inner .wechat_expired .wechat_expired_wrap {
  width: 100%;
  height: 100%;
}
.payment_wrap.wechat_wrap .inner .wechat_expired .expired_txt {
  margin: 85px auto 85px auto;
}
.payment_wrap.safecharge_wrap .inner {
  height: 150px;
  display: table;
  width: 100%;
  margin: 20px 0 0 0;
}
.payment_wrap.safecharge_wrap .spinner {
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -24px;
  position: absolute;
  background: url(/Zfk/images/modal_loading_transparent@2x.png) no-repeat;
  background-size: 48px;
  -webkit-animation: spin 0.5s linear infinite;
  -moz-animation: spin 0.5s linear infinite;
  -o-animation: spin 0.5s linear infinite;
  -ms-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  position: relative;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row {
  margin: 14px 0 0;
  float: left;
  width: 100%;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row:first-child {
  margin: 0;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row.x2 .sf_logo_box {
  float: left;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row.x2 .sf_logo_box:first-child {
  margin-right: 14px;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row .sf_logo_box {
  display: block;
  border: 1px solid #dedede;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
  width: 203px;
  height: 42px;
  box-sizing: border-box;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row .sf_logo_box.active,
.payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row .sf_logo_box.active:hover {
  border-color: #17bed0;
  color: #009aab;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row .sf_logo_box:hover {
  border-color: #b0cbce;
  color: #218994;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row .sf_logo_box img {
  margin: 0 auto;
  display: block;
  height: 100%;
  max-width: 100%;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row .sf_logo_box .txt_logo {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  width: 131px;
  padding: 13px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap.ps-container .sf_logo_box {
  width: 194px;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap.ps-container .ps-scrollbar-y {
  width: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top .2s linear;
  -moz-transition: top .2s linear;
  -o-transition: top .2s linear;
  transition: top .2s linear;
}
.payment_wrap.safecharge_wrap .sf_logo_wrap.ps-container .ps-scrollbar-y-rail {
  display: inherit !important;
  opacity: 1 !important;
  background: #eaeaea;
  width: 5px;
  right: 0;
}
.payment_wrap.mobilepayment_wrap .inner {
  text-align: center;
}
.payment_wrap.mobilepayment_wrap .inner .mobilepayment_logo_wrap {
  display: table;
  width: 100%;
  height: 170px;
}
.payment_wrap.mobilepayment_wrap .inner .mobilepayment_logo_wrap h3 {
  display: block;
  margin: 0 auto;
  padding: 22px 0 0 0;
  font-size: 30px;
}
.fortumo_modal .content {
  width: 450px;
}
.fortumo_modal .content iframe {
  position: absolute;
  width: 450px;
  border: none;
  display: none;
}
.fortumo_modal .content .spinner {
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -24px;
  position: absolute;
  background: url(/Zfk/images/modal_loading_transparent@2x.png) no-repeat;
  background-size: 48px;
  -webkit-animation: spin .5s linear infinite;
  -moz-animation: spin .5s linear infinite;
  -o-animation: spin .5s linear infinite;
  -ms-animation: spin .5s linear infinite;
  animation: spin .5s linear infinite;
}
.pay_loading_mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pay_loading_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.45);
}
.pay_loading_wrap .pay_load_inner {
  position: absolute;
  left: 0;
  bottom: 93px;
  width: 100%;
  height: 270px;
  background: #FFF;
}
.pay_loading_wrap .spinner {
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -45px 0 0 -24px;
  position: absolute;
  -webkit-animation: spin 0.5s linear infinite;
  -moz-animation: spin 0.5s linear infinite;
  -o-animation: spin 0.5s linear infinite;
  -ms-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  background: url(/Zfk/images/modal_loading.png) no-repeat 0 0 transparent;
}
.pay_loading_wrap .text {
  top: 50%;
  left: 50%;
  width: 200px;
  color: #0BB2C3;
  font-size: 13px;
  cursor: default;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  margin: 15px 0 0 -100px;
}
.secure_ssl_headline {
  color: #b1b1b1;
  text-align: center;
  margin: 53px 0 20px 0;
}
.secure_ssl_headline img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.secure_ssl_headline span {
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
}
.payment_error {
  display: none;
  position: absolute;
  left: 0;
  top: 14px;
  width: 100%;
  height: 95px;
  z-index: 100;
  background: #FFF;
}
.payment_error .pay_error_wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.payment_error .pay_error_box {
  display: none;
  font-size: 14px;
  width: 100%;
  max-width: 278px;
  margin: 0 auto;
  position: relative;
  padding: 9px 30px;
  text-align: center;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #f87676;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
}
.upsell_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: rgba(0, 0, 0, 0.5);
}
.upsell_wrap .upsell_inner {
  display: table;
  width: 100%;
  height: 100%;
}
.upsell_wrap .vertical_align {
  perspective: 50em;
}
.upsell_wrap .upsell_box {
  display: none;
  margin: 0 auto;
  max-width: 780px;
  background: #FFF;
  text-align: center;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);
}
.upsell_wrap .upsell_box .up_product {
  color: #FFF;
  font-weight: 100;
  font-size: 72px;
  width: 100%;
  padding: 0px;
  background: #FFF;
  height: 266px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.upsell_wrap .upsell_box .up_h1 {
  display: inline-block;
  padding: 0 20px;
  margin: 35px 0 14px 0;
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -0.43px;
  text-align: center;
  color: #999999;
}
.upsell_wrap .upsell_box .up_h2 {
  max-width: 630px;
  padding: 0 20px;
  margin: 0 auto;
  letter-spacing: -0.4px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: -0.36px;
  text-align: center;
  color: #000000;
}
.upsell_wrap .upsell_box .up_h2 .usd_abr {
  padding: 0 0 0 3px;
}
.upsell_wrap .upsell_box .up_add {
  max-width: 420px;
  box-sizing: border-box;
  padding: 13px;
  background: #8ed200;
  margin: 33px auto 21px auto;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.upsell_wrap .upsell_box .up_add:hover {
  background: #7BBD00;
}
.upsell_wrap .upsell_box .up_continue {
  display: inline-block;
  color: #17bed0;
  margin: 15px 0px 33px 0px;
  font-size: 14px;
  cursor: pointer;
  font-family: Roboto;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: -0.35px;
  text-align: center;
  text-transform: uppercase;
}
.upsell_wrap .upsell_box .up_continue:hover span {
  text-decoration: underline;
}
.upsell_wrap .upsell_box .up_old_price {
  display: inline-block;
  position: relative;
  margin: 0 3px 0 3px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.45px;
  color: #999999;
}
.upsell_wrap .upsell_box .up_old_price .line_trough {
  position: absolute;
  width: 112%;
  height: 1px;
  top: 49%;
  left: -6%;
  background-color: #999999;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.upsell_wrap .upsell_box .up_current_price {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.45px;
}
.upsell_wrap .upsell_box.up-for-premium .up_product {
  background-image: url("/Zfk/images/plans/premium.png");
  position: relative;
}
.upsell_wrap .upsell_box.up-for-premium .up_product .up_percent {
  transform: rotate(45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 100px;
  border-color: transparent transparent #84c400 transparent;
  position: absolute;
  right: -65px;
  top: -15px;
  font-family: Roboto;
  font-size: 41px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 126px;
  letter-spacing: -1.5px;
  text-align: left;
  color: #ffffff;
  text-indent: -44px;
}
.upsell_wrap .upsell_box.up-for-crypto .up_product {
  background-image: url("/Zfk/images/plans/crypto.png");
  font-family: Roboto;
  font-size: 53px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: -3.98px;
  text-align: center;
  color: #ffffff;
  line-height: 266px;
}
.upsell_wrap .upsell_box.up-for-extended-history .up_product {
  background: #FFF;
  border-bottom: 1px solid #d8d8d8;
}
.upsell_wrap .upsell_box.up-for-extended-history .up_add {
  max-width: 245px;
}
.logged_in .need_custom_plan {
  border-bottom: 0;
}
.logged_in.is_mobile .available_for_mobile {
  margin: 0 0 10px 0;
}
.is_retina .plans_wrap .feature_list_box ul li {
  background-image: url(/Zfk/images/plans/bullet@2x.png);
  background-size: 5px;
}
.is_retina .upsell_wrap .upsell_box.up-for-premium .up_product {
  background-image: url("/Zfk/images/plans/premium@2x.png");
}
.is_retina .upsell_wrap .upsell_box.up-for-crypto .up_product {
  background-image: url("/Zfk/images/plans/crypto@2x.png");
}
/****** Tablet Styles  *******/
@media (max-width: 779px) {
  .is_tablet .plans_buttons_wrap .plan_button_box {
    width: 32%;
    margin: 0 0 0 2%;
  }
  .is_tablet .plans_buttons_wrap .plan_button_box:first-child {
    margin-left: 0;
  }
  .is_tablet .plans_wrap .features_wrap .features_table_wrap .feature_box_footer {
    width: 32.5%;
  }
  .is_tablet .plans_wrap .features_wrap .features_table_wrap .feature_box_footer._1 {
    right: 33.7%;
  }
  .is_tablet .plans_wrap .features_wrap table.features_table_head .feature_box .t_s {
    width: 97%;
  }
  .is_tablet .payment_logos .logo_box {
    margin: 0 3.6%;
  }
}
/******* Mobile Styles *******/
.is_tablet .cart_box {
  display: none !important;
}
@media (min-width: 900px) {
  .is_tablet .checkout_box {
    max-width: 590px;
    min-width: 540px;
    width: 50%;
  }
  .is_tablet .info_column {
    min-width: auto;
    width: 50%;
    max-width: 300px;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 899px) {
  .is_tablet .plans_wrap .products_wrap .product_box {
    width: 48%;
  }
  .is_tablet .plans_wrap .products_wrap .product_box:first-child + .product_box {
    margin-left: 4%;
  }
  .is_tablet .checkout_box_wrap {
    width: 100%;
  }
  .is_tablet .checkout_box {
    max-width: none;
    min-width: auto;
    width: 55%;
  }
  .is_tablet .info_column {
    min-width: auto;
    width: 42%;
    max-width: none;
    margin: 0 0 0 3%;
  }
  .is_tablet .payment_wrap.card_wrap .input_box.card_number,
  .is_tablet .payment_wrap.card_wrap .input_box.person_name {
    max-width: 72%;
    margin-right: 3%;
  }
  .is_tablet .payment_wrap.card_wrap .input_box.exp_date,
  .is_tablet .payment_wrap.card_wrap .input_box.cvc {
    max-width: 25%;
  }
  .is_tablet .payment_wrap {
    padding: 0 30px;
    width: 100%;
    max-width: none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .is_tablet .pay_button_wrap {
    padding: 0 30px;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .is_tablet .tabs_box {
    width: 100%;
    max-width: none;
    padding: 0 30px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .is_tablet .plans_wrap .products_wrap {
    width: 100%;
  }
  .is_tablet .plans_wrap .products_wrap .product_box {
    padding: 0 38px 34px 38px;
  }
  .is_tablet .plans_wrap .products_wrap .product_box .product_features_wrap .product_feature {
    font-size: 15px;
  }
  .is_tablet .pay_btn {
    display: table;
    width: 100%;
  }
  .is_tablet .payment_wrap.bitcoin_wrap .inner .btc_content .btc_qr {
    display: none;
  }
  .is_tablet .payment_wrap.bitcoin_wrap .inner .btc_content .btc_payment_box {
    width: auto;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 45px 0 0 0;
  }
  .is_tablet .checkout_box_wrap .box_headline,
  .is_tablet .info_column .order_info_wrap .total_price_wrap .total_text {
    font-size: 18px !important;
  }
}
.is_mobile .siq_bR {
  height: 60px !important;
}
.is_mobile.product_crypto .crypto_box {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
.is_mobile.product_crypto .current_period img {
  display: none !important;
}
.is_mobile header.fixed {
  box-shadow: none;
  border-bottom: 0;
}
.is_mobile .secure_checkout_h1 {
  display: none !important;
}
.is_mobile .box_shadow {
  padding: 0 20px;
}
.is_mobile .responsive-wrap {
  margin: 0 !important;
}
.is_mobile .best_seller {
  display: none !important;
}
.is_mobile .features_wrap {
  background: #f8f8f8;
}
.is_mobile .signin_box_wrap,
.is_mobile .step_box_inner.auth_box,
.is_mobile .checkout_box_wrap,
.is_mobile .checkout_box,
.is_mobile .info_column {
  min-width: auto;
  max-width: none;
  display: block;
}
.is_mobile .payment_error {
  position: fixed;
  top: 51px;
  height: 100%;
  background: rgba(255, 255, 255, 0.79);
}
.is_mobile .payment_error .pay_error_wrap {
  width: auto;
  padding: 0 20px;
}
.is_mobile .payment_error .pay_error_box {
  max-width: none;
  margin: -51px 0 0 0;
  box-sizing: border-box;
  padding: 9px 30px 9px 20px;
  text-align: left;
}
.is_mobile .plans_wrap {
  padding: 60px 0 0 0;
}
.is_mobile .plans_wrap.is_webview {
  padding-top: 0;
}
.is_mobile .plans_wrap.is_webview .top_headline,
.is_mobile .plans_wrap.is_webview .cart_box .mobile_section_headline {
  border-top: 0;
  padding-top: 15px;
}
.is_mobile .plans_wrap.is_webview .payment_logos {
  margin-bottom: 5px;
}
.is_mobile .plans_wrap .plans_inner {
  padding: 0;
}
.is_mobile .plans_wrap .mobile_section_headline {
  color: #999;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 10px 20px;
  text-align: left;
  background: #f6f6f6;
  box-sizing: border-box;
  text-transform: uppercase;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.is_mobile .plans_wrap .top_headline {
  margin: 0 0 15px;
  font-size: 22px;
  letter-spacing: 0px;
  padding: 25px 20px 0 20px;
  border-top: 1px solid #e4e4e4;
}
.is_mobile .plans_wrap .top_sub_headline {
  display: none;
}
.is_mobile .plans_wrap .top_sub_headline.warning_message {
  border-left: 0;
  border-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.is_mobile .plans_wrap .period_wrap .period_inner {
  margin: 56px auto 20px auto;
  max-width: 340px;
}
.is_mobile .plans_wrap .period_wrap .period_box {
  font-size: 16px;
  padding: 11.5px 0;
  text-indent: 0 !important;
}
.is_mobile .plans_wrap .period_wrap .period_sep {
  display: none;
}
.is_mobile .plans_wrap .period_wrap .current_period {
  height: 40px;
  padding: 0;
}
.is_mobile .plans_wrap .period_wrap .current_period img {
  display: none;
}
.is_mobile .plans_wrap .period_wrap.no_monthly .arrow_box {
  right: -100px;
  top: -32px;
}
.is_mobile .plans_wrap .period_wrap:not(.no_monthly) .period_inner {
  margin-top: 20px;
}
.is_mobile .plans_wrap .period_wrap:not(.no_monthly) .arrow_box {
  display: none;
}
.is_mobile .plans_wrap .period_wrap .best_valued {
  top: -17px;
  width: 80px;
  line-height: 19px;
}
.is_mobile .plans_wrap .products_wrap {
  width: 100%;
  padding: 0;
}
.is_mobile .plans_wrap .products_wrap .product_box {
  width: 100%;
  padding: 0 20px;
  box-shadow: none;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.is_mobile .plans_wrap .products_wrap .product_box[data-product=family1] .product_price .ld_line {
  width: 106px;
}
.is_mobile .plans_wrap .products_wrap .product_box:first-child + .product_box {
  margin: 12px 0px;
}
.is_mobile .plans_wrap .products_wrap .product_box .discount_wrap {
  width: 70px;
  height: 70px;
}
.is_mobile .plans_wrap .products_wrap .product_box .discount_wrap.green .discount_box {
  border-right-color: #86c600;
}
.is_mobile .plans_wrap .products_wrap .product_box .discount_wrap.innactive .discount_box {
  border-right-color: #d6d6d6;
}
.is_mobile .plans_wrap .products_wrap .product_box .discount_wrap.disable .discount_box {
  border-right-color: #ccc;
}
.is_mobile .plans_wrap .products_wrap .product_box .discount_wrap .discount_box {
  border-left: 65px solid transparent;
  border-bottom: 65px solid transparent;
  border-right: 65px solid #16b9cb;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: border-color 0.25s ease;
  -moz-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.is_mobile .plans_wrap .products_wrap .product_box .discount_wrap .discount_box .discount_value_wrap {
  position: absolute;
  top: 8px;
  left: 11px;
  width: 65px;
  letter-spacing: -1.53px;
  font-size: 22px;
}
.is_mobile .plans_wrap .products_wrap .product_box.green_box {
  outline: none;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_image {
  display: block;
  margin: 20px auto 0 auto;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_period {
  display: none;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_headline {
  text-align: center;
  font-size: 19px;
  margin: 19px 0 0;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_price {
  height: auto;
  margin: 20px auto 0px auto;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_price .sign {
  font-size: 20px;
  line-height: 30px;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_price .value {
  font-size: 40px;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_price .product_period_short {
  font-size: 18px;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_price .ld_sign {
  font-size: 20px;
  line-height: 30px;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_price .ld_value {
  font-size: 40px;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_price .ld_slash {
  font-size: 40px;
  color: #dadada;
  padding: 0;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_price .ld_line {
  width: 86px;
  left: 0px;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_total {
  margin: 4px 0 20px 0;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_total .save_with_yearly {
  display: none !important;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_buy {
  display: table;
  width: 100%;
  margin: 0 0 24px 0;
  padding: 11px 0;
}
.is_mobile .plans_wrap .products_wrap .product_box .product_storage {
  float: left;
  clear: left;
  font-weight: 500;
}
.is_mobile .plans_wrap .need_custom_plan {
  padding: 0 20px 20px 20px;
  margin: 17px 0 0 0;
}
.is_mobile .plans_wrap .available_for_mobile {
  text-align: center;
  margin: 40px auto;
  padding: 20px;
}
.is_mobile .plans_wrap .available_for_mobile h1 {
  font-size: 19px;
  letter-spacing: 0;
  margin: 0 0 20px 0;
}
.is_mobile .plans_wrap .available_for_mobile .icon_white_wrap {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #FFF;
  border: 1px solid #f2f2f2;
  padding: 20px 0;
  width: 70px;
  margin: 0 auto;
}
.is_mobile .plans_wrap .available_for_mobile .icon_white_wrap img {
  display: block;
  margin: 0 auto;
}
.is_mobile .plans_wrap .available_for_mobile .avail_for_mob_txt {
  margin: 10px 0 0 0;
}
.is_mobile .plans_wrap .available_for_mobile .avail_for_mob_txt .a_row {
  padding: 7px 0;
  font-weight: 500;
  border-top: 1px solid #eee;
}
.is_mobile .plans_wrap .available_for_mobile .avail_for_mob_txt .a_row:first-child {
  border: 0;
}
.is_mobile .plans_wrap .plans_buttons_wrap {
  display: table;
  margin: 0;
  padding: 0 0px 0 20px;
}
.is_mobile .plans_wrap .plans_buttons_wrap .plan_button_box {
  float: left;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  max-width: none;
  min-height: auto;
  text-align: left;
  box-shadow: none;
  padding: 7px 20px 7px 0;
  border-bottom: 1px solid #eee;
}
.is_mobile .plans_wrap .plans_buttons_wrap .plan_button_box .button_headline {
  padding: 0px 0 0 3px;
  display: inline-block;
}
.is_mobile .plans_wrap .plans_buttons_wrap .plan_button_box .mobile_price {
  font-weight: 500;
  margin: 6px 0 0 0;
  display: inline-block;
}
.is_mobile .plans_wrap .plans_buttons_wrap .plan_button_box .btn {
  font-weight: 400;
  font-size: 14px;
  float: right;
  min-width: 50px;
  text-align: center;
  padding: 7px 10px 6px 10px;
}
.is_mobile .plans_wrap .link_plan_wrap.box_grey {
  padding: 14px 20px 15px;
  background-color: #FFF;
  font-weight: 300;
  border: 0;
}
.is_mobile .plans_wrap .link_plan_wrap.box_grey .link_btn {
  font-weight: 400;
}
.is_mobile .plans_wrap .box_grey {
  float: left;
  width: 100%;
  padding: 14px 20px 15px 20px;
  box-sizing: border-box;
  border-left: 0;
  border-right: 0;
}
.is_mobile .plans_wrap .features_wrap {
  float: left;
  width: 100%;
}
.is_mobile .plans_wrap .features_wrap .feature_box_footer,
.is_mobile .plans_wrap .features_wrap .content_sep {
  display: none;
}
.is_mobile .plans_wrap .features_wrap .features_headline {
  margin: 0;
}
.is_mobile .plans_wrap .features_wrap table td.feature_box {
  border-left: 0;
  border-right: 0;
}
.is_mobile .plans_wrap .features_wrap table td.feature_box .l_s,
.is_mobile .plans_wrap .features_wrap table td.feature_box .r_s {
  display: none;
}
.is_mobile .plans_wrap .features_wrap table.features_table_head {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
}
.is_mobile .plans_wrap .features_wrap table.features_table_head .feature_desc {
  display: none;
}
.is_mobile .plans_wrap .features_wrap table.features_table_head .feature_box {
  padding: 15px 0;
}
.is_mobile .plans_wrap .features_wrap table.features_table_head .feature_box .t_s {
  display: none;
}
.is_mobile .plans_wrap .features_wrap table.features_table_head .feature_box .tt_s {
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  background: #FFF;
}
.is_mobile .plans_wrap .features_wrap table.features_table_head .feature_box.active .tt_s {
  background: #4dcad8;
}
.is_mobile .plans_wrap .features_wrap table.features_table_head .feature_box.active .feature_text {
  color: #000;
}
.is_mobile .plans_wrap .features_wrap table.features_table_head .feature_box .feature_text {
  color: #17bed0;
  font-weight: 500;
  font-size: 14px;
  padding: 0 20px;
  margin: 0;
}
.is_mobile .plans_wrap .features_wrap table.features_table {
  position: relative;
}
.is_mobile .plans_wrap .features_wrap table.features_table .left_space {
  position: absolute;
  background: #FFF;
  width: 20px;
  height: 100%;
  left: 0;
  top: 5px;
}
.is_mobile .plans_wrap .features_wrap table.features_table .feature_desc {
  width: 62%;
  border-bottom: 1px solid #e4e4e4;
}
.is_mobile .plans_wrap .features_wrap table.features_table .feature_desc .text {
  max-width: 90%;
  padding: 0 0 0 48px;
}
.is_mobile .plans_wrap .features_wrap table.features_table .feature_desc .info_ico {
  right: auto;
  left: 20px;
  top: 50%;
  margin: -8px 0 0 0;
}
.is_mobile .plans_wrap .features_wrap table.features_table .feature_box {
  width: 38%;
  border-bottom: 1px solid #e4e4e4;
}
.is_mobile .plans_wrap .features_wrap table.features_table .feature_box._1 {
  display: none;
}
.is_mobile .plans_wrap .features_wrap table.features_table .feature_box .feature_text {
  margin: 0;
  font-weight: 500;
  text-align: right;
  padding: 0 20px 0 0;
}
.is_mobile .plans_wrap .features_wrap table.features_table .feature_box .b_s {
  display: none;
}
.is_mobile .plans_wrap .all_features_wrap {
  padding: 0 20px 20px 20px;
}
.is_mobile .plans_wrap .all_features_wrap .all_features_headline {
  font-size: 22px;
}
.is_mobile .plans_wrap .all_features_wrap .feature_list_box {
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0 !important;
}
.is_mobile .plans_wrap .all_features_wrap .feature_list_box .feature_list_headline {
  font-size: 16px;
}
.is_mobile .plans_wrap .all_features_wrap .feature_list_box ul li {
  font-size: 15px;
}
.is_mobile .plans_wrap .payment_logos {
  float: left;
  padding: 0 20px;
  margin: 20px 0 35px 0;
  box-sizing: border-box;
}
.is_mobile .plans_wrap .payment_logos .logo_box {
  margin: 0;
  width: 33.33333%;
}
.is_mobile .plans_wrap .payment_logos .logo_box:first-child,
.is_mobile .plans_wrap .payment_logos .logo_box:first-child + div,
.is_mobile .plans_wrap .payment_logos .logo_box:first-child + div + div {
  margin-bottom: 25px;
}
.is_mobile .plans_wrap .cart_box {
  margin: 0;
}
.is_mobile .plans_wrap .cart_box .mobile_section_headline {
  margin: 0;
}
.is_mobile .plans_wrap .cart_box .cart_content {
  width: 100%;
  display: table;
}
.is_mobile .plans_wrap .cart_box .cart_item_box {
  max-width: none;
  border: 0;
  margin: 0;
  position: relative;
  padding: 14px 20px;
  background: #FFF;
  box-sizing: border-box;
  border-top: 1px solid #e4e4e4;
}
.is_mobile .plans_wrap .cart_box .cart_item_box:first-child {
  border-top: 0;
}
.is_mobile .plans_wrap .cart_box .cart_item_box strong {
  font-size: 14px;
}
.is_mobile .plans_wrap .cart_box .cart_item_box .cart_period {
  display: table;
  padding: 3px 0 0 25px;
  color: #999;
}
.is_mobile .plans_wrap .cart_box .cart_item_box .cart_box_action {
  position: absolute;
  bottom: 14px;
  right: 20px;
}
.is_mobile .plans_wrap .cart_box .cart_item_box.cart-upsell-wrapper {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.is_mobile .plans_wrap .cart_box .cart_item_box.cart-upsell-wrapper .cart_period {
  padding-left: 0px;
  font-weight: 400;
}
.is_mobile .plans_wrap .cart_box .cart_item_box.cart-upsell-wrapper .product-name {
  width: 100%;
  padding-right: 36px;
}
.is_mobile .plans_wrap .cart_box .cart_item_box.cart-upsell-wrapper .item-action img {
  margin: 0px;
  margin-bottom: 4px;
  float: right;
}
.is_mobile .plans_wrap .cart_box .cart_item_box.cart-upsell-wrapper .attention {
  color: #ff8000 !important;
}
.is_mobile .plans_wrap .step_box_inner {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.is_mobile .plans_wrap .step_box_inner .box_headline {
  margin: 0;
}
.is_mobile .plans_wrap .tabs_box {
  display: table;
  width: 100%;
  max-width: none;
  padding: 12px 0 0 0;
}
.is_mobile .plans_wrap .tabs_box .tab {
  color: #17bed0;
  font-weight: 500;
}
.is_mobile .plans_wrap .tabs_box .tab.active {
  color: #2c2c2c;
}
.is_mobile .plans_wrap .tabs_box .tab.disabled {
  color: #9c9c9c;
}
.is_mobile .plans_wrap .login_wrap,
.is_mobile .plans_wrap .register_wrap {
  padding: 0 20px;
  margin: 0 0 40px 0;
}
.is_mobile .plans_wrap .payment_wrap {
  max-width: none;
  padding: 0 20px;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form {
  margin-bottom: 5px;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner {
  width: 100%;
  display: table;
  position: relative;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner label,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner label {
  display: none;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box {
  margin-bottom: 15px;
  float: left;
  clear: both;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.card_number,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.card_number {
  max-width: 100%;
  margin-right: 0;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.card_number .link_btn,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.card_number .link_btn {
  padding: 0 0 5px 0;
  margin: -5px 0 0 0;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date {
  width: 48%;
  max-width: none;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date input,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date input,
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date .input,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date .input {
  position: absolute;
  height: 38px;
  top: auto;
  bottom: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date .input_mask,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date .input_mask {
  display: block;
  float: left;
  clear: both;
  width: 98%;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: -1px;
  left: 1px;
  padding: 9px 0 9px 0;
  -webkit-border-top-right-radius: 3px 3px 3px 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px 3px 3px 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px 3px 3px 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date .input_mask.focused,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date .input_mask.focused {
  background-color: #f5fdfe;
  border-color: #86dde7;
  z-index: 2;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date .input_mask.focused b.visible,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date .input_mask.focused b.visible {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date .input_mask.filled,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date .input_mask.filled {
  background-color: #FFF;
  z-index: 2;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date .input_mask.disabled,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date .input_mask.disabled {
  border-color: #C7C7C7;
  background-color: #F1F1F1!important;
  color: #6a6a6a;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date .input_mask .mask,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date .input_mask .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date .input_mask span,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date .input_mask span {
  display: inline-block;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.exp_date .input_mask b,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.exp_date .input_mask b {
  display: inline-block;
  border-left: 1px solid #000;
  height: 18px;
  margin: 0 0 -4px 0;
  font-weight: 100;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.person_name,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.person_name {
  max-width: 100%;
  margin-right: 0;
  margin-top: 0;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.cvc,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.cvc {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 68px;
  width: 48%;
  margin: 0;
  max-width: none;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.cvc .info_ico,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.cvc .info_ico {
  display: none;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box.cvc .placehodler,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box.cvc .placehodler {
  line-height: 40px;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box input,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box input,
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box .input,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box .input {
  border-color: #c4c4c4;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box input:focus,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box input:focus,
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box .input:focus,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box .input:focus,
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box input.focused,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box input.focused,
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box .input.focused,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box .input.focused {
  background-color: #f5fdfe;
  border-color: #86dde7;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .default_form .inner .input_box .placehodler,
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .inner .input_box .placehodler {
  line-height: 39px;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .input_box.exp_date {
  display: block;
  float: left;
  clear: both;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: 9px 0 9px 0;
  height: 38px;
  overflow: unset !important;
  -webkit-border-top-right-radius: 3px 3px 3px 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px 3px 3px 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px 3px 3px 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .input_box.exp_date.filled {
  background-color: #FFF;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .input_box.exp_date.disabled {
  opacity: 1;
  border-color: #C7C7C7;
  background-color: #F1F1F1!important;
  color: #b1b1b1;
}
.is_mobile .plans_wrap .payment_wrap.card_wrap .safecharge_form .input_box.exp_date .input {
  height: 38px;
}
.is_mobile .plans_wrap .payment_wrap.paypal_wrap .inner .paypal_logo_wrap {
  height: 182px;
}
.is_mobile .plans_wrap .payment_wrap.paypal_wrap .inner .paypal_logo_wrap img {
  padding: 0;
}
.is_mobile .plans_wrap .payment_wrap.bitcoin_wrap .btc_qr {
  display: none;
}
.is_mobile .plans_wrap .payment_wrap.bitcoin_wrap .btc_content,
.is_mobile .plans_wrap .payment_wrap.bitcoin_wrap .btc_loading,
.is_mobile .plans_wrap .payment_wrap.bitcoin_wrap .btc_expired {
  height: 182px;
}
.is_mobile .plans_wrap .payment_wrap.bitcoin_wrap .btc_content .btc_payment_box {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
  text-align: center;
}
.is_mobile .plans_wrap .payment_wrap.safecharge_wrap .inner {
  min-height: 182px;
  margin: 0;
}
.is_mobile .plans_wrap .payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row.x2 .sf_logo_box {
  width: 48%;
}
.is_mobile .plans_wrap .payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row.x2 .sf_logo_box:first-child {
  margin-right: 4%;
}
.is_mobile .plans_wrap .payment_wrap.safecharge_wrap .sf_logo_wrap .sf_logo_row.x2 .sf_logo_box .txt_logo {
  width: 100%;
  box-sizing: border-box;
}
.is_mobile .plans_wrap .total_price_wrap {
  padding: 13px 20px 0 20px;
  background: #f6f6f6;
  border-top: 1px solid #e4e4e4;
  border-bottom: 0;
  max-width: none;
}
.is_mobile .plans_wrap .pay_button_wrap {
  padding: 13px 20px 0px 20px;
  background: #f6f6f6;
}
.is_mobile .plans_wrap .pay_btn {
  margin: 0 auto;
}
.is_mobile .plans_wrap .secure_payment_box {
  margin: 20px 0 20px 0;
  max-width: none;
}
.is_mobile .plans_wrap .secure_payment_box .on_purchase_screen {
  border: 0;
  font-size: 12px;
  border-bottom: 1px solid #f6f6f6;
}
.is_mobile .upsell_wrap .upsell_box .up_product {
  padding: 32px 0 42px 0;
  background-size: cover;
  height: 95px;
  line-height: 95px;
  font-size: 38px;
}
@media (orientation: landscape) {
  .is_mobile .upsell_wrap .upsell_box .up_product {
    display: none;
  }
}
.is_mobile .upsell_wrap .upsell_box .h1 {
  margin: 10px 0 4px;
}
.is_mobile .upsell_wrap .upsell_box .h2 {
  font-size: 15px;
}
.is_mobile .upsell_wrap .upsell_box .up_add {
  width: 90%;
  margin: 13px auto 20px auto;
}
.is_mobile .pay_loading_wrap {
  position: fixed;
  height: 100%;
}
.is_mobile .pay_loading_wrap .pay_load_inner {
  top: 0;
  bottom: auto;
  height: 100%;
}
.is_mobile .all_features_headline {
  font-size: 22px;
  margin: 0 auto;
  padding: 33px 20px;
}
.is_mobile .payment_logos {
  margin: 0px;
  padding: 20px 0 34px 0;
}
.is_mobile .payment_logos .payment_logos_wrap {
  width: auto;
}
.is_mobile .payment_logos .secure_payments_headline {
  float: none;
  text-align: center;
}
.is_mobile .payment_logos .secure_payments_headline img {
  display: block;
  margin: 0 auto 10px auto;
}
.is_mobile .payment_logos .secure_payments_headline span {
  padding: 0;
}
.is_mobile .payment_logos .logo_box {
  margin: 0;
  width: 33.33333%;
}
.is_mobile .payment_logos .logo_box:first-child {
  margin-bottom: 25px;
}
.is_mobile .payment_logos .logo_box:first-child + div,
.is_mobile .payment_logos .logo_box:first-child + div + div {
  margin-bottom: 25px;
}
.is_mobile .try_headline {
  font-size: 24px;
  margin: 28px auto;
}
.is_mobile .try_icon {
  width: 42px;
}
.is_mobile .try_family,
.is_mobile .try_business {
  width: 100%;
  margin: 8px auto;
}
.is_mobile .try_family a,
.is_mobile .try_business a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.is_mobile .try_title {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #000000;
}
.is_mobile .try_text {
  font-family: Roboto;
  font-size: 15px;
  text-align: left;
  color: #000000;
}
.is_mobile .try_monthly_or_free_plan,
.is_mobile .try_monthly_plan {
  padding: 10px 0px 20px 0px;
  margin: 0px;
  margin-top: 20px;
  font-size: 15px;
  color: #888888;
  border-bottom: 1px solid #f2f2f2;
}
.is_mobile .payment_wrap.wechat_wrap .wechat_content .wechat_qr {
  float: none;
}
.is_mobile .payment_wrap.wechat_wrap .wechat_content .wechat_payment_box {
  margin: 0;
  float: none;
  text-align: center;
  width: 100%;
}
/******* Animation Styles *******/
.hide-to-left,
.hide-to-right,
.show-from-left,
.show-from-right,
.animation-show-from-bottom,
.show-bottom-perspective,
.fadeout-to-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hide-to-left {
  -webkit-animation: hideToLeft 0.25s alternate;
  -moz-animation: hideToLeft 0.25s alternate;
  animation: hideToLeft 0.25s alternate;
}
.hide-to-right {
  -webkit-animation: hideToRight 0.25s alternate;
  -moz-animation: hideToRight 0.25s alternate;
  animation: hideToRight 0.25s alternate;
}
.show-from-right {
  -webkit-animation: showFromRight 0.25s alternate;
  -moz-animation: showFromRight 0.25s alternate;
  animation: showFromRight 0.25s alternate;
}
.show-from-left {
  -webkit-animation: showFromLeft 0.25s alternate;
  -moz-animation: showFromLeft 0.25s alternate;
  animation: showFromLeft 0.25s alternate;
}
.show-bottom-perspective {
  -webkit-animation: showBottomPerspective 0.4s alternate;
  -moz-animation: showBottomPerspective 0.4s alternate;
  animation: showBottomPerspective 0.4s alternate;
}
.fadeout-to-top {
  -webkit-animation: fadeOutToTop 0.3s alternate;
  animation: fadeOutToTop 0.3s alternate;
}
.animation-hide-to-top {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-animation: hideToTop 0.4s alternate;
  -moz-animation: hideToTop 0.4s alternate;
  animation: hideToTop 0.4s alternate;
}
.animation-show-from-bottom {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-animation: showFromBottom 0.4s alternate;
  -moz-animation: showFromBottom 0.4s alternate;
  animation: showFromBottom 0.4s alternate;
}
@-webkit-keyframes fadeOutToTop {
  0% {
    -webkit-transform: translate(0%, 0%);
    -webkit-opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
    -webkit-opacity: 0;
  }
}
@-moz-keyframes fadeOutToTop {
  0% {
    -moz-transform: translate(0%, 0%);
    -moz-opacity: 1;
  }
  100% {
    -moz-transform: translate(0%, -50%);
    -moz-opacity: 0;
  }
}
@keyframes fadeOutToTop {
  0% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, -50%);
    opacity: 0;
  }
}
@-webkit-keyframes showBottomPerspective {
  0% {
    -webkit-transform: rotateX(-90deg) translateY(100%);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0%);
    -webkit-opacity: 1;
  }
}
@-moz-keyframes showBottomPerspective {
  0% {
    -moz-transform: rotateX(-90deg) translateY(100%);
    -moz-opacity: 0;
  }
  100% {
    -moz-transform: rotateX(0deg) translateY(0%);
    -moz-opacity: 1;
  }
}
@keyframes showBottomPerspective {
  0% {
    transform: rotateX(-90deg) translateY(100%);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg) translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes hideToTop {
  0% {
    -webkit-transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, -200%);
  }
}
@-moz-keyframes hideToTop {
  0% {
    -moz-transform: translate(0%, 0%);
  }
  100% {
    -moz-transform: translate(0%, -200%);
  }
}
@keyframes hideToTop {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -200%);
  }
}
@-webkit-keyframes showFromBottom {
  0% {
    -webkit-transform: translate(0%, 400%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
  }
}
@-moz-keyframes showFromBottom {
  0% {
    -moz-transform: translate(0%, 400%);
  }
  100% {
    -moz-transform: translate(0%, 0%);
  }
}
@keyframes showFromBottom {
  0% {
    transform: translate(0%, 400%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes hideToLeft {
  0% {
    -webkit-transform: translateX(0px);
    -webkit-opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    -webkit-opacity: 0;
  }
}
@-moz-keyframes hideToLeft {
  0% {
    -moz-transform: translateX(0px);
    -moz-opacity: 1;
  }
  100% {
    -moz-transform: translateX(-50%);
    -moz-opacity: 0;
  }
}
@keyframes hideToLeft {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}
@-webkit-keyframes hideToRight {
  0% {
    -webkit-transform: translateX(0px);
    -webkit-opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    -webkit-opacity: 0;
  }
}
@-moz-keyframes hideToRight {
  0% {
    -moz-transform: translateX(0px);
    -moz-opacity: 1;
  }
  100% {
    -moz-transform: translateX(50%);
    -moz-opacity: 0;
  }
}
@keyframes hideToRight {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes showFromRight {
  0% {
    -webkit-transform: translateX(50%);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -webkit-opacity: 1;
  }
}
@-moz-keyframes showFromRight {
  0% {
    -moz-transform: translateX(50%);
    -moz-opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    -moz-opacity: 1;
  }
}
@keyframes showFromRight {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(-50%);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -webkit-opacity: 1;
  }
}
@keyframes showFromLeft {
  0% {
    -moz-transform: translateX(-50%);
    -moz-opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    -moz-opacity: 1;
  }
}
@keyframes showFromLeft {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes draggerPulsate {
  0% {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(4);
    opacity: 0;
  }
}
@-moz-keyframes draggerPulsate {
  0% {
    -moz-transform: scale(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(4);
    opacity: 0;
  }
}
@keyframes draggerPulsate {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@-webkit-keyframes draggerWiggle {
  0% {
    -webkit-transform: translateX(0px);
  }
  33% {
    -webkit-transform: translateX(35px);
  }
  66% {
    -webkit-transform: translateX(-35px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes draggerWiggle {
  0% {
    -moz-transform: translateX(0px);
  }
  33% {
    -moz-transform: translateX(35px);
  }
  66% {
    -moz-transform: translateX(-35px);
  }
  100% {
    -moz-transform: translateX(0px);
  }
}
@keyframes draggerWiggle {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateX(35px);
  }
  66% {
    transform: translateX(-35px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes errorShake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes errorShake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes errorShake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
