body {
  background-color: #dbdbdb;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

h2 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Gt eesti pro display', sans-serif;
  font-size: 240%;
  line-height: 114%;
  font-weight: 700;
  text-shadow: none;
}

h3 {
  margin-top: 0px;
  margin-bottom: 9px;
  font-family: 'Gt eesti pro display', sans-serif;
  font-size: 180%;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 1px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: 'Gt eesti pro display', sans-serif;
  font-size: 130%;
  line-height: 140%;
  font-weight: 100;
}

h5 {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none hsla(0, 0%, 89%, .27);
  font-family: 'ALS Story', sans-serif;
  font-size: 110%;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.6em;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: 'Gt eesti pro display', sans-serif;
  color: hsla(0, 0%, 89%, .51);
  font-size: 130%;
  line-height: 150%;
  font-weight: 400;
}

a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
  text-shadow: none;
}

a:hover {
  opacity: 0.78;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.l_pay2play {
  padding-top: 120px;
  padding-right: 2%;
  padding-left: 2%;
  background-color: #252932;
  color: #e2e2e2;
  font-size: 16px;
}

.l_pay2play.bright {
  background-color: #000;
}

.w {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1222px;
  margin-top: 40px;
  padding-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Gt eesti pro display', sans-serif;
  font-weight: 700;
}

.h.v--vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 130%;
}

.m.m--af {
  background-color: #000;
}

.m.m--p2p {
  background-color: #252932;
}

