﻿

.footer {
  width: 100%;
  font: 400 12px "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  position: relative;
}
.footer_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    justify-items: flex-end;
    margin: 0 auto;
    padding: 0 16px 20px;
}
@media all and (min-width: 1100px) {
.footer_inner {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin: 0 30px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
}
}
@media all and (min-width: 1600px) {
.footer_inner {
        margin: 0 100px;
}
}
.footer_nav-and-copyright {
    width: 100%;
}
@media all and (min-width: 1100px) {
.footer_nav-and-copyright {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.footer_nav {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media all and (min-width: 1100px) {
.footer_nav {
        padding-top: 0;
        border: none;
}
}
@media all and (min-width: 1600px) {
.footer_copyright {
      max-width: 700px;
}
}
.footer_platform-list-and-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
}
@media all and (min-width: 720px) {
.footer_platform-list-and-rating {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-left: auto;
        margin-top: 16px;
}
}
@media all and (min-width: 1100px) {
.footer_platform-list-and-rating {
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        margin-top: 0;
}
}
.footer_platform-list {
    width: 100%;
}
@media all and (min-width: 720px) {
.footer_platform-list {
        width: auto;
        margin-left: 0;
}
}
@media all and (min-width: 1100px) {
.footer_platform-list {
        margin-right: 24px;
}
}
.footer_rating-list {
    width: 100%;
}
@media all and (min-width: 720px) {
.footer_rating-list {
        width: auto;
}
}

.footer-link {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.5s;
}
.footer-link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
  text-align: left;
}
.copyright_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    margin-right: 8px;
    opacity: .3;
    position: relative;
    transition: opacity 0.5s;
}
.copyright_logo:hover {
      opacity: .7;
}
.copyright_logo img {
      width: auto;
      max-width: 26px;
}
.copyright_text {
    width: 100%;
}

.rating-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  padding-left: 34px;
}
@media all and (min-width: 720px) {
.rating-list {
      -ms-flex-align: end;
          align-items: flex-end;
      width: auto;
      margin-top: 0;
}
}
@media all and (min-width: 1100px) {
.rating-list {
      padding-left: 0;
}
}
.rating-list__extended .rating-list_icon {
    max-height: 68px;
}
@media all and (min-width: 720px) {
.rating-list__extended .rating-list_icon {
        height: 68px;
}
}
.rating-list_list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media all and (min-width: 720px) {
.rating-list_list {
        -ms-flex-pack: end;
            justify-content: flex-end;
        width: auto;
}
}
.rating-list_item:not(:first-child) {
    margin-left: 10px;
}
.rating-list_link {
    display: inline-block;
    transition: opacity 0.5s;
}
.rating-list_link:hover {
      opacity: .7;
}
.rating-list_icon {
    max-height: 36px;
}
@media all and (min-width: 720px) {
.rating-list_icon {
        width: auto;
        height: 36px;
}
}
.rating-list_description {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
    line-height: 1;
    text-align: left;
}
@media all and (min-width: 720px) {
.rating-list_description {
        text-align: right;
        white-space: nowrap;
}
}
@media all and (min-width: 1100px) {
.rating-list_description {
        font-size: 12px;
        line-height: 1.2;
}
}

.footer-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 34px;
  text-transform: uppercase;
}
.footer-navigation_item {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}
.footer-navigation_item:not(:last-child) {
      padding-right: 20px;
}
@media all and (min-width: 720px) {
.footer-navigation_item:not(:last-child) {
          padding-right: 25px;
}
}
@media all and (min-width: 1600px) {
.footer-navigation_item:not(:last-child) {
          padding-right: 30px;
}
}

/* stylelint-disable-next-line selector-max-id */
#ot-sdk-btn.ot-sdk-show-settings.footer-link {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  transition: color 0.5s;
  /* stylelint-disable-next-line selector-max-id */
}
#ot-sdk-btn.ot-sdk-show-settings.footer-link:hover {
    background: none;
    color: rgba(255, 255, 255, 0.5);
}

.platform-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-top: 16px;
  padding-left: 34px;
}
@media all and (min-width: 720px) {
.platform-list {
      width: auto;
      margin-top: 0;
}
}
.platform-list__extended .platform-list_icon {
    max-height: 68px;
}
@media all and (min-width: 720px) {
.platform-list__extended .platform-list_icon {
        height: 68px;
}
}
.platform-list_item {
    display: inline-block;
}
.platform-list_item:not(:first-child) {
      margin-left: 10px;
}
.platform-list_link {
    display: inline-block;
    transition: opacity 0.5s;
}
.platform-list_link:hover {
      opacity: .7;
}
.platform-list_icon {
    width: auto;
    max-height: 36px;
}
@media all and (min-width: 720px) {
.platform-list_icon {
        height: 36px;
}
}

.logo {
  display: inline-block;
  max-width: 290px;
  max-height: 150px;
}
.logo_img {
    max-width: 100%;
    max-height: 100%;
}

.lang-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 8px 0 8px 12px;
  border: none;
  outline: transparent;
  background-color: transparent;
  color: #fff;
  font: 12px/17px "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2%;
  position: relative;
  transition: color 0.5s;
}
.lang-button::before {
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border: 1px solid transparent;
    border-radius: 100%;
    background-color: currentColor;
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transition: border-color 0.5s, background-color 0.5s;
}
.lang-button:hover, .lang-button:active {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.lang-button:hover::before, .lang-button:active::before {
      opacity: 1;
}
.lang-button__current {
    color: #cbac77;
    font-style: italic;
    cursor: default;
    pointer-events: none;
}
.lang-button__current::before {
      width: 7px;
      height: 7px;
      margin-top: -4px;
      border-color: currentColor;
      background-color: transparent;
      left: 0;
}
.lang-button__selector {
    width: auto;
    padding: 0;
    text-align: right;
}
.lang-button__selector::before {
      display: none;
}
.lang-button__selector .lang-button_text {
      word-break: break-all;
}
.lang-button__selector .lang-button_world {
      display: inline-block;
      width: 12px;
      min-width: 12px;
      height: 12px;
      margin-right: 4px;
      position: relative;
      transition: fill 0.5s;
      fill: currentColor;
}
.lang-button__selector .lang-button_arrow {
      display: block;
      width: 12px;
      min-width: 12px;
      height: 12px;
      margin-left: 4px;
      position: relative;
      top: -1px;
      transition: fill 0.5s, -webkit-transform 0.5s;
      transition: transform 0.5s, fill 0.5s;
      transition: transform 0.5s, fill 0.5s, -webkit-transform 0.5s;
      fill: currentColor;
}
.lang-button__active .lang-button_arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.language-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 940px;
  max-height: 100%;
  padding: 20px 30px;
  font: 400 12px/17px "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
}
.language-list_item {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 20px 0 0;
    text-align: left;
    position: relative;
}
@media all and (min-width: 720px) {
.language-list_item {
        width: 25%;
}
}
@media all and (min-width: 1100px) {
.language-list_item {
        width: 20%;
}
}