.h_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  background-image: -webkit-linear-gradient(270deg, silver, #fff 86%);
  background-image: linear-gradient(180deg, silver, #fff 86%);
}

.h_bg.h_bg--p2p {
  background-image: -webkit-linear-gradient(270deg, rgba(6, 10, 22, .97) 36%, rgba(0, 1, 3, 0));
  background-image: linear-gradient(180deg, rgba(6, 10, 22, .97) 36%, rgba(0, 1, 3, 0));
}

.h_bg.h_bg--af {
  display: none;
}

.g_2 {
  position: relative;
  width: 202px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.g_2.m_line {
  height: 78px;
  border-bottom: 1px solid rgba(113, 123, 146, .35);
}

.g_2.fix_top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.g_2.c_middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g_2.i_foo_50 {
  width: 201px;
}

.g_2.i_foo_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g_2.i_foo_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.g_6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 615px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.g_6.g_distr {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.g_6.flex_v {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g_6.x--underline {
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
}

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

.g_6.g_6--center.x--underline {
  border-bottom-width: 2px;
}

.g_4 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 402px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.g_4.g_vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.g_4.c_aqua {
  -webkit-filter: hue-rotate(87deg);
  filter: hue-rotate(87deg);
}

.g_4.c_yellow {
  -webkit-filter: hue-rotate(283deg) saturate(300%) brightness(134%);
  filter: hue-rotate(283deg) saturate(300%) brightness(134%);
}

.g_4.c_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g_4.i_6.ii_100.x--underline {
  border-bottom: 2px solid #fff;
}

.g_4.flex_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.x_p2p_logo1 {
  position: relative;
  left: -3px;
  z-index: 2;
  margin-bottom: 10px;
  font-size: 75px;
  line-height: 100%;
}

.x_p2p_logo1.x_p2p_logo1_bot {
  font-size: 42px;
}

.x_p2p_logo2 {
  position: relative;
  z-index: 1;
  max-width: 400px;
  font-size: 170%;
  line-height: 130%;
  font-weight: 400;
}

.x_p2p_logo2.x_p2p_logo2_bot {
  display: none;
}

.x_ctamain {
  position: relative;
  width: 100%;
  font-size: 120%;
  font-weight: 300;
}

.x_ctamain.h_m_ul_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 100%;
}

.x_ctamain.i_sharebot {
  display: none;
}

.h_m_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h_m_li.lighted {
  color: #cf001a;
}

.h_m_li.lighted.lighted_bot {
  margin-bottom: 0px;
}

.h_m_li.hr {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(113, 123, 146, .21);
}

.h_m_li.hr.hr_bot {
  display: none;
}

.h_m_li.hr.x--black {
  border-top-color: rgba(105, 110, 142, .26);
}

.h_m_li.i_share_1 {
  position: relative;
  z-index: 100;
  margin-left: 0px;
  padding-bottom: 0px;
  color: #3f435a;
  text-transform: uppercase;
}

.h_m_li.hidden {
  display: none;
}

.h_m_li.x_af_lighted.lighted_bot {
  color: red;
}

.h_m_li.h_m_li--bot {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.action_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  padding-top: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.3;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  cursor: pointer;
}

.action_icon.h_m_circle {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 12, 12, 0);
  border-radius: 50px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 200ms ease, border-color 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease;
  cursor: pointer;
}

.action_icon.h_m_circle:hover {
  border-color: rgba(113, 128, 167, .25);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.action_icon.h_m_circle.h_m_color1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #33aeb8;
  color: #33aeb8;
  font-size: 18px;
}

.action_icon.h_m_circle.h_m_color1:hover {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.action_icon.h_m_circle.h_m_circle-white {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-color: hsla(0, 0%, 100%, 0);
}

.action_icon.h_m_circle.h_m_circle-white:hover {
  border-color: hsla(0, 0%, 100%, .57);
}

.h_m_cta {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.h_m_cta.h_m_cta--af {
  color: #00d121;
  font-weight: 400;
  text-transform: uppercase;
}

.h_m_cta.h_m_cta--white {
  color: #fff;
}

.h_m_cta.h_m_cta--af {
  text-transform: uppercase;
}

.h_m_cta.h_m_cta--af_bot {
  color: #00d121;
}

.h_m_cta.h_m_cta--af_bot {
  margin-top: 3px;
  color: #fff;
  font-size: 14px;
}

.h_m_cta.h_m_cta--af--white {
  color: #fff;
  text-transform: uppercase;
}

.h_m_cta.h_m_cta--p2p {
  color: #d0011b;
  font-weight: 400;
  text-transform: uppercase;
}

.h_m_share {
  margin-right: 10px;
  text-transform: uppercase;
}

.h_m_share.h_m_share--white {
  padding-top: 4px;
  font-size: 16px;
}

.h_m1_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  margin-right: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Materialicons, sans-serif;
}

.h_m1_icon.h_m1_icon--af {
  margin-top: -2px;
  color: rgba(0, 209, 33, .99);
}

.h_m1_icon.h_m1_icon--bot {
  padding-top: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #00d121;
  font-size: 120%;
}

.h_m1_icon.h_m1_icon--bot.h_m_cta--white {
  padding-top: 2px;
  color: #fff;
}

.h_m1_icon.h_m1_icon--black {
  margin-top: -3px;
  color: #fff;
}

.h_m1_icon.h_m1_icon--white {
  color: #fff;
}

.h_m1_icon.h_m1_icon--af_bot {
  width: 32px;
  height: 30px;
  padding-top: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #00d121;
  font-size: 120%;
}

.h_m1_icon.h_m1_icon--af_bot.h_m_cta--white {
  color: #fff;
}

.h_m1_icon.h_m1_icon--p2p_bot {
  width: 32px;
  height: 30px;
  padding-top: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #d0011b;
  font-size: 120%;
}

.h_m1_icon.h_m1_icon--p2p_bot.h_m_cta--white {
  color: #fff;
}

.g_hr {
  width: 100%;
  height: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.g_hr.g_hr_line {
  height: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, .13);
}

.g_hr.g_hr_line.hidden {
  display: none;
}

.cc {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1222px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 983px;
  perspective: 983px;
}

.cc.full {
  position: relative;
  left: 0px;
  right: 0px;
  width: 100%;
}

.cc.c_aqua {
  -webkit-filter: hue-rotate(87deg) saturate(152%);
  filter: hue-rotate(87deg) saturate(152%);
}

.cc.c_aqua.c_txt_black {
  color: #000;
}

.cc.c_brick {
  -webkit-filter: hue-rotate(273deg) saturate(200%);
  filter: hue-rotate(273deg) saturate(200%);
}

.cc.x_p2p_mapbg {
  background-image: url('../images/p2p_map.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.cc.c_foo {
  position: relative;
  z-index: -1;
}

.cc.hidden {
  display: none;
}

.cc.cc--bot {
  z-index: 0;
}

.cc.cc--bot_links {
  z-index: 10;
}

.g_8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 804px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.g_8.flex_h.flex_distr {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.g_8.flex_h.flex_wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g_8.c_middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g_8.c_middle.x_topline {
  border-bottom: 1px solid hsla(0, 0%, 99%, .14);
}

.g_8.g_8--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.g_8.g_8--center.x--underline {
  border-bottom-style: none;
  border-bottom-width: 2px;
}

.g_8.g_8--footerline {
  padding-top: 20px;
  border-top: 1px solid #1c263b;
}

.heading {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(113, 123, 146, .35);
  font-family: 'Gt eesti pro display trial';
  color: rgba(113, 123, 146, .86);
  font-weight: 100;
  letter-spacing: 21px;
  text-transform: uppercase;
}

.g_10 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1020px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.g_10.m_line {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 78px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(113, 123, 146, .35);
}

.g_10.g_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.g_10.ii_vert {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g_10.g_10_center {
  padding-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g_10.g_10_center.x--hero_line {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #3d465a;
}

.g_10.x--underline {
  border-bottom: 2px solid #fff;
}

.g_10.x--hero_line {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #2d3d61;
}

.lsd_p2p {
  position: absolute;
  left: -170px;
  top: -90px;
  z-index: 0;
  display: block;
  width: 374px;
  height: 332px;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
}

.x_p2p_logo {
  position: relative;
  -webkit-perspective: 1179px;
  perspective: 1179px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  font-family: 'Gt eesti pro display', sans-serif;
  font-weight: 700;
}

.x_p2p_logo.x_p2p_logo_bot {
  top: 0px;
  margin-right: 30px;
  margin-left: 0px;
  padding-left: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lsd_3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.lsd_2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lsd_1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lsd_1.lsd_center {
  position: absolute;
}

.x_p2p_xsolla {
  position: absolute;
  left: -117px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 35px;
  font-weight: 700;
}

.x_p2p_xsolla.x_p2p_xsolla_bot {
  left: auto;
  top: -7px;
  margin-left: -70px;
  color: #fff;
  font-size: 21px;
}

.m_lefticons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.x_p2p_logo_01 {
  position: relative;
  top: -10px;
}

.x_p2p_logo_01.x_lsd_logo_01--sm {
  top: auto;
}

.x_p2p_logo_02 {
  position: relative;
  top: -14px;
  margin-top: 20px;
}

.x_p2p_logo_03 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
}

.m_lefticons_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.31;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.m_lefticons_li:hover {
  opacity: 1;
}

.m_xsolla {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-filter: brightness(200%) sepia(100%) hue-rotate(173deg) saturate(96%) invert(100%);
  filter: brightness(200%) sepia(100%) hue-rotate(173deg) saturate(96%) invert(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.m_xsolla:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.m_xsolla_logo {
  position: absolute;
  left: -45px;
  top: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_menu_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m_menu_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #292e3a;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #282e3d;
  cursor: pointer;
}

.m_menu_li:hover {
  border-bottom: 1px solid #ff5a6f;
  color: #ff4b61;
}

.m_menu_li.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d0011b;
  color: #d0011b;
}

.p {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: none;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p.hidden {
  display: none;
}

.p.shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m2_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 120%;
}

.m2_li.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  color: #d0011b;
}

.m2_li.inactive {
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #717b92;
  cursor: pointer;
}

.m2_li.inactive:hover {
  opacity: 0.81;
}

.m2_li_arrow {
  position: relative;
  bottom: -3px;
  font-family: Materialicons, sans-serif;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 100%;
  line-height: 100%;
  font-weight: 300;
}

.m2_li_sub {
  opacity: 0;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.cta:hover {
  opacity: 0.54;
}

.cta.cta_bot_active {
  color: red;
}

.cta.cta_bot_active:hover {
  opacity: 1;
}

.cta.cta_top_active {
  text-shadow: none;
}

.cta.cta_bot_active--af {
  font-size: 15px;
}

.cta.cta_bot_active--af:hover {
  opacity: 1;
}

.cta.cta--bot {
  font-size: 14px;
}

.heading-3 {
  font-family: 'Gt eesti pro display trial';
  font-size: 250%;
  letter-spacing: 0.5px;
}

.lsd_lsd_1 {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 70px;
  margin-top: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b456e;
}

.lsd_lsd_1.lsd_center {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lsd_lsd_1.lsd_center.lsd_vertical {
  top: 10px;
  width: 0px;
}

.lsd_lsd_1.lsd_aqua {
  -webkit-filter: hue-rotate(91deg) saturate(127%);
  filter: hue-rotate(91deg) saturate(127%);
}

.lsd_lsd_1.lsd_bottom {
  z-index: -23;
  width: 200px;
  -webkit-transform: translate(0px, 500px) scale(3);
  -ms-transform: translate(0px, 500px) scale(3);
  transform: translate(0px, 500px) scale(3);
}

.lsd_lsd_1.lsd_lsd--movedleft {
  margin-top: -10px;
  margin-left: -50px;
}

.g_100 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.g_100.g_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flex_v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_v.flex_v_middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_v.flex_v_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_v.flex_v_center.flex_v_middle.color1 {
  color: #00b61d;
}

.heading-4 {
  color: #fff;
}

.x_txt_color_2 {
  color: #ee4300;
}

.x_p2p_fee2 {
  margin-left: -2px;
  font-family: 'Gt eesti pro display trial';
  font-size: 280%;
  line-height: 90%;
  font-weight: 800;
}

.x_p2p_fee1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-top: -4px;
  margin-right: 30px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gt eesti pro display', sans-serif;
  color: #fff;
  font-size: 380%;
  line-height: 120%;
  font-weight: 800;
  text-align: center;
}

.flex_h {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_h.flex_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.heading-5 {
  margin-bottom: 0px;
}

.x_block_h2 {
  font-family: 'Gt eesti pro display trial';
  font-size: 130%;
  line-height: 140%;
  font-weight: 100;
}

.heading-6 {
  font-family: 'Gt eesti pro display trial';
  font-size: 220%;
  line-height: 120%;
  font-weight: 700;
}

.c_pink_1 {
  line-height: 170%;
}

.heading-7 {
  font-family: 'Gt eesti pro display trial';
  font-size: 120%;
  line-height: 100%;
  font-weight: 100;
  letter-spacing: 31px;
}

.heading-8 {
  color: hsla(0, 0%, 89%, .27);
}

.heading-9 {
  margin-bottom: 40px;
}

.heading-10 {
  font-size: 140%;
  line-height: 120%;
  font-weight: 400;
}

.heading-11 {
  margin-bottom: 20px;
}

.heading-12 {
  color: #fff;
}

.x_footnote {
  margin-bottom: 10px;
  opacity: 0.41;
  font-size: 80%;
  line-height: 140%;
}

.g_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.g_33 {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33%;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
}

.g_33.g_center {
  min-width: 320px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.g_33.g_center.g_middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g_33.ii_vert.g_33--features {
  padding-right: 50px;
}

.heading-13 {
  margin-bottom: 20px;
}

.c_line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c_line.c_line_v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c_line.x_foo_lsd {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -12;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  margin-top: -500px;
  margin-bottom: 0px;
  padding-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.17;
  -webkit-filter: none;
  filter: none;
}

.c_line.hidden {
  display: none;
}

.c_line.c_line_center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c_line.x--black {
  z-index: 1000;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.c_line.c_line--lsdheader {
  min-height: 180px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-14 {
  font-weight: 100;
}

.x_p2p_more {
  width: 40%;
  line-height: 150%;
}

.geo {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.c_bg_plain {
  position: absolute;
  top: -40px;
  bottom: 10px;
  z-index: -1;
  display: none;
  min-width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .2);
}

.g_12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1222px;
}

.g_12.x_p2p_ctabot {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 140px;
  padding-top: 50px;
  border-radius: 2px;
}

.heading-15 {
  margin-top: 0px;
}

.cta_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta_sub.hidden {
  display: none;
}

.cta_sub_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta_sub_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-top: -2px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Materialicons, sans-serif;
  font-size: 18px;
}

.cta_sub_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.cta_sub_txt.color1 {
  margin-right: 20px;
  color: #5c6068;
}

.x_enc {
  position: relative;
  min-height: 130px;
  margin-top: 20px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  background-color: rgba(0, 0, 0, .25);
}

.x_enc.hidden {
  display: none;
}

.x_enc_h {
  margin-bottom: 40px;
  font-family: 'Gt eesti pro display', sans-serif;
  font-size: 230%;
  line-height: 130%;
  font-weight: 400;
}

.h_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m_link {
  color: #c7d8ff;
  text-decoration: none;
  cursor: pointer;
}

.m_menu_h {
  margin-bottom: 10px;
}

.x_enc_soon_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Gt eesti pro display trial';
  font-size: 100%;
}

.x_enc_soon_label {
  display: none;
}

.x_enc_soon_input {
  min-height: 40px;
  margin-bottom: 0px;
  font-family: 'Gt eesti pro display', sans-serif;
  font-size: 120%;
}

.x_enc_soon_submit {
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 9px;
  background-color: #a65fad;
  font-family: 'Gt eesti pro display', sans-serif;
  color: #fff;
  font-size: 120%;
}

.x_enc_h2 {
  position: absolute;
  top: 34px;
  right: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #a65fad;
  font-size: 130%;
  line-height: 130%;
  font-style: italic;
}

.x_round {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 240px;
  height: 240px;
  margin-top: -120px;
  margin-left: -120px;
  border: 1px solid #006d16;
  border-radius: 200px;
  cursor: pointer;
}

.x_round.x_round_2 {
  width: 280px;
  height: 280px;
  margin-top: -140px;
  margin-left: -140px;
  opacity: 0.2;
}

.ix_round1.x_round.x_round_1 {
  z-index: 1;
  width: 280px;
  height: 280px;
  margin-top: -140px;
  margin-left: -140px;
  opacity: 0.22;
}

.ix_round2.x_round.x_round_2 {
  z-index: 0;
  width: 320px;
  height: 320px;
  margin-top: -160px;
  margin-left: -160px;
  opacity: 0.08;
}

.cta_sub_but {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  cursor: pointer;
}

.cta_sub_but:hover {
  opacity: 0.67;
}

.cta_sub_but.cta_sub_support {
  margin-right: -20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-filter: brightness(200%) saturate(0%);
  filter: brightness(200%) saturate(0%);
  color: #fff;
}

.cta_sub_but.cta_sta_but_more {
  position: relative;
  right: -10px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  text-align: left;
}

.cta_sub_but.hidden {
  display: none;
}

.c_bg {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  bottom: -20px;
  z-index: -1;
}

.c_bg.x_p2p_paym {
  height: 480px;
  background-color: hsla(0, 0%, 5%, 0);
  background-image: url('../images/map.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.c_bg.x_p2p_paym.x_p2p_paym--af {
  left: -200px;
  top: -250px;
  right: -200px;
  bottom: -250px;
  z-index: -3;
  height: 590px;
  opacity: 0.11;
  -webkit-filter: invert(100%) brightness(600%);
  filter: invert(100%) brightness(600%);
}

.c_bg.x_p2p_bg_test {
  overflow: hidden;
  min-height: 410px;
  border-radius: 3px;
  background-image: url('../images/p2p_cs_bg.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 21px 40px -30px #000;
}

.x_p2p_smallpic {
  position: relative;
  z-index: 1;
  height: 120px;
  margin-right: 28px;
  margin-bottom: 26px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .15);
}

.h4_small {
  font-size: 140%;
  font-weight: 500;
}

.h4_small.color1 {
  color: #4ab35b;
}

.text-block-3 {
  color: #08c900;
}

.x_h5_noborder {
  border-bottom-color: hsla(0, 0%, 89%, 0);
}

.g_3 {
  width: 298px;
}

.x_h4_bold {
  font-weight: 500;
}

.x_status_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Materialicons, sans-serif;
  font-size: 24px;
  text-align: left;
}

.x_case {
  height: 250px;
  margin-right: 28px;
  margin-bottom: 40px;
}

.x_testim_h {
  font-family: 'Gt eesti pro display trial';
  color: #fff;
  font-weight: 700;
}

.x_case_cover {
  box-shadow: 0 7px 13px -5px #000;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.x_case_cover:hover {
  box-shadow: 0 17px 22px -5px rgba(0, 0, 0, .49);
  -webkit-transform: scale(1.03) translate(0px, -8px);
  -ms-transform: scale(1.03) translate(0px, -8px);
  transform: scale(1.03) translate(0px, -8px);
}

.icon {
  font-family: Materialicons, sans-serif;
  color: #ad8505;
  font-size: 40px;
}

.text-block-4 {
  color: #b6a700;
}

.x_testim_date {
  margin-top: 4px;
  opacity: 0.56;
  font-size: 90%;
}

.x_case_medium1 {
  position: absolute;
  top: 6px;
  right: 220px;
}

.x_case_arrow {
  margin-top: -100px;
}

.x_testim_auth {
  margin-right: 10px;
}

.span_yell {
  color: #ffad00;
}

.x_rel_pic {
  overflow: hidden;
  border-radius: 1px;
  opacity: 0.8;
  -webkit-transition: opacity 400ms ease, box-shadow 200ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, box-shadow 200ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, box-shadow 200ms ease;
  transition: transform 400ms ease, opacity 400ms ease, box-shadow 200ms ease, -webkit-transform 400ms ease;
  cursor: alias;
}

.x_rel_pic:hover {
  box-shadow: 0 9px 23px -7px rgba(0, 0, 0, .17);
  opacity: 1;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.x_foo_ul {
  margin-bottom: 20px;
  padding-right: 28px;
  padding-left: 0px;
}

.x_foo_li {
  margin-bottom: 10px;
}

.x_foo_li.x_foo_li_div {
  height: 8px;
  background-color: hsla(0, 0%, 100%, 0);
}

.x_foo_li.x_foo_li_div.x--black {
  display: none;
  height: 1px;
  background-color: #fff;
}

.x_foo_link {
  display: inline;
  min-height: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .06);
  color: #5c6068;
  line-height: 20px;
  text-decoration: none;
}

.x_foo_link:hover {
  opacity: 1;
  color: #d1d1d1;
}

.color_white {
  color: #fff;
}

.x_foo_xsolla {
  margin-right: 16px;
  opacity: 0.32;
}

.x_foo_xsollatext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.text-block-5 {
  color: hsla(0, 0%, 89%, .37);
  line-height: 17px;
}

.x_soc_icon {
  margin-right: 10px;
  margin-left: 10px;
}

.x_soc_link {
  width: 34px;
  height: 34px;
  opacity: 0.2;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: alias;
}

.x_soc_link:hover {
  opacity: 1;
}

.heading-16 {
  margin-bottom: 20px;
}

.llnk_white {
  border-bottom: 1px solid hsla(0, 0%, 100%, .34);
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

.llnk_white:hover {
  opacity: 1;
}

.x_related {
  width: 100%;
  height: 190px;
  padding: 24px 30px 20px;
  background-color: rgba(0, 0, 0, .24);
  color: hsla(0, 0%, 100%, .47);
  font-size: 120%;
  line-height: 170%;
}

.x_related_h {
  margin-bottom: 10px;
  color: #fff;
}

.x_foo_xso {
  padding-right: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5c6068;
  line-height: 178%;
}

.x_foo_xso.x_foo_xso--black {
  color: rgba(0, 0, 0, .59);
}

.x_needmore {
  font-size: 160%;
  line-height: 130%;
  font-weight: 100;
}

.x_enc_li {
  padding-right: 20px;
  font-family: 'Gt eesti pro display', sans-serif;
  color: #a450aa;
  font-size: 212%;
  line-height: 140%;
  font-weight: 100;
  text-align: right;
  letter-spacing: 2px;
}

.x_p2p_needmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_foo_h_link {
  border-bottom: 1px solid hsla(0, 0%, 100%, .14);
  color: #5c6068;
  text-decoration: none;
}

.x_foo_h_link.x_foo_h_link--black {
  color: #000;
}

.x_enjoy {
  width: 100%;
}

.x_enjoy.x_enjoy--af {
  height: 102px;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0.28;
  -webkit-filter: grayscale(54%);
  filter: grayscale(54%);
}

.g_left {
  width: 202px;
}

.x_logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.x_logos.x_logos--invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.x_logos.x_logos--af {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.c_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.x_enc_ul {
  width: 100%;
  margin-top: 14px;
}

.g_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.x_logo_img {
  margin-bottom: 16px;
}

.x_vid_full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 687px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 31px 123px -30px #000;
}

.x_vid_ipad {
  display: none;
}

.x_vid_i_h {
  display: none;
}

.x_vid_i_v {
  display: none;
}

.x_vid_shade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  background-color: rgba(26, 30, 44, .05);
}

.link_white {
  border-bottom: 1px solid hsla(0, 0%, 100%, .33);
  color: hsla(0, 0%, 100%, .89);
  text-decoration: none;
  cursor: pointer;
}

.link_white.x--black {
  border-bottom-color: rgba(77, 77, 77, .33);
  color: hsla(0, 0%, 100%, .89);
}

.x_test_auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_test_auth_ava {
  overflow: hidden;
  width: 62px;
  height: 62px;
  margin-right: 16px;
  border-radius: 100px;
}

.x_test_auth_name {
  line-height: 140%;
}

.x_test_auth_comp {
  color: hsla(0, 0%, 43%, .63);
  font-size: 80%;
}

.x_txt {
  margin-bottom: 20px;
  text-shadow: none;
}

.x_txt.x_txt_white {
  color: #fff;
}

.x_test {
  padding-right: 30px;
}

.x_enc_card {
  margin-right: 10px;
  font-family: Materialicons, sans-serif;
  color: #e65454;
  font-size: 36px;
  line-height: 100%;
}

.x_enc_card.x_enc_card2 {
  color: #e7b32e;
}

.x_enc_card.x_enc_card3 {
  color: #ecff0c;
}

.x_test_light {
  margin-right: 2px;
  font-family: 'Gt eesti pro display', sans-serif;
  color: #fff;
  font-size: 140%;
  font-weight: 400;
  letter-spacing: 1px;
}

.x_cta_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px none #fff;
  font-family: 'Gt eesti pro display', sans-serif;
  font-size: 150%;
}

.footer_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 90%;
}

.footer_links.footer_red {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.x_test_yell {
  color: #e8bd20;
}

.x_cta_top {
  position: absolute;
  right: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-right: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_cta_top.shown {
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

.x_top_url {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-width: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.48;
  font-size: 14px;
  text-align: center;
}

.x_top_url.x--black {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.x_ctatop_but {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  min-width: 120px;
  padding-top: 1px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #d0011b;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Gt eesti pro display', sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.x_ctatop_but:hover {
  box-shadow: 0 1px 13px -4px #000;
  opacity: 0.77;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.x_ctatop_but.x_ctatop_but--af {
  min-width: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #00d121;
  font-weight: 400;
}

.x_ctatop_but.x_ctatop_but--af--iph {
  position: relative;
  top: auto;
  right: 0px;
  bottom: -1px;
  min-width: 140px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #00d121;
}

.x_ctatop_but.x_ctatop_but--af--ghost {
  position: relative;
  top: auto;
  right: 0px;
  bottom: -1px;
  min-width: 140px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #00d121;
  background-color: transparent;
  color: #00d121;
}

.c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_bg {
  position: absolute;
  left: -500px;
  top: 0px;
  right: -500px;
  bottom: 0px;
  z-index: -1;
  height: 80px;
  background-color: #21252c;
}

.m_bg.m_bg--af {
  background-color: #000;
  background-image: none;
  opacity: 1;
}

.span_brick {
  color: #f08850;
}

.h_m_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h_m_ul.h_m_ul-top {
  font-weight: 400;
}

.x_ctabot_i {
  display: none;
}

.m_big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m_ip {
  display: none;
}

.x_ctatop_i {
  display: none;
}

.x_ctatop_button {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_ctatop_button_big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.x_ctatop_button_big.shown {
  opacity: 1;
}

.span_aqua {
  color: #4fc6cf;
}

.x_cta_butwhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px 5px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #00d121;
  font-size: 80%;
  cursor: pointer;
}

.x_cta_butwhite:hover {
  opacity: 0.86;
}

.g_7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 726px;
}

.x_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_95heading {
  width: 80%;
}

.heading-24 {
  font-size: 130%;
  line-height: 140%;
}

.x_bulletsw {
  width: 50px;
  height: 2px;
  margin-bottom: 18px;
  background-color: #d0011b;
  box-shadow: 24px 0 0 0 rgba(208, 1, 27, .17), 51px 0 0 0 rgba(208, 1, 27, .11);
}

.x_bulletsw.x_bulletsw--af {
  background-color: #00d121;
  box-shadow: 24px 0 0 0 rgba(0, 209, 33, .22), 51px 0 0 0 rgba(0, 209, 33, .08);
}

.x_bulletsw.x_bulletsw--af2 {
  background-color: #d95b00;
  box-shadow: 24px 0 0 0 rgba(217, 91, 0, .27), 51px 0 0 0 rgba(217, 91, 0, .15);
}

.x_logo_link {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.x_logo_link:hover {
  opacity: 0.56;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.span_white {
  color: #ccdbff;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.x_p2p_embed_web {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 16px 63px -18px rgba(0, 0, 0, .53);
}

.x_p2p_embed_mob {
  display: none;
}

.g_25 {
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.x_p2p_intsteps_notes {
  font-size: 81%;
  line-height: 140%;
}

.x_p2p_intsteps_h {
  font-family: 'Gt eesti pro display', sans-serif;
  color: #389883;
  font-size: 64%;
  line-height: 128%;
  font-weight: 400;
}

.x_p2p_intsteps_head {
  margin-bottom: 10px;
  font-family: 'Gt eesti pro display', sans-serif;
  color: #389883;
  font-size: 210%;
  line-height: 100%;
}

.x_p2p_intsteps_num {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #1c6354;
}

.text-block-11 {
  font-size: 36px;
  line-height: 120%;
}

.link_aqua {
  border-bottom: 1px none rgba(7, 179, 143, .33);
  color: #05be96;
  text-decoration: underline;
}

.x_p2p_topbullets {
  text-shadow: none;
}

.x_ctabot_lsdbg {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: none;
  filter: none;
}

.x_ctabot_lsdbg-svg1 {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.x_ctabot_lsdbg-svg2 {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.x_ctabot_lsdbg-svg3 {
  position: absolute;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.x_ctabot_shade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  box-shadow: 0 26px 73px -21px #000;
  opacity: 0;
}

.lsd_glow {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1156px;
  height: 1310px;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.lsd_glow.lsd_glow--blue {
  background-image: url('../images/Oval-7-Copy-5-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.lsd_glow.lsd_glow--green {
  -webkit-filter: hue-rotate(237deg);
  filter: hue-rotate(237deg);
}

.lsd_glow.lsd_glow--red {
  background-image: url('../images/Oval-7-Copy-5-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lsd_glow.lsd_glow--p2p {
  width: 593px;
  height: 706px;
  margin-top: -225px;
  margin-left: -110px;
  background-size: contain;
  opacity: 0.22;
  -webkit-filter: hue-rotate(82deg);
  filter: hue-rotate(82deg);
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.lsd_glow.lsd_glow--pink {
  background-image: url('../images/Oval-7-Copy-5-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lsd_glow.lsd_glow_w {
  display: none;
  width: 1200px;
  height: 800px;
  margin-top: -345px;
  margin-left: -620px;
  background-image: none;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.lsd_glow.lsd_glow_w.lsd_glow_w--logo {
  z-index: -4;
  display: none;
  margin-top: -235px;
  margin-left: -420px;
  opacity: 0.23;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lsd_glow.lsd_glow--blue {
  background-image: url('../images/Oval-7-Copy-5.png');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-filter: none;
  filter: none;
}

.lsd_glow.lsd_glow--turq {
  background-image: url('../images/Oval-7-Copy-5-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.lsd_glow.lsd_glow--logo_af {
  background-image: url('../images/af_3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.24;
}

.lsd_glow.lsd_glow--logo_af.lsd_glow--logo_af--form {
  position: absolute;
  right: -80px;
  bottom: 20px;
  z-index: -2;
  width: 800px;
  height: 800px;
  opacity: 1;
}

.lsd_glow.lsd_glow--af {
  width: 593px;
  height: 706px;
  margin-top: -225px;
  margin-left: -110px;
  background-size: contain;
  opacity: 0.22;
  -webkit-filter: hue-rotate(82deg);
  filter: hue-rotate(82deg);
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.lsd_glow_wh {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/Oval-7-Copy-5.png');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0.22;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.lsd_glow_wh.lsd_glow_wh--logo {
  opacity: 0.54;
}

.x-af_enc_ul {
  width: 100%;
  margin-top: -6px;
  font-size: 80%;
  text-shadow: none;
}

.x_af_fee1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  margin-right: 30px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Gt eesti pro display', sans-serif;
  font-size: 290%;
  line-height: 150%;
  font-weight: 800;
  text-align: center;
  text-shadow: none;
}

.block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #140329;
  box-shadow: none;
  color: #fff;
}

.block.hidden {
  display: none;
}

.block.i_only {
  display: none;
}

.block.block--footer {
  padding-bottom: 0px;
}

.block.block--footer.block--noshade {
  padding-bottom: 0px;
}

.block.block--noshade {
  margin-bottom: 0px;
  padding-top: 60px;
  background-color: #060c18;
  box-shadow: none;
  color: #fff;
}

.block.block--cta {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(6, 10, 22, .97);
}

.block.block--hero {
  height: 90vh;
  max-height: 800px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.x_af_logo1 {
  position: relative;
  left: -3px;
  z-index: 2;
  margin-bottom: 10px;
  color: #fff;
  font-size: 75px;
  line-height: 100%;
}

.x_af_logo1.x_p2p_logo1_bot {
  font-size: 42px;
}

.x_af_logo1.x_af_logo1_bot {
  width: 220px;
  font-size: 42px;
}

.l_antifraud {
  padding-top: 120px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.l_antifraud.bright {
  background-color: #000;
}

.heading-26 {
  border-bottom-style: none;
}

.lsd_af {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 374px;
  height: 332px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lsd_af.lsd_af--small {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 26px;
  height: 34px;
  margin-right: 8px;
  margin-left: 8px;
}

.x_m_logosmall {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-filter: none;
  filter: none;
  font-family: 'Gt eesti pro display', sans-serif;
  font-weight: 400;
}

.x_m_logosmall.x--black {
  -webkit-filter: none;
  filter: none;
}

.x_m_logosmall.x--black.shown {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.m_topmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_topmenu.shown {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.m_topmenu.x--p2p {
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
  color: #fff;
}

.lsd_af_sm {
  position: static;
  z-index: 0;
  display: block;
  width: 24px;
  height: 36px;
  max-width: auto;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 0px;
}

.lsd_af_sm.lsd_af--small {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 26px;
  height: 34px;
  margin-right: 8px;
  margin-left: 8px;
}

.cc_100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1222px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 983px;
  perspective: 983px;
}

.cc_100.full {
  position: relative;
  left: 0px;
  right: 0px;
  width: 100%;
}

.cc_100.c_aqua {
  -webkit-filter: hue-rotate(87deg) saturate(152%);
  filter: hue-rotate(87deg) saturate(152%);
}

.cc_100.c_aqua.c_txt_black {
  color: #000;
}

.cc_100.c_brick {
  -webkit-filter: hue-rotate(273deg) saturate(200%);
  filter: hue-rotate(273deg) saturate(200%);
}

.cc_100.x_p2p_mapbg {
  background-image: url('../images/p2p_map.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.cc_100.c_foo {
  position: relative;
  z-index: -1;
}

.cc_100.i_hide {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc_100.hidden {
  display: none;
}

.block_100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ix_cta_bot_appear {
  position: static;
  z-index: 1;
  width: 100%;
  padding-bottom: 10px;
}

.x_ctabot_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_ctabot_cont.x_p2p_ctabot {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 140px;
  padding-top: 50px;
  border-radius: 2px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lsd_giant {
  position: absolute;
  z-index: -2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3000px;
  height: 3000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.lsd_giant.lsd_giant--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lsd_af_0 {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 374px;
  height: 332px;
  margin-top: -110px;
  margin-left: -185px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lsd_af_0.lsd_af--small {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 26px;
  height: 34px;
  margin-right: 8px;
  margin-left: 8px;
}

.x--invert {
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.html-embed-3 {
  opacity: 0.22;
}

.html-embed-4 {
  opacity: 0.36;
}

.x--underline {
  border-bottom: 2px none #fff;
}

.heading-27 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-28 {
  color: #000;
}

.x--black {
  color: #000;
}

.x_af_story_pic {
  margin-top: 6px;
  padding-right: 30px;
}

.x_af_story_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.i_topbullets {
  padding-right: 20px;
}

.x_p2p_logosmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.x_p2p_logosmall.shown {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.lsd_p2p_sm {
  position: static;
  z-index: 0;
  display: block;
  width: 24px;
  height: 36px;
  max-width: auto;
  margin-right: 8px;
  margin-left: 4px;
  padding-right: 0px;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
}

.lsd_p2p_sm.lsd_af--small {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 26px;
  height: 34px;
  margin-right: 8px;
  margin-left: 8px;
}

.x_logosmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.m_topmenu_ul {
  width: 100%;
  height: 60px;
}

.x_stories {
  margin-bottom: 60px;
}

.x_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.x_share.lighted {
  color: #cf001a;
}

.x_share.lighted.lighted_bot {
  margin-bottom: 0px;
  color: red;
}

.x_share.hr {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(113, 123, 146, .21);
}

.x_share.hr.hr_bot {
  display: none;
}

.x_share.hr.x--black {
  border-top-color: rgba(105, 110, 142, .26);
}

.x_share.i_share_1 {
  position: relative;
  z-index: 11;
  margin-right: 0px;
  color: #7379a0;
  text-transform: uppercase;
}

.x_share.hidden {
  display: none;
}

.x_share.x_af_lighted {
  color: #00d121;
}

.x_share.x_af_lighted.lighted_bot {
  color: red;
}

.x_share.h_m_li--bot {
  height: 60px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.x_cta_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7em 1.4em 0.7em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #00d121;
  color: #fff;
}

.x_cta_hero.h_m_ul_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 100%;
}

.x_cta_hero.i_sharebot {
  display: none;
}

.x_hero_bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
}

.x--h5centered {
  margin-right: -6px;
  margin-bottom: 20px;
}

.html-embed-6 {
  width: 989px;
  height: 1158px;
}

.html-embed-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_af_bot_lsd_1 {
  width: 730px;
}

.x_af_bot_lsd_2 {
  width: 880px;
  opacity: 0.3;
}

.x_af_bot_lsd_3 {
  width: 1400px;
  max-width: auto;
  opacity: 0.1;
}

.x_p2p_bot_lsd_1 {
  width: 600px;
  margin-right: -20px;
  margin-bottom: -100px;
  -webkit-transform: scale(1.4) rotate(12deg);
  -ms-transform: scale(1.4) rotate(12deg);
  transform: scale(1.4) rotate(12deg);
}

.x_p2p_bot_lsd_2 {
  width: 600px;
  max-width: auto;
  margin-bottom: -100px;
  margin-left: 20px;
  opacity: 0.3;
  -webkit-transform: scale(2) rotate(12deg);
  -ms-transform: scale(2) rotate(12deg);
  transform: scale(2) rotate(12deg);
}

.x_p2p_bot_lsd_3 {
  width: 500px;
  max-width: auto;
  margin-bottom: -100px;
  margin-left: 40px;
  opacity: 0.1;
  -webkit-transform: scale(3.1) rotate(12deg);
  -ms-transform: scale(3.1) rotate(12deg);
  transform: scale(3.1) rotate(12deg);
}

.x_ctabot_lsdbg-xsolla {
  position: absolute;
  z-index: 12;
  width: 70px;
  height: 80px;
  margin-top: -10px;
  background-image: url('../images/top_Xsolla.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.temp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
}

.pz {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58));
  opacity: 0;
}

.pz.shown {
  opacity: 1;
}

.pb {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 400px;
  padding: 24px 40px;
  border-radius: 4px;
  background-color: #00040f;
  box-shadow: 0 40px 83px -30px #000;
  opacity: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.pb.shown {
  display: block;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ph {
  position: relative;
  margin-bottom: 20px;
  font-size: 140%;
  font-weight: 700;
}

.p_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p_button {
  margin-top: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #00d121;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.p_button:hover {
  background-color: #06f32c;
}

.p_form_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.p_form_input {
  margin-bottom: 0px;
  border-radius: 4px;
  color: #000;
}

.p_form_label {
  margin-bottom: 0px;
  color: #59b668;
  font-weight: 400;
}

.p_x {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: -8px;
  margin-right: -8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  -webkit-transition: font-size 200ms ease;
  transition: font-size 200ms ease;
  font-family: Materialicons, sans-serif;
  cursor: pointer;
}

.p_x:hover {
  background-color: hsla(0, 0%, 93%, .09);
  opacity: 0.51;
  font-size: 80%;
}

.p_form_success {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(0, 209, 33, .17);
}

.p_form_success_message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_form_error {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.lsd_af_static {
  position: absolute;
  z-index: -1;
  display: none;
  width: 374px;
  height: 332px;
  margin-top: -110px;
  margin-left: -185px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lsd_af_static.lsd_af--small {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 26px;
  height: 34px;
  margin-right: 8px;
  margin-left: 8px;
}

.x_googlecode {
  display: none;
}

html.w-mod-js *[data-ix="afs-block-appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="lsd-text-appear"] {
  opacity: 0.45;
}

html.w-mod-js *[data-ix="lsd-text-appear-2"] {
  opacity: 0.45;
}

html.w-mod-js *[data-ix="lsd-text-appear-3"] {
  opacity: 0.45;
}

html.w-mod-js *[data-ix="lsd-foo-4"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="lsd-foo-2"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="lsd-3"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="lsd-2"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="lsd-1"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) translate(0px, 0px);
  -ms-transform: scale(0.8, 0.8) translate(0px, 0px);
  transform: scale(0.8, 0.8) translate(0px, 0px);
}

html.w-mod-js *[data-ix="lsd-foo-1"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) translate(0px, 0px);
  -ms-transform: scale(0.8, 0.8) translate(0px, 0px);
  transform: scale(0.8, 0.8) translate(0px, 0px);
}

html.w-mod-js *[data-ix="lsd-text-appear-foo"] {
  opacity: 0.45;
}

html.w-mod-js *[data-ix="ctatop-app"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="lsd-glow-init"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="lsd-giant-init"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="init-cta-bot"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="lsd-init"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  h2 {
    font-size: 240%;
  }
  h3 {
    font-size: 180%;
  }
  h4 {
    font-size: 110%;
  }
  h5 {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom-color: hsla(0, 0%, 89%, 0);
    font-size: 110%;
    text-align: center;
    letter-spacing: 1.1em;
  }
  h6 {
    font-size: 110%;
  }
  .l_pay2play {
    font-size: 14px;
  }
  .h {
    width: 100%;
    max-width: 100%;
    min-height: 480px;
    margin-top: 140px;
    margin-bottom: 40px;
    padding-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h.v--vert {
    min-height: auto;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .m {
    left: 0%;
    width: 100%;
    margin-left: 0%;
    border-bottom-style: none;
  }
  .m.m--af {
    position: relative;
    height: 90px;
  }
  .g_2 {
    width: 33%;
  }
  .g_2.c_middle.ii_hidden {
    display: none;
  }
  .g_2.i_4 {
    width: 30%;
  }
  .g_2.i_foo_50 {
    width: 33%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .g_2.i_foo_1 {
    width: 20%;
  }
  .g_2.hidden {
    display: none;
  }
  .g_2.i_100 {
    width: 100%;
  }
  .g_2.i_hidden {
    display: none;
  }
  .g_2.i_top_2 {
    width: auto;
  }
  .g_2.i_foo_right {
    width: 20%;
  }
  .g_6 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .g_6.i_4 {
    width: 50%;
  }
  .g_6.i_4.ii_100 {
    width: 50%;
  }
  .g_6.ii_100 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .g_6.x--underline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .g_4 {
    width: 100%;
  }
  .g_4.i_100 {
    width: 100%;
  }
  .g_4.i_foo_2 {
    width: 59%;
  }
  .g_4.ii_100 {
    width: 100%;
  }
  .g_4.i_6 {
    width: 66%;
  }
  .g_4.flex_right.i_2 {
    width: 29%;
  }
  .g_4.i_hidden {
    display: none;
  }
  .x_p2p_logo1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 66px;
    line-height: 80%;
  }
  .x_p2p_logo2 {
    width: 60%;
    font-size: 24px;
    text-align: center;
  }
  .text-block-2 {
    padding-right: 20%;
    font-size: 23px;
    line-height: 119%;
  }
  .x_ctamain {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 130%;
  }
  .x_ctamain.h_m_ul_bot {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .x_ctamain.i_sharebot {
    display: none;
  }
  .h_m_li {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .h_m_li.hr {
    display: none;
  }
  .h_m_li.i_share_1 {
    margin-right: 0px;
    margin-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .action_icon.h_m_circle {
    width: 42px;
    height: 42px;
    padding-top: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .action_icon.h_m_circle.h_m_color1 {
    width: 36px;
    height: 36px;
    padding-top: 0px;
  }
  .h_m_share {
    margin-left: 0px;
  }
  .h_m_share.h_m_share--white {
    padding-top: 0px;
    font-size: 14px;
  }
  .h_m1_icon {
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .g_hr {
    height: 90px;
  }
  .g_hr.ii_hidden.i_hidden {
    display: none;
  }
  .g_hr.i_hidden {
    display: none;
  }
  .cc {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .cc.i_hide {
    display: block;
  }
  .g_8 {
    width: 100%;
  }
  .g_8.c_middle {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .g_8.c_middle.i_100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .g_8.i_center {
    text-align: center;
  }
  .g_10 {
    width: 100%;
  }
  .g_10.i_vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g_10.i_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lsd_p2p {
    left: -150px;
    top: -120px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .x_p2p_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_p2p_logo.x_p2p_logo_bot {
    width: 310px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .x_p2p_xsolla {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    margin-bottom: 0.4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 35px;
  }
  .x_p2p_xsolla.x_p2p_xsolla_bot {
    position: absolute;
    width: auto;
    margin-left: -150px;
  }
  .m_xsolla {
    margin-left: 70px;
  }
  .lsd_lsd_1 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .lsd_lsd_1.lsd_center {
    top: 10px;
  }
  .lsd_lsd_1.lsd_center.lsd_vertical {
    top: 33px;
  }
  .lsd_lsd_1.lsd_lsd--movedleft.i_center {
    margin-right: 1px;
    margin-left: auto;
  }
  .x_p2p_fee1 {
    margin-top: -4px;
    font-size: 300%;
    line-height: 140%;
  }
  .g_33 {
    margin-bottom: 0px;
  }
  .g_33.g_center.i_left {
    padding-right: 30px;
    padding-left: 0px;
    text-align: left;
  }
  .c_line.i_vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g_12 {
    width: 100%;
  }
  .g_12.x_p2p_ctabot {
    display: none;
    padding-top: 40px;
  }
  .g_12.flex_h {
    width: 100%;
  }
  .cta_sub_icon {
    height: 30px;
  }
  .h_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c_bg.x_p2p_paym {
    height: auto;
    background-size: auto 90%;
  }
  .g_3.ii_100 {
    width: 100%;
  }
  .x_foo_link {
    display: inline;
  }
  .x_enc_li {
    padding-right: 20px;
    font-size: 180%;
  }
  .text-block-6 {
    font-size: 30px;
  }
  .text-block-7 {
    font-size: 66px;
  }
  .text-block-8 {
    font-size: 60%;
    line-height: 190%;
  }
  .x_enjoy {
    left: 0px;
    right: 0px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .x_enjoy.x_enjoy--af {
    height: 92px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .g_left {
    display: none;
  }
  .heading-17 {
    text-align: center;
  }
  .x_logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .x_enc_ul {
    margin-top: 4px;
  }
  .x_logo_img {
    height: 52px;
  }
  .x_screen {
    height: 360px;
  }
  .heading-19 {
    margin-top: 0px;
  }
  .x_vid_full {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 450px;
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 1px;
    box-shadow: none;
  }
  .x_vid_ipad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .x_vid_i_h {
    display: none;
  }
  .x_vid_i_v {
    display: none;
  }
  .x_txt {
    font-size: 100%;
    line-height: 140%;
  }
  .x_enc_cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .x_test_light {
    font-size: 110%;
  }
  .x_cta_bot {
    height: auto;
    padding-bottom: 0px;
  }
  .x_video {
    -webkit-transform: translate(0px, -120px) scale(0.6);
    -ms-transform: translate(0px, -120px) scale(0.6);
    transform: translate(0px, -120px) scale(0.6);
  }
  .x_cta_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_top_url {
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_ctatop_but {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .c {
    width: 100%;
  }
  .m_bg {
    left: 0px;
    right: 0px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .17);
  }
  .h_m_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_ctabot_i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #d0011b;
    font-family: 'Gt eesti pro display', sans-serif;
    font-size: 130%;
    font-weight: 100;
  }
  .x_ctabot_i.x_ctabot_i--af {
    background-color: #00d121;
  }
  .text-block-10 {
    font-size: 30px;
  }
  .x_ctamain_bg {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .m_big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .m_ip {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    width: 100%;
    height: 60px;
    margin-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #0c101b;
  }
  .link_white_noline {
    color: #fff;
    text-decoration: none;
  }
  .x_ctatop_i {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 12;
    display: none;
    width: 120px;
    height: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
  }
  .x_ctatop_button {
    position: absolute;
    display: none;
  }
  .x_ctatop_button_big {
    margin-right: 20px;
  }
  .span_aqua {
    color: #76bfc5;
  }
  .x_cta_butwhite {
    padding: 2px 20px 2px 10px;
  }
  .x_95heading {
    width: 100%;
  }
  .x_p2p_embed_web {
    margin-bottom: 20px;
    border: 1px solid #353b49;
    box-shadow: none;
  }
  .x_p2p_intsteps_notes {
    font-size: 100%;
  }
  .x_p2p_intsteps_h {
    font-size: 130%;
    line-height: 148%;
  }
  .x_p2p_intsteps_head {
    font-size: 90%;
  }
  .x_p2p_topbullets {
    color: #6f7290;
  }
  .lsd_glow.lsd_glow--logo_af.lsd_glow--logo_af--mob {
    display: none;
  }
  .x-af_enc_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .x_af_fee1 {
    margin-top: -4px;
    margin-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 200%;
    line-height: 140%;
  }
  .block {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .block.block--noshade {
    padding-top: 40px;
  }
  .block.block--cta {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .block.block--hero {
    height: auto;
    max-height: auto;
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .x_af_logo1 {
    font-size: 66px;
    line-height: 80%;
  }
  .l_antifraud {
    padding-top: 0px;
    font-size: 14px;
  }
  .lsd_af {
    top: -50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .x_m_logosmall.x--black {
    position: absolute;
    left: 0px;
    right: 0px;
  }
  .lsd_af_sm {
    left: -150px;
    top: -120px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .cc_100 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .cc_100.i_hide {
    display: none;
  }
  .x_ctabot_cont.x_p2p_ctabot {
    display: none;
    padding-top: 40px;
  }
  .x_ctabot_cont.flex_h {
    width: 100%;
  }
  .lsd_af_0 {
    width: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .x--underline {
    width: 100%;
    text-align: center;
  }
  .i_topbullets {
    padding-right: 0px;
  }
  .lsd_p2p_sm {
    left: -150px;
    top: -120px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .x_stories {
    margin-bottom: 0px;
  }
  .x_share {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-bottom: 0px;
  }
  .x_share.hr {
    display: none;
  }
  .x_share.i_share_1 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .x_cta_hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 130%;
  }
  .x_cta_hero.h_m_ul_bot {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .x_cta_hero.i_sharebot {
    display: none;
  }
  .x_hero_bullets {
    padding-right: 40px;
    padding-left: 40px;
  }
  .temp {
    display: none;
    padding-right: 4em;
    padding-left: 4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .lsd_af_static {
    width: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 210%;
    text-align: center;
  }
  h3 {
    font-size: 170%;
  }
  h4 {
    font-size: 130%;
  }
  h5 {
    margin-top: 20px;
  }
  .h {
    width: 100%;
    min-height: auto;
    margin-top: 0px;
    padding-top: 40px;
  }
  .m {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m.m--af {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }
  .g_2.i_4.ii_100 {
    width: 100%;
  }
  .g_2.i_foo_1 {
    width: 27%;
  }
  .g_2.hidden {
    display: none;
  }
  .g_2.i_foo_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .g_6.i_center {
    width: 100%;
  }
  .g_6.flex_v {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .g_6.i_4.ii_100 {
    width: 100%;
  }
  .g_6.x--underline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .g_4.i_foo_2 {
    width: 49%;
  }
  .g_4.ii_100 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .g_4.flex_right.i_2 {
    width: 100%;
  }
  .g_4.i_hidden {
    display: none;
  }
  .g_4.i_hide {
    display: none;
  }
  .x_p2p_logo1 {
    margin-bottom: 12px;
  }
  .x_p2p_logo2 {
    width: 100%;
    font-size: 22px;
  }
  .x_ctamain {
    background-color: rgba(12, 16, 27, 0);
  }
  .h_m_li.hr {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .h_m_li.hr.hr_bot {
    border-top-color: hsla(0, 0%, 100%, .21);
  }
  .h_m_li.i_share_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .action_icon.h_m_circle {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .action_icon.h_m_circle.h_m_color1 {
    margin-right: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .h_m_cta {
    font-size: 90%;
  }
  .h_m_share {
    margin-left: 10px;
  }
  .g_hr {
    height: 50px;
  }
  .g_hr.g_hr_line.i_hidden {
    display: none;
  }
  .g_hr.ii_hidden {
    display: none;
  }
  .cc.c_foo.cc_padding {
    padding-right: 40px;
  }
  .cc.i_nopadd {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cc.cc_padding {
    padding-right: 40px;
  }
  .cc.ii_nopadding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .g_10.ii_vert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .g_10.i_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lsd_p2p {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .x_p2p_logo {
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .x_p2p_logo.x_p2p_logo_bot {
    width: 100%;
    margin-bottom: 0px;
    margin-left: -6px;
  }
  .lsd_3 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 380px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .lsd_2 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 300px;
  }
  .lsd_1 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 200px;
  }
  .x_p2p_xsolla {
    position: static;
    left: 0px;
    top: 0px;
    margin-bottom: 10px;
  }
  .x_p2p_logo_01 {
    width: 100%;
  }
  .x_p2p_logo_02 {
    width: 100%;
  }
  .x_p2p_logo_03 {
    width: 100%;
  }
  .m_xsolla {
    -webkit-transform: scale(0.85) translate(-12px, 0px);
    -ms-transform: scale(0.85) translate(-12px, 0px);
    transform: scale(0.85) translate(-12px, 0px);
  }
  .p {
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 0px;
  }
  .lsd_lsd_1 {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .lsd_lsd_1.lsd_center {
    top: -30px;
  }
  .lsd_lsd_1.lsd_bottom {
    display: none;
  }
  .lsd_lsd_1.lsd_lsd--movedleft.i_center {
    left: auto;
    right: auto;
    margin-top: -30px;
    margin-left: auto;
  }
  .flex_v.ii_center {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_p2p_fee1 {
    position: absolute;
    left: 50%;
    top: -60px;
    right: 50%;
    margin-right: 0px;
  }
  .flex_h.flex_wrap {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .x_footnote {
    margin-bottom: 20px;
    text-align: center;
  }
  .g_33 {
    margin-bottom: 0px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .g_33.g_center.i_left {
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .g_33.i_33 {
    padding-right: 0px;
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
  }
  .g_33.ii_vert {
    width: 50%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
  }
  .g_12.x_p2p_ctabot {
    display: none;
  }
  .g_12.flex_h.m_ip_logo {
    display: none;
  }
  .cta_sub {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta_sub_icon {
    width: 36px;
    height: 36px;
  }
  .cta_sub_txt.color1 {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 96%;
  }
  .x_enc {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .x_enc_h {
    margin-bottom: 20px;
    font-size: 160%;
    text-align: left;
  }
  .cta_sub_but {
    margin-right: 10px;
    margin-left: 10px;
  }
  .c_bg.x_p2p_paym {
    background-size: 480px;
  }
  .g_3.ii_100 {
    width: 100%;
  }
  .x_foo_ul {
    padding-right: 10px;
  }
  .x_foo_li {
    margin-bottom: 0px;
  }
  .x_foo_link {
    display: inline;
  }
  .x_soc_icon {
    margin-left: 4px;
  }
  .x_foo_xso {
    padding-right: 0px;
    text-align: justify;
  }
  .x_enc_li {
    display: block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    float: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 160%;
  }
  .x_enjoy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .x_enjoy.x_enjoy--af {
    height: 62px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .x_logos {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .x_enc_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .x_logo_img {
    margin-bottom: 0px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .heading-18 {
    text-align: center;
  }
  .ii_center {
    width: 100%;
    text-align: center;
  }
  .x_screen {
    height: 270px;
  }
  .heading-21 {
    color: hsla(0, 0%, 100%, .57);
  }
  .x_vid_full {
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: -40px;
  }
  .x_vid_ipad {
    display: none;
  }
  .x_vid_i_h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .x_vid_i_v {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .x_txt {
    margin-bottom: 10px;
  }
  .x_test {
    margin-bottom: 20px;
  }
  .heading-22 {
    margin-bottom: 10px;
  }
  .x_enc_cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .x_enc_cardicons {
    -webkit-transform: scale(0.6) translate(0px, -20px);
    -ms-transform: scale(0.6) translate(0px, -20px);
    transform: scale(0.6) translate(0px, -20px);
  }
  .x_test_light {
    font-size: 110%;
  }
  .x_cta_bot {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .footer_links.footer_red {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .x_video {
    -webkit-transform: translate(0px, -200px) scale(0.4);
    -ms-transform: translate(0px, -200px) scale(0.4);
    transform: translate(0px, -200px) scale(0.4);
  }
  .x_cta_top {
    position: relative;
    right: 0px;
    width: 120px;
    margin-left: 0px;
  }
  .x_top_url {
    position: relative;
    z-index: 11;
    min-width: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .x_ctatop_but {
    left: auto;
    right: 20px;
    min-width: 110px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
  }
  .x_ctatop_but.x_ctatop_but--af--iph {
    right: 20px;
    height: 36px;
    min-width: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .x_ctatop_but.x_ctatop_but--af--ghost {
    height: 36px;
    min-width: auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .m_bg {
    display: none;
  }
  .h_m_ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h_m_ul.h_m_ul-top {
    padding-left: 0px;
  }
  .x_ctabot_i {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
  }
  .x_ctamain_bg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m_ip {
    position: fixed;
    left: auto;
    top: 0px;
    right: 0px;
    z-index: 100;
    display: block;
    width: auto;
    height: 60px;
    background-color: transparent;
  }
  .link_white_noline {
    color: #fff;
    text-decoration: none;
  }
  .x_ctatop_i {
    display: block;
    opacity: 1;
  }
  .x_logo {
    height: 60px;
    margin-right: 12px;
    margin-left: 12px;
  }
  .heading-23 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .x_p2p_embed_web {
    display: none;
  }
  .x_p2p_embed_mob {
    display: block;
  }
  .x_p2p_embed_linkgithub {
    display: none;
  }
  .g_25.i_50 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left;
  }
  .x_p2p_intsteps_h {
    font-size: 110%;
    line-height: 148%;
  }
  .x_p2p_intsteps_head {
    font-size: 110%;
  }
  .x_p2p_topbullets {
    font-size: 100%;
    text-align: left;
  }
  .x_ctabot_lsdbg {
    display: none;
  }
  .lsd_glow.lsd_glow--logo_af.lsd_glow--logo_af--mob {
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    height: 100vh;
    opacity: 1;
  }
  .x-af_enc_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .x_af_fee1 {
    position: relative;
    width: 100%;
    margin-right: 0px;
  }
  .block {
    margin-bottom: 0em;
    padding-top: 100px;
  }
  .block.i_only {
    display: block;
    margin-bottom: 2em;
    padding-top: 0px;
  }
  .block.block--footer {
    padding-top: 40px;
  }
  .block.block--footer.block--noshade {
    padding-top: 40px;
    background-color: #060c18;
  }
  .block.block--noshade {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: transparent;
  }
  .block.block--hero {
    height: auto;
    max-height: auto;
    margin-bottom: 2em;
  }
  .l_antifraud {
    padding-top: 0px;
  }
  .lsd_af {
    left: auto;
    top: auto;
  }
  .lsd_af_sm {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .cc_100.c_foo.cc_padding {
    padding-right: 40px;
  }
  .cc_100.i_nopadd {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cc_100.cc_padding {
    padding-right: 40px;
  }
  .x_ctabot_cont.x_p2p_ctabot {
    display: none;
  }
  .lsd_af_0 {
    display: none;
    margin-top: -40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .x--invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .x--underline {
    text-align: center;
  }
  .lsd_p2p_sm {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .x_stories {
    margin-bottom: 0px;
  }
  .x_share.hr {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .x_share.hr.hr_bot {
    border-top-color: hsla(0, 0%, 100%, .21);
  }
  .x_share.i_share_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_cta_hero {
    margin-top: 30px;
    background-color: rgba(12, 16, 27, 0);
  }
  .x_hero_bullets {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .x--h5centered {
    font-size: 100%;
    letter-spacing: 0.7em;
  }
  .pb {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .p_form_block {
    margin-bottom: 4px;
  }
  .p_form_input {
    font-size: 16px;
  }
  .lsd_af_static {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 140%;
    text-align: center;
  }
  h4 {
    text-align: center;
  }
  h5 {
    border-bottom-color: hsla(0, 0%, 89%, 0);
    font-size: 140%;
    letter-spacing: 0.3em;
  }
  h6 {
    margin-bottom: 0px;
  }
  .l_pay2play {
    font-size: 12px;
  }
  .h {
    min-height: 510px;
    margin-bottom: 10px;
    padding-top: 40px;
  }
  .h.v--vert {
    margin-top: 0px;
  }
  .m.m--af {
    position: fixed;
    height: 60px;
  }
  .g_2.i_foo_50 {
    width: 100%;
    margin-bottom: 8px;
  }
  .g_2.i_foo_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .g_2.hidden {
    display: none;
  }
  .g_2.iii_100 {
    width: 100%;
  }
  .g_2.i_foo_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .g_6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .g_6.i_center {
    position: relative;
    width: 100%;
  }
  .g_4 {
    width: 100%;
  }
  .g_4.i_foo_2 {
    margin-top: 4px;
    margin-bottom: 30px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  .g_4.ii_100 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .g_4.ii_vert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .x_p2p_logo1 {
    font-size: 42px;
  }
  .x_p2p_logo2 {
    width: 100%;
    max-width: 100%;
    font-size: 120%;
  }
  .x_ctamain {
    position: static;
    left: 0px;
    top: auto;
    right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-style: none;
    border-bottom-style: none;
    background-color: rgba(12, 16, 27, 0);
  }
  .x_ctamain.h_m_ul_bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h_m_li {
    margin-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .h_m_li.hr {
    margin-left: 0px;
  }
  .h_m_li.i_share_1 {
    margin-left: 0px;
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .action_icon.h_m_circle.h_m_color1 {
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h_m_cta.h_m_cta--af--white {
    font-size: 80%;
  }
  .h_m_share {
    margin-left: 10px;
  }
  .h_m1_icon {
    width: 22px;
    margin-right: 6px;
  }
  .h_m1_icon.h_m1_icon--black {
    font-size: 100%;
  }
  .g_hr.g_hr_line {
    height: 100px;
  }
  .g_hr.g_hr_line.i_hidden {
    display: none;
  }
  .g_hr.ii_hidden {
    display: none;
  }
  .cc {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cc.c_brick {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .g_8.flex_h.ii_flex_v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g_8.g_8--center.x--underline {
    margin-bottom: 0px;
  }
  .g_8.iii_vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g_10.ii_vert {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .lsd_p2p {
    left: -130px;
    top: -110px;
    -webkit-transform: translate(0px, -10px) scale(0.8);
    -ms-transform: translate(0px, -10px) scale(0.8);
    transform: translate(0px, -10px) scale(0.8);
  }
  .x_p2p_logo {
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 60px;
    margin-bottom: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .x_p2p_logo.x_p2p_logo_bot {
    margin-left: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom: 1px solid #fff;
  }
  .lsd_3 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 0;
    width: 390px;
    height: 430px;
  }
  .lsd_2 {
    width: 306px;
  }
  .x_p2p_xsolla {
    left: -1px;
    top: -31px;
    font-size: 140%;
  }
  .x_p2p_xsolla.x_p2p_xsolla_bot {
    position: relative;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .x_p2p_logo_03 {
    width: 100%;
  }
  .m_xsolla {
    margin-left: 64px;
    -webkit-transform: scale(0.85) translate(-18px, 0px);
    -ms-transform: scale(0.85) translate(-18px, 0px);
    transform: scale(0.85) translate(-18px, 0px);
  }
  .p.shown {
    z-index: 200;
  }
  .cta.cta_bot_active {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .cta.cta_top_active {
    margin-bottom: 10px;
  }
  .cta.cta_bot_active--af {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .lsd_lsd_1.lsd_center {
    top: -40px;
  }
  .flex_v.ii_center {
    padding-right: 0px;
  }
  .x_txt_color_2.x_h_left {
    text-align: left;
  }
  .x_p2p_fee1 {
    position: absolute;
    left: 50%;
    top: -50px;
    right: 50%;
    padding-left: 0px;
  }
  .flex_h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex_h.ii_foo_1 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex_h.flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .x_footnote {
    text-align: center;
  }
  .g_33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .g_33.g_center.i_left {
    min-width: 100%;
  }
  .g_33.i_33 {
    width: 30%;
    min-height: auto;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .g_33.i_33.iii_100 {
    display: block;
    width: 100%;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g_33.ii_vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g_33.ii_vert.g_33--features {
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c_line {
    margin-bottom: 0px;
  }
  .c_line.ii_vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g_12.flex_h {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cta_sub_1 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta_sub_icon {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
  }
  .cta_sub_txt.color1 {
    font-size: 14px;
  }
  .x_enc_h {
    text-align: left;
  }
  .cta_sub_but.cta_sub_support {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c_bg.x_p2p_paym {
    background-size: 700px;
  }
  .x_foo_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .x_foo_li {
    margin-right: 20px;
    margin-bottom: 8px;
    line-height: 23px;
  }
  .x_foo_li.x_foo_li_div.x--black {
    display: none;
  }
  .x_soc_link {
    width: 28px;
    height: 28px;
  }
  .x_related {
    margin-bottom: 20px;
  }
  .x_foo_xso {
    padding-right: 0px;
    text-align: left;
  }
  .x_foo_xso.x_foo_xso--black {
    text-align: left;
  }
  .x_enc_li {
    font-size: 130%;
  }
  .x_enjoy {
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .x_enjoy.x_enjoy--af {
    height: 42px;
  }
  .x_logos {
    width: 120%;
    margin-right: -50px;
    margin-left: -50px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .x_enc_ul {
    margin-bottom: 10px;
  }
  .x_logo_img {
    height: 54px;
    opacity: 0.74;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .heading-18 {
    text-align: center;
  }
  .ii_center {
    padding-right: 0px;
    text-align: center;
  }
  .x_screen {
    height: 170px;
  }
  .x_vid_full {
    position: relative;
    left: 0px;
    right: 0px;
    overflow: hidden;
    height: 200px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px;
  }
  .x_vid_ipad {
    display: none;
  }
  .x_vid_i_h {
    display: none;
  }
  .x_vid_i_v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .x_test_auth {
    margin-top: -10px;
    margin-left: -10px;
  }
  .x_test_auth_ava {
    margin-right: 0px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .x_txt {
    margin-bottom: 10px;
    font-size: 100%;
    text-align: left;
  }
  .x_test {
    margin-bottom: 40px;
  }
  .x_test_light {
    font-size: 110%;
  }
  .x_cta_bot {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
  }
  .footer_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_links.footer_red {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 100%;
  }
  .x_video {
    -webkit-transform: translate(0px, -250px) scale(0.305);
    -ms-transform: translate(0px, -250px) scale(0.305);
    transform: translate(0px, -250px) scale(0.305);
  }
  .x_cta_top {
    right: 0px;
  }
  .x_top_url {
    position: relative;
    z-index: 11;
    display: none;
    min-width: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .x_ctatop_but {
    min-width: 120px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .x_ctatop_but.x_ctatop_but--af {
    right: 10px;
    height: 32px;
    min-width: auto;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
  }
  .h_m_ul {
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h_m_ul.h_m_ul-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_ctabot_i {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 9px;
  }
  .x_ctamain_bg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .x_ctatop_i {
    z-index: 10;
  }
  .x_ctatop_button {
    display: block;
  }
  .x_ctatop_button_big {
    margin-right: 0px;
  }
  .x_cta_butwhite {
    margin-bottom: 10px;
    padding-left: 16px;
  }
  .x_logo {
    margin-right: 4px;
    margin-left: 4px;
  }
  .x_bulletsw {
    display: block;
    margin-bottom: 8px;
  }
  .x_bulletsw.x_bulletsw--af {
    box-shadow: 24px 0 0 0 rgba(0, 209, 33, .22), 51px 0 0 0 rgba(0, 209, 33, .08), -24px 0 0 0 rgba(0, 209, 33, .22), -51px 0 0 0 rgba(0, 209, 33, .08);
  }
  .x_p2p_intsteps_notes {
    padding-left: 30px;
  }
  .x_p2p_intsteps_h {
    margin-bottom: 4px;
    font-size: 110%;
  }
  .x_p2p_intsteps_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    border-bottom-style: none;
    font-size: 15px;
  }
  .x_p2p_intsteps_num {
    display: block;
    width: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-style: none;
    font-size: 110%;
    line-height: 138%;
  }
  .heading-25 {
    display: inline-block;
  }
  .x_p2p_topbullets {
    margin-top: 0px;
    text-align: center;
  }
  .lsd_glow {
    -webkit-transform: translate(0px, -110px);
    -ms-transform: translate(0px, -110px);
    transform: translate(0px, -110px);
  }
  .lsd_glow.lsd_glow--logo_af.lsd_glow--logo_af--mob {
    left: -25%;
    z-index: 0;
    width: 150%;
    height: 500px;
    opacity: 1;
  }
  .x-af_enc_ul {
    margin-bottom: 10px;
  }
  .block {
    margin-bottom: 0em;
    padding: 100px 10% 40px;
    box-shadow: none;
  }
  .block.block--footer.block--noshade {
    padding-right: 10%;
    padding-left: 10%;
  }
  .block.block--noshade {
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .block.block--cta {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .block.block--hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .x_af_logo1 {
    font-size: 56px;
  }
  .x_af_logo1.x_af_logo1_bot {
    width: 100%;
    font-size: 37px;
  }
  .l_antifraud {
    padding-top: 60px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 14px;
  }
  .lsd_af {
    position: static;
  }
  .lsd_af_sm {
    left: -130px;
    top: -110px;
    -webkit-transform: translate(0px, -10px) scale(0.8);
    -ms-transform: translate(0px, -10px) scale(0.8);
    transform: translate(0px, -10px) scale(0.8);
  }
  .cc_100 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cc_100.c_brick {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lsd_af_0 {
    display: none;
    margin-top: 0px;
    -webkit-transform: translate(0px, -10px) scale(0.8);
    -ms-transform: translate(0px, -10px) scale(0.8);
    transform: translate(0px, -10px) scale(0.8);
  }
  .x--underline {
    margin-bottom: 20px;
  }
  .x_af_story_pic {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .i_topbullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .lsd_p2p_sm {
    left: -130px;
    top: -110px;
    -webkit-transform: translate(0px, -10px) scale(0.8);
    -ms-transform: translate(0px, -10px) scale(0.8);
    transform: translate(0px, -10px) scale(0.8);
  }
  .x_share {
    margin-right: 0px;
    margin-left: 0px;
  }
  .x_share.hr {
    margin-left: 0px;
  }
  .x_share.i_share_1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_share.h_m_li--bot {
    height: 40px;
  }
  .x_cta_hero {
    position: static;
    left: 0px;
    top: auto;
    right: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-style: none;
    border-bottom-style: none;
    background-color: rgba(12, 16, 27, 0);
  }
  .x_cta_hero.h_m_ul_bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_hero_bullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x--h5centered {
    margin-top: 14px;
    margin-bottom: 4px;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pb {
    padding: 14px 20px;
  }
  .pb.shown {
    position: fixed;
  }
  .ph {
    margin-bottom: 8px;
  }
  .lsd_af_static {
    margin-top: 0px;
    -webkit-transform: translate(0px, 0px) scale(0.7);
    -ms-transform: translate(0px, 0px) scale(0.7);
    transform: translate(0px, 0px) scale(0.7);
  }
}

@font-face {
  font-family: 'Gt eesti pro display';
  src: url('../fonts/GT-Eesti-Pro-Display-Regular.eot') format('embedded-opentype'), url('../fonts/GT-Eesti-Pro-Display-Regular-2.eot') format('embedded-opentype'), url('../fonts/GT-Eesti-Pro-Display-Regular-2.woff') format('woff'), url('../fonts/GT-Eesti-Pro-Display-Regular.woff') format('woff'), url('../fonts/GT-Eesti-Pro-Display-Regular-2.ttf') format('truetype'), url('../fonts/GT-Eesti-Pro-Display-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gt eesti pro display';
  src: url('../fonts/GT-Eesti-Pro-Display-Thin-2.eot') format('embedded-opentype'), url('../fonts/GT-Eesti-Pro-Display-Thin.eot') format('embedded-opentype'), url('../fonts/GT-Eesti-Pro-Display-Thin-2.woff') format('woff'), url('../fonts/GT-Eesti-Pro-Display-Thin.woff') format('woff'), url('../fonts/GT-Eesti-Pro-Display-Thin-2.ttf') format('truetype'), url('../fonts/GT-Eesti-Pro-Display-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gt eesti pro display';
  src: url('../fonts/GT-Eesti-Pro-Display-UBold-2.eot') format('embedded-opentype'), url('../fonts/GT-Eesti-Pro-Display-UBold.ttf') format('truetype'), url('../fonts/GT-Eesti-Pro-Display-UBold-2.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gt eesti pro display';
  src: url('../fonts/GT-Eesti-Pro-Display-UBold.eot') format('embedded-opentype'), url('../fonts/GT-Eesti-Pro-Display-UBold.woff') format('woff'), url('../fonts/GT-Eesti-Pro-Display-UBold-2.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Compatil';
  src: url('../fonts/CompatilBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Compatil';
  src: url('../fonts/Compatil.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ALS Story';
  src: url('../fonts/ALSStory_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ALS Story';
  src: url('../fonts/ALSStory_BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'ALS Story';
  src: url('../fonts/ALSStory_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'ALS Story';
  src: url('../fonts/ALSStory.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}