.close-button {
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  outline: transparent;
  background-color: transparent;
  color: #b8b397;
  overflow: hidden;
  position: fixed;
  top: 8px;
  right: 18px;
  cursor: pointer;
}
.close-button:hover {
    color: #cbac77;
}
.close-button::before, .close-button::after {
    width: 20px;
    height: 3px;
    margin-top: -1px;
    border-radius: 5px;
    background-color: currentColor;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transition: color 0.5s;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.overlay {
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(22, 22, 22, 0.95);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.5s, visibility 0.5s;
}
@media all and (min-width: 720px) {
.overlay {
      height: auto;
      position: absolute;
      top: auto;
      bottom: 100%;
      -webkit-transform: translateY(35px);
              transform: translateY(35px);
      transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
      transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
      will-change: transform;
}
}
@media all and (min-width: 720px) {
.overlay__top {
      height: auto;
      position: fixed;
      top: 0;
      bottom: auto;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
}
}
.overlay__open {
    opacity: 1;
    visibility: visible;
}
@media all and (min-width: 720px) {
.overlay__open {
        -webkit-transform: translateY(0);
                transform: translateY(0);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.overlay__open {
        -webkit-transform: none;
                transform: none;
}
}
.overlay__fullscreen {
    top: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
}
@media all and (min-width: 720px) {
.overlay__fullscreen {
        position: fixed;
}
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
button {
  padding: 0;
  border: none;
  font-family: inherit;
}
button:focus {
    outline: none;
}
input {
  outline: none;
}
a {
  text-decoration: none;
}
body.modal-opened {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.cta-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.cta-wrapper__full-width {
    width: 100%;
}
.cta-wrapper__inherit-height {
    height: inherit;
}
.cta {
  z-index: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  position: relative;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cta[disabled] {
    opacity: .6;
    pointer-events: none;
}
.cta__size-small {
    min-width: 192px;
    max-width: 504px;
    height: 46px;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 1.2;
}
.cta__size-medium {
    min-width: 226px;
    max-width: 504px;
    height: 54px;
    padding: 6px 30px;
    font-size: 18px;
    line-height: 1.2;
}
.cta__size-large {
    min-width: 276px;
    max-width: 504px;
    height: 62px;
    padding: 5px 30px;
    font-size: 20px;
    line-height: 1.35;
}
.cta__variant-naked {
    background-color: #727272;
    color: #fff;
}
.cta__variant-primary {
    background-color: #fd5102;
    color: #fff;
}
.cta__variant-primary:hover {
      background-color: #fe6413;
}
.cta__variant-primary:active {
      background-color: #f35705;
}
.cta__variant-primary:disabled, .cta__variant-primary[disabled] {
      background-color: #6c5b53;
      color: rgba(255, 255, 255, 0.5);
      opacity: 1;
}
.cta__variant-primary.cta__loading {
      background-color: #8F380F;
}
.cta__variant-secondary {
    border: 1px solid #727272;
    background-color: #fff;
    color: #000;
}
.cta__variant-secondary:hover {
      background-color: #f9f5e1;
}
.cta__variant-secondary:active {
      background-color: #fff;
}
.cta__variant-secondary.cta__loading {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.2);
      color: rgba(255, 255, 255, 0.8);
}
.cta__variant-secondary.cta__loading.cta__light-mode {
        background: rgba(114, 114, 114, 0.2);
        color: rgba(0, 0, 0, 0.6);
}
.cta__variant-transparent {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.cta__variant-transparent:hover {
      border-color: #727272;
      background-color: #f9f5e1;
      color: #000;
}
.cta__variant-transparent:active {
      background-color: #ece9d7;
      color: #000;
}
.cta__variant-transparent.cta__light-mode {
      border: 1px solid #000;
      background-color: transparent;
      color: #121210;
}
.cta__variant-transparent.cta__light-mode:hover {
        border-color: #000;
        background-color: #f9f5e1;
        color: #000;
}
.cta__variant-transparent.cta__light-mode:active {
        border-color: #ece9d7;
        background-color: #ece9d7;
        color: #000;
}
.cta__variant-transparent.cta__loading {
      opacity: 1;
      color: #727272;
}
.cta__variant-transparent.cta__loading.cta__light-mode {
        border-color: #727272;
        color: #727272;
}
.cta__variant-video {
    background-color: transparent;
    color: #fff;
}
.cta__variant-video:hover {
      color: #FD5102;
}
.cta__variant-video:active {
      color: #D94400;
}
.cta__variant-video.cta__light-mode {
      color: #000;
}
.cta__variant-video.cta__light-mode:hover {
        color: #FD5102;
}
.cta__variant-video.cta__light-mode:active {
        color: #D94400;
}
.cta__blinking::before {
    width: 100%;
    height: 100%;
    border-left: 58px solid rgba(250, 250, 250, 0.2);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cta-blink 3s infinite ease;
            animation: cta-blink 3s infinite ease;
}
.cta__variant-secondary.cta__blinking::before {
      border-left-color: rgba(131, 131, 131, 0.2);
}
.cta__variant-transparent.cta__blinking::before {
      border-left-color: rgba(131, 131, 131, 0.2);
}
.cta__variant-video.cta__blinking::before {
      display: none;
}
.cta[disabled].cta__blinking::before {
      display: none;
}
.cta__is-icon-only.cta__blinking::before {
      -webkit-animation: cta-blink-icon-only 3s infinite ease;
              animation: cta-blink-icon-only 3s infinite ease;
}
.cta__variant-secondary.cta__blinking:hover::before {
    border-left-color: rgba(131, 131, 131, 0.1);
}
.cta__variant-transparent.cta__blinking:hover::before {
    border-left-color: rgba(131, 131, 131, 0.1);
}
.cta__variant-secondary.cta__blinking:active::before {
    border-left-color: rgba(131, 131, 131, 0.2);
}
.cta__blinking.cta__light-mode.cta__variant-secondary::before {
    border-left-color: rgba(131, 131, 131, 0.2);
}
.cta__blinking.cta__light-mode.cta__variant-secondary:hover::before {
    border-left-color: rgba(131, 131, 131, 0.2);
}
.cta__blinking.cta__light-mode.cta__variant-secondary:active::before {
    border-left-color: rgba(131, 131, 131, 0.1);
}
.cta__auto-height {
    height: auto;
}
.cta__inherit-height {
    height: inherit;
}
.cta__full-width {
    width: 100%;
    max-width: none;
}
.cta__is-icon-only {
    width: 54px;
    min-width: auto;
    padding: 10px;
}
.cta__is-icon-only.cta__size-small {
      width: 46px;
}
.cta__is-icon-only.cta__size-medium {
      width: 54px;
}
.cta__is-icon-only.cta__size-large {
      width: 62px;
}
.cta_content, .cta_content-img {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}
.cta_content__prepend, .cta_content-img__prepend {
      margin-right: 6px;
}
.cta__size-small .cta_content__prepend, .cta__size-small .cta_content-img__prepend {
        margin-right: 6px;
}
.cta__size-medium .cta_content__prepend, .cta__size-medium .cta_content-img__prepend {
        margin-right: 8px;
}
.cta__size-large .cta_content__prepend, .cta__size-large .cta_content-img__prepend {
        margin-right: 8px;
}
.cta_content__append, .cta_content-img__append {
      margin-left: 6px;
}
.cta__size-small .cta_content__append, .cta__size-small .cta_content-img__append {
        margin-left: 6px;
}
.cta__size-medium .cta_content__append, .cta__size-medium .cta_content-img__append {
        margin-left: 8px;
}
.cta__size-large .cta_content__append, .cta__size-large .cta_content-img__append {
        margin-left: 8px;
}
.cta_content__loader {
    display: none;
}
.cta__loading .cta_content__loader {
      display: block;
}
@supports (-webkit-line-clamp: 2) {
.cta__size-small .cta_content__main, .cta__size-medium .cta_content__main, .cta__size-large .cta_content__main {
      display: -webkit-box;
      text-overflow: ellipsis;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 2;
      /*! autoprefixer: ignore next */
      -webkit-box-orient: vertical;
      /* stylelint-disable-line property-no-vendor-prefix */
}
}
.cta__is-icon-only .cta_content__main-text {
    display: none;
}
.cta_content img,
  .cta_content svg {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.cta_content-img {
    vertical-align: middle;
}
.cta_content-img__main {
      height: 100%;
}
.cta_content-img__prepend, .cta_content-img__append {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      max-width: 18px;
      max-height: 18px;
}
.cta__size-small .cta_content-img__prepend, .cta__size-small .cta_content-img__append {
        max-width: 16px;
        max-height: 16px;
}
.cta__size-medium .cta_content-img__prepend, .cta__size-medium .cta_content-img__append {
        max-width: 18px;
        max-height: 18px;
}
.cta__size-large .cta_content-img__prepend, .cta__size-large .cta_content-img__append {
        max-width: 22px;
        max-height: 22px;
}
.cta__is-icon-only .cta_content-img__prepend, .cta__is-icon-only .cta_content-img__append {
        max-width: 20px;
        max-height: 20px;
        margin-left: 0;
        margin-right: 0;
}
.cta_content-video-icon {
    margin-right: 12px;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
}
.cta_content-video-icon-circle {
      stroke: #FD5102;
      fill: transparent;
      transition: fill 0.15s, stroke 0.15s;
}
.cta:hover .cta_content-video-icon-circle {
        fill: #FD5102;
}
.cta_content-video-icon-triangle {
      fill: #FD5102;
      transition: fill 0.15s, stroke 0.15s;
}
.cta:hover .cta_content-video-icon-triangle {
        fill: #fff;
}
.cta__size-small .cta_content-video-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: -3px;
      height: calc(100% + 3px * 2);
}
.cta__size-medium .cta_content-video-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: -6px;
      height: calc(100% + 6px * 2);
}
.cta__size-large .cta_content-video-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: -5px;
      height: calc(100% + 5px * 2);
}
.cta__is-icon-only .cta_content-video-icon {
      margin-right: 0;
}
.cta_content-loader {
    margin-right: 6px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-animation: cta-loader 1.6s infinite linear;
            animation: cta-loader 1.6s infinite linear;
    display: none;
    min-width: 18px;
    min-height: 18px;
}
.cta_content-loader-circle {
      fill: #E5E9F2;
}
.cta__variant-secondary.cta__light-mode .cta_content-loader-circle {
        fill: #727272;
}
.cta__variant-transparent.cta__light-mode .cta_content-loader-circle {
        fill: #727272;
}
.cta_content-loader-arc {
      fill: #8F380F;
}
.cta__variant-secondary .cta_content-loader-arc {
        fill: #fd5102;
}
.cta__variant-secondary.cta__light-mode .cta_content-loader-arc {
        fill: #fff;
}
.cta__variant-transparent .cta_content-loader-arc {
        fill: #fd5102;
}
.cta__variant-transparent.cta__light-mode .cta_content-loader-arc {
        fill: #fff;
}
.cta__size-small .cta_content-loader {
      margin-right: 6px;
}
.cta__size-medium .cta_content-loader {
      margin-right: 8px;
}
.cta__size-large .cta_content-loader {
      margin-right: 8px;
}
.cta__loading .cta_content-loader {
      display: block;
}
.cta-mobile-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.cta-wrap__light-mode .cta-mobile-text {
    color: #000;
}
.cta-notice {
  max-width: 256px;
  margin-left: auto;
  margin-top: 4px;
  margin-right: auto;
  color: #727272;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.46;
  text-align: center;
}
.cta-mobile-text__visible-mobile-text,
.cta-notice__visible-mobile-text {
  display: none;
}
.cta-mobile-text a,
.cta-notice a {
  color: #feab34;
}
@-webkit-keyframes cta-blink {
0% {
    -webkit-transform: translateX(-50%) skew(35deg);
            transform: translateX(-50%) skew(35deg);
}
50% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
100% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
}
@keyframes cta-blink {
0% {
    -webkit-transform: translateX(-50%) skew(35deg);
            transform: translateX(-50%) skew(35deg);
}
50% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
100% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
}
@-webkit-keyframes cta-blink-icon-only {
0% {
    -webkit-transform: translateX(-130%) skew(35deg);
            transform: translateX(-130%) skew(35deg);
}
50% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
100% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
}
@keyframes cta-blink-icon-only {
0% {
    -webkit-transform: translateX(-130%) skew(35deg);
            transform: translateX(-130%) skew(35deg);
}
50% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
100% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
}
@-webkit-keyframes cta-loader {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes cta-loader {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

.result-page-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px;
  color: #fff;
}
.result-page-block b, .result-page-block strong {
    font-weight: bold;
}
.result-page-block a:not(.cta) {
    transition: color 0.15s ease-in-out;
    color: #FD5102;
}
.result-page-block a:not(.cta):hover {
      color: #B13C06;
}
.result-page-block a:not(.cta):active {
      color: #853009;
}
.result-page-block__light-mode {
    color: #121210;
}
.result-page-block_main {
    max-width: 444px;
}
.result-page-block_image {
    min-width: 200px;
    height: 100px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.result-page-block_image__ok.result-page-block_image__default-image {
      background-image: url(../../willbetgamebettingsa/image/ok.6d54b596.png);
}
.result-page-block_image__error.result-page-block_image__default-image {
      background-image: url(../../willbetgamebettingsa/image/error.dc765ca9.png);
}
.result-page-block_title {
    margin-bottom: 22px;
    font-size: 46px;
    font-weight: 700;
}
.result-page-block_text {
    margin-bottom: 30px;
    color: #cbcbcb;
    font-size: 16px;
    line-height: 1.2;
}
@media all and (min-width: 720px) {
.result-page-block_text {
        line-height: 1.3;
}
}
.result-page-block__light-mode .result-page-block_text {
      color: #1c1c1e;
}
.result-page-block_button {
    display: inline-block;
    min-width: 240px;
    margin: 0 auto;
}
@media all and (min-width: 720px) {
.result-page-block_button {
        min-width: 302px;
}
}
.result-page-block_caption {
    max-width: 302px;
    margin: 6px auto 20px;
    font-size: 14px;
    line-height: 1.17;
    text-align: center;
    opacity: .5;
}
.result-page-block_platforms {
    display: none;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
@media all and (min-width: 1100px) {
.result-page-block_platforms {
        display: -ms-flexbox;
        display: flex;
}
}
.result-page-block_platform {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 40px;
    padding: 0 10px;
    border: 1px solid transparent;
    background: transparent;
    line-height: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: border-color 300ms, background-color 300ms;
    cursor: pointer;
}
.result-page-block_platform:hover {
      border-color: rgba(241, 241, 241, 0.04);
      background-color: rgba(0, 0, 0, 0.04);
}
.result-page-block__light-mode .result-page-block_platform:hover {
        border-color: rgba(0, 0, 0, 0.04);
        background-color: rgba(0, 0, 0, 0.04);
}
.result-page-block_platform:active {
      background-color: rgba(0, 0, 0, 0.2);
}
.result-page-block__light-mode .result-page-block_platform:active {
        background-color: rgba(0, 0, 0, 0.04);
}
.result-page-block_platforms-title {
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    opacity: .6;
    transition: opacity 300ms;
}
.result-page-block__light-mode .result-page-block_platforms-title {
      color: #000;
}
.result-page-block_platform:hover .result-page-block_platforms-title {
      opacity: 1;
}
.result-page-block_platform:active .result-page-block_platforms-title {
      opacity: .8;
}
.result-page-block_platforms-icon {
    opacity: .4;
    transition: opacity 300ms;
}
.result-page-block__light-mode:not(.result-page-block__invert-disabled) .result-page-block_platforms-icon {
      -webkit-filter: invert(1);
              filter: invert(1);
}
.result-page-block_platform:hover .result-page-block_platforms-icon {
      opacity: 1;
}
.result-page-block_platform:active .result-page-block_platforms-icon {
      opacity: .8;
}

.result-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 25px;
  background: no-repeat center / cover;
  z-index: 1000;
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}
@media all and (min-width: 720px) {
.result-page {
      padding-top: 50px;
}
}
@media all and (min-width: 1600px) {
.result-page {
      padding-top: 86px;
}
}
.result-page__light-mode {
    background-color: rgba(255, 255, 255, 0.9);
}
.result-page.result-page {
    padding-top: 0;
}
.result-page_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%;
    text-align: center;
}
.result-page_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
}
.result-page_block {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-bottom: 0;
}
.result-page_footer {
    width: 100%;
}

.video {
  display: none;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@supports (not (-ms-ime-align: auto)) and (object-fit: cover) {
.video {
      width: 100%;
      min-width: 0;
      height: 100%;
      min-height: 0;
      position: static;
      -webkit-transform: none;
              transform: none;
      object-fit: cover;
}
}
@media all and (min-width: 1100px) {
.video {
      display: block;
}
}

.video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.tooltip {
  z-index: 10;
  box-sizing: border-box;
  display: block;
  max-width: 280px;
  padding: 10px;
  border: 1px solid rgba(103, 108, 111, 0.4);
  border-radius: 4px;
  background: #333335;
  color: #aaaaab;
  font-size: 12px;
  line-height: 1.25;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  /* TODO WOTSP-2860: Change tooltips to always be above */
}
.tooltip::after {
    width: 15px;
    height: 15px;
    background: inherit;
    content: "";
    position: absolute;
}
.tooltip__show {
    visibility: visible;
    z-index: 500;
}
.tooltip__top-arrow::after {
    border-left: 1px solid rgba(103, 108, 111, 0.4);
    border-top: 1px solid rgba(103, 108, 111, 0.4);
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
}
.tooltip__bottom-arrow::after {
    border-right: 1px solid rgba(103, 108, 111, 0.4);
    border-bottom: 1px solid rgba(103, 108, 111, 0.4);
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
}
.tooltip__left-arrow::after {
    border-left: 1px solid rgba(103, 108, 111, 0.4);
    border-bottom: 1px solid rgba(103, 108, 111, 0.4);
    top: 50%;
    bottom: -8px;
    left: -8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.tooltip__right-arrow::after {
    border-top: 1px solid rgba(103, 108, 111, 0.4);
    border-right: 1px solid rgba(103, 108, 111, 0.4);
    top: 50%;
    right: -8px;
    bottom: -8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.tooltip__insideModal.tooltip__show {
    z-index: 1500;
}

.input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
}
@media all and (min-width: 1100px) {
.input__is-may-collapse {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
}
}
.input_field {
    z-index: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #595950;
    outline: none;
    background-color: #020406;
    color: #f7f7f7;
    line-height: 1;
    position: relative;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    /* fix some version of IE dont apply standart placeholder styles from rule above */
}
@media all and (min-width: 1100px) {
.input_field {
        padding: 0 15px;
}
}
@media all and (min-width: 1600px) {
.input_field {
        padding: 0 20px;
}
}
.input_field::-webkit-input-placeholder {
      color: #595950;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease;
}
.input_field:-ms-input-placeholder {
      color: #595950;
      -ms-transition: color 0.2s ease;
      transition: color 0.2s ease;
}
.input_field::placeholder {
      color: #595950;
      transition: color 0.2s ease;
}
.input__floatable-placeholder .input_field::-webkit-input-placeholder {
        opacity: 0;
}
.input__floatable-placeholder .input_field:-ms-input-placeholder {
        opacity: 0;
}
.input__floatable-placeholder .input_field::placeholder {
        opacity: 0;
}
.input__floatable-placeholder .input_field:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0);
      opacity: 0;
}
.input_field:-webkit-autofill {
      /* hack to hide odd yellow bg color during autofill */
      -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
      transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
.input_field::-ms-reveal, .input_field::-ms-clear {
      display: none;
}
.input_field:hover:not(.input_field__error), .input_field:focus:not(.input_field__error) {
      border-color: #8c8c7e;
}
.input_field:focus, .input_field:not(.input_field__empty), .input_field:not(.input_field__error) {
      background-color: #020406;
      color: #f7f7f7;
}
.input_field:focus::-webkit-input-placeholder {
      color: #373737;
}
.input_field:focus:-ms-input-placeholder {
      color: #373737;
}
.input_field:focus::placeholder {
      color: #373737;
}
.input_field__error {
      border-color: rgba(167, 37, 27, 0.6);
}
.input_field__collapsed {
      display: none;
}
.input__has-icon .input_field {
      padding-right: 34px;
}
.input__has-icon-secondary .input_field {
      padding-right: 58px;
}
.input__floatable-placeholder .input_field {
      height: 48px;
      padding-top: 18px;
      border: none;
      background: none;
}
.input_bg {
    display: none;
    width: 100%;
    height: 48px;
    border: 1px solid #595950;
    background-color: #020406;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: border-color 0.2s ease;
    pointer-events: none;
}
.input__floatable-placeholder .input_bg {
      display: block;
}
.input:hover .input_field:not(.input_field__error) ~ .input_bg,
    .input_field:focus:not(.input_field__error) ~ .input_bg {
      border-color: #8c8c7e;
}
.input_field__error ~ .input_bg,
    .input_field__error:focus ~ .input_bg {
      border-color: rgba(167, 37, 27, 0.6);
}
.input_pseudo-placeholder {
    display: none;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    outline: none;
    color: #595950;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    cursor: text;
    pointer-events: none;
    will-change: transform;
}
@media all and (min-width: 1100px) {
.input_pseudo-placeholder {
        padding: 0 15px;
}
}
@media all and (min-width: 1600px) {
.input_pseudo-placeholder {
        padding: 0 20px;
}
}
.input__has-icon .input_pseudo-placeholder {
      padding-right: 34px;
}
.input__floatable-placeholder .input_pseudo-placeholder {
      display: block;
}
.input_field__empty ~ .input_pseudo-placeholder {
      -webkit-transform: translateY(0);
              transform: translateY(0);
}
.input_field:focus ~ .input_pseudo-placeholder {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
}
.input_icon {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 34px;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.2s ease;
    cursor: pointer;
}
.input_icon:hover {
      opacity: 1;
}
.input_inner__force-text .input_icon__password {
      opacity: 1;
}
.input_icon__secondary {
      width: 24px;
      right: 34px;
}
.input_eye {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4IDE5Ij4KICA8cGF0aCBkPSJNMSAxMC44YTEuOSAxLjkgMCAwMTAtMS44OGMxLjc2LTMuMDcgNC41OC01LjA1IDcuNzYtNS4wNSAzLjE4IDAgNiAxLjk4IDcuNzYgNS4wNS4zMy41OS4zMyAxLjMgMCAxLjg5LTEuNzYgMy4wNy00LjU4IDUuMDYtNy43NiA1LjA2LTMuMTggMC02LTItNy43Ni01LjA2eiIgc3Ryb2tlPSIjNjc2QzZGIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogIDxjaXJjbGUgY3g9IjguNzYiIGN5PSI5Ljg3IiByPSIyLjI1IiBzdHJva2U9IiM2NzZDNkYiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=) no-repeat center/18px 19px;
}
.input_label {
    z-index: 1;
    display: inline-block;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    margin-bottom: 8px;
}
.input_label:empty {
      display: none;
}
.input_label:empty {
      display: none;
}
.input_label__with-border {
      cursor: pointer;
}
.input_label__with-border:hover {
        opacity: 1;
}
.input_label__collapsed {
      margin-bottom: 0;
      text-decoration: underline;
}
.input_collapse-checkbox:focus ~ .input_label {
      opacity: 1;
}
.input__is-may-collapse .input_label {
      white-space: nowrap;
}
@media all and (min-width: 1100px) {
.input__is-may-collapse .input_label {
          margin-bottom: 0;
}
}
.input_inner {
    width: 100%;
    position: relative;
}
.input_inner__collapsed {
      display: none;
}
@media all and (min-width: 1100px) {
.input__is-may-collapse .input_inner {
        margin-left: 14px;
}
}
.input_collapse-checkbox {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}
.input_error {
    max-width: 100%;
    color: #f00;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
}
@media all and (min-width: 1100px) {
.input_error {
        font-size: 11px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.input_error {
        font-size: 12px;
}
}

@media all and (min-width: 720px) {
.birthdate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}
}
.birthdate_label {
  z-index: 1;
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  margin-right: 14px;
  margin-bottom: 8px;
  color: #8c8c7e;
  opacity: 1;
  cursor: pointer;
}
.birthdate_label:empty {
    display: none;
}
@media all and (min-width: 720px) {
.birthdate_label {
      margin-bottom: 0;
}
}
.birthdate_content {
  position: relative;
}
@media all and (min-width: 720px) {
.birthdate_content {
      width: calc(50% - 7px);
}
}
.birthdate_inputs {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media all and (min-width: 720px) {
.birthdate_inputs {
      -ms-flex-pack: end;
          justify-content: flex-end;
}
}
.birthdate .input_field:not(.input_field__floatable-placeholder) {
  height: 30px;
}
.birthdate_input {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  margin-right: 15px;
}
@media all and (min-width: 1100px) {
.birthdate_input {
      margin-right: 10px;
}
}
@media all and (min-width: 1600px) {
.birthdate_input {
      margin-right: 15px;
}
}
.birthdate_input:last-of-type {
    margin-right: 0;
}
.birthdate_error {
  max-width: 100%;
  color: #f00;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
}
@media all and (min-width: 1100px) {
.birthdate_error {
      font-size: 11px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.birthdate_error {
      font-size: 12px;
}
}

.checkbox {
  margin-bottom: 4px;
  position: relative;
}
@media all and (min-width: 720px) {
.checkbox {
      margin-bottom: 10px;
}
}
.checkbox_field {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}
.checkbox_label {
    display: inline-block;
    padding-left: 36px;
    color: #8c8c7e;
    font-size: 12px;
    line-height: 1.5;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}
@media all and (min-width: 1100px) {
.checkbox_label {
        font-size: 11px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.checkbox_label {
        font-size: 12px;
}
}
.checkbox_label::before {
      width: 20px;
      height: 20px;
      border: 1px solid #595950;
      background-color: #020406;
      content: "";
      position: absolute;
      top: 2px;
      left: 1px;
      transition: border-color 0.2s ease;
}
.checkbox_field:focus ~ .checkbox_label::before {
        border-color: #8c8c7e;
}
.checkbox_label:hover::before {
      border-color: #8c8c7e;
}
.checkbox_label__checked::before {
      border-color: #8c8c7e;
}
.checkbox_label__checked::after {
      width: 8px;
      height: 5px;
      border-left: 2px solid #fe5000;
      border-bottom: 2px solid #fe5000;
      content: "";
      position: absolute;
      top: 8px;
      left: 7px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.checkbox_label__error::before {
      border-color: #f00;
}
.checkbox_field:focus ~ .checkbox_label__error::before {
        border-color: #f00;
}

.password-field_icon-info-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.password-field_icon-info {
  fill: #676c6f;
}
.input_field__error ~ .input_icon .password-field_icon-info-wrap .password-field_icon-info {
    fill: #a7251b;
}
.password-field_popover.password-field_popover {
  width: auto;
  right: 31px;
}
.password-field_popover.password-field_popover::after {
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-60%) rotate(45deg);
            transform: translateY(-60%) rotate(45deg);
}
.password-field .input_field__error ~ .input_icon__secondary {
  opacity: 1;
}
.password-field_popover-title-wrap {
  color: #fff;
  font-weight: bold;
}
.password-field_popover-title mark {
  all: unset;
  background: none;
  color: inherit;
}
.password-field__server-error-invalid .password-field_popover-title mark {
    color: #ff8803;
}
.password-field_validations-list {
  list-style: disc;
  list-style-position: outside;
}
.password-field_validations-item {
  margin-top: 3px;
  transition: color 0.2s ease;
}
.password-field_validations-item__valid:not(.password-field_validations-item__server-error-invalid) {
    color: #3bf01d;
}

.regform {
  width: 100%;
  position: relative;
}
.regform_title {
    margin-bottom: 15px;
    padding-bottom: 18px;
    color: #f7f7f7;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}
@media all and (min-width: 720px) {
.regform_title {
        margin-bottom: 23px;
        font-size: 48px;
        line-height: 1.2;
        text-align: center;
}
}
@media all and (min-width: 1100px) {
.regform_title {
        margin-bottom: 12px;
        padding-bottom: 15px;
        font-size: 20px;
        text-align: left;
}
}
@media all and (min-width: 1600px) and (min-height: 850px) {
.regform_title {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 36px;
}
}
.regform_title::after {
      width: 75px;
      height: 3px;
      background-color: #fe5000;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
}
@media all and (min-width: 720px) {
.regform_title::after {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
}
}
@media all and (min-width: 1100px) {
.regform_title::after {
          left: 0;
          -webkit-transform: none;
                  transform: none;
}
}
.regform_promo {
    margin-bottom: 23px;
    color: #f7f7f7;
    font-size: 14px;
    line-height: 18px;
}
@media all and (min-width: 720px) {
.regform_promo {
        margin-bottom: 37px;
        font-size: 16px;
        text-align: center;
}
}
@media all and (min-width: 1100px) {
.regform_promo {
        margin-bottom: 14px;
        font-size: 12px;
        text-align: left;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.regform_promo {
        margin-bottom: 23px;
        font-size: 14px;
}
}
@media all and (min-width: 1600px) and (min-height: 850px) {
.regform_promo {
        margin-bottom: 35px;
        font-size: 16px;
}
}
.regform_form-section, .regform_form-inner {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}
.regform_form-section:last-child, .regform_form-inner:last-child {
      margin-bottom: 0;
}
.regform_form-section__no-margin {
    margin-bottom: 0;
}
.regform_form-section-content {
    position: relative;
}
@media all and (min-width: 720px) {
.regform_form-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
}
.regform_form-inner-col {
    margin-bottom: 30px;
}
@media all and (min-width: 720px) {
.regform_form-inner-col {
        width: calc(50% - 6px);
        margin-bottom: 0;
}
}
@media all and (min-width: 720px) {
.regform_form-inner-col:last-child {
        margin-left: 12px;
}
}
.regform_form-link {
    color: inherit;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.regform_form-link:hover {
      color: #b8b8a2;
      text-decoration: none;
}
.regform_form-accent {
    color: #e9e2bf;
    position: relative;
    transition: color 0.2s ease;
}
.regform_form-accent:hover {
      color: #b8b8a2;
}
.regform_note {
    box-sizing: border-box;
    padding: 8px 0 7px 24px;
    color: #8c8c7c;
    font-size: 12px;
    line-height: 1.5;
    opacity: .3;
}
@media all and (min-width: 1100px) {
.regform_note {
        font-size: 11px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.regform_note {
        font-size: 12px;
}
}
.regform_button {
    width: 100%;
}
@media all and (min-width: 1600px) and (min-height: 850px) {
.regform_button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%;
}
}
@media all and (min-width: 720px) {
.regform_button-text {
      font-size: 24px;
}
}
@media all and (min-width: 1100px) {
.regform_button-text {
      font-size: 18px;
}
}
@media all and (min-width: 1600px) and (min-height: 850px) {
.regform_button-text {
      font-size: 24px;
}
}
.regform_buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 25px;
}
.regform_redirect {
    display: inline-block;
    margin-top: 15px;
    color: #feab34;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: underline;
    transition: color 0.2s ease;
}
@media all and (min-width: 720px) {
.regform_redirect {
        margin-top: 20px;
}
}
.regform_redirect:hover {
      color: #fd9;
}
.regform_nicknames-description {
    margin-bottom: 8px;
}
.regform_nicknames {
    display: inline-block;
}
.regform_nickname {
    margin-top: 8px;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: pointer;
    text-underline-position: under;
}
.regform_nickname:first-of-type {
      margin-top: 0;
}
.regform_parental-description {
    margin-bottom: 15px;
}
.regform_parental-icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.regform_parental-icon {
    fill: #676c6f;
}
.input_field__error ~ .regform_parental-icon-wrap .regform_parental-icon {
      fill: #a7251b;
}
@media all and (min-width: 720px) {
.regform_parental-popover.regform-popover {
      right: 41px;
}
}
.captcha {
  text-align: center;
}
.captcha_img {
    display: block;
    margin: 0 auto 10px;
}
.captcha_link {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
    color: #f25322;
    transition: border-bottom-color .15s;
    cursor: pointer;
}
.captcha_link:hover {
      border-bottom-color: transparent;
}
.regform-popover {
  z-index: 10;
  display: none;
  width: 100%;
  min-height: 48px;
  padding: 5px 25px;
  border: 1px solid #676c6f;
  border-radius: 2px;
  outline: none;
  background-color: #333335;
  color: #aaaaab;
  line-height: 1.33;
  position: absolute;
}
.regform-popover::after {
    width: 12px;
    height: 12px;
    background: inherit;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.regform-popover::after__mobile {
      display: none;
}
.regform-popover::after__mobile::after {
        display: none;
}
.regform-popover.regform-popover__visible {
    -webkit-animation: 300ms forwards;
            animation: 300ms forwards;
}
.regform-popover__left-top {
    top: 0;
    left: calc(100% + 12px);
}
.regform-popover__left-top::after {
      border-left: 1px solid #676c6f;
      border-bottom: 1px solid #676c6f;
      top: 20px;
      left: -7px;
}
.regform-popover__left-top.regform-popover__visible {
      -webkit-animation-name: leftAnchor;
              animation-name: leftAnchor;
}
.regform-popover__left-bottom {
    bottom: 0;
    left: calc(100% + 12px);
}
.regform-popover__left-bottom::after {
      border-left: 1px solid #676c6f;
      border-bottom: 1px solid #676c6f;
      top: calc(100% - 20px);
      left: -7px;
}
.regform-popover__left-bottom.regform-popover__visible {
      -webkit-animation-name: leftAnchor;
              animation-name: leftAnchor;
}
.regform-popover__right-top {
    top: 0;
    right: calc(100% + 12px);
}
.regform-popover__right-top::after {
      border-top: 1px solid #676c6f;
      border-right: 1px solid #676c6f;
      top: 20px;
      right: -7px;
}
.regform-popover__right-top.regform-popover__visible {
      -webkit-animation-name: rightAnchor;
              animation-name: rightAnchor;
}
.regform-popover__right-bottom {
    right: calc(100% + 12px);
    bottom: 0;
}
.regform-popover__right-bottom::after {
      border-top: 1px solid #676c6f;
      border-right: 1px solid #676c6f;
      top: calc(100% - 20px);
      right: -7px;
}
.regform-popover__right-bottom.regform-popover__visible {
      -webkit-animation-name: rightAnchor;
              animation-name: rightAnchor;
}
.regform-popover__bottom {
    margin-top: 0;
    top: calc(100% - 1px);
    right: 0;
    left: auto;
}
.regform-popover__bottom::after {
      border-left: 1px solid #676c6f;
      border-top: 1px solid #676c6f;
      top: 0;
      right: calc(-6px - 1px + 17px);
      pointer-events: none;
}
.regform-popover__bottom.regform-popover__visible {
      -webkit-animation-name: bottomAppear;
              animation-name: bottomAppear;
}
.regform-popover__mobile {
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
}
.regform-popover__mobile::after {
      display: none;
}
.regform-popover__mobile.regform-popover__visible {
      -webkit-animation-name: mobileAppear;
              animation-name: mobileAppear;
}
.regform-popover__visible {
    display: block;
}
@media all and (min-width: 1100px) {
.regform-popover__desktop-auto-width {
      width: auto;
}
}
.regform-popover_title {
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.regform-popover_content {
    margin: 10px 0;
    font-size: 12px;
}
.regform-popover_title a, .regform-popover_content a {
    color: #feab34;
    transition: color 0.2s ease;
}
.regform-popover_title a:hover, .regform-popover_content a:hover {
      color: #fd9;
      text-decoration: underline;
}
.regform-popover_close {
    z-index: 1;
    width: 25px;
    height: 25px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUw5IDlNOSAxTDEgOSIgc3Ryb2tlPSIjRkNGQ0ZDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center/10px;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.2s ease;
    cursor: pointer;
}
.regform-popover_close:hover {
      opacity: 1;
}
@-webkit-keyframes leftAnchor {
from {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes leftAnchor {
from {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@-webkit-keyframes rightAnchor {
from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes rightAnchor {
from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@-webkit-keyframes bottomAppear {
from {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes bottomAppear {
from {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes mobileAppear {
from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes mobileAppear {
from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}

.registration {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
  max-width: 620px;
  margin: 20px auto 0;
  padding-bottom: 40px;
  color: #8c8c7e;
  font-size: 14px;
  text-align: center;
  position: relative;
}
@media all and (min-width: 1100px) {
.registration {
      font-size: 13px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.registration {
      font-size: 14px;
}
}
.registration_title {
    margin-bottom: 24px;
    color: #f7f7f7;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}
@media all and (min-width: 720px) {
.registration_title {
        margin-bottom: 30px;
        font-size: 48px;
}
}
@media all and (min-width: 1100px) {
.registration_title {
        margin-bottom: 20px;
        font-size: 32px;
}
}
@media all and (min-width: 1600px) {
.registration_title {
        margin-bottom: 30px;
        font-size: 48px;
}
}
.registration_subtitle {
    margin-bottom: 30px;
    color: #f7f7f7;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
@media all and (min-width: 720px) {
.registration_subtitle {
        margin-bottom: 25px;
}
}
.registration_link {
    color: #f25322;
    transition: color 0.15s;
}
.registration_link:hover {
      color: #ff7e00;
}
.registration_form {
    width: 100%;
    text-align: left;
}
.registration_social-link {
    display: inline-block;
    margin-bottom: 26px;
    font-size: 0;
}
.registration_social-link-description {
    margin-bottom: 30px;
    color: #9f9fa0;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .01em;
}

.social-links {
  width: 100%;
  margin-bottom: 18px;
  color: #f7f7f7;
}
.social-links b, .social-links strong {
    font-weight: bold;
}
.social-links a:not(.cta) {
    transition: color 0.15s ease-in-out;
    color: #FD5102;
}
.social-links a:not(.cta):hover {
      color: #B13C06;
}
.social-links a:not(.cta):active {
      color: #853009;
}
@media all and (min-width: 720px) {
.social-links {
      margin-bottom: 24px;
}
}
.social-links_title {
    margin-bottom: 8px;
    color: #c5c5c5;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}
@media all and (min-width: 720px) {
.social-links_title {
        margin-bottom: 12px;
        font-size: 18px;
}
}
.social-links__light-mode .social-links_title {
      color: #171717;
}
.social-links_buttons {
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}
.social-links_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #2d2d2d;
    line-height: 0;
    position: relative;
    transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.social-links__light-mode .social-links_button {
      border-color: #ccc;
      background-color: transparent;
}
.social-links_button:hover {
      background-color: #fff;
}
.social-links_button svg path {
      transition: fill 0.5s ease-in-out;
}
.social-links_button__facebook:hover {
      background-color: #006df3;
}
.social-links__light-mode .social-links_button__facebook:hover {
        border-color: #006df3;
}
.social-links_button__facebook:hover .circle {
        fill: #fff;
}
.social-links_button__facebook:hover .f {
        fill: #006df3;
}
.social-links_button__twitch:hover {
      background-color: #a465ff;
}
.social-links__light-mode .social-links_button__twitch:hover {
        border-color: #a465ff;
}
.social-links_button__twitch:hover .glitch {
        fill: #000;
}
.social-links__light-mode .social-links_button__google:hover {
      border-color: #4285f4;
}
.social-links__light-mode .social-links_button__amazon .a {
      fill: #000;
}
.social-links__light-mode .social-links_button__amazon:hover {
      border-color: #000;
}
.social-links_button__amazon:hover .a {
      fill: #000;
}
.social-links_button__idme {
      background-size: 58px;
}
.social-links__light-mode .social-links_button__idme .id,
      .social-links__light-mode .social-links_button__idme .me {
        fill: #2e3f51;
}
.social-links_button__idme:hover, .social-links_button__idme.social-links_button__tooltip-active {
        background-color: #3a8045;
}
.social-links__light-mode .social-links_button__idme:hover, .social-links__light-mode .social-links_button__idme.social-links_button__tooltip-active {
          border-color: #3a8045;
}
.social-links_button__idme:hover .id,
        .social-links_button__idme:hover .me, .social-links_button__idme.social-links_button__tooltip-active .id,
        .social-links_button__idme.social-links_button__tooltip-active .me {
          fill: #fff;
}
.social-links_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.social-links_tooltip {
    z-index: 500;
    display: block;
    width: 228px;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #6a6b6d;
    border-radius: 3px;
    background-color: #333335;
    font-size: 12px;
    line-height: 1.1;
    text-align: left;
    text-decoration: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    transition: opacity 0.5s ease-in-out;
    cursor: auto;
    pointer-events: none;
}
.social-links_tooltip::before {
      width: 100%;
      height: 15px;
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
}
.social-links_tooltip::after {
      width: 14px;
      height: 14px;
      border-left: 1px solid #6a6b6d;
      border-top: 1px solid #6a6b6d;
      background-color: #333335;
      content: "";
      position: absolute;
      top: -8px;
      right: 12px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
}
.social-links_tooltip__active,
    .social-links_button:hover .social-links_tooltip {
      opacity: 1;
      pointer-events: all;
}
.social-links_tooltip-title {
    margin-bottom: 8px;
    color: #fefefe;
    font-weight: 700;
}
.social-links_tooltip-text {
    color: #aaaaab;
}
.social-links_tooltip-cta {
    margin-top: 8px;
}

.registration-restrictions-popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  visibility: hidden;
  z-index: 500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.registration-restrictions-popup b, .registration-restrictions-popup strong {
    font-weight: bold;
}
.registration-restrictions-popup a:not(.cta) {
    transition: color 0.15s ease-in-out;
    color: #FD5102;
}
.registration-restrictions-popup a:not(.cta):hover {
      color: #B13C06;
}
.registration-restrictions-popup a:not(.cta):active {
      color: #853009;
}
.registration-restrictions-popup__ready {
    visibility: visible;
}
.registration-restrictions-popup_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(175, 175, 175, 0.15);
    background-color: #111212;
    color: #b8b8b8;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}
@media all and (min-width: 720px) {
.registration-restrictions-popup_inner {
        padding: 24px;
        font-size: 20px;
}
}
@media all and (min-width: 1100px) {
.registration-restrictions-popup_inner {
        -ms-flex-pack: center;
            justify-content: center;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_inner {
        padding: 40px;
}
}
.registration-restrictions-popup__light-mode .registration-restrictions-popup_inner {
      background-color: #fff;
      color: #626262;
}
.registration-restrictions-popup_img {
    margin-bottom: 18px;
    max-width: 100%;
}
@media all and (min-width: 720px) {
.registration-restrictions-popup_img {
        margin-bottom: 24px;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_img {
        margin-bottom: 30px;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_img {
        margin-bottom: 58px;
}
}
.registration-restrictions-popup_title {
    margin-bottom: 18px;
    color: #fcfcfc;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
}
@media all and (min-width: 720px) {
.registration-restrictions-popup_title {
        margin-bottom: 24px;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_title {
        margin-bottom: 30px;
}
}
@media all and (min-width: 720px) {
.registration-restrictions-popup_title {
        font-size: 32px;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_title {
        font-size: 36px;
}
}
.registration-restrictions-popup__light-mode .registration-restrictions-popup_title {
      color: #070707;
}
.registration-restrictions-popup_description {
    margin-bottom: 18px;
}
@media all and (min-width: 720px) {
.registration-restrictions-popup_description {
        margin-bottom: 24px;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_description {
        margin-bottom: 30px;
}
}
.registration-restrictions-popup_button-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-progress-bar {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #272728;
}
.regform-progress-bar_bar {
    width: 0;
    height: 100%;
    border-radius: 6px;
    background-color: #f25322;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.23, 1);
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-step {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 64px;
}
@media all and (min-width: 440px) {
.regform-step {
      min-height: 128px;
}
}
.regform-step__full-height {
    height: 100%;
}
@media all and (min-width: 440px) {
.regform-step__full-height {
        height: 600px;
}
}
.regform-step_image {
    width: 100%;
    height: 170px;
    min-height: 85px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    margin-bottom: 16px;
}
.regform-step_error {
    height: 70px;
    min-height: 70px;
    margin-bottom: 24px;
    overflow: visible;
}
.regform-step__full-height .regform-step_error {
      margin-top: 8px;
}
@media all and (min-width: 440px) {
.regform-step__full-height .regform-step_error {
          margin-top: 16px;
}
}
.regform-step_error-shape {
      -webkit-animation: regform-step_error-shape 16s infinite alternate;
              animation: regform-step_error-shape 16s infinite alternate;
}
.regform-step_error-sign {
      -webkit-animation: regform-step_error-sign 16s infinite alternate;
              animation: regform-step_error-sign 16s infinite alternate;
}
.regform-step_progress {
    z-index: 2;
    position: relative;
}
.regform-step_title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
}
.regform-step_title__small-margin {
      margin-bottom: 8px;
}
.regform-step_description {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.regform-step_paragraph {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.regform-step_requirements {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
}
.regform-step_content {
    z-index: 0;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow: hidden auto;
    scrollbar-width: thin;
    scrollbar-color: #929292 transparent;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
}
@media all and (min-width: 440px) {
.regform-step_content {
        margin-left: -32px;
        margin-right: -32px;
        padding-left: 32px;
        padding-right: 32px;
}
}
.regform-step_spacer {
    position: relative;
    width: 100%;
    -ms-flex: 1;
        flex: 1;
    max-height: 16px;
}
@media all and (min-width: 440px) {
.regform-step_spacer {
        max-height: 32px;
}
}
.regform-step_spacer__top {
      max-height: 0;
}
@media all and (min-width: 440px) {
.regform-step_spacer__top {
          max-height: 32px;
}
}
.regform-step_spacer__fixed {
      max-height: 8px;
      min-height: 8px;
}
@media all and (min-width: 440px) {
.regform-step_spacer__fixed {
          max-height: 16px;
          min-height: 16px;
}
}
.regform-step_header, .regform-step_footer {
    z-index: 11;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
}
.regform-step_header::before, .regform-step_footer::before {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      margin-top: -1px;
      height: 16px;
      background: linear-gradient(to bottom, #151515 0%, #151515 10%, rgba(21, 21, 21, 0.5) 50%, transparent 100%);
      transition: opacity 0.15s ease;
}
@media all and (min-width: 440px) {
.regform-step_header::before, .regform-step_footer::before {
          height: 32px;
}
}
.regform-step__fade-disabled .regform-step_header::before, .regform-step__fade-disabled .regform-step_footer::before {
        opacity: 0;
}
.regform-step_header {
    min-height: 6px;
    padding: 0 20px;
    margin-bottom: 24px;
}
@media all and (min-width: 440px) {
.regform-step_header {
        min-height: 0;
        padding: 0;
        margin-bottom: 0;
}
}
.regform-step_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.regform-step_footer::before {
      top: auto;
      bottom: 100%;
      margin-top: 0;
      margin-bottom: -1px;
      background: linear-gradient(to top, #151515 0%, #151515 10%, rgba(21, 21, 21, 0.5) 50%, transparent 100%);
}
.regform-step_back {
    border: none;
    background-color: #272728;
    color: #fff;
}
.regform-step_back:hover {
      background-color: #393939;
      color: #fff;
}
.regform-step_back .cta_content-img {
      height: auto;
}
.regform-step_next .cta_content,
  .regform-step_next .cta_content-img {
    transition: opacity 0.15s ease;
}
.regform-step_next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
    height: 18px;
    width: 18px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNyA5QzE3IDEwLjU4MjMgMTYuNTMwOCAxMi4xMjkgMTUuNjUxOCAxMy40NDQ2QzE0Ljc3MjcgMTQuNzYwMiAxMy41MjMzIDE1Ljc4NTUgMTIuMDYxNSAxNi4zOTFDMTAuNTk5NyAxNi45OTY1IDguOTkxMTMgMTcuMTU1IDcuNDM5MjggMTYuODQ2M0M1Ljg4NzQzIDE2LjUzNzYgNC40NjE5NyAxNS43NzU3IDMuMzQzMTUgMTQuNjU2OUMyLjIyNDMzIDEzLjUzOCAxLjQ2MjQgMTIuMTEyNiAxLjE1MzcyIDEwLjU2MDdDMC44NDUwMzYgOS4wMDg4NyAxLjAwMzQ2IDcuNDAwMzQgMS42MDg5NiA1LjkzODUzQzIuMjE0NDYgNC40NzY3MiAzLjIzOTg1IDMuMjI3MjkgNC41NTU0NCAyLjM0ODI0QzUuODcxMDMgMS40NjkxOSA3LjQxNzc1IDEgOSAxIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K) no-repeat center/contain;
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0;
    transition: opacity 0.15s ease;
    -webkit-animation: regform-step_next__loading 1s linear infinite;
            animation: regform-step_next__loading 1s linear infinite;
}
.regform-step_next__compact {
    min-width: 0;
    max-width: none;
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
}
.regform-step_next__loading .cta_content,
  .regform-step_next__loading .cta_content-img {
    opacity: 0;
}
.regform-step_next__loading::after {
    opacity: 1;
}
@-webkit-keyframes regform-step_next__loading {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes regform-step_next__loading {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes regform-step_error-shape {
0% {
    -webkit-filter: drop-shadow(0 0 4px rgba(242, 83, 34, 0.7));
            filter: drop-shadow(0 0 4px rgba(242, 83, 34, 0.7));
}
25% {
    -webkit-filter: drop-shadow(0 0 6px rgba(242, 83, 34, 0.9)) drop-shadow(0 0 6px rgba(242, 83, 34, 0.8));
            filter: drop-shadow(0 0 6px rgba(242, 83, 34, 0.9)) drop-shadow(0 0 6px rgba(242, 83, 34, 0.8));
}
50% {
    -webkit-filter: drop-shadow(0 0 6px rgba(242, 83, 34, 0.2));
            filter: drop-shadow(0 0 6px rgba(242, 83, 34, 0.2));
}
75% {
    -webkit-filter: drop-shadow(0 0 3px rgba(242, 83, 34, 0.6));
            filter: drop-shadow(0 0 3px rgba(242, 83, 34, 0.6));
}
100% {
    -webkit-filter: drop-shadow(0 0 1px rgba(242, 83, 34, 0.1));
            filter: drop-shadow(0 0 1px rgba(242, 83, 34, 0.1));
}
}
@keyframes regform-step_error-shape {
0% {
    -webkit-filter: drop-shadow(0 0 4px rgba(242, 83, 34, 0.7));
            filter: drop-shadow(0 0 4px rgba(242, 83, 34, 0.7));
}
25% {
    -webkit-filter: drop-shadow(0 0 6px rgba(242, 83, 34, 0.9)) drop-shadow(0 0 6px rgba(242, 83, 34, 0.8));
            filter: drop-shadow(0 0 6px rgba(242, 83, 34, 0.9)) drop-shadow(0 0 6px rgba(242, 83, 34, 0.8));
}
50% {
    -webkit-filter: drop-shadow(0 0 6px rgba(242, 83, 34, 0.2));
            filter: drop-shadow(0 0 6px rgba(242, 83, 34, 0.2));
}
75% {
    -webkit-filter: drop-shadow(0 0 3px rgba(242, 83, 34, 0.6));
            filter: drop-shadow(0 0 3px rgba(242, 83, 34, 0.6));
}
100% {
    -webkit-filter: drop-shadow(0 0 1px rgba(242, 83, 34, 0.1));
            filter: drop-shadow(0 0 1px rgba(242, 83, 34, 0.1));
}
}
@-webkit-keyframes regform-step_error-sign {
0% {
    -webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.6));
}
20% {
    -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}
40% {
    -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));
            filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));
}
60% {
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
            filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
}
80% {
    -webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
            filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
}
100% {
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
            filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
}
}
@keyframes regform-step_error-sign {
0% {
    -webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.6));
}
20% {
    -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}
40% {
    -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));
            filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));
}
60% {
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
            filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
}
80% {
    -webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
            filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
}
100% {
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
            filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
}
}

.regform-restrictions_image {
  width: 100%;
  height: 170px;
  min-height: 85px;
  background: url(../../willbetgamebettingsa/image/gears.9e1c8ad4.png) no-repeat center left/contain;
  margin-bottom: 16px;
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-tooltip {
  z-index: 2000;
  font-family: "Roboto", "Arial Narrow", "Arial", sans-serif;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .15s ease-out;
}
.regform-tooltip__visible {
    opacity: 1;
}
.regform-tooltip__visible.regform-tooltip__interactive {
      pointer-events: all;
}
.regform-tooltip_body {
    background-color: #3B3B3B;
    padding: 8px 16px;
    border-radius: 8px;
    width: 310px;
}
.regform-tooltip__auto-width .regform-tooltip_body {
      width: auto;
}
.regform-tooltip_title, .regform-tooltip_content {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.regform-tooltip_title {
    font-weight: 700;
    margin-bottom: 4px;
}
.regform-tooltip .cta {
    font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
    border-radius: 2px;
}

.regform-info-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  opacity: .8;
  cursor: help;
}
.regform-info-icon:hover {
    opacity: 1;
}
.regform-info-icon_image {
    display: inline-block;
    width: 16px;
    height: 16px;
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-input {
  margin-bottom: 12px;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.regform-input__disabled {
    opacity: .5;
    pointer-events: none;
}
.regform-input_label {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 8px;
}
.regform-input_label mark {
      font-weight: 300;
      color: inherit;
      background: none;
}
.regform-input_wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.regform-input_input {
    font-family: "Roboto", "Arial Narrow", "Arial", sans-serif;
    -ms-flex: 1;
        flex: 1;
    color-scheme: dark;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    outline: none;
    margin: 1px;
    padding: 16px;
    color: rgba(255, 255, 255, 0.7);
    background-color: #151515;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    outline: 1px solid transparent;
    transition: border-color 0.15s ease, outline-color 0.15s ease;
}
.regform-input_input__has-icon {
      padding-right: 56px;
}
.regform-input_input__filled {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.8);
}
.regform-input_input:focus {
      border-color: #fff;
      outline-color: #fff;
}
.regform-input__error .regform-input_input {
      border-color: #ee253f;
      outline-color: #ee253f;
}
.regform-input_input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7);
}
.regform-input_input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7);
}
.regform-input_input::placeholder {
      color: rgba(255, 255, 255, 0.7);
}
.regform-input_input::-ms-reveal, .regform-input_input::-ms-clear {
      display: none;
}
.regform-input_input::-webkit-contacts-auto-fill-button {
      background-color: #fff;
}
.regform-input_input::-webkit-calendar-picker-indicator {
      position: absolute;
      right: 16px;
      top: 50%;
      width: 24px;
      height: 24px;
      margin-top: -14px;
      opacity: .8;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjAiIHZpZXdCb3g9Ii0yIC0xIDI0IDIyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZD0iTTMgMlYxLjVWMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgLz4KICAgIDxwYXRoIGQ9Ik0xNSAyVjEuNVYxIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiAvPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgZD0iTTEgMkMwLjQ0NzcxNSAyIDAgMi40NDc3MiAwIDNWMTlDMCAxOS41NTIzIDAuNDQ3NzE1IDIwIDEgMjBIMTdDMTcuNTUyMyAyMCAxOCAxOS41NTIzIDE4IDE5VjNDMTggMi40NDc3MiAxNy41NTIzIDIgMTcgMkgxWk0zIDE0QzIuNDQ3NzIgMTQgMiAxMy41NTIzIDIgMTNWNUMyIDQuNDQ3NzIgMi40NDc3MiA0IDMgNEgxNUMxNS41NTIzIDQgMTYgNC40NDc3MiAxNiA1VjEzQzE2IDEzLjU1MjMgMTUuNTUyMyAxNCAxNSAxNEgzWiIKICAgICAgICBmaWxsPSIjZmZmIiAvPgogICAgPGNpcmNsZSBjeD0iNS4zMjY5NiIgY3k9IjYuNzAwMDEiIHI9IjEuMiIgZmlsbD0iI2ZmZiIgLz4KICAgIDxjaXJjbGUgY3g9IjUuMzI2OTYiIGN5PSIxMC4yOTk2IiByPSIxLjIiIGZpbGw9IiNmZmYiIC8+CiAgICA8Y2lyY2xlIGN4PSI4LjkyODUyIiBjeT0iNi43MDAwMSIgcj0iMS4yIiBmaWxsPSIjZmZmIiAvPgogICAgPGNpcmNsZSBjeD0iOC45Mjg1MiIgY3k9IjEwLjI5OTYiIHI9IjEuMiIgZmlsbD0iI2ZmZiIgLz4KICAgIDxjaXJjbGUgY3g9IjEyLjUyNzIiIGN5PSI2LjcwMDAxIiByPSIxLjIiIGZpbGw9IiNmZmYiIC8+CiAgICA8Y2lyY2xlIGN4PSIxMi41MjcyIiBjeT0iMTAuMjk5NiIgcj0iMS4yIiBmaWxsPSIjZmZmIiAvPgo8L3N2Zz4=) no-repeat center/contain;
      -webkit-transition: opacity 0.15s ease;
      transition: opacity 0.15s ease;
      cursor: pointer;
}
.regform-input_input::-webkit-calendar-picker-indicator:hover {
        opacity: 1;
}
.regform-input_placeholder {
    position: absolute;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: opacity 0.15s ease;
}
.regform-input_placeholder__visible {
      opacity: 1;
}
.regform-input_eye {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    opacity: .8;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgIGQ9Ik0yLjAyMjczIDEwLjU4NzRDMy41NTQ4NiA4LjI5NDg3IDYuNzY2NjQgNC43NTc4MSAxMS45OTk2IDQuNzU3ODFDMTcuMjMyNSA0Ljc1NzgxIDIwLjQ0NDMgOC4yOTQ4NyAyMS45NzY0IDEwLjU4NzRDMjIuNDkwNiAxMS4zNTY4IDIyLjc0NzcgMTEuNzQxNCAyMi43MjQzIDEyLjQ1MjFDMjIuNzAwOSAxMy4xNjI4IDIyLjQwNTggMTMuNTQ3IDIxLjgxNTYgMTQuMzE1NUMyMC4wNTggMTYuNjAzOCAxNi41NDg1IDIwLjI0MTcgMTEuOTk5NiAyMC4yNDE3QzcuNDUwNjggMjAuMjQxNyAzLjk0MTE4IDE2LjYwMzggMi4xODM2MiAxNC4zMTU1QzEuNTkzNDEgMTMuNTQ3IDEuMjk4MyAxMy4xNjI4IDEuMjc0OSAxMi40NTIxQzEuMjUxNTEgMTEuNzQxNCAxLjUwODU4IDExLjM1NjggMi4wMjI3MyAxMC41ODc0Wk0xMS45OTkzIDE2LjkyMzZDMTQuNDQyNiAxNi45MjM2IDE2LjQyMzMgMTQuOTQyOSAxNi40MjMzIDEyLjQ5OTdDMTYuNDIzMyAxMC4wNTY0IDE0LjQ0MjYgOC4wNzU2OCAxMS45OTkzIDguMDc1NjhDOS41NTYwNSA4LjA3NTY4IDcuNTc1MzcgMTAuMDU2NCA3LjU3NTM3IDEyLjQ5OTdDNy41NzUzNyAxNC45NDI5IDkuNTU2MDUgMTYuOTIzNiAxMS45OTkzIDE2LjkyMzZaIgogICAgICAgIGZpbGw9IiNmZmYiIC8+Cjwvc3ZnPg==) no-repeat center/contain;
    cursor: pointer;
    transition: opacity 0.15s ease;
}
.regform-input_eye:hover {
      opacity: 1;
}
.regform-input_eye::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 24px;
      height: 2px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #fff;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.15s ease;
}
.regform-input_eye__active::after {
      opacity: 1;
}
.regform-input_error {
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #ee253f;
}
.regform-input_error__flashing {
      -webkit-animation: regform-input__flashing 0.4s ease 3;
              animation: regform-input__flashing 0.4s ease 3;
}
.regform-input_error-wrapper {
      width: 100%;
      margin-top: 4px;
      overflow: hidden;
      will-change: height;
      transition: height 0.4s ease;
}
.regform-input_error-inner {
      width: 100%;
}
.regform-input_error a {
      color: #ee253f;
      text-decoration: underline;
}
.regform-input_error a:hover {
        text-decoration: none;
}
.regform-input_suggestion {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 16px;
    border-radius: 4px;
    color: #fff;
    background-color: #272728;
    cursor: pointer;
    transition: background-color 0.15s ease;
}
.regform-input_suggestion:hover {
      background-color: #393939;
}
.regform-input_suggestion-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      gap: 8px;
      margin-top: 4px;
}
.regform-input_suggestion-wrapper__flashing {
        -webkit-animation: regform-input__flashing 0.4s ease 3;
                animation: regform-input__flashing 0.4s ease 3;
}
@-webkit-keyframes regform-input__flashing {
50% {
    opacity: 0;
}
}
@keyframes regform-input__flashing {
50% {
    opacity: 0;
}
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-captcha-step_image {
  display: block;
  mix-blend-mode: multiply;
}
.regform-captcha-step_image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 130px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 16px;
}
@supports (mix-blend-mode: multiply) {
.regform-captcha-step_image-wrapper {
        background-color: #F9F5E1;
}
}
.regform-captcha-step_button {
  border: none;
  background-color: #272728;
  color: #fff;
  margin-bottom: 32px;
}
.regform-captcha-step_button:hover {
    background-color: #393939;
    color: #fff;
}
.regform-captcha-step_button .cta_content-img {
    height: auto;
}
.regform-captcha-step_button__refreshing .cta_content-img {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: regform-captcha-step_button__refreshing 1s linear infinite;
            animation: regform-captcha-step_button__refreshing 1s linear infinite;
}
@-webkit-keyframes regform-captcha-step_button__refreshing {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes regform-captcha-step_button__refreshing {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-social-registration {
  width: 100%;
}
.regform-social-registration_title {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 8px;
}
.regform-social-registration_buttons {
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.regform-social-registration_button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    border-radius: 2px;
    padding: 5px;
    background-color: #272728;
    transition: background-color 0.15s ease;
}
.regform-social-registration_button:hover {
      background-color: #fff;
}
.regform-social-registration_button svg path {
      transition: fill 0.15s ease;
}
.regform-social-registration_button__facebook:hover {
      background-color: #006df3;
}
.regform-social-registration_button__facebook:hover .circle {
        fill: #fff;
}
.regform-social-registration_button__facebook:hover .f {
        fill: #006df3;
}
.regform-social-registration_button__twitch:hover {
      background-color: #a465ff;
}
.regform-social-registration_button__twitch:hover .glitch {
        fill: #000;
}
.regform-social-registration_button__amazon:hover .a {
      fill: #000;
}
.regform-social-registration_button__idme {
      background-size: 58px;
}
.regform-social-registration_button__idme:hover, .regform-social-registration_button__idme.regform-social-registration_button__tooltip-active {
        background-color: #3a8045;
}
.regform-social-registration_button__idme:hover .id,
        .regform-social-registration_button__idme:hover .me, .regform-social-registration_button__idme.regform-social-registration_button__tooltip-active .id,
        .regform-social-registration_button__idme.regform-social-registration_button__tooltip-active .me {
          fill: #fff;
}
.regform-social-registration_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.regform-social-registration_tooltip-title, .regform-social-registration_tooltip-content {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.regform-social-registration_tooltip-title a, .regform-social-registration_tooltip-content a {
      color: #fff;
      text-decoration: underline;
}
.regform-social-registration_tooltip-title a:hover, .regform-social-registration_tooltip-content a:hover {
        text-decoration: none;
}
.regform-social-registration_tooltip-title {
    font-weight: 700;
}
.regform-social-registration_tooltip-cta {
    margin: 8px 0;
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-email-step_divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 32px 0;
  opacity: .7;
}
.regform-email-step_divider-line {
    -ms-flex: 1;
        flex: 1;
    height: 1px;
    background-color: #fff;
}
.regform-email-step_divider-text {
    margin: 0 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.regform-email-step_grower {
  height: 0;
  max-height: 0;
  transition: height 0.9s ease;
}
@media all and (min-width: 440px) {
.regform-email-step_grower {
      max-height: none;
}
}
.regform-email-step__growing .regform-email-step_grower {
    height: 300px;
}
.regform-email-step_invite {
  margin-bottom: 28px;
}
.regform-email-step_link {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-size: 16px;
  color: #f25322;
  text-decoration: none;
  transition: color 0.15s ease;
}
.regform-email-step_link:hover {
    text-decoration: underline;
}
.regform-email-step_link-wrapper {
    width: 100%;
    margin-top: 12px;
    text-align: center;
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.indicator-text {
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}
.indicator-text_dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 6px 8px 6px 0;
    border-radius: 50%;
    background-color: #3B3B3B;
    transition: background-color 0.15s ease;
}
.indicator-text_dot::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      border-radius: 50%;
}
.indicator-text_dot__ok {
      background-color: #66af4c;
}
.indicator-text_dot__ok::after {
        -webkit-animation: indicator-text_dot__ok 1.5s ease 1;
                animation: indicator-text_dot__ok 1.5s ease 1;
}
.indicator-text_dot__error::after {
      -webkit-animation: indicator-text_dot__error 1.5s ease 1;
              animation: indicator-text_dot__error 1.5s ease 1;
}
.indicator-text_text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    -ms-flex: 1;
        flex: 1;
}
@-webkit-keyframes indicator-text_dot__ok {
0% {
    background-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
40% {
    background-color: #66af4c;
}
100% {
    background-color: #66af4c;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}
}
@keyframes indicator-text_dot__ok {
0% {
    background-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
40% {
    background-color: #66af4c;
}
100% {
    background-color: #66af4c;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}
}
@-webkit-keyframes indicator-text_dot__error {
0% {
    background-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .7;
}
40% {
    background-color: #929292;
}
100% {
    background-color: #929292;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}
}
@keyframes indicator-text_dot__error {
0% {
    background-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .7;
}
40% {
    background-color: #929292;
}
100% {
    background-color: #929292;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-checkbox {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.regform-checkbox_input {
    height: 0;
    width: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    visibility: hidden;
}
.regform-checkbox_label {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    cursor: auto;
}
.regform-checkbox_box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 12px;
    margin-left: 0;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #151515;
    border: 2px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}
.regform-checkbox_box::before, .regform-checkbox_box::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0;
      width: 2px;
      height: 2px;
      border-radius: 2px;
      background-color: #fff;
      -webkit-transform-origin: left center;
              transform-origin: left center;
}
.regform-checkbox__flashing .regform-checkbox_box {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-animation: regform-checkbox_box__flashing 0.4s ease 3;
              animation: regform-checkbox_box__flashing 0.4s ease 3;
}
.regform-checkbox__checked .regform-checkbox_box {
      background-color: #f25322;
      border-color: #f25322;
      -webkit-animation: regform-checkbox_box 200ms cubic-bezier(0.4, 0, 0.23, 1);
              animation: regform-checkbox_box 200ms cubic-bezier(0.4, 0, 0.23, 1);
}
.regform-checkbox__checked .regform-checkbox_box::before {
        -webkit-transform: translate(-2px, 3px) rotate(225deg) translateX(-1px);
                transform: translate(-2px, 3px) rotate(225deg) translateX(-1px);
        -webkit-animation: regform-checkbox_check-before 125ms 125ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
                animation: regform-checkbox_check-before 125ms 125ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}
.regform-checkbox__checked .regform-checkbox_box::after {
        -webkit-transform: translate(-2px, 3px) rotate(-45deg) translateX(-1px);
                transform: translate(-2px, 3px) rotate(-45deg) translateX(-1px);
        -webkit-animation: regform-checkbox_check-after 250ms 125ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
                animation: regform-checkbox_check-after 250ms 125ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}
@-webkit-keyframes regform-checkbox_box {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
33% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes regform-checkbox_box {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
33% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@-webkit-keyframes regform-checkbox_box__flashing {
0% {
    border-color: #fff;
}
50% {
    border-color: #ee253f;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
}
@keyframes regform-checkbox_box__flashing {
0% {
    border-color: #fff;
}
50% {
    border-color: #ee253f;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
}
@-webkit-keyframes regform-checkbox_check-before {
0% {
    opacity: 0;
    width: 2px;
}
33% {
    opacity: 1;
    width: 2px;
}
100% {
    opacity: 1;
    width: 7px;
}
}
@keyframes regform-checkbox_check-before {
0% {
    opacity: 0;
    width: 2px;
}
33% {
    opacity: 1;
    width: 2px;
}
100% {
    opacity: 1;
    width: 7px;
}
}
@-webkit-keyframes regform-checkbox_check-after {
0% {
    opacity: 0;
    width: 2px;
}
33% {
    opacity: 1;
    width: 2px;
}
100% {
    opacity: 1;
    width: 14px;
}
}
@keyframes regform-checkbox_check-after {
0% {
    opacity: 0;
    width: 2px;
}
33% {
    opacity: 1;
    width: 2px;
}
100% {
    opacity: 1;
    width: 14px;
}
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-eula-step_disclaimer {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 8px;
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-dog-tag {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 120px;
  padding-left: 40px;
  padding-right: 20px;
  background: url(../../willbetgamebettingsa/image/base.b47c6dfa.png) no-repeat center/contain;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.regform-dog-tag_shadow {
    z-index: 1;
    position: absolute;
    width: 193px;
    height: 125px;
    left: 8px;
    top: 3px;
    pointer-events: none;
    object-fit: contain;
}
.regform-dog-tag_back-image {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    object-fit: contain;
}
.regform-dog-tag_text {
    position: relative;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #1D2125;
    -webkit-font-smoothing: antialiased;
}
.regform-dog-tag_text__center {
      text-align: center;
      padding-right: 20px;
}
.regform-dog-tag_text__middle {
      -ms-flex-item-align: center;
          align-self: center;
      padding-top: 20px;
      padding-bottom: 0;
}
.regform-dog-tag_image {
    width: 90px;
    height: 100px;
    margin-left: -20px;
    object-fit: contain;
    -ms-flex-item-align: center;
        align-self: center;
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-glow {
  z-index: -1;
  position: absolute;
  width: 1200px;
  height: 1200px;
  top: 50%;
  left: 50%;
  margin-top: -600px;
  margin-left: -600px;
  pointer-events: none;
}
.regform-glow_inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 4s 1.2s ease;
}
.regform-glow__active .regform-glow_inner {
      opacity: 1;
}
.regform-glow_red, .regform-glow_yellow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.regform-glow_red {
    background-image: url(../../willbetgamebettingsa/image/glow_red.3038bb34.png);
}
.regform-glow__animated .regform-glow_red {
      -webkit-animation: regform-glow_red 16s infinite alternate;
              animation: regform-glow_red 16s infinite alternate;
}
.regform-glow_yellow {
    background-image: url(../../willbetgamebettingsa/image/glow_yellow.9f5d2fe9.png);
}
.regform-glow__animated .regform-glow_yellow {
      -webkit-animation: regform-glow_yellow 16s infinite alternate;
              animation: regform-glow_yellow 16s infinite alternate;
}
@-webkit-keyframes regform-glow_red {
0% {
    opacity: 1;
}
25% {
    opacity: 0.6;
}
50% {
    opacity: 0.1;
}
75% {
    opacity: 0.8;
}
100% {
    opacity: 1;
}
}
@keyframes regform-glow_red {
0% {
    opacity: 1;
}
25% {
    opacity: 0.6;
}
50% {
    opacity: 0.1;
}
75% {
    opacity: 0.8;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes regform-glow_yellow {
0% {
    opacity: 0.5;
}
20% {
    opacity: 0.9;
}
40% {
    opacity: 0.4;
}
60% {
    opacity: 0.9;
}
80% {
    opacity: 0.6;
}
100% {
    opacity: 0.2;
}
}
@keyframes regform-glow_yellow {
0% {
    opacity: 0.5;
}
20% {
    opacity: 0.9;
}
40% {
    opacity: 0.4;
}
60% {
    opacity: 0.9;
}
80% {
    opacity: 0.6;
}
100% {
    opacity: 0.2;
}
}



/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-results__success .regform-step_content {
  overflow: visible;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
@media all and (min-width: 440px) {
.regform-results__success .regform-step_content {
      overflow: auto;
      -ms-flex-pack: normal;
          justify-content: normal;
      text-align: left;
}
}
.regform-results__success .regform-step_title, .regform-results__success .regform-step_description {
  padding: 0 16px;
}
@media all and (min-width: 440px) {
.regform-results__success .regform-step_title, .regform-results__success .regform-step_description {
      padding: 0;
}
}
.regform-results_glow {
  position: absolute;
  width: 500px;
  height: 500px;
  margin-top: -250px;
  margin-left: -250px;
  opacity: 1;
}
@media all and (min-width: 440px) {
.regform-results_glow {
      opacity: 0;
}
}
.regform-results_dog-tag {
  position: absolute;
}
.regform-results_dog-tag-a {
    z-index: 3;
    top: 8px;
    left: 32px;
    -webkit-animation: regform-results-dog-tag-a 1.5s ease 1 forwards;
            animation: regform-results-dog-tag-a 1.5s ease 1 forwards;
}
@media all and (min-width: 440px) {
.regform-results_dog-tag-a {
        left: -10px;
}
}
.regform-results_dog-tag-b {
    z-index: 2;
    top: 64px;
    left: 24px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: regform-results-dog-tag-b 1.5s ease 1 forwards;
            animation: regform-results-dog-tag-b 1.5s ease 1 forwards;
}
@media all and (min-width: 440px) {
.regform-results_dog-tag-b {
        top: 64px;
        left: -8px;
}
}
.regform-results_dog-tag-wrapper {
    z-index: -1;
    -ms-flex: 1;
        flex: 1;
    position: relative;
    -ms-flex-item-align: center;
        align-self: center;
    width: 260px;
    max-height: 260px;
    margin-bottom: -32px;
    -webkit-animation: regform-results-dog-tag-wrapper__mobile 0.75s ease 1 forwards;
            animation: regform-results-dog-tag-wrapper__mobile 0.75s ease 1 forwards;
    pointer-events: none;
}
@media all and (min-width: 440px) {
.regform-results_dog-tag-wrapper {
        overflow: hidden;
        -ms-flex-item-align: start;
            align-self: flex-start;
        width: 200px;
        height: 200px;
        min-height: 200px;
        margin-bottom: 0;
        -webkit-animation-name: regform-results-dog-tag-wrapper;
                animation-name: regform-results-dog-tag-wrapper;
}
}
.regform-results_bullet::before {
  content: '• ';
}
.regform-results_platforms {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}
.regform-results_platforms-link {
    color: #f25322;
    cursor: pointer;
    text-decoration: none;
}
.regform-results_platforms-link:hover {
      text-decoration: underline;
}
.regform-results_disclaimer {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.regform-results_disclaimer b {
    color: rgba(255, 255, 255, 0.85);
}
@-webkit-keyframes regform-results-dog-tag-wrapper {
0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes regform-results-dog-tag-wrapper {
0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@-webkit-keyframes regform-results-dog-tag-wrapper__mobile {
0% {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
}
100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}
}
@keyframes regform-results-dog-tag-wrapper__mobile {
0% {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
}
100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}
}
@-webkit-keyframes regform-results-dog-tag-a {
0% {
    -webkit-transform: translateY(-8px) rotate(-2deg);
            transform: translateY(-8px) rotate(-2deg);
}
100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
}
}
@keyframes regform-results-dog-tag-a {
0% {
    -webkit-transform: translateY(-8px) rotate(-2deg);
            transform: translateY(-8px) rotate(-2deg);
}
100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
}
}
@-webkit-keyframes regform-results-dog-tag-b {
0% {
    -webkit-transform: translateY(8px) rotate(6deg);
            transform: translateY(8px) rotate(6deg);
}
100% {
    -webkit-transform: translateY(0) rotate(4deg);
            transform: translateY(0) rotate(4deg);
}
}
@keyframes regform-results-dog-tag-b {
0% {
    -webkit-transform: translateY(8px) rotate(6deg);
            transform: translateY(8px) rotate(6deg);
}
100% {
    -webkit-transform: translateY(0) rotate(4deg);
            transform: translateY(0) rotate(4deg);
}
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.registration-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 16px;
  background-color: #151515;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  transition: border-color 1.2s cubic-bezier(0.4, 0, 0.23, 1), -webkit-filter 1.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: filter 1.2s cubic-bezier(0.4, 0, 0.23, 1), border-color 1.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: filter 1.2s cubic-bezier(0.4, 0, 0.23, 1), border-color 1.2s cubic-bezier(0.4, 0, 0.23, 1), -webkit-filter 1.2s cubic-bezier(0.4, 0, 0.23, 1);
}
@media all and (min-width: 440px) {
.registration-form {
      max-width: 420px;
      height: auto;
      max-height: 600px;
      padding: 32px;
      border-radius: 8px;
}
}
@media all and (min-width: 440px) {
.registration-form__glowing {
      border-color: #fcff80;
      -webkit-filter: drop-shadow(0 0 6px #fcff80);
              filter: drop-shadow(0 0 6px #fcff80);
}
}
.registration-form__fading {
    -webkit-animation: registration-form__fading 0.8s cubic-bezier(0.4, 0, 0.23, 1) 1;
            animation: registration-form__fading 0.8s cubic-bezier(0.4, 0, 0.23, 1) 1;
}
.registration-form a.user-generated {
    color: #fff;
    text-decoration: underline;
}
.registration-form a.user-generated:hover {
      text-decoration: none;
}
@-webkit-keyframes registration-form__fading {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes registration-form__fading {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.regform-animated-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (min-width: 440px) {
.regform-animated-background {
      display: block;
}
}
.regform-animated-background_canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.regform-animated-background_canvas__screen {
      display: none;
}
@supports (mix-blend-mode: screen) {
.regform-animated-background_canvas__screen {
          display: block;
          mix-blend-mode: screen;
}
}

/* stylelint-disable */

/* stylelint-enable */
.registration-step-change-fade-enter-active, .registration-step-change-fade-leave-active {
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.23, 1), transform 0.4s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-fade-leave-to, .registration-step-change-fade-enter {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.registration-step-change-fade-enter-to {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration-step-change-forwards-enter-active, .registration-step-change-forwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_content, .registration-step-change-forwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-enter-active .regform-step_header,
  .registration-step-change-forwards-enter-active .regform-step_footer, .registration-step-change-forwards-leave-active .regform-step_header,
  .registration-step-change-forwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-forwards-leave-to {
  opacity: 1;
}
.registration-step-change-forwards-leave-to .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-forwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter {
  opacity: 1;
}
.registration-step-change-forwards-enter .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-forwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-forwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-forwards-enter-to {
  opacity: 1;
}
.registration-step-change-forwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-forwards-enter-to .regform-step_header,
  .registration-step-change-forwards-enter-to .regform-step_footer {
    opacity: 1;
}
.registration-step-change-backwards-enter-active, .registration-step-change-backwards-leave-active {
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_content, .registration-step-change-backwards-leave-active .regform-step_content {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-enter-active .regform-step_header,
  .registration-step-change-backwards-enter-active .regform-step_footer, .registration-step-change-backwards-leave-active .regform-step_header,
  .registration-step-change-backwards-leave-active .regform-step_footer {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
.registration-step-change-backwards-leave-to {
  opacity: 1;
}
.registration-step-change-backwards-leave-to .regform-step_content {
    -webkit-transform: translateX(420px);
            transform: translateX(420px);
}
.registration-step-change-backwards-leave-to .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-leave-to .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter {
  opacity: 1;
}
.registration-step-change-backwards-enter .regform-step_content {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
}
.registration-step-change-backwards-enter .regform-step_header {
    opacity: 0.5;
}
.registration-step-change-backwards-enter .regform-step_footer {
    opacity: 0.25;
}
.registration-step-change-backwards-enter-to {
  opacity: 1;
}
.registration-step-change-backwards-enter-to .regform-step_content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.registration-step-change-backwards-enter-to .regform-step_header,
  .registration-step-change-backwards-enter-to .regform-step_footer {
    opacity: 1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.registration-ab {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  font-family: "Roboto", "Arial Narrow", "Arial", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.registration-ab .cta {
    font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
    border-radius: 2px;
}
.registration-ab_background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.registration-ab_glow {
    opacity: 0;
}
@media all and (min-width: 440px) {
.registration-ab_glow {
        opacity: 1;
}
}
.registration-ab_language {
    z-index: 51;
    position: absolute;
    top: 14px;
    left: 14px;
}
@media all and (min-width: 440px) {
.registration-ab_language {
        top: 16px;
        left: 16px;
}
}
@media all and (min-width: 1100px) {
.registration-ab_language {
        top: 24px;
        left: 24px;
}
}
.registration-ab_language .lang-button_arrow {
      display: none;
}
@media all and (min-width: 440px) {
.registration-ab_language .lang-button_arrow {
          display: block;
}
}
.registration-ab_language .lang-button__selector {
      opacity: .7;
}
.registration-ab_close {
    z-index: 50;
    display: block;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgIGQ9Ik02LjA5NDg5IDhMMC4zNzgyMDkgMTMuNzE2N0MwLjEzMjc4NCAxMy45NzA4IC0wLjAwMzAxODgzIDE0LjMxMTEgNS4wOTMyMmUtMDUgMTQuNjY0NEMwLjAwMzEyMDY5IDE1LjAxNzYgMC4xNDQ4MTcgMTUuMzU1NiAwLjM5NDYyMSAxNS42MDU0QzAuNjQ0NDI1IDE1Ljg1NTIgMC45ODIzNSAxNS45OTY5IDEuMzM1NjEgMTUuOTk5OUMxLjY4ODg4IDE2LjAwMyAyLjAyOTIxIDE1Ljg2NzIgMi4yODMzMiAxNS42MjE4TDggOS45MDUxMUwxMy43MTY3IDE1LjYyMThDMTMuOTcwOCAxNS44NjcyIDE0LjMxMTEgMTYuMDAzIDE0LjY2NDQgMTUuOTk5OUMxNS4wMTc2IDE1Ljk5NjkgMTUuMzU1NiAxNS44NTUyIDE1LjYwNTQgMTUuNjA1NEMxNS44NTUyIDE1LjM1NTYgMTUuOTk2OSAxNS4wMTc2IDE1Ljk5OTkgMTQuNjY0NEMxNi4wMDMgMTQuMzExMSAxNS44NjcyIDEzLjk3MDggMTUuNjIxOCAxMy43MTY3TDkuOTA1MTEgOEwxNS42MjE4IDIuMjgzMzJDMTUuODY3MiAyLjAyOTIxIDE2LjAwMyAxLjY4ODg4IDE1Ljk5OTkgMS4zMzU2MUMxNS45OTY5IDAuOTgyMzUgMTUuODU1MiAwLjY0NDQyNSAxNS42MDU0IDAuMzk0NjIxQzE1LjM1NTYgMC4xNDQ4MTcgMTUuMDE3NiAwLjAwMzEyMDY5IDE0LjY2NDQgNS4wOTMyMmUtMDVDMTQuMzExMSAtMC4wMDMwMTg4MyAxMy45NzA4IDAuMTMyNzg0IDEzLjcxNjcgMC4zNzgyMDlMOCA2LjA5NDg5TDIuMjgzMzIgMC4zNzgyMDlDMi4wMjkyMSAwLjEzMjc4NCAxLjY4ODg4IC0wLjAwMzAxODgzIDEuMzM1NjEgNS4wOTMyMmUtMDVDMC45ODIzNSAwLjAwMzEyMDY5IDAuNjQ0NDI1IDAuMTQ0ODE3IDAuMzk0NjIxIDAuMzk0NjIxQzAuMTQ0ODE3IDAuNjQ0NDI1IDAuMDAzMTIwNjkgMC45ODIzNSA1LjA5MzIyZS0wNSAxLjMzNTYxQy0wLjAwMzAxODgzIDEuNjg4ODggMC4xMzI3ODQgMi4wMjkyMSAwLjM3ODIwOSAyLjI4MzMyTDYuMDk0ODkgOFoiCiAgICAgICAgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+) no-repeat center/contain;
    cursor: pointer;
    opacity: .7;
    transition: opacity 0.15s ease;
}
@media all and (min-width: 440px) {
.registration-ab_close {
        top: 16px;
        right: 16px;
}
}
@media all and (min-width: 1100px) {
.registration-ab_close {
        top: 24px;
        right: 24px;
}
}
.registration-ab_close:hover {
      opacity: .5;
}
.registration-ab_close__highlighted {
      outline: 2px solid #fff;
      outline-offset: 4px;
      -webkit-animation: registration-ab__highlighted 2.5s ease 2;
              animation: registration-ab__highlighted 2.5s ease 2;
}
@-webkit-keyframes registration-ab__highlighted {
0% {
    outline-color: transparent;
}
50% {
    outline-color: rgba(255, 255, 255, 0.8);
}
100% {
    outline-color: transparent;
}
}
@keyframes registration-ab__highlighted {
0% {
    outline-color: transparent;
}
50% {
    outline-color: rgba(255, 255, 255, 0.8);
}
100% {
    outline-color: transparent;
}
}

body.modal-opened {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
button {
  padding: 0;
  border: none;
  font-family: inherit;
}
button:focus {
    outline: none;
}
input {
  outline: none;
}
a {
  text-decoration: none;
}
.registration {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
  max-width: 620px;
  margin: 20px auto 0;
  padding-bottom: 40px;
  color: #8c8c7e;
  font-size: 14px;
  text-align: center;
  position: relative;
}
@media all and (min-width: 1100px) {
.registration {
      font-size: 13px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.registration {
      font-size: 14px;
}
}
.registration_title {
    margin-bottom: 24px;
    color: #f7f7f7;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}
@media all and (min-width: 720px) {
.registration_title {
        margin-bottom: 30px;
        font-size: 48px;
}
}
@media all and (min-width: 1100px) {
.registration_title {
        margin-bottom: 20px;
        font-size: 32px;
}
}
@media all and (min-width: 1600px) {
.registration_title {
        margin-bottom: 30px;
        font-size: 48px;
}
}
.registration_subtitle {
    margin-bottom: 30px;
    color: #f7f7f7;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
@media all and (min-width: 720px) {
.registration_subtitle {
        margin-bottom: 25px;
}
}
.registration_link {
    color: #f25322;
    transition: color 0.15s;
}
.registration_link:hover {
      color: #ff7e00;
}
.registration_form {
    width: 100%;
    text-align: left;
}
.registration_social-link {
    display: inline-block;
    margin-bottom: 26px;
    font-size: 0;
}
.registration_social-link-description {
    margin-bottom: 30px;
    color: #9f9fa0;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .01em;
}
.registration-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 25px;
  background: no-repeat center / cover;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 20px;
  padding-right: 20px;
  overflow: auto;
}
@media all and (min-width: 720px) {
.registration-overlay {
      padding-top: 50px;
}
}
@media all and (min-width: 1600px) {
.registration-overlay {
      padding-top: 86px;
}
}
.registration-overlay_close {
    width: 56px;
    height: 56px;
    background: none;
    opacity: .8;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}
@media all and (min-width: 1100px) {
.registration-overlay_close {
        top: 40px;
        right: 40px;
}
}
.registration-overlay_close::before, .registration-overlay_close::after {
      width: 2px;
      height: 40px;
      margin-left: -1px;
      margin-top: -20px;
      background-color: #fff;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
}
.registration-overlay_close::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
}
.registration-overlay_close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.registration-overlay_close:hover {
      opacity: 1;
}
.result-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 25px;
  background: no-repeat center / cover;
  z-index: 1000;
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}
@media all and (min-width: 720px) {
.result-page {
      padding-top: 50px;
}
}
@media all and (min-width: 1600px) {
.result-page {
      padding-top: 86px;
}
}
.result-page__light-mode {
    background-color: rgba(255, 255, 255, 0.9);
}
.result-page.result-page {
    padding-top: 0;
}
.result-page_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%;
    text-align: center;
}
.result-page_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
}
.result-page_block {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-bottom: 0;
}
.result-page_footer {
    width: 100%;
}
@media all and (min-width: 320px) {
.appear-right-enter-active, .appear-right-leave-active {
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
}
.appear-right-enter {
  opacity: 0;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
}
.appear-right-enter-to, .appear-right-leave {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.appear-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 320px) {
.appear-left-enter-active, .appear-left-leave-active {
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
}
.appear-left-enter {
  opacity: 0;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}
.appear-left-enter-to, .appear-left-leave {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.appear-left-leave-to {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 320px) {
.appear-show-enter-active, .appear-show-leave-active {
    transition: opacity 0.5s;
}
}
.appear-show-enter, .appear-show-leave-to {
  opacity: 0;
}
.appear-show-enter-to, .appear-show-leave {
  opacity: 1;
}
@media all and (min-width: 320px) {
[class*="-enter-active"].appear-delay-1 {
    transition-delay: 0.1s;
}
[class*="-enter-active"].appear-delay-2 {
    transition-delay: 0.2s;
}
[class*="-enter-active"].appear-delay-3 {
    transition-delay: 0.3s;
}
[class*="-enter-active"].appear-delay-4 {
    transition-delay: 0.4s;
}
[class*="-enter-active"].appear-delay-5 {
    transition-delay: 0.5s;
}
[class*="-enter-active"].appear-delay-6 {
    transition-delay: 0.6s;
}
[class*="-enter-active"].appear-delay-7 {
    transition-delay: 0.7s;
}
[class*="-enter-active"].appear-delay-8 {
    transition-delay: 0.8s;
}
[class*="-enter-active"].appear-delay-9 {
    transition-delay: 0.9s;
}
[class*="-enter-active"].appear-delay-10 {
    transition-delay: 1s;
}
[class*="-enter-active"].appear-delay-11 {
    transition-delay: 1.1s;
}
[class*="-enter-active"].appear-delay-12 {
    transition-delay: 1.2s;
}
[class*="-enter-active"].appear-delay-13 {
    transition-delay: 1.3s;
}
[class*="-enter-active"].appear-delay-14 {
    transition-delay: 1.4s;
}
[class*="-enter-active"].appear-delay-15 {
    transition-delay: 1.5s;
}
[class*="-enter-active"].appear-delay-16 {
    transition-delay: 1.6s;
}
[class*="-enter-active"].appear-delay-17 {
    transition-delay: 1.7s;
}
[class*="-enter-active"].appear-delay-18 {
    transition-delay: 1.8s;
}
[class*="-enter-active"].appear-delay-19 {
    transition-delay: 1.9s;
}
[class*="-enter-active"].appear-delay-20 {
    transition-delay: 2s;
}
}
.appear-next-enter-active {
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.appear-next-enter {
  opacity: 0;
  -webkit-transform: translate(100px);
          transform: translate(100px);
}
.appear-next-enter-to {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.appear-previous-enter-active {
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.appear-previous-enter {
  opacity: 0;
  -webkit-transform: translate(-100px);
          transform: translate(-100px);
}
.appear-previous-enter-to {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.appear-rotate-right-leave-to {
  -webkit-transform: perspective(800px) rotateY(-180deg);
          transform: perspective(800px) rotateY(-180deg);
}
.appear-rotate-right-enter-active, .appear-rotate-right-leave-active {
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.appear-rotate-right-enter {
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg);
}
.appear-rotate-right-enter-to {
  -webkit-transform: perspective(800px) rotateY(0);
          transform: perspective(800px) rotateY(0);
}
.appear-rotate-left-leave-to {
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg);
}
.appear-rotate-left-enter-active, .appear-rotate-left-leave-active {
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.appear-rotate-left-enter {
  -webkit-transform: perspective(800px) rotateY(-180deg);
          transform: perspective(800px) rotateY(-180deg);
}
.appear-rotate-left-enter-to {
  -webkit-transform: perspective(800px) rotateY(0);
          transform: perspective(800px) rotateY(0);
}
html {
  box-sizing: border-box;
  background-color: #222;
}
body,
button {
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
}
body:lang(zh_tw), body:lang(zh_cn), body:lang(th), body:lang(ko),
  button:lang(zh_tw),
  button:lang(zh_cn),
  button:lang(th),
  button:lang(ko) {
    font-family: "Noto Sans KR", "Arial", sans-serif;
}
body:lang(ja),
  button:lang(ja) {
    font-family: "Noto Sans JP", "Arial", sans-serif;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.logo {
  display: inline-block;
}
.logo_img {
    width: 100%;
    max-width: 162.4px;
    max-height: 84px;
}
@media all and (min-width: 720px) {
.logo_img {
        max-width: 197.2px;
}
}
@media all and (min-width: 1600px) {
.logo_img {
        width: auto;
        max-width: 290px;
        max-height: 150px;
}
}
.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}
@supports (color: #fff) {
.page {
      height: auto;
}
}
.page_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    min-height: 100vh;
    position: relative;
}
@media all and (min-width: 1100px) {
.page_inner {
        min-height: 480px;
}
}
.page_content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    margin: auto;
}
@media all and (min-width: 1100px) {
.page_content-wrapper__sticky-bottom-indent {
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-positive: 1;
            flex-grow: 1;
        padding-bottom: 30px;
}
}
.page_content-wrapper__custom-bottom-indent {
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-positive: 1;
          flex-grow: 1;
      position: relative;
}
@media all and (min-width: 1100px) {
.page_content-wrapper__bottom-padding-extend {
        padding-bottom: 80px;
}
}
.page_content-inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    position: relative;
}
.page_content {
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    padding: 30px 20px 40px;
    color: #f9f5e1;
    position: relative;
}
@media all and (min-width: 720px) {
.page_content {
        padding-top: 60px;
        padding-bottom: 70px;
}
}
@media all and (min-width: 1100px) {
.page_content {
        padding-top: 50px;
        padding-bottom: 160px;
}
}
@media all and (min-width: 1600px) {
.page_content {
        padding-top: 80px;
        padding-bottom: 160px;
}
}
@media all and (min-width: 1921px) {
.page_content {
        padding-bottom: 180px;
}
}
.page_bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: no-repeat center / cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 3s, visibility 3s;
}
.page_bg-img__active {
      opacity: 1;
      visibility: visible;
}
.page_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
}
.page_logo-item:not(:first-child) {
    margin-left: 20px;
}
@media all and (min-width: 1100px) {
.page_logo-item:not(:first-child) {
        margin-left: 40px;
}
}
.page_slider {
    margin-bottom: 15px;
}
@media all and (min-width: 720px) {
.page_slider {
        margin-bottom: 20px;
}
}
@media all and (min-width: 1100px) {
.page_slider {
        margin-bottom: 30px;
}
}
@media all and (min-width: 1600px) {
.page_slider {
        margin-bottom: 60px;
}
}
.page_title {
    margin-bottom: 32px;
    font-size: 60px;
    line-height: .8;
    text-align: center;
}
@media all and (min-width: 720px) {
.page_title {
        margin-bottom: 73px;
        font-size: 132px;
}
}
.page_image {
    display: block;
    max-width: 100%;
    max-height: 50vh;
    margin: 0 auto 10px;
}
@media all and (min-width: 720px) {
.page_image {
        max-height: 55vh;
}
}
.page_indicators {
    margin-top: 10px;
}
@media all and (min-width: 1600px) {
.page_indicators {
        margin-top: 20px;
}
}
.page_buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    position: relative;
}
.page_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    min-width: 260px;
    margin: 10px;
}
@media all and (min-width: 1100px) {
.page_button {
        min-width: 300px;
}
}
@media all and (min-width: 1600px) {
.page_button {
        min-width: 340px;
}
}
.page_footer {
    z-index: 10;
    position: relative;
}
@media all and (min-width: 1100px) {
.page_footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
}
}
.page_language-selector {
    position: absolute;
    top: 18px;
    right: 33px;
}
@media all and (min-width: 720px) {
.page_language-selector {
        right: 43px;
}
}
@media all and (min-width: 1100px) {
.page_language-selector {
        top: 27px;
}
}
@media all and (min-width: 1600px) {
.page_language-selector {
        top: 55px;
        right: 63px;
}
}
.page-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-bg_shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5) linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));
    content: "";
}
.text-slider {
  width: 87.5vw;
}
@media all and (min-width: 720px) {
.text-slider {
      width: 550px;
}
}
@media all and (min-width: 1600px) {
.text-slider {
      width: 640px;
}
}
.text-slider_list {
    width: 20px;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: width 0.5s ease-in-out;
}
.text-slider_list__active {
      width: 100%;
      transition-duration: 1.1s;
}
.text-slider_list__visible {
      opacity: 1;
}
.text-slider_list__animation-enter-active, .text-slider_list__animation-leave-active {
      transition: opacity 1s;
}
.text-slider_list__animation-enter-to {
      opacity: 1;
}
.text-slider_list__animation-leave-to {
      opacity: 0;
}
.text-slider_item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 87.5vw;
    padding: 25px 20px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
@media all and (min-width: 720px) {
.text-slider_item {
        width: 550px;
        padding-left: 40px;
        padding-right: 40px;
}
}
@media all and (min-width: 1600px) {
.text-slider_item {
        width: 640px;
        padding: 30px 50px;
}
}
.text-slider_item__invisible {
      visibility: hidden;
}
.text-slider_item__static {
      position: static;
}
.text-slider_item__with-anim-delay {
      transition-delay: 0.5s;
}
.text-slider_list__visible .text-slider_item {
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      transition-property: opacity;
}
.text-slider_list__visible .text-slider_item__active {
        opacity: 1;
}
.text-slider_heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
@media all and (min-width: 720px) {
.text-slider_heading {
        font-size: 28px;
}
}
@media all and (min-width: 1600px) {
.text-slider_heading {
        font-size: 36px;
}
}
.text-slider_heading:not(:last-child) {
      margin-bottom: 8px;
}
@media all and (min-width: 720px) {
.text-slider_heading:not(:last-child) {
          margin-bottom: 12px;
}
}
@media all and (min-width: 1600px) {
.text-slider_heading:not(:last-child) {
          margin-bottom: 17px;
}
}
.text-slider_heading__uppercase {
      text-transform: uppercase;
}
.text-slider_heading__quote {
      font-size: 24px;
}
.text-slider_text {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.3;
    opacity: .7;
}
@media all and (min-width: 1600px) {
.text-slider_text {
        font-size: 18px;
}
}
.text-slider_corner-wrapper {
    color: #f9f5e1;
}
.text-slider_corner {
    width: 20px;
    height: 20px;
    border: solid currentColor;
    position: absolute;
}
.text-slider_corner__l-t {
      border-width: 3px 0 0 3px;
      top: 0;
      left: 0;
}
.text-slider_corner__r-t {
      border-width: 3px 3px 0 0;
      top: 0;
      right: 0;
}
.text-slider_corner__l-b {
      border-width: 0 0 3px 3px;
      bottom: 0;
      left: 0;
}
.text-slider_corner__r-b {
      border-width: 0 3px 3px 0;
      right: 0;
      bottom: 0;
}
.text-slider_nested-list-item {
    font-size: 18px;
    line-height: 1.5;
}
.text-slider_pagination {
    margin-top: 10px;
}
@media all and (min-width: 1600px) {
.text-slider_pagination {
        margin-top: 20px;
}
}
@media all and (min-width: 1100px) {
.simple-bg__with-video {
    display: none;
}
}
.simple-bg_item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center top / cover no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.simple-bg_item__active {
    opacity: 1;
}
.simple-bg_item__visible {
    opacity: 1;
    transition: none;
}
.bullet-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.bullet-pagination__hidden {
    display: none;
}
.bullet-pagination_item {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    outline: none;
    background-color: #f9f5e1;
    opacity: .5;
    position: relative;
    transition: opacity 0.25s;
}
.bullet-pagination_item::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 28px;
      height: 28px;
      content: "";
}
.bullet-pagination_item:hover {
      opacity: .8;
      cursor: pointer;
}
.bullet-pagination_item:not(:last-child) {
      margin-right: 20px;
}
.bullet-pagination_item__active, .bullet-pagination_item__active:hover {
      opacity: 1;
}
.notice {
  margin: 5px 0 30px;
  position: relative;
}
@media all and (min-width: 720px) {
.notice {
      margin: 15px 0;
}
}
@media all and (min-width: 1100px) {
.notice {
      margin: 10px 0 -15px;
}
}
@media all and (min-width: 1600px) {
.notice {
      margin-bottom: 10px;
}
}
.notice_text {
    display: inline-block;
    color: #fe6600;
    text-align: center;
}
.notice_text__with-icon {
      padding-left: 20px;
}
.notice_icon {
    display: inline-block;
    max-width: 16px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.registration-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  background: no-repeat center / cover;
  z-index: 1000;
  padding: 30px 25px 40px;
  background-color: #222;
  color: #f9f5e1;
  overflow: auto;
}
@media all and (min-width: 720px) {
.registration-overlay {
      padding: 50px;
}
}
.registration-overlay_close {
    width: 56px;
    height: 56px;
    top: 30px;
    right: 10px;
}
@media all and (min-width: 720px) {
.registration-overlay_close {
        top: 10px;
}
}
.registration-overlay_regform {
    width: 100%;
    padding: 0;
}
.registration-overlay_logo-item {
    text-align: center;
}

