

.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;
}
}

.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;
}
}

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

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;
          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(ok.6d54b596.png);
}
.result-page-block_image__error.result-page-block_image__default-image {
      background-image: url(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%;
}

.slide-down-button {
  border: none;
  outline: none;
  background-color: transparent;
}
.slide-down-button:focus {
    outline: transparent;
}
.slide-down-button_inner {
    cursor: pointer;
}
.slide-down-button_list-arrow {
    pointer-events: none;
}
.slide-down-button_arrow {
    width: 35px;
    height: 9px;
    margin: -2px auto 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAALCAMAAAAtOq8OAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAE3RSTlMA6zcQ4NXHt6udjHtqWSwkGQlIYQfigQAAAFtJREFUGNN9UNcOgDAILKV7t///sRpJJFaFF9Yx7pTSSrCrjda3f0DzFk9XII5vwIhQKMIEeb4BM0PCO+vB1B1RTejPr5zTQs5Twla+zb8JDIihqAPpJNlae+UA4MMCl9AqvNEAAAAASUVORK5CYII=) no-repeat center/100% 100%;
    -webkit-animation: fade 2s infinite;
            animation: fade 2s infinite;
}
.slide-down-button_arrow:nth-child(1) {
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
}
.slide-down-button_arrow:nth-child(2) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s;
}
.slide-down-button_arrow:nth-child(3) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s;
}
.slide-down-button_text {
    display: inline-block;
    margin-bottom: 16px;
    color: rgba(186, 180, 180, 0.7);
    font-size: 12px;
    font-weight: 400;
    transition: color .15s ease-out;
    pointer-events: none;
}
.slide-down-button_inner:hover .slide-down-button_text {
      color: #f9f5e1;
}
@-webkit-keyframes fade {
0%,
  60%,
  100% {
    opacity: .3;
}
30% {
    opacity: 1;
}
}
@keyframes fade {
0%,
  60%,
  100% {
    opacity: .3;
}
30% {
    opacity: 1;
}
}

.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;
}

.bullet-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.bullet-pagination__vertical {
    -ms-flex-direction: column;
        flex-direction: column;
}
.bullet-pagination__hidden {
    display: none;
}
.bullet-pagination_item {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: #f9f5e1;
    opacity: .5;
    position: relative;
    transition: opacity 0.5s;
    cursor: pointer;
}
.bullet-pagination_item:hover {
      opacity: .8;
}
.bullet-pagination_item:not(:last-child) {
      margin-right: 20px;
}
.bullet-pagination__vertical .bullet-pagination_item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
}
.bullet-pagination_item__active, .bullet-pagination_item__active:hover {
      opacity: 1;
}

.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;
            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;
      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::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 */
      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::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;
}

.hooper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hooper-progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #efefef;
}
.hooper-progress-inner {
  height: 100%;
  background-color: #4285f4;
  transition: 300ms;
}
.hooper-pagination {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
}
.hooper-indicators {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hooper-indicator:hover,
.hooper-indicator.is-active {
  background-color: #4285f4;
}
.hooper-indicator {
  margin: 0 2px;
  width: 12px;
  height: 4px;
  border-radius: 4px;
  border: none;
  padding: 0;
  background-color: #fff;
  cursor: pointer;
}
.hooper-pagination.is-vertical {
  bottom: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hooper-pagination.is-vertical .hooper-indicators {
  -ms-flex-direction: column;
      flex-direction: column;
}
.hooper-pagination.is-vertical .hooper-indicator {
  width: 6px;
}
.hooper-next,
.hooper-prev {
  background-color: transparent;
  border: none;
  padding: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.hooper-next.is-disabled,
.hooper-prev.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.hooper-next {
  right: 0;
}
.hooper-prev {
  left: 0;
}
.hooper-navigation.is-vertical .hooper-next {
  top: auto;
  bottom: 0;
  -webkit-transform: initial;
          transform: initial;
}
.hooper-navigation.is-vertical .hooper-prev {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  -webkit-transform: initial;
          transform: initial;
}
.hooper-navigation.is-rtl .hooper-prev {
  left: auto;
  right: 0;
}
.hooper-navigation.is-rtl .hooper-next {
  right: auto;
  left: 0;
}
.hooper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
}
.hooper * {
  box-sizing: border-box;
}
.hooper-list {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hooper-track {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.hooper.is-vertical .hooper-track {
  -ms-flex-direction: column;
      flex-direction: column;
  height: 200px;
}
.hooper.is-rtl {
  direction: rtl;
}
.hooper-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 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;
}
body.modal-opened {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
@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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.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.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.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.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.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;
}
body {
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
}
button {
  background: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  max-height: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.footer {
  background-color: #12191D;
  padding-bottom: 52px;
}
@media all and (min-width: 720px) {
.footer {
      padding-bottom: 0;
}
}
.hooper {
  height: auto;
  outline: none;
}
.logo .logo-about {
  display: inline-block;
}
.logo .logo-about[href=""] {
    cursor: default;
    pointer-events: none;
}
.main {
  background-color: #1c1b16;
  color: #fff;
  text-align: center;
  position: relative;
}
.main__with-padding {
    padding-bottom: 30px;
}
@media all and (min-width: 1100px) {
.main__with-padding {
        padding-bottom: 0;
}
}
.main_sparkles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: repeat 50% 0;
    pointer-events: none;
}
.main_registration {
    padding: 40px 24px;
    background: no-repeat center / cover;
}
.intro {
  display: -ms-flexbox;
  display: flex;
  background: no-repeat center / cover;
  overflow: hidden;
  position: relative;
}
.intro_video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.intro_video-bg__blackout::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(28, 28, 30, 0.65);
      content: "";
}
.intro_inner {
    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;
    width: 100%;
    padding: 57px 0 68px;
    position: relative;
}
@media all and (min-width: 720px) {
.intro_inner {
        padding: 95px 0 80px;
}
}
@media all and (min-width: 1100px) {
.intro_inner {
        z-index: 10;
        min-height: 100vh;
}
}
@media all and (min-width: 1600px) {
.intro_inner {
        padding: 100px 0 95px;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.intro_inner {
        padding-top: 20px;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.intro__titles-upper .intro_inner {
        padding-top: 20px;
}
}
.intro_content {
    width: 100%;
    padding: 0 24px 20px;
}
@media all and (min-width: 720px) {
.intro_content {
        max-width: 940px;
        padding: 0 28px 40px;
}
}
@media all and (min-width: 1100px) {
.intro_content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-positive: 1;
            flex-grow: 1;
        padding: 30px 0;
}
}
@media all and (min-width: 1600px) {
.intro_content__large {
        max-width: 1130px;
}
}
.intro_title {
    margin-bottom: 21px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
@media all and (min-width: 720px) {
.intro_title {
        max-width: 510px;
        margin: 0 auto 25px;
        font-size: 44px;
}
}
@media all and (min-width: 1100px) {
.intro_title {
        max-width: 100%;
        font-size: 72px;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.intro_title {
        margin-bottom: 15px;
        font-size: 48px;
}
}
.intro_title__large {
      line-height: 1.2;
}
@media all and (min-width: 1100px) {
.intro_title__large {
          margin-top: 120px;
          font-size: 80px;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.intro_title__large {
          margin-top: 60px;
}
}
@media all and (min-width: 1100px) {
.intro_content__large .intro_title {
        margin-top: 120px;
        font-size: 90px;
}
}
@media all and (min-width: 1600px) {
.intro_content__large .intro_title {
        font-size: 120px;
}
}
.intro__titles-upper .intro_title {
      line-height: 1;
}
@media all and (min-width: 1100px) {
.intro__titles-upper .intro_title {
          margin-top: 10px;
          font-size: 56px;
          line-height: 1.09;
}
}
@media all and (min-width: 1600px) {
.intro__titles-upper .intro_title {
          margin-top: 25px;
          font-size: 90px;
}
}
.intro_description {
    max-width: 100%;
    margin-bottom: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
@media all and (min-width: 720px) {
.intro_description {
        margin-bottom: 35px;
        font-size: 24px;
        line-height: 32px;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.intro_description {
        margin-bottom: 20px;
}
}
@media all and (min-width: 1600px) {
.intro_content__large .intro_description {
        max-width: 800px;
}
}
.intro_btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
@media all and (min-width: 720px) {
.intro_btn {
        -ms-flex-direction: row;
            flex-direction: row;
}
}
@media all and (min-width: 1100px) {
.intro_btn {
        margin-bottom: 45px;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.intro__titles-upper .intro_btn {
        margin-bottom: 30px;
}
}
.intro_btn-item {
    display: -ms-flexbox;
    display: flex;
}
.intro_btn-item:not(:first-child) {
      margin-top: 15px;
}
@media all and (min-width: 720px) {
.intro_btn-item:not(:first-child) {
          margin-left: 20px;
          margin-top: 0;
}
}
.intro_slide-down-button {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
}
@media all and (min-width: 720px) {
.intro_video {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
}
}
.intro_video-el + .intro_video-el {
    margin-top: 15px;
}
@media all and (min-width: 720px) {
.intro_video-el + .intro_video-el {
        margin-left: 40px;
        margin-top: 0;
}
}
.intro_button_container {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.intro_button_container > * {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.platform-button {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.platform-button:hover {
  background-color: #000;
  -webkit-filter: invert(1);
          filter: invert(1);
  border-color: #000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.platform-button:active {
  background-color: #000;
  -webkit-filter: invert(0.7);
          filter: invert(0.7);
  border-color: #000;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.platform-button-small {
  height: 50px;
}
.xbox-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMTUwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTIwIDM1LjAwODZMMTEzLjc5MyAyNi42NDYxTDExOS40NjQgMTkuMDU0NUgxMTcuMzM0TDExMi43MjIgMjUuMjQ4TDEwOC4xMSAxOS4wNTQ1SDEwNS45OTNMMTExLjY1IDI2LjY1OTJMMTA1LjQ1NyAzNS4wMjE3SDEwNy41ODdMMTEyLjcyMiAyOC4wOTY1TDExNy44NyAzNS4wMjE3SDEyMCIgZmlsbD0iI0Y4RjdGNiIvPgo8cGF0aCBkPSJNNzcuNzE3MiAzNS4wMDg2TDcxLjUyMzcgMjYuNjQ2MUw3Ny4xODE1IDE5LjA1NDVINzUuMDY0N0w3MC40NTIzIDI1LjI0OEw2NS44Mzk5IDE5LjA1NDVINjMuNzFMNjkuMzgwOCAyNi42NTkyTDYzLjE3NDMgMzUuMDIxN0g2NS4zMDQxTDcwLjQ1MjMgMjguMDk2NUw3NS41ODc0IDM1LjAyMTdINzcuNzE3MiIgZmlsbD0iI0Y4RjdGNiIvPgo8cGF0aCBkPSJNODUuMTUyIDMzLjMzNjFIODAuNDA4OVYyNy41MzQ2SDg1LjE1MkM4Ni45NTUyIDI3LjUzNDYgODkuMDk4IDI4LjAxODEgODkuMDk4IDMwLjMwNDdDODkuMDk4IDMyLjk0NDEgODYuNjE1NCAzMy4zMzYxIDg1LjE1MiAzMy4zMzYxWk04MC40MDg5IDIwLjcxNEg4NS4xNTJDODYuNDMyNSAyMC43MTQgODguNTg4NSAyMS4wMjc2IDg4LjU4ODUgMjMuMjQ4OEM4OC41ODg1IDI0LjkyMTMgODcuMzM0MSAyNS45Mjc1IDg1LjE1MiAyNS45Mjc1SDgwLjQwODlWMjAuNzE0Wk04OS41MDMxIDI3LjI0NzJDODkuMTYzNCAyNi45NTk3IDg4LjgxMDYgMjYuNzM3NiA4OC40NDQ3IDI2LjU4MDhDODkuNjA3NiAyNS45NTM2IDkwLjM3ODYgMjQuNzY0NiA5MC4zNzg2IDIzLjM5MjZDOTAuMzc4NiAyMi4zNzM0IDg5Ljk5OTYgMTkuMDU0NSA4NS4xMzg5IDE5LjA1NDVINzguNTkyN1YyNS45NDA1SDc2LjQxMDZDNzYuMTIzMSAyNi4zMDY0IDc1LjQ4MjkgMjcuMTgxOCA3NS4yMzQ2IDI3LjUzNDZINzguNTkyN1YzNS4wMDg2SDg1LjEzODlDODguNjkzIDM1LjAwODYgOTAuOTAxMiAzMy4yMTg1IDkwLjkwMTIgMzAuMzQzOUM5MC45MTQzIDI5LjA4OTUgOTAuNDMwOCAyOC4wMTgxIDg5LjUwMzEgMjcuMjQ3MloiIGZpbGw9IiNGOEY3RjYiLz4KPHBhdGggZD0iTTk5LjQyMDMgMzMuNjc1OEM5NS45NTc4IDMzLjY3NTggOTMuNTQwNSAzMC45NDQ5IDkzLjU0MDUgMjcuMDI1QzkzLjU0MDUgMjMuMTA1MSA5NS45NTc4IDIwLjM3NDIgOTkuNDIwMyAyMC4zNzQyQzEwMi44NyAyMC4zNzQyIDEwNS4yNzQgMjMuMTA1MSAxMDUuMjc0IDI3LjAyNUMxMDUuMjc0IDMwLjkzMTkgMTAyLjg3IDMzLjY3NTggOTkuNDIwMyAzMy42NzU4Wk05OS40MjAzIDE4LjY4ODdDOTQuODczMiAxOC42ODg3IDkxLjcxMTIgMjIuMTEyMSA5MS43MTEyIDI3LjAyNUM5MS43MTEyIDMxLjkzOCA5NC44NzMyIDM1LjM2MTQgOTkuNDIwMyAzNS4zNjE0QzEwMy45NDEgMzUuMzYxNCAxMDcuMTAzIDMxLjkzOCAxMDcuMTAzIDI3LjAyNUMxMDcuMTAzIDIyLjExMjEgMTAzLjk0MSAxOC42ODg3IDk5LjQyMDMgMTguNjg4N1oiIGZpbGw9IiNGOEY3RjYiLz4KPHBhdGggZD0iTTQyLjIxODkgNDAuMTMyNEM0MC4xMjk2IDM5LjkzMzIgMzguMDEzMiAzOS4xODE0IDM2LjE5MjcgMzcuOTkxOUMzNC42NjgxIDM2Ljk5NTYgMzQuMzIzOSAzNi41ODggMzQuMzIzOSAzNS43Njk4QzM0LjMyMzkgMzQuMTMwNCAzNi4xMjYzIDMxLjI1NjIgMzkuMjA1OCAyNy45ODM1QzQwLjk1NjkgMjYuMTIzNyA0My4zOTMzIDIzLjk0MzkgNDMuNjU2IDI0LjAwMTNDNDQuMTY5MiAyNC4xMTYgNDguMjY2MiAyOC4xMTk0IDQ5Ljc5OTkgMzAuMDAwM0M1Mi4yMjcyIDMyLjk4MzIgNTMuMzQ0MyAzNS40MjI2IDUyLjc3NjcgMzYuNTA5NUM1Mi4zNDUgMzcuMzM2NyA0OS42NzMxIDM4Ljk1MiA0Ny43MTA2IDM5LjU3MDlDNDYuMDkyNCA0MC4wODQxIDQzLjk2NjkgNDAuMzAxNSA0Mi4yMTg5IDQwLjEzMjRaTTMyLjI2NzkgMzQuMDY3QzMxLjAwMjkgMzIuMTIyNyAzMC4zNjI4IDMwLjIwNTYgMzAuMDUxOCAyNy40MzcxQzI5Ljk0OTIgMjYuNTIyMyAyOS45ODU0IDI2IDMwLjI4NDMgMjQuMTIyMUMzMC42NTU3IDIxLjc4MjMgMzEuOTg0MSAxOS4wNzcxIDMzLjU4NDIgMTcuNDEwNkMzNC4yNjY1IDE2LjcwMTEgMzQuMzI2OSAxNi42ODMgMzUuMTU3MiAxNi45NjM3QzM2LjE2NTUgMTcuMzA0OSAzNy4yNDAzIDE4LjA0NzYgMzguOTA5OSAxOS41NjAyTDM5Ljg4NTEgMjAuNDQxOEwzOS4zNTM3IDIxLjA5NjlDMzYuODgxMSAyNC4xMzQxIDM0LjI3NTYgMjguNDM5NCAzMy4yOTQ0IDMxLjEwMjNDMzIuNzYgMzIuNTQ4NCAzMi41NDU2IDM0LjAwMzYgMzIuNzc1MSAzNC42MDc1QzMyLjkyOSAzNS4wMTUgMzIuNzg3MSAzNC44NjQxIDMyLjI2NzkgMzQuMDY3Wk01NC40ODg2IDM0LjM5NjFDNTQuNjEyNCAzMy43ODYzIDU0LjQ1NTQgMzIuNjYzMSA1NC4wODQgMzEuNTMxQzUzLjI4MzkgMjkuMDc5NSA1MC41OTk5IDI0LjUxNDYgNDguMTM2MyAyMS40MTM5TDQ3LjM2MDQgMjAuNDM4N0w0OC4xOTk3IDE5LjY2NThDNDkuMjk1NyAxOC42NTc1IDUwLjA1NjUgMTguMDUzNiA1MC44Nzc3IDE3LjU0MzRDNTEuNTI2OCAxNy4xMzg4IDUyLjQ1MDcgMTYuNzgyNiA1Mi44NDkyIDE2Ljc4MjZDNTMuMDkzNyAxNi43ODI2IDUzLjk1NzIgMTcuNjc5MyA1NC42NTQ2IDE4LjY2MDVDNTUuNzM1NSAyMC4xNzYxIDU2LjUyOTUgMjIuMDE3NyA1Ni45MzEgMjMuOTMxOUM1Ny4xOTA3IDI1LjE2OTcgNTcuMjExOCAyNy44MTc1IDU2Ljk3MzMgMjkuMDQ5M0M1Ni43NzcxIDMwLjA2MDcgNTYuMzYwNCAzMS4zNzQgNTUuOTU1OSAzMi4yNjc2QzU1LjY1MDkgMzIuOTM0OSA1NC44OTYxIDM0LjIzMDEgNTQuNTY0IDM0LjY1MjdDNTQuMzk1IDM0Ljg2NDEgNTQuMzk1IDM0Ljg2NDEgNTQuNDg4NiAzNC4zOTYxWk00Mi40NDIzIDE2LjMxNzZDNDEuMzA0MSAxNS43MzggMzkuNTUgMTUuMTE5MSAzOC41ODA4IDE0Ljk1QzM4LjIzOTcgMTQuODkyNiAzNy42NjMgMTQuODU5NCAzNy4yOTE3IDE0Ljg3NzVDMzYuNDkxNiAxNC45MTY4IDM2LjUyNzggMTQuODc3NSAzNy44MTEgMTQuMjcwN0MzOC44NzY3IDEzLjc2NjUgMzkuNzY3MyAxMy40NzA2IDQwLjk3NSAxMy4yMTdDNDIuMzMzNiAxMi45MzAyIDQ0Ljg4NDggMTIuOTI3MiA0Ni4yMjIyIDEzLjIxMUM0Ny42NjU0IDEzLjUxNTkgNDkuMzY1MSAxNC4xNDk5IDUwLjMyMjIgMTQuNzM4Nkw1MC42MDYgMTQuOTEzOEw0OS45NTM5IDE0Ljg4MDVDNDguNjU1NiAxNC44MTQxIDQ2Ljc2NTcgMTUuMzM5NSA0NC43MzM4IDE2LjMyOTdDNDQuMTIwOSAxNi42Mjg2IDQzLjU4OTYgMTYuODY3MSA0My41NTAzIDE2Ljg1ODFDNDMuNTE0MSAxNi44NTIgNDMuMDEyOSAxNi42MDc1IDQyLjQ0MjMgMTYuMzE3NloiIGZpbGw9IiNGOEY3RjYiLz4KPC9zdmc+Cg==) no-repeat center/contain;
}
.ps5-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMTUwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTM3LjQ4NiAzNS4zODU4SDEzOC45NDRWMzUuNjA3NEgxMzguMzQ2VjM3LjI2OTVIMTM4LjA4NFYzNS42MDc0SDEzNy40ODZWMzUuMzg1OFYzNS4zODU4Wk0xNDAuNjI2IDM1LjM4NThMMTQwLjU4OSAzNS40OTY2TDE0MC4xMDMgMzcuMDEwOUwxMzkuNTQyIDM1LjQyMjdIMTM5LjIwNlYzNy4yNjk1SDEzOS40NjdWMzUuNzU1MUwxMzkuOTkxIDM3LjI2OTVIMTQwLjI1MkwxNDAuNzc2IDM1Ljc1NTFWMzcuMjY5NUgxNDFWMzUuNDIyN0gxNDAuNjI2VjM1LjM4NThaTTQxLjk4MjggNDAuMjYxM0M0Mi4wMjAyIDQwLjI5ODIgNDIuMDIwMiA0MC4zNzIxIDQyLjA1NzUgNDAuNDA5QzQxLjk0NTQgNDAuNDA5IDQxLjg3MDYgNDAuNDA5IDQxLjc1ODUgNDAuNDA5QzQxLjY4MzcgNDAuMjYxMyA0MS43NTg1IDQwLjA3NjYgNDEuNjgzNyAzOS45Mjg5QzQxLjY4MzcgMzkuODU1IDQxLjYwOSAzOS44MTgxIDQxLjUzNDIgMzkuODE4MUM0MS4zODQ3IDM5LjgxODEgNDEuMTk3OCAzOS44MTgxIDQxLjA0ODMgMzkuODE4MUM0MS4wNDgzIDQwLjAwMjcgNDEuMDQ4MyA0MC4yMjQzIDQxLjA0ODMgNDAuNDA5QzQwLjk3MzUgNDAuNDA5IDQwLjg5ODggNDAuNDA5IDQwLjc4NjYgNDAuNDA5QzQwLjc4NjYgMzkuOTI4OSA0MC43ODY2IDM5LjQ0ODcgNDAuNzg2NiAzOC45Njg1QzQxLjAxMDkgMzguOTY4NSA0MS4yNzI2IDM4Ljk2ODUgNDEuNDk2OCAzOC45Njg1QzQxLjY0NjQgMzguOTY4NSA0MS43OTU5IDM5LjAwNTUgNDEuODcwNiAzOS4xMTYzQzQxLjk4MjggMzkuMjI3MSA0MS45ODI4IDM5LjM3NDggNDEuOTQ1NCAzOS41MjI2QzQxLjk0NTQgMzkuNTk2NCA0MS44NzA2IDM5LjY3MDMgNDEuNzk1OSAzOS43MDczQzQxLjgzMzMgMzkuNzQ0MiA0MS45MDggMzkuNzgxMSA0MS45MDggMzkuODU1QzQxLjk4MjggMzkuOTY1OCA0MS45NDU0IDQwLjExMzUgNDEuOTgyOCA0MC4yNjEzWk00MS42ODM3IDM5LjI2NEM0MS42NDY0IDM5LjE5MDIgNDEuNTcxNiAzOS4xOTAyIDQxLjQ5NjggMzkuMTkwMkM0MS4zNDczIDM5LjE5MDIgNDEuMTk3OCAzOS4xOTAyIDQxLjA0ODMgMzkuMTkwMkM0MS4wNDgzIDM5LjMzNzkgNDEuMDQ4MyAzOS40NDg3IDQxLjA0ODMgMzkuNTk2NEM0MS4xOTc4IDM5LjU5NjQgNDEuMzQ3MyAzOS41OTY0IDQxLjQ1OTUgMzkuNTk2NEM0MS41MzQyIDM5LjU5NjQgNDEuNjA5IDM5LjU5NjQgNDEuNjQ2NCAzOS41MjI2QzQxLjc1ODUgMzkuNDQ4NyA0MS43NTg1IDM5LjMzNzkgNDEuNjgzNyAzOS4yNjRaTTI5LjE2MTcgMTkuNjg4MUMyOS4yNzM5IDIwLjE2ODMgMjkuMjM2NSAyMC42NDg0IDI5LjIzNjUgMjEuMDkxN0MyOS4yMzY1IDIzLjcxNDEgMjkuMjM2NSAyNi4yOTk2IDI5LjIzNjUgMjguOTIyQzMwLjAyMTUgMjkuMjkxNCAzMC45MTg2IDI5LjU0OTkgMzEuNzc4MyAyOS41NDk5QzMyLjM3NjMgMjkuNTQ5OSAzMi45NzQ0IDI5LjQzOTEgMzMuNDk3NyAyOS4xNDM2QzM0LjAyMSAyOC44NDgyIDM0LjQ2OTYgMjguNDA0OSAzNC44MDYgMjcuOTI0OEMzNS4xNzk4IDI3LjMzMzggMzUuNDA0MSAyNi43MDU5IDM1LjUxNjIgMjYuMDQxQzM1LjY2NTcgMjUuMjY1NCAzNS42NjU3IDI0LjQ4OTcgMzUuNjI4MyAyMy43MTQxQzM1LjU5MDkgMjIuNTMyMSAzNS40MDQxIDIxLjMxMzMgMzQuODgwNyAyMC4yNDIxQzM0LjU4MTcgMTkuNjUxMiAzNC4yMDc5IDE5LjA5NzEgMzMuNzIyIDE4LjYxN0MzMy4yNzM0IDE4LjE3MzcgMzIuNzUwMSAxNy44MDQ0IDMyLjIyNjggMTcuNDcyQzMxLjAzMDcgMTYuNzcwMiAyOS42ODUxIDE2LjI5IDI4LjMzOTQgMTUuODgzN0MyNy40Nzk3IDE1LjYyNTIgMjYuNjIgMTUuMzY2NiAyNS43NjAyIDE1LjEwODFDMjQuMjY1MSAxNC43MDE4IDIyLjczMjUgMTQuMjk1NSAyMS4yIDE0QzIxLjIgMjIuMzEwNSAyMS4yIDMwLjYyMTEgMjEuMiAzOC45MzE2QzIzLjEwNjMgMzkuNTIyNiAyNS4wNSA0MC4xMTM1IDI2Ljk1NjQgNDAuNzA0NUMyNi45NTY0IDMzLjcyMzcgMjYuOTU2NCAyNi43NDI4IDI2Ljk1NjQgMTkuNzI1QzI2Ljk1NjQgMTkuMzE4NyAyNy4wMzExIDE4LjkxMjQgMjcuMjkyOCAxOC41OEMyNy40NDIzIDE4LjM5NTMgMjcuNzA0IDE4LjI4NDUgMjcuOTY1NiAxOC4zMjE1QzI4LjIyNzMgMTguMzU4NCAyOC40NTE1IDE4LjQ2OTIgMjguNjM4NCAxOC42NTM5QzI4LjkzNzUgMTguOTg2MyAyOS4wODcgMTkuMzU1NyAyOS4xNjE3IDE5LjY4ODFaTTE0LjEzNTMgMzQuNDk5M0MxNi4xMTY0IDMzLjc5NzUgMTguMDk3NSAzMy4wOTU4IDIwLjA3ODYgMzIuNDMwOUMyMC4wNzg2IDMyLjI4MzIgMjAuMDc4NiAzMi4xNzI0IDIwLjA3ODYgMzIuMDI0NkMyMC4wNzg2IDMxLjA2NDMgMjAuMDc4NiAzMC4xMDQgMjAuMDc4NiAyOS4xNDM2QzE3LjU3NDIgMjkuOTkzMiAxNS4wNjk4IDMwLjg3OTYgMTIuNTY1NCAzMS43NjYxQzExLjk2NzQgMzEuOTg3NyAxMS4zMzE5IDMyLjE3MjQgMTAuNzMzOCAzMi40MzA5QzEwLjAyMzYgMzIuNzI2NCA5LjM1MDgyIDMzLjAyMTkgOC43NTI3NiAzMy40NjUxQzguNDkxMSAzMy42NDk4IDguMjI5NDUgMzMuODcxNCA4LjExNzMxIDM0LjE2NjlDNy45Njc4IDM0LjQ2MjQgNy45Njc4IDM0Ljc5NDggOC4wNzk5MyAzNS4xMjcyQzguMjI5NDUgMzUuNDk2NiA4LjQ5MTEgMzUuNzkyMSA4Ljc5MDE0IDM2LjAxMzdDOS4zNTA4MiAzNi40MiA5Ljk4NjI3IDM2LjY3ODUgMTAuNjU5MSAzNi44NjMyQzEyLjY3NzYgMzcuNTI4IDE0LjgwODIgMzcuODIzNSAxNi45Mzg4IDM3Ljc4NjZDMTcuOTg1NCAzNy43ODY2IDE5LjAzMiAzNy42Mzg4IDIwLjA3ODYgMzcuNDU0MkMyMC4wNzg2IDM3LjMwNjQgMjAuMDc4NiAzNy4xMjE4IDIwLjA3ODYgMzYuOTc0QzIwLjA3ODYgMzYuMTYxNCAyMC4wNzg2IDM1LjM0ODggMjAuMDc4NiAzNC41MzYzQzE5LjIxODkgMzQuODMxNyAxOC4zOTY2IDM1LjEyNzIgMTcuNTM2OCAzNS40MjI3QzE3LjIwMDQgMzUuNTMzNSAxNi45MDE0IDM1LjY0NDMgMTYuNTI3NiAzNS43MTgyQzE2LjA0MTcgMzUuODI5IDE1LjUxODQgMzUuODY1OSAxNC45OTUxIDM1Ljg2NTlDMTQuNTQ2NSAzNS44MjkgMTQuMDYwNiAzNS44MjkgMTMuNjEyIDM1LjY0NDNDMTMuNDYyNSAzNS41NzA1IDEzLjI3NTYgMzUuNDk2NiAxMy4yMzgyIDM1LjMxMTlDMTMuMjAwOSAzNS4xNjQyIDEzLjI3NTYgMzUuMDE2NCAxMy4zNTA0IDM0Ljk0MjVDMTMuNTc0NyAzNC42ODQgMTMuODczNyAzNC41NzMyIDE0LjEzNTMgMzQuNDk5M1pNNDIuNDMxMyAzOC45MzE2QzQyLjczMDQgMzkuMzAxIDQyLjc2NzcgMzkuODU1IDQyLjU4MDggNDAuMjYxM0M0Mi4zNTY2IDQwLjcwNDUgNDEuODcwNiA0MSA0MS4zODQ3IDQxQzQwLjkzNjIgNDEgNDAuNDg3NiA0MC43NDE1IDQwLjI2MzMgNDAuMzcyMUM0MC4wNzY0IDQwLjAzOTcgNDAuMDM5MSAzOS41OTY0IDQwLjE4ODYgMzkuMjI3MUM0MC4zNzU1IDM4LjgyMDggNDAuNzg2NiAzOC40ODg0IDQxLjIzNTIgMzguNDUxNEM0MS42ODM3IDM4LjM3NzYgNDIuMTMyMyAzOC41NjIyIDQyLjQzMTMgMzguOTMxNlpNNDIuNDMxMyAzOS40MTE4QzQyLjM1NjYgMzkuMTE2MyA0Mi4xMzIzIDM4Ljg5NDcgNDEuODcwNiAzOC43NDY5QzQxLjY0NjQgMzguNjM2MSA0MS4zNDczIDM4LjU5OTIgNDEuMTIzMSAzOC42MzYxQzQwLjg2MTQgMzguNzEgNDAuNjM3MSAzOC44NTc3IDQwLjQ4NzYgMzkuMDQyNEM0MC4zMDA3IDM5LjMwMSA0MC4yMjYgMzkuNTk2NCA0MC4zMDA3IDM5Ljg5MTlDNDAuMzc1NSA0MC4xNTA1IDQwLjUyNSA0MC40MDkgNDAuNzg2NiA0MC41NTY4QzQxLjE2MDQgNDAuNzc4NCA0MS42ODM3IDQwLjc3ODQgNDIuMDIwMiA0MC41MTk4QzQyLjM5MzkgNDAuMzM1MiA0Mi41NDM1IDM5LjgxODEgNDIuNDMxMyAzOS40MTE4Wk05Ni4yMTk5IDIwLjI0MjFDOTMuNjAzMyAyMC41NzQ2IDkyLjMzMjQgMjIuMzQ3NSA5Mi4zMzI0IDI0LjYzNzVWMzIuMzU3QzkyLjMzMjQgMzMuOTQ1MyA5MS41NDc1IDM1LjA1MzMgODkuOTc3NSAzNS4wNTMzSDc5LjU4NjFDNzkuNTExNCAzNS4wNTMzIDc5LjQ3NCAzNS4wOTAzIDc5LjQ3NCAzNS4xNjQyVjM2LjcxNTVDNzkuNDc0IDM2Ljc4OTMgNzkuNTExNCAzNi44MjYzIDc5LjU0ODggMzYuODI2M0g5MS4zNjA2Qzk0LjQyNTYgMzYuNzUyNCA5NS45NTgyIDM0LjgzMTcgOTUuOTU4MiAzMi4zNTdWMjQuNjM3NUM5NS45NTgyIDIzLjA0OTIgOTYuNzA1OCAyMS45NDEyIDk4LjMxMzEgMjEuOTQxMkgxMDguMTgxQzEwOC4yNTYgMjEuOTQxMiAxMDguMjkzIDIxLjg2NzMgMTA4LjI5MyAyMS44MzA0VjIwLjI3OTFWMjAuMjQyMUg5Ni4yMTk5VjIwLjI0MjFaTTc2LjQwODkgMjAuMjQyMUg1NS40MzkzVjIwLjI3OTFWMjEuODMwNEM1NS40MzkzIDIxLjkwNDIgNTUuNDc2NiAyMS45NDEyIDU1LjU1MTQgMjEuOTQxMkg3NC4zMTU3Qzc1LjkyMyAyMS45NDEyIDc2LjY3MDYgMjMuMDQ5MiA3Ni42NzA2IDI0LjYzNzVDNzYuNjcwNiAyNi4yMjU3IDc1LjkyMyAyNy4zMzM4IDc0LjMxNTcgMjcuMzMzOEg1OS40NzYyQzU3LjE1ODcgMjcuMzMzOCA1NS40MzkzIDI5LjI1NDQgNTUuNDM5MyAzMS43NjYxVjM2LjY3ODVDNTUuNDM5MyAzNi43NTI0IDU1LjQ3NjYgMzYuNzg5MyA1NS41MTQgMzYuNzg5M0g1OC45OTAzQzU5LjAyNzYgMzYuNzg5MyA1OS4wNjUgMzYuNzE1NSA1OS4wNjUgMzYuNjc4NVYzMS43NjYxQzU5LjA2NSAzMC4xNzc4IDU5Ljk2MjEgMjkuMTA2NyA2MS4zMDc4IDI5LjEwNjdINzUuNTQ5MkM3OC43NjM4IDI5LjEwNjcgODAuMzMzNyAyNy4xNDkxIDgwLjMzMzcgMjQuNjM3NUM4MC4yOTYzIDIyLjM0NzUgNzguOTg4MSAyMC41NzQ2IDc2LjQwODkgMjAuMjQyMVpNNDEuMDEwOSAzMS42OTIyQzQwLjY3NDUgMzEuNTgxNCA0MC4zMDA3IDMxLjQzMzYgMzkuOTY0MyAzMS4zNTk4QzM4LjE3MDEgMzAuODA1NyAzNi4zMDEyIDMwLjU4NDEgMzQuMzk0OCAzMC41ODQxQzMzLjgzNDEgMzAuNjIxMSAzMy4yMzYxIDMwLjYyMTEgMzIuNjc1NCAzMC42OTQ5QzMxLjEwNTUgMzAuODc5NiAyOS41MzU1IDMxLjE3NTEgMjguMDAzIDMxLjY5MjJDMjguMDAzIDMyLjgzNzIgMjguMDAzIDMzLjk0NTMgMjguMDAzIDM1LjA5MDNDMzAuMDk2MiAzNC4zODg1IDMyLjE1MjEgMzMuNjQ5OCAzNC4yNDUzIDMyLjk0OEMzNC45MTgxIDMyLjcyNjQgMzUuNjY1NyAzMi42MTU2IDM2LjQxMzMgMzIuNjE1NkMzNi44NjE4IDMyLjYxNTYgMzcuMzQ3OCAzMi42NTI1IDM3Ljc5NjMgMzIuODM3MkMzNy45NDU4IDMyLjkxMTEgMzguMTMyNyAzMi45ODUgMzguMTcwMSAzMy4xMzI3QzM4LjI0NDkgMzMuMzE3NCAzOC4wOTUzIDMzLjQ2NTEgMzcuOTgzMiAzMy41NzU5QzM3LjY0NjggMzMuODM0NSAzNy4yMzU2IDMzLjk0NTMgMzYuODI0NSAzNC4wOTNDMzMuOTA4OSAzNS4xMjcyIDMwLjk5MzMgMzYuMTI0NSAyOC4wNzc4IDM3LjE1ODdDMjguMDAzIDM3LjE1ODcgMjguMDQwNCAzNy4yMzI2IDI4LjA0MDQgMzcuMjY5NUMyOC4wNDA0IDM4LjMwMzcgMjguMDQwNCAzOS4zNzQ4IDI4LjA0MDQgNDAuNDA5QzMxLjg5MDQgMzkuMDQyNCAzNS43MDMxIDM3LjcxMjcgMzkuNTUzMSAzNi4zNDYxQzQwLjE4ODYgMzYuMTI0NSA0MC44MjQgMzUuOTM5OCA0MS40MjIxIDM1LjY0NDNDNDEuOTgyOCAzNS4zNDg4IDQyLjU0MzUgMzUuMDUzNCA0Mi45NTQ2IDM0LjU3MzJDNDMuMTc4OSAzNC4zMTQ2IDQzLjMyODQgMzQuMDE5MiA0My4zMjg0IDMzLjY0OThDNDMuMzI4NCAzMy4yNDM1IDQzLjA2NjggMzIuODc0MSA0Mi43Njc3IDMyLjYxNTZDNDIuMjQ0NCAzMi4xNzI0IDQxLjY0NjQgMzEuOTEzOCA0MS4wMTA5IDMxLjY5MjJaTTEzMS41NDMgMjcuMjIzSDExNS42OTRDMTE1LjIwOCAyNy4yMjMgMTE0LjcyMyAyNi43NDI4IDExNC43MjMgMjYuMjk5NlYyMi4wODg5SDEzNS44NzlWMjAuMjA1MkgxMTEuMzU4VjI3LjIyM0MxMTEuMzU4IDI4LjE0NjQgMTEyLjMzIDI5LjEwNjcgMTEzLjI2NSAyOS4xMDY3SDEzMC41NzFDMTMxLjU0MyAyOS4xMDY3IDEzMi44NTEgMzAuNDczMyAxMzIuOTYzIDMxLjkxMzhDMTMzLjA3NiAzMy40NjUxIDEzMS41MDYgMzUuMjAxMSAxMzAuNTcxIDM1LjIwMTFIMTExLjM1OFYzNy4wODQ4SDEzMS41NDNDMTMzLjkzNSAzNy4wODQ4IDEzNi4zNjUgMzUuMjAxMSAxMzYuMzY1IDMxLjk1MDhDMTM2LjM2NSAyOC42MjY1IDEzMy40NDkgMjcuMjIzIDEzMS41NDMgMjcuMjIzWiIgZmlsbD0iI0Y4RjdGNiIvPgo8L3N2Zz4K) no-repeat center/contain;
}
.steam-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMTUwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzguNTA1NSAxMkMzMC4zMzIxIDEyIDIzLjYzNjMgMTguMjY0NCAyMyAyNi4yMjU0TDMxLjMzOTQgMjkuNjUyNkMzMi4wNDYxIDI5LjE3MjMgMzIuODk5NyAyOC44OTA4IDMzLjgxOCAyOC44OTA4QzMzLjkwMDQgMjguODkwOCAzMy45ODIzIDI4Ljg5MzYgMzQuMDYzNiAyOC44OTgyTDM3Ljc3MjIgMjMuNTU1QzM3Ljc3MjIgMjMuNTI5NSAzNy43NzE4IDIzLjUwNDcgMzcuNzcxOCAyMy40Nzk1QzM3Ljc3MTggMjAuMjYzNCA0MC40MDM4IDE3LjY0NjkgNDMuNjM5NyAxNy42NDY5QzQ2Ljg3NTIgMTcuNjQ2OSA0OS41MDcyIDIwLjI2MzQgNDkuNTA3MiAyMy40Nzk1QzQ5LjUwNzIgMjYuNjk1NiA0Ni44NzUyIDI5LjMxMjUgNDMuNjM5NyAyOS4zMTI1QzQzLjU5NSAyOS4zMTI1IDQzLjU1MDcgMjkuMzExNCA0My41MDY0IDI5LjMxMDRMMzguMjE3MSAzMy4wNjE3QzM4LjIxOTkgMzMuMTI5OSAzOC4yMjI0IDMzLjE5OTUgMzguMjIyNCAzMy4yNjg3QzM4LjIyMjQgMzUuNjgzMSAzNi4yNDY3IDM3LjY0NjUgMzMuODE4IDM3LjY0NjVDMzEuNjg2MiAzNy42NDY1IDI5LjkwMzcgMzYuMTM0MSAyOS40OTk5IDM0LjEzMTJMMjMuNTM2IDMxLjY4MDRDMjUuMzgyNiAzOC4xNzIgMzEuMzgyNyA0Mi45MzEzIDM4LjUwNTUgNDIuOTMxM0M0Ny4wOTg5IDQyLjkzMTMgNTQuMDY0OCAzNi4wMDY4IDU0LjA2NDggMjcuNDY2MkM1NC4wNjQ4IDE4LjkyNDEgNDcuMDk4NSAxMiAzOC41MDU1IDEyWiIgZmlsbD0iI0Y4RjdGNiIvPgo8cGF0aCBkPSJNMzIuNzUwMSAzNS40NjY3TDMwLjgzODkgMzQuNjgxOEMzMS4xNzc2IDM1LjM4MjggMzEuNzYzNiAzNS45Njk4IDMyLjU0MTYgMzYuMjkyMUMzNC4yMjM1IDM2Ljk4ODYgMzYuMTYyNiAzNi4xOTUzIDM2Ljg2MzYgMzQuNTIyQzM3LjIwMyAzMy43MTMgMzcuMjA1MSAzMi44MTk4IDM2Ljg2ODUgMzIuMDA4N0MzNi41MzI2IDMxLjE5NzIgMzUuODk4OCAzMC41NjQ0IDM1LjA4MzkgMzAuMjI2N0MzNC4yNzUyIDI5Ljg5MjEgMzMuNDA4OSAyOS45MDQ0IDMyLjY0NzggMzAuMTlMMzQuNjIyIDMxLjAwMTRDMzUuODYyNiAzMS41MTU0IDM2LjQ0OTMgMzIuOTMxMyAzNS45MzIyIDM0LjE2NDRDMzUuNDE2MiAzNS4zOTc4IDMzLjk5MDcgMzUuOTgxIDMyLjc1MDEgMzUuNDY2N1oiIGZpbGw9IiNGOEY3RjYiLz4KPHBhdGggZD0iTTQ3LjU0ODggMjMuNDc5NUM0Ny41NDg4IDIxLjMzNjggNDUuNzk1MSAxOS41OTMyIDQzLjYzOSAxOS41OTMyQzQxLjQ4MzMgMTkuNTkzMiAzOS43MjkyIDIxLjMzNjggMzkuNzI5MiAyMy40Nzk1QzM5LjcyOTIgMjUuNjIyNyA0MS40ODMzIDI3LjM2NTUgNDMuNjM5IDI3LjM2NTVDNDUuNzk1MSAyNy4zNjUxIDQ3LjU0ODggMjUuNjIyMyA0Ny41NDg4IDIzLjQ3OTVaTTQwLjcwODUgMjMuNDcyOUM0MC43MDg1IDIxLjg2MDUgNDIuMDIzNiAyMC41NTM2IDQzLjY0NTcgMjAuNTUzNkM0NS4yNjc5IDIwLjU1MzYgNDYuNTgzIDIxLjg2MDUgNDYuNTgzIDIzLjQ3MjlDNDYuNTgzIDI1LjA4NTMgNDUuMjY3OSAyNi4zOTIyIDQzLjY0NTcgMjYuMzkyMkM0Mi4wMjM2IDI2LjM5MjIgNDAuNzA4NSAyNS4wODQ5IDQwLjcwODUgMjMuNDcyOVoiIGZpbGw9IiNGOEY3RjYiLz4KPHBhdGggZD0iTTcwLjY4MTIgMjIuNTgxN0w2OS42Mzg3IDI0LjQwMzJDNjguODM1NyAyMy44NDU2IDY3Ljc0NzUgMjMuNTA5OSA2Ni43OTc1IDIzLjUwOTlDNjUuNzExNyAyMy41MDk5IDY1LjAzOTkgMjMuOTU2OCA2NS4wMzk5IDI0Ljc1N0M2NS4wMzk5IDI1LjcyOTMgNjYuMjMzMyAyNS45NTU1IDY4LjAwNyAyNi41ODgzQzY5LjkxMzggMjcuMjU4NSA3MS4wMDk3IDI4LjA0NjIgNzEuMDA5NyAyOS43ODJDNzEuMDA5NyAzMi4xNTY5IDY5LjEzMDggMzMuNDkwNyA2Ni40MzAzIDMzLjQ5MDdDNjUuMTE0MSAzMy40OTA3IDYzLjUyNjQgMzMuMTUzIDYyLjMwNTkgMzIuNDE0OUw2My4wNjYzIDMwLjM5NTZDNjQuMDU3OSAzMC45MTYxIDY1LjI0MzkgMzEuMjI0OCA2Ni4zMDEyIDMxLjIyNDhDNjcuNzI2NCAzMS4yMjQ4IDY4LjQwMzggMzAuNzAyMiA2OC40MDM4IDI5LjkyOTVDNjguNDAzOCAyOS4wNDU0IDY3LjM3MDggMjguNzc5NyA2NS43MDMyIDI4LjIzMDhDNjMuODAyOSAyNy42MDAxIDYyLjQ4NiAyNi43NzI1IDYyLjQ4NiAyNC44NTE0QzYyLjQ4NiAyMi42ODQ5IDY0LjIzMTYgMjEuNDQwNiA2Ni43NDMzIDIxLjQ0MDZDNjguNDkzOCAyMS40NDA2IDY5LjkwMDcgMjEuOTkxOSA3MC42ODEyIDIyLjU4MTdaIiBmaWxsPSIjRjhGN0Y2Ii8+CjxwYXRoIGQ9Ik03OC44MzA3IDIzLjczM1YzMy4yOTExSDc2LjM3NlYyMy43MzNINzIuODEzVjIxLjY0MDJIODIuMzgzMVYyMy43MzNINzguODMwN1oiIGZpbGw9IiNGOEY3RjYiLz4KPHBhdGggZD0iTTg3LjU1OCAyMy43MjY3VjI2LjM1MTlIOTIuMjU1N1YyOC40NDQ3SDg3LjU1OFYzMS4xNzlIOTMuMDA4M1YzMy4yOTExSDg1LjEwNFYyMS42NDAySDkzLjAwODNWMjMuNzI2N0g4Ny41NThaIiBmaWxsPSIjRjhGN0Y2Ii8+CjxwYXRoIGQ9Ik05OC40ODcxIDMxLjAyOTFMOTcuNzExMiAzMy4yOTE0SDk1LjEzNzlMOTkuNTMyOCAyMS42NDA2SDEwMi4wMDRMMTA2LjUyMyAzMy4yOTExSDEwMy44NjNMMTAzLjA3IDMxLjAyODdMOTguNDg3MSAzMS4wMjkxWk0xMDAuNzU0IDI0LjQxOTZMOTkuMTUzNiAyOS4wODQ1SDEwMi4zODhMMTAwLjc1NCAyNC40MTk2WiIgZmlsbD0iI0Y4RjdGNiIvPgo8cGF0aCBkPSJNMTE5LjEyMSAyNi4xNDM2TDExNS45MTMgMzIuOTUxNkgxMTQuNTI4TDExMS4zNzIgMjYuMjA0NFYzMy4yOTExSDEwOS4wMjFWMjEuNjQwMkgxMTEuMzY3TDExNS4zMDYgMzAuMDUwNUwxMTkuMTA1IDIxLjY0MDJIMTIxLjQ3MVYzMy4yOTExSDExOS4xMjFMMTE5LjEyMSAyNi4xNDM2WiIgZmlsbD0iI0Y4RjdGNiIvPgo8cGF0aCBkPSJNMTI2LjIxNyAyMy4xMUMxMjYuMjE3IDI0LjExMTMgMTI1LjQ2MiAyNC43MzUzIDEyNC41OTYgMjQuNzM1M0MxMjMuNzI2IDI0LjczNTMgMTIyLjk3IDI0LjExMTMgMTIyLjk3IDIzLjExQzEyMi45NyAyMi4xMDkgMTIzLjcyNiAyMS40ODkyIDEyNC41OTYgMjEuNDg5MkMxMjUuNDYyIDIxLjQ4OTIgMTI2LjIxNyAyMi4xMDkgMTI2LjIxNyAyMy4xMVpNMTIzLjI0MiAyMy4xMUMxMjMuMjQyIDIzLjk0NzcgMTIzLjg0OSAyNC40NzM4IDEyNC41OTYgMjQuNDczOEMxMjUuMzM5IDI0LjQ3MzggMTI1Ljk0NCAyMy45NDc3IDEyNS45NDQgMjMuMTFDMTI1Ljk0NCAyMi4yNjk5IDEyNS4zMzkgMjEuNzUxNyAxMjQuNTk2IDIxLjc1MTdDMTIzLjg1MiAyMS43NTE3IDEyMy4yNDIgMjIuMjc2MiAxMjMuMjQyIDIzLjExWk0xMjQuNjE4IDIyLjI4MThDMTI1LjAzOSAyMi4yODE4IDEyNS4xOCAyMi41MDI3IDEyNS4xOCAyMi43NDE1QzEyNS4xOCAyMi45NjA0IDEyNS4wNDkgMjMuMTA3MiAxMjQuODkxIDIzLjE4MkwxMjUuMjY3IDIzLjg4MzdIMTI0Ljk1OUwxMjQuNjQxIDIzLjI2MTdIMTI0LjMxNFYyMy44ODM3SDEyNC4wNTdWMjIuMjgxOEgxMjQuNjE4Wk0xMjQuMzE2IDIzLjAyNzFIMTI0LjYwMkMxMjQuNzg4IDIzLjAyNzEgMTI0Ljg5NyAyMi45MTE0IDEyNC44OTcgMjIuNzY2QzEyNC44OTcgMjIuNjE5MSAxMjQuODE5IDIyLjUyNDcgMTI0LjYwMiAyMi41MjQ3SDEyNC4zMTZWMjMuMDI3MUgxMjQuMzE2WiIgZmlsbD0iI0Y4RjdGNiIvPgo8L3N2Zz4K) no-repeat center/contain;
}
.intro-title-block {
  margin-top: auto;
  width: 100%;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 40px;
  margin: 30px 0;
  transition: all 0.3s ease;
}
.intro-title-block::before,
.intro-title-block::after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 10px;
  border: 2px solid white;
  transition: all 0.3s ease;
}
.intro-title-block::before {
  left: 0px;
  border-right: none;
}
.intro-title-block::after {
  right: 0px;
  border-left: none;
}
.intro-title-block:hover::before,
.intro-title-block:hover::after {
  width: 10px;
}
.intro-title-block:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.intro-header {
  z-index: 11;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 18px 24px 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media all and (min-width: 720px) {
.intro-header {
      padding: 56px 28px 0;
}
}
@media all and (min-width: 1100px) {
.intro-header {
      padding-left: 56px;
      padding-right: 56px;
}
}
@media all and (min-width: 1600px) {
.intro-header {
      padding-left: 100px;
      padding-right: 100px;
}
}
.intro-header_right-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: auto;
}
.intro-header_info {
    display: -ms-flexbox;
    display: flex;
    color: rgba(255, 255, 255, 0.5);
}
.intro-header_info-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.intro-header_info-item:not(:last-child) {
      margin-right: 10px;
}
@media all and (min-width: 1100px) {
.intro-header_info-item:not(:last-child) {
          margin-right: 20px;
}
}
.intro-header_info-text {
    display: none;
}
@media all and (min-width: 1100px) {
.intro-header_info-text {
        display: block;
        margin-right: 5px;
}
}
.intro-header_info-icon {
    max-height: 16px;
}
@media all and (min-width: 720px) {
.intro-header_info-icon {
        max-height: 24px;
}
}
.intro-header_language-selector {
    margin-left: 12px;
}
@media all and (min-width: 1100px) {
.intro-header_language-selector {
        margin-left: 25px;
}
}
.countdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 32px 16px 5px;
  background: no-repeat center / cover;
  position: relative;
}
@media all and (min-width: 720px) {
.countdown {
      padding: 56px 20px 100px;
}
}
@media all and (min-width: 1100px) {
.countdown {
      padding: 40px 0 70px;
}
}
@media all and (min-width: 1600px) {
.countdown {
      padding: 80px 0;
}
}
.countdown_shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    pointer-events: none;
}
.countdown_shadow::before, .countdown_shadow::after {
      height: 23%;
      position: absolute;
      right: 0;
      left: 0;
}
.countdown_shadow::before {
      background-image: linear-gradient(currentColor, transparent);
      top: -1px;
}
.countdown_shadow::after {
      background-image: linear-gradient(transparent, currentColor);
      bottom: -1px;
}
.countdown_shadow::before, .countdown_shadow::after {
      content: "";
}
.countdown_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
    position: relative;
}
@media all and (min-width: 720px) {
.countdown_title {
        font-size: 44px;
}
}
.countdown_subtitle {
    color: #fff;
    margin-bottom: 33px;
    font-size: 48px;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
}
@supports (-webkit-background-clip: text) {
.countdown_subtitle {
        background: linear-gradient(#fff, rgba(255, 255, 255, 0) 85%);
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
}
}
@media all and (min-width: 720px) {
.countdown_subtitle {
        margin-bottom: 37px;
        font-size: 112px;
}
}
@media all and (min-width: 1100px) {
.countdown_subtitle {
        margin-bottom: -18px;
        font-size: 120px;
}
}
@media all and (min-width: 1600px) {
.countdown_subtitle {
        margin-bottom: 15px;
}
}
.countdown_subtitle__in-progress::before {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #f00;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(-162%, -50%);
              transform: translate(-162%, -50%);
}
@media all and (min-width: 720px) {
.countdown_subtitle__in-progress::before {
          width: 24px;
          height: 24px;
}
}
@media all and (min-width: 1600px) {
.countdown_subtitle__in-progress::before {
          width: 36px;
          height: 36px;
}
}
.countdown_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
@media all and (min-width: 720px) {
.countdown_wrapper {
        margin-bottom: 70px;
}
}
@media all and (min-width: 1100px) {
.countdown_wrapper {
        width: 805px;
        margin-bottom: 55px;
}
}
@media all and (min-width: 1600px) {
.countdown_wrapper {
        width: 1062px;
        margin-bottom: 70px;
}
}
.countdown_timer-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    min-height: 160px;
    padding-top: 16px;
}
@media all and (min-width: 720px) {
.countdown_timer-container {
        min-height: 238px;
        padding-top: 37px;
}
}
@media all and (min-width: 1600px) {
.countdown_timer-container {
        min-height: 291px;
        padding-top: 31px;
}
}
.countdown_links-title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.countdown_links-container {
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media all and (min-width: 720px) {
.countdown_links-container {
        height: 75px;
}
}
@media all and (min-width: 1100px) {
.countdown_links-container {
        height: 69px;
}
}
@media all and (min-width: 1600px) {
.countdown_links-container {
        height: 76px;
}
}
.countdown_link {
    -ms-flex-positive: 1;
        flex-grow: 1;
    background: no-repeat center;
    opacity: .7;
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.countdown_link:hover {
      background-color: currentColor;
      opacity: 1;
}
.countdown_link:not(:first-child) {
      border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.countdown_link-text {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}
.countdown-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  position: relative;
}
@media all and (min-width: 720px) {
.countdown-info {
      display: -ms-grid;
      /* stylelint-disable-next-line */
      display: grid;
      grid-auto-columns: 1fr;
      -ms-flex-direction: row;
          flex-direction: row;
}
}
@media all and (min-width: 1100px) {
.countdown-info {
      width: 805px;
}
}
@media all and (min-width: 1600px) {
.countdown-info {
      width: 1062px;
}
}
.countdown-info_title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
@media all and (min-width: 720px) {
.countdown-info_title {
        -ms-grid-row: 1;
        grid-row: 1;
        margin: 0 23px 20px;
        line-height: 1.6;
}
}
@media all and (min-width: 1100px) {
.countdown-info_title {
        margin-bottom: 10px;
}
}
.countdown-info_title:first-of-type {
      margin-left: 0;
}
.countdown-info_title:last-of-type {
      margin-right: 0;
}
.countdown-info_text {
    margin-bottom: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
@media all and (min-width: 720px) {
.countdown-info_text {
        -ms-grid-row: 2;
        grid-row: 2;
        margin: 0 25px;
}
}
.countdown-info_text:first-of-type {
      margin-left: 0;
}
.countdown-info_text:last-of-type {
      margin-right: 0;
}
.timer {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  color: #fff;
}
.timer_list {
    display: -ms-flexbox;
    display: flex;
}
.timer_item {
    font-size: 48px;
}
@media all and (min-width: 720px) {
.timer_item {
        font-size: 100px;
}
}
@media all and (min-width: 1600px) {
.timer_item {
        font-size: 160px;
}
}
.timer_item:not(:last-child) {
      padding-right: 20px;
      position: relative;
}
@media all and (min-width: 720px) {
.timer_item:not(:last-child) {
          padding-right: 70px;
}
}
@media all and (min-width: 1600px) {
.timer_item:not(:last-child) {
          padding-right: 80px;
}
}
.timer_item:not(:last-child)::after {
        font-family: serif;
        opacity: .7;
        content: ":";
        position: absolute;
        top: -2px;
        right: 3px;
}
@media all and (min-width: 720px) {
.timer_item:not(:last-child)::after {
            right: 25px;
}
}
@media all and (min-width: 1600px) {
.timer_item:not(:last-child)::after {
            font-size: 120px;
            top: 17px;
}
}
.timer_value {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
@media all and (min-width: 720px) {
.timer_value {
        margin-bottom: 5px;
}
}
.timer_caption {
    display: block;
    font-size: 12px;
    opacity: .7;
}
@media all and (min-width: 720px) {
.timer_caption {
        font-size: 16px;
}
}
.timer_status {
    padding: 7px 10px 0;
    font-size: 40px;
    font-weight: 700;
}
@media all and (min-width: 720px) {
.timer_status {
        padding-top: 10px;
        font-size: 80px;
}
}
@media all and (min-width: 1100px) {
.timer_status {
        font-size: 100px;
}
}
@media all and (min-width: 1600px) {
.timer_status {
        padding-top: 37px;
        font-size: 120px;
}
}
.gallery-carousel {
  background: no-repeat center / cover;
  position: relative;
}
.gallery {
  padding: 46px 0 40px;
  background: no-repeat center / cover;
  position: relative;
}
@media all and (min-width: 720px) {
.gallery {
      padding: 77px 0 50px;
}
}
.gallery_shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    pointer-events: none;
}
.gallery_shadow::before, .gallery_shadow::after {
      height: 23%;
      position: absolute;
      right: 0;
      left: 0;
}
.gallery_shadow::before {
      background-image: linear-gradient(currentColor, transparent);
      top: -1px;
}
.gallery_shadow::after {
      background-image: linear-gradient(transparent, currentColor);
      bottom: -1px;
}
.gallery_shadow::before, .gallery_shadow::after {
      content: "";
}
.gallery_header {
    margin-bottom: 26px;
    padding: 0 24px;
    position: relative;
}
@media all and (min-width: 720px) {
.gallery_header {
        margin-bottom: 32px;
        padding: 0 28px;
}
}
.gallery_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 10px;
    text-transform: uppercase;
}
@media all and (min-width: 720px) {
.gallery_title {
        font-size: 44px;
}
}
@media all and (min-width: 720px) {
.gallery_title {
        margin-bottom: 23px;
}
}
.gallery_subtitle {
    padding: 0 5%;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
@media all and (min-width: 720px) {
.gallery_subtitle {
        font-size: 18px;
        line-height: 28px;
}
}
@media all and (min-width: 1100px) {
.gallery_subtitle {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
}
}
.gallery_slider {
    padding: 0 24px;
    position: relative;
}
@media all and (min-width: 720px) {
.gallery_slider {
        padding: 0 28px;
}
}
@media all and (min-width: 1100px) {
.gallery_slider {
        padding: 0;
}
}
@media all and (min-width: 1100px) {
.gallery-slider__big-mode {
    height: 100vh;
}
}
.gallery-slider_content {
  margin-bottom: 6px;
  font-size: 0;
  position: relative;
}
@media all and (min-width: 1100px) {
.gallery-slider_content {
      height: 540px;
      margin-bottom: 34px;
      overflow: hidden;
}
}
@media all and (min-width: 1921px) {
.gallery-slider_content {
      height: auto;
      overflow: visible;
}
}
@media all and (min-width: 1100px) {
.gallery-slider_content::before, .gallery-slider_content::after {
      z-index: 1;
      width: calc((100% - 960px) / 2);
      background-color: rgba(0, 0, 0, 0.7);
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
}
}
@media all and (min-width: 1921px) {
.gallery-slider_content::before, .gallery-slider_content::after {
      width: 25%;
}
}
.gallery-slider__big-mode .gallery-slider_content::before, .gallery-slider__big-mode .gallery-slider_content::after {
    display: none;
}
.gallery-slider_content::before {
    left: 0;
}
.gallery-slider_content::after {
    right: 0;
}
.gallery-slider__big-mode .gallery-slider_content {
    height: 100%;
    margin-bottom: 0;
}
.gallery-slider_holder {
  position: relative;
}
@media all and (min-width: 1100px) {
.gallery-slider_holder {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
}
}
@media all and (min-width: 1921px) {
.gallery-slider_holder {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
              transform: none;
}
}
.gallery-slider_list {
  white-space: nowrap;
}
@media all and (min-width: 1100px) {
.gallery-slider_list {
      width: 1920px;
}
}
@media all and (min-width: 1921px) {
.gallery-slider_list {
      width: auto;
}
}
.gallery-slider_slide {
  display: inline-block;
  width: 100%;
  padding-top: 56.25%;
  background: no-repeat center / cover;
  position: relative;
  cursor: pointer;
}
.gallery-slider__big-mode .gallery-slider_slide {
    cursor: auto;
}
@media all and (min-width: 1100px) {
.gallery-slider__big-mode .gallery-slider_slide {
        height: 100vh;
        padding-top: 0;
}
}
.gallery-slider_slide__video::before {
    width: 46px;
    height: 46px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDE4IDE4Ij48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik05IDE2YzQgMCA3LTMgNy03YTcgNyAwIDEwLTcgN3ptLTItNFY2bDUgM3ptMCAwIiBmaWxsLW9wYWNpdHk9Ii42Ii8+PHBhdGggZD0iTTkgMThBOSA5IDAgMTA5IDBhOSA5IDAgMDAwIDE4em0wLTJBNyA3IDAgMTA5IDJhNyA3IDAgMDAwIDE0em0wIDAiIGZpbGw9IiNmZmY4ZDAiIGZpbGwtb3BhY2l0eT0iLjciLz48cGF0aCBkPSJNNyAxMlY2bDUgM3ptMCAwIiBmaWxsPSIjZmZmYWQ4IiBmaWxsLW9wYWNpdHk9Ii44Ii8+PC9nPjwvc3ZnPg==) no-repeat center/contain;
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
}
@media all and (min-width: 720px) {
.gallery-slider_slide__video::before {
        width: 108px;
        height: 108px;
        right: 24px;
        bottom: 24px;
}
}
.gallery-slider_slide-title {
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media all and (min-width: 720px) {
.gallery-slider_slide-title {
      margin-top: 20px;
      font-size: 40px;
      text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}
}
@media all and (min-width: 1100px) {
.gallery-slider_slide-title {
      margin-top: 185px;
}
}
.gallery-slider_btn-screen {
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 44px;
  height: 44px;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media all and (min-width: 1100px) {
.gallery-slider_btn-screen {
      right: calc((100% - 960px) / 2);
}
}
.gallery-slider_btn-screen::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    content: "";
    transition: opacity 0.15s;
}
.gallery-slider_holder:hover .gallery-slider_btn-screen::before {
      opacity: .5;
}
.gallery-slider__big-mode .gallery-slider_btn-screen {
    display: none;
}
.gallery-slider_icon-screen {
  width: 22px;
  height: 18px;
  fill: #fff;
  position: relative;
}
.gallery-slider_arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
}
.gallery-slider_arrow__prev {
    left: -24px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}
@media all and (min-width: 720px) {
.gallery-slider_arrow__prev {
        left: -28px;
}
}
@media all and (min-width: 1100px) {
.gallery-slider_arrow__prev {
        left: 56px;
}
}
.gallery-slider__big-mode .gallery-slider_arrow__prev {
      left: 10px;
}
@media all and (min-width: 720px) {
.gallery-slider__big-mode .gallery-slider_arrow__prev {
          left: 28px;
}
}
@media all and (min-width: 1100px) {
.gallery-slider__big-mode .gallery-slider_arrow__prev {
          left: 56px;
}
}
.gallery-slider_arrow__next {
    right: -24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media all and (min-width: 720px) {
.gallery-slider_arrow__next {
        right: -28px;
}
}
@media all and (min-width: 1100px) {
.gallery-slider_arrow__next {
        right: 56px;
}
}
.gallery-slider__big-mode .gallery-slider_arrow__next {
      right: 10px;
}
@media all and (min-width: 720px) {
.gallery-slider__big-mode .gallery-slider_arrow__next {
          right: 28px;
}
}
@media all and (min-width: 1100px) {
.gallery-slider__big-mode .gallery-slider_arrow__next {
          right: 56px;
}
}
.gallery-slider__big-mode .gallery-slider_preview {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 720px) {
.gallery-slider__big-mode .gallery-slider_preview {
      display: block;
      bottom: 15px;
}
}
@media all and (min-width: 1100px) {
.gallery-slider__big-mode .gallery-slider_preview {
      bottom: 130px;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.gallery-slider__big-mode .gallery-slider_preview {
      bottom: 80px;
}
}
.gallery-slider_bullets {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 720px) {
.gallery-slider_bullets {
      display: none;
}
}
.gallery-slider-preview {
  font-size: 0;
  overflow: hidden;
  pointer-events: none;
}
.gallery-slider-preview_list {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 -4px;
    position: relative;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    pointer-events: auto;
}
.gallery-slider-preview_item {
    width: 90px;
    height: 56px;
    padding: 6px;
    position: relative;
    pointer-events: none;
}
@media all and (min-width: 1100px) {
.gallery-slider-preview_item {
        width: 115px;
        height: 70px;
}
}
.gallery-slider-preview_item::before {
      position: absolute;
      top: 6px;
      right: 6px;
      bottom: 6px;
      left: 6px;
      z-index: 1;
      background-color: #1c1c1e;
      opacity: .2;
      content: "";
      transition: opacity 0.15s;
}
.gallery-slider-preview_item:hover::before, .gallery-slider-preview_item__active::before {
      opacity: 0;
}
@media all and (min-width: 1100px) {
.gallery-slider-preview__big-mode .gallery-slider-preview_item {
        width: 197px;
        height: 106px;
}
}
.gallery-slider-preview__big-mode .gallery-slider-preview_item::before {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
      opacity: 1;
}
.gallery-slider-preview__big-mode .gallery-slider-preview_item:hover::before, .gallery-slider-preview__big-mode .gallery-slider-preview_item__active::before {
      opacity: 0;
}
.gallery-slider-preview_item__video::after {
      width: 18px;
      height: 18px;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDE4IDE4Ij48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik05IDE2YzQgMCA3LTMgNy03YTcgNyAwIDEwLTcgN3ptLTItNFY2bDUgM3ptMCAwIiBmaWxsLW9wYWNpdHk9Ii42Ii8+PHBhdGggZD0iTTkgMThBOSA5IDAgMTA5IDBhOSA5IDAgMDAwIDE4em0wLTJBNyA3IDAgMTA5IDJhNyA3IDAgMDAwIDE0em0wIDAiIGZpbGw9IiNmZmY4ZDAiIGZpbGwtb3BhY2l0eT0iLjciLz48cGF0aCBkPSJNNyAxMlY2bDUgM3ptMCAwIiBmaWxsPSIjZmZmYWQ4IiBmaWxsLW9wYWNpdHk9Ii44Ii8+PC9nPjwvc3ZnPg==) no-repeat center/contain;
      content: "";
      position: absolute;
      right: 12px;
      bottom: 12px;
}
.gallery-slider-preview_item__frame {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
}
.gallery-slider-preview_item__frame::before {
        display: none;
}
.gallery-slider-preview_item__frame::after {
        display: block;
        width: 100%;
        height: 100%;
        outline: 2px solid #fff;
        content: "";
}
.gallery-slider-preview__big-mode .gallery-slider-preview_item__frame {
        display: none;
}
.gallery-slider-preview_img {
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    cursor: pointer;
    pointer-events: auto;
}
.full-screen-slider {
  position: relative;
}
.full-screen-slider_nav {
    position: absolute;
    top: 50%;
}
.full-screen-slider_nav__prev {
      left: 10px;
      -webkit-transform: translateY(-50%) scaleX(-1);
              transform: translateY(-50%) scaleX(-1);
}
@media all and (min-width: 720px) {
.full-screen-slider_nav__prev {
          left: 30px;
}
}
@media all and (min-width: 1100px) {
.full-screen-slider_nav__prev {
          left: 50px;
}
}
.full-screen-slider_nav__next {
      right: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
}
@media all and (min-width: 720px) {
.full-screen-slider_nav__next {
          right: 30px;
}
}
@media all and (min-width: 1100px) {
.full-screen-slider_nav__next {
          right: 50px;
}
}
.full-screen-slider_pagination {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.full-screen-slider_content {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
    padding: 50px 14px 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
@media all and (min-width: 720px) {
.full-screen-slider_content {
        height: auto;
        padding: 0 28px 70px;
        pointer-events: auto;
}
}
@media all and (min-width: 1100px) {
.full-screen-slider_content {
        max-width: 800px;
        padding: 0 0 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
}
}
@media all and (min-width: 1600px) {
.full-screen-slider_content {
        max-width: 945px;
        padding-bottom: 41px;
}
}
.full-screen-slider_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
    width: 100%;
}
@media all and (min-width: 720px) {
.full-screen-slider_title {
        font-size: 44px;
}
}
@media all and (min-width: 720px) {
.full-screen-slider_title {
        margin-bottom: 10px;
}
}
.full-screen-slider_text {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}
@media all and (min-width: 720px) {
.full-screen-slider_text {
        margin-bottom: 60px;
}
}
@media all and (min-width: 1100px) {
.full-screen-slider_text {
        margin-bottom: 30px;
}
}
@media all and (min-width: 1600px) {
.full-screen-slider_text {
        margin-bottom: 50px;
}
}
.full-screen-slide {
  height: 100vh;
  background: no-repeat center / cover;
  position: relative;
}
.full-screen-slide_shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    pointer-events: none;
}
.full-screen-slide_shadow::before, .full-screen-slide_shadow::after {
      height: 23%;
      position: absolute;
      right: 0;
      left: 0;
}
.full-screen-slide_shadow::before {
      background-image: linear-gradient(currentColor, transparent);
      top: -1px;
}
.full-screen-slide_shadow::after {
      background-image: linear-gradient(transparent, currentColor);
      bottom: -1px;
}
.full-screen-slide_shadow::before, .full-screen-slide_shadow::after {
      content: "";
}
.full-screen-slide_play-button {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDE4IDE4Ij48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik05IDE2YzQgMCA3LTMgNy03YTcgNyAwIDEwLTcgN3ptLTItNFY2bDUgM3ptMCAwIiBmaWxsLW9wYWNpdHk9Ii42Ii8+PHBhdGggZD0iTTkgMThBOSA5IDAgMTA5IDBhOSA5IDAgMDAwIDE4em0wLTJBNyA3IDAgMTA5IDJhNyA3IDAgMDAwIDE0em0wIDAiIGZpbGw9IiNmZmY4ZDAiIGZpbGwtb3BhY2l0eT0iLjciLz48cGF0aCBkPSJNNyAxMlY2bDUgM3ptMCAwIiBmaWxsPSIjZmZmYWQ4IiBmaWxsLW9wYWNpdHk9Ii44Ii8+PC9nPjwvc3ZnPg==) no-repeat center/contain;
}
@media all and (min-width: 1100px) {
.full-screen-slide_play-button {
        width: 80px;
        height: 80px;
}
}
.full-screen-slide_play-button__pause {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS45OTk4IDIxLjMzMzRjNS4zMzM0IDAgOS4zMzM0LTQgOS4zMzM0LTkuMzMzMyAwLTEuODQ2LS41NDc0LTMuNjUwNDgtMS41NzMtNS4xODUzNC0xLjAyNTUtMS41MzQ4Ni0yLjQ4MzItMi43MzExMy00LjE4ODYtMy40Mzc1NS0xLjcwNTUtLjcwNjQyLTMuNTgyMS0uODkxMjUtNS4zOTI2LS41MzExMi0xLjgxMDQ5LjM2MDEzLTMuNDczNTMgMS4yNDkwNC00Ljc3ODgyIDIuNTU0MzMtMS4zMDUyOSAxLjMwNTI5LTIuMTk0MjEgMi45NjgzMy0yLjU1NDMzIDQuNzc4NzgtLjM2MDEzIDEuODEwNS0uMTc1MyAzLjY4NzIuNTMxMTIgNS4zOTI2LjcwNjQxIDEuNzA1NCAxLjkwMjY5IDMuMTYzMSAzLjQzNzU1IDQuMTg4NyAxLjUzNDg2IDEuMDI1NSAzLjMzOTM4IDEuNTcyOSA1LjE4NTI4IDEuNTcyOXoiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjYiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyIDI0YzMuMTgyNiAwIDYuMjM0OC0xLjI2NDMgOC40ODUzLTMuNTE0N0MyMi43MzU3IDE4LjIzNDggMjQgMTUuMTgyNiAyNCAxMmMwLTMuMTgyNi0xLjI2NDMtNi4yMzQ4NC0zLjUxNDctOC40ODUyOEMxOC4yMzQ4IDEuMjY0MjggMTUuMTgyNiAwIDEyIDAgOC44MTc0IDAgNS43NjUxNiAxLjI2NDI4IDMuNTE0NzIgMy41MTQ3MiAxLjI2NDI4IDUuNzY1MTYgMCA4LjgxNzQgMCAxMnMxLjI2NDI4IDYuMjM0OCAzLjUxNDcyIDguNDg1M0M1Ljc2NTE2IDIyLjczNTcgOC44MTc0IDI0IDEyIDI0em0wLTIuNjY2N2MyLjQ3NTQgMCA0Ljg0OTMtLjk4MzMgNi41OTk3LTIuNzMzNkMyMC4zNSAxNi44NDkzIDIxLjMzMzMgMTQuNDc1NCAyMS4zMzMzIDEyYzAtMi40NzUzNS0uOTgzMy00Ljg0OTMyLTIuNzMzNi02LjU5OTY2QzE2Ljg0OTMgMy42NSAxNC40NzU0IDIuNjY2NjcgMTIgMi42NjY2N2MtMi40NzUzNSAwLTQuODQ5MzIuOTgzMzMtNi41OTk2NiAyLjczMzY3QzMuNjUgNy4xNTA2OCAyLjY2NjY3IDkuNTI0NjUgMi42NjY2NyAxMmMwIDIuNDc1NC45ODMzMyA0Ljg0OTMgMi43MzM2NyA2LjU5OTdDNy4xNTA2OCAyMC4zNSA5LjUyNDY1IDIxLjMzMzMgMTIgMjEuMzMzM3oiIGZpbGw9IiNGRkY4RDAiIGZpbGwtb3BhY2l0eT0iLjciLz48cGF0aCBmaWxsPSIjRjdGM0Q3IiBkPSJNOCA4aDJ2OEg4ek0xNCA4aDJ2OGgtMnoiLz48L3N2Zz4=);
}
@media all and (min-width: 1100px) {
.full-screen-slide__autoplay .full-screen-slide_play-button {
        display: none;
}
}
.full-screen-slide_video {
    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) {
.full-screen-slide_video {
        width: 100%;
        min-width: 0;
        height: 100%;
        min-height: 0;
        position: static;
        -webkit-transform: none;
                transform: none;
        object-fit: cover;
}
}
.full-screen-slide_poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center / cover;
}
.full-screen-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  overflow-x: hidden;
}
.full-screen-overlay_button-close {
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 50px;
    right: 50px;
}
.full-screen-overlay_button-close::before, .full-screen-overlay_button-close::after {
      z-index: 1;
      width: 3px;
      height: 18px;
      border-radius: 1.5px;
      background-color: currentColor;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      pointer-events: none;
}
.full-screen-overlay_button-close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
}
.full-screen-overlay_button-close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
}
.full-screen-overlay_button-close-background {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000;
    opacity: .6;
    transition: opacity 0.15s;
}
.full-screen-overlay_button-close-background:hover {
      opacity: .9;
}
.slider {
  background: no-repeat center / cover;
  position: relative;
}
.slider_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: center 240px / contain no-repeat;
    pointer-events: none;
}
@media all and (min-width: 720px) {
.slider_bg {
        background-position-y: 190px;
}
}
@media all and (min-width: 1100px) {
.slider_bg {
        background-position-y: 80px;
        background-size: 1440px auto;
}
}
.slider_shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    pointer-events: none;
}
.slider_shadow::before, .slider_shadow::after {
      height: 23%;
      position: absolute;
      right: 0;
      left: 0;
}
.slider_shadow::before {
      background-image: linear-gradient(currentColor, transparent);
      top: -1px;
}
.slider_shadow::after {
      background-image: linear-gradient(transparent, currentColor);
      bottom: -1px;
}
.slider_shadow::before, .slider_shadow::after {
      content: "";
}
.slider_shadow::before {
      z-index: 10;
}
.slider_shadow::after {
      z-index: 9;
}
@media all and (min-width: 1100px) {
.slider_shadow::after {
          z-index: 10;
}
}
.slider_heading {
    z-index: 11;
    width: 100%;
    padding: 25px 15px 0;
    position: absolute;
    top: 0;
    left: 0;
}
@media all and (min-width: 720px) {
.slider_heading {
        padding: 50px 25px 0;
}
}
@media all and (min-width: 1100px) {
.slider_heading {
        padding-top: 70px;
}
}
@media all and (min-width: 1100px) {
.slider__titles-upper .slider_heading {
        padding-top: 50px;
}
}
.slider_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 10px;
}
@media all and (min-width: 720px) {
.slider_title {
        font-size: 44px;
}
}
@media all and (min-width: 720px) {
.slider_title {
        margin-bottom: 23px;
}
}
@media all and (min-width: 1100px) {
.slider__titles-upper .slider_title {
        margin-bottom: 18px;
        font-size: 40px;
}
}
.slider_subtitle {
    padding: 0 5%;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
@media all and (min-width: 720px) {
.slider_subtitle {
        font-size: 18px;
        line-height: 28px;
}
}
@media all and (min-width: 1100px) {
.slider_subtitle {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
}
}
.slider_slides {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
}
.slider_inner {
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative;
}
.slider_next, .slider_prev {
    z-index: 10;
    position: absolute;
    top: 230px;
}
@media all and (min-width: 720px) {
.slider_next, .slider_prev {
        top: 250px;
}
}
@media all and (min-width: 1100px) {
.slider_next, .slider_prev {
        top: 385px;
}
}
.slider_prev {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media all and (min-width: 1100px) {
.slider_prev {
        left: 56px;
}
}
.slider_next {
    right: 0;
}
@media all and (min-width: 1100px) {
.slider_next {
        right: 56px;
}
}
.slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
  padding: 170px 15px 70px;
  background: no-repeat top / auto 515px;
  position: absolute;
  right: 0;
  left: 0;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
@media all and (min-width: 720px) {
.slide {
      padding: 205px 15px 55px;
}
}
@media all and (min-width: 1100px) {
.slide {
      padding: 216px 56px 235px;
      background-size: 1440px auto;
}
}
.slide__position-right {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.slide__position-left {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.slide__transform-out.slide__position-right {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.slide__transform-out.slide__position-left {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.slide:not(.slide__position-center):not(.slide__transform-out) {
    transition: none;
}
.slide__nation {
    padding: 217px 0 80px;
}
@media all and (min-width: 720px) {
.slide__nation {
        padding: 270px 0 103px;
}
}
@media all and (min-width: 1100px) {
.slide__nation {
        padding: 216px 56px 264px;
}
}
.slide_flag {
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    will-change: transform;
    width: 63%;
    max-width: 674px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .8;
    position: absolute;
    top: 184px;
    left: 0;
}
.slide__position-right .slide_flag {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
}
.slide__position-left .slide_flag {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
}
.slide__transform-out.slide__position-right .slide_flag {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
}
.slide__transform-out.slide__position-left .slide_flag {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
}
.slide:not(.slide__position-center):not(.slide__transform-out) .slide_flag {
      transition: none;
}
@media all and (min-width: 720px) {
.slide_flag {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        background-size: 47% auto;
        top: 178px;
        right: 0;
}
}
@media all and (min-width: 1100px) {
.slide_flag {
        top: 117px;
}
}
.slide_gun {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media all and (min-width: 1100px) {
.slide_gun {
        height: 480px;
        background: top center no-repeat;
        top: -136px;
}
}
.slide_tanks {
    width: 100%;
    padding-top: 37%;
    background: no-repeat top center / contain;
}
@media all and (min-width: 720px) {
.slide_tanks {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 480px;
        padding-top: 0;
        top: -7px;
}
}
@media all and (min-width: 1100px) {
.slide_tanks {
        top: -24px;
}
}
.slide_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    position: relative;
}
@media all and (min-width: 1100px) {
.slide_inner {
        max-width: 1180px;
}
}
.slide_title {
    transition: -webkit-transform 1.1s ease-in-out;
    transition: transform 1.1s ease-in-out;
    transition: transform 1.1s ease-in-out, -webkit-transform 1.1s ease-in-out;
    will-change: transform;
    color: #fff;
    margin-bottom: 93px;
    font-size: 36px;
    font-weight: 700;
}
.slide__position-right .slide_title {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
}
.slide__position-left .slide_title {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
}
.slide__transform-out.slide__position-right .slide_title {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
}
.slide__transform-out.slide__position-left .slide_title {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
}
.slide:not(.slide__position-center):not(.slide__transform-out) .slide_title {
      transition: none;
}
@supports (-webkit-background-clip: text) {
.slide_title {
        background: linear-gradient(#fff, rgba(255, 255, 255, 0) 100%);
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
}
}
@media all and (min-width: 720px) {
.slide_title {
        margin-bottom: 80px;
        font-size: 72px;
        line-height: 1.2;
}
}
@media all and (min-width: 1100px) {
.slide_title {
        margin-bottom: 155px;
        font-size: 120px;
}
}
@media all and (min-width: 720px) {
.slider__titles-upper .slide_title {
        z-index: 2;
}
}
@media all and (min-width: 1100px) {
.slider__titles-upper .slide_title {
        position: relative;
        top: -70px;
}
}
.slide__nation .slide_title {
      margin-bottom: 20px;
}
@media all and (min-width: 720px) {
.slide__nation .slide_title {
          margin-bottom: 12%;
}
}
@media all and (min-width: 1100px) {
.slide__nation .slide_title {
          margin-bottom: 112px;
}
}
.slide_info {
    transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
    will-change: transform;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
}
.slide__position-right .slide_info {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
}
.slide__position-left .slide_info {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
}
.slide__transform-out.slide__position-right .slide_info {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
}
.slide__transform-out.slide__position-left .slide_info {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
}
.slide:not(.slide__position-center):not(.slide__transform-out) .slide_info {
      transition: none;
}
@media all and (min-width: 1100px) {
.slide_info {
        max-width: 590px;
        margin: 0 auto;
}
}
.slide_info-count {
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
}
@media all and (min-width: 720px) {
.slide_info-count {
        font-size: 72px;
        line-height: 88px;
}
}
@media all and (min-width: 1100px) {
.slide_info-count {
        margin-bottom: 3px;
        font-size: 120px;
        line-height: 117px;
}
}
.slide_info-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
}
@media all and (min-width: 720px) {
.slide_info-title {
        margin-bottom: 23px;
        font-size: 14px;
        font-weight: 700;
}
}
.slide_info-text {
    padding: 0 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.24;
}
@media all and (min-width: 720px) {
.slide_info-text {
        font-size: 24px;
}
}
@media all and (min-width: 1100px) {
.slide_info-text {
        font-size: 28px;
}
}
.slide_properties {
    transition: -webkit-transform 1.3s ease-in-out;
    transition: transform 1.3s ease-in-out;
    transition: transform 1.3s ease-in-out, -webkit-transform 1.3s ease-in-out;
    will-change: transform;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 278px;
    margin-top: 75px;
    color: #fff;
}
.slide__position-right .slide_properties {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
}
.slide__position-left .slide_properties {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
}
.slide__transform-out.slide__position-right .slide_properties {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
}
.slide__transform-out.slide__position-left .slide_properties {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
}
.slide:not(.slide__position-center):not(.slide__transform-out) .slide_properties {
      transition: none;
}
@media all and (min-width: 720px) {
.slide_properties {
        width: 396px;
}
}
@media all and (min-width: 1100px) {
.slide_properties {
        width: 335px;
        position: absolute;
        top: 235px;
        right: 0;
}
}
@media all and (min-width: 1600px) {
.slide_properties {
        width: 375px;
}
}
.slide_property {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 74px;
}
.slide_property-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 11px;
    background: rgba(1, 1, 1, 0.5) center no-repeat;
}
.slide_property-text {
    font-size: 11px;
    line-height: 1.2;
}
.slide_description {
    transition: -webkit-transform 1.1s ease-in-out;
    transition: transform 1.1s ease-in-out;
    transition: transform 1.1s ease-in-out, -webkit-transform 1.1s ease-in-out;
    will-change: transform;
    margin-top: 25px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
}
.slide__position-right .slide_description {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
}
.slide__position-left .slide_description {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
}
.slide__transform-out.slide__position-right .slide_description {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
}
.slide__transform-out.slide__position-left .slide_description {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
}
.slide:not(.slide__position-center):not(.slide__transform-out) .slide_description {
      transition: none;
}
@media all and (min-width: 720px) {
.slide_description {
        margin-top: 34px;
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
}
}
@media all and (min-width: 1100px) {
.slide_description {
        width: 325px;
        font-size: 15px;
        line-height: 1.4;
        text-align: left;
        position: absolute;
        top: 275px;
        left: 0;
}
}
.pagination {
  z-index: 11;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 420px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 720px) {
.pagination {
      top: 568px;
}
}
@media all and (min-width: 1100px) {
.pagination {
      width: 100%;
      top: auto;
      bottom: 106px;
      left: 0;
      -webkit-transform: none;
              transform: none;
}
}
.pagination__nation {
    top: auto;
    bottom: 30px;
}
@media all and (min-width: 720px) {
.pagination__nation {
        bottom: 65px;
}
}
@media all and (min-width: 1100px) {
.pagination__nation {
        padding: 0 65px;
        bottom: 129px;
}
}
.pagination_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 140px;
    height: 100px;
    position: relative;
}
.pagination__nation .pagination_item {
      width: 120px;
}
.pagination_item:not(:first-child)::before {
      width: 23%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.3);
      content: "";
}
.pagination_item:first-child {
      width: 108px;
      margin-left: auto;
}
.pagination__nation .pagination_item:first-child {
        width: 92px;
}
.pagination_item:last-child {
      margin-right: auto;
}
.pagination_inner {
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 100%;
    outline: none;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.pagination_image {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
    will-change: transform;
}
.pagination_image__big {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
}
.pagination__nation .pagination_image__big {
        width: 200%;
        height: 200%;
        background-size: 132px;
        opacity: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
                transform: translate(-50%, -50%) scale(0.5);
        transition: -webkit-transform 0.7s;
        transition: transform 0.7s;
        transition: transform 0.7s, -webkit-transform 0.7s;
}
.pagination_inner__active .pagination_image__big,
      .pagination_inner:hover .pagination_image__big,
      .pagination_inner:focus .pagination_image__big {
        z-index: 2;
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
}
.pagination__nation .pagination_inner__active .pagination_image__big, .pagination__nation
        .pagination_inner:hover .pagination_image__big, .pagination__nation
        .pagination_inner:focus .pagination_image__big {
          -webkit-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1);
}
.pagination_inner__active .pagination_image__small,
    .pagination_inner:hover .pagination_image__small,
    .pagination_inner:focus .pagination_image__small {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
}
.pagination_text {
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: opacity 0.7s;
}
.pagination__nation .pagination_text {
      top: 5px;
}
.pagination_inner__active .pagination_text,
    .pagination_inner:hover .pagination_text,
    .pagination_inner:focus .pagination_text {
      opacity: 0;
}
.pagination_text__count {
      color: #fff;
      font-size: 12px;
      top: auto;
      bottom: 10px;
}
.pagination__nation .pagination_text__count {
        top: auto;
        bottom: 5px;
}
.modes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 30px;
  background: no-repeat center 0 / cover;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 720px) {
.modes {
      padding-bottom: 55px;
}
}
@media all and (min-width: 1100px) {
.modes {
      padding-bottom: 140px;
      background-size: cover;
}
}
@media all and (min-width: 1600px) {
.modes {
      padding-bottom: 134px;
}
}
.modes_shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    pointer-events: none;
}
.modes_shadow::before, .modes_shadow::after {
      height: 23%;
      position: absolute;
      right: 0;
      left: 0;
}
.modes_shadow::before {
      background-image: linear-gradient(currentColor, transparent);
      top: -1px;
}
.modes_shadow::after {
      background-image: linear-gradient(transparent, currentColor);
      bottom: -1px;
}
.modes_shadow::before {
      content: "";
}
.modes_header {
    z-index: 1;
    padding: 65px 24px 27px;
    text-align: center;
    position: relative;
}
@media all and (min-width: 720px) {
.modes_header {
        padding: 48px 24px;
}
}
@media all and (min-width: 1100px) {
.modes_header {
        padding-top: 71px;
}
}
.modes_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 10px;
}
@media all and (min-width: 720px) {
.modes_title {
        font-size: 44px;
}
}
@media all and (min-width: 720px) {
.modes_title {
        margin-bottom: 23px;
}
}
.modes_subtitle {
    padding: 0 5%;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
@media all and (min-width: 720px) {
.modes_subtitle {
        font-size: 18px;
        line-height: 28px;
}
}
@media all and (min-width: 1100px) {
.modes_subtitle {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
}
}
.modes_controls {
    z-index: 1;
    margin-top: 23px;
    position: relative;
}
.about-play {
  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;
  width: 100%;
  padding: 43px 24px 79px;
  background: no-repeat center / cover;
  position: relative;
}
@media all and (min-width: 720px) {
.about-play {
      padding-top: 98px;
      padding-bottom: 115px;
}
}
@media all and (min-width: 1100px) {
.about-play {
      padding-bottom: 79px;
}
}
.about-play_title {
    margin-bottom: 7px;
    font-size: 36px;
    font-weight: 700;
    line-height: .9;
}
@media all and (min-width: 720px) {
.about-play_title {
        max-width: 510px;
        margin: 0 auto 16px;
        font-size: 44px;
}
}
@media all and (min-width: 1100px) {
.about-play_title {
        max-width: none;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.about-play_title {
        margin-bottom: 15px;
}
}
.about-play_description {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 24px;
}
@media all and (min-width: 720px) {
.about-play_description {
        margin-bottom: 24px;
}
}
.about-play .logo {
    display: inline-block;
    margin: 0 10px 27px;
}
@media all and (min-width: 720px) {
.about-play .logo {
        margin-left: 15px;
        margin-right: 15px;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.about-play .logo {
        margin-left: 20px;
        margin-right: 20px;
}
}
.sticky-menu {
  z-index: 50;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 10px 30px;
  background-color: rgba(1, 1, 1, 0.85);
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  will-change: transform;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
@media all and (min-width: 720px) {
.sticky-menu {
      top: 0;
      bottom: auto;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
}
}
@media all and (min-width: 1100px) {
.sticky-menu {
      padding: 10px 55px;
}
}
.sticky-menu__visible {
    -webkit-transform: none;
            transform: none;
}
.sticky-menu_btn {
    margin: 0 auto;
}
@media all and (min-width: 720px) {
.sticky-menu_btn {
        margin-right: 0;
}
}
.sticky_menu_container {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 500px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sticky_menu_container > * {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
@media (max-width: 576px) {
.sticky-menu {
    display: none;
}
}
@media (max-width: 768px) {
.sticky-menu {
    display: none;
}
}
.video-preview {
  pointer-events: none;
}
@media all and (min-width: 720px) {
.video-preview {
      width: 240px;
}
}
.video-preview__large {
    width: 232px;
}
@media all and (min-width: 720px) {
.video-preview__large {
        width: 360px;
}
}
.video-preview__with-image {
    vertical-align: middle;
    pointer-events: auto;
}
.video-preview__large-mobile-icons {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.video-preview_title {
    display: inline-block;
    padding: 5px 10px 5px 32px;
    color: #f25322;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    pointer-events: auto;
}
@media all and (min-width: 720px) {
.video-preview_title {
        display: none;
}
}
.video-preview_title:hover {
      color: #ff7e00;
}
.video-preview_title::before {
      border-width: 7px 0 7px 13px;
      border-style: solid;
      border-color: transparent transparent transparent currentColor;
      content: "";
      position: absolute;
      top: 50%;
      left: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
}
.video-preview__large-mobile-icons .video-preview_title::before {
        display: none;
}
.video-preview__large .video-preview_title {
      display: none;
}
.video-preview__large-mobile-icons .video-preview_title {
      padding-left: 10px;
      color: #fff;
      font-size: 12px;
}
.video-preview__descr-desktop-visible .video-preview_title {
      display: block;
      padding-top: 15px;
}
.video-preview_frame {
    display: none;
    padding: 11px 0;
    overflow: hidden;
    position: relative;
}
@media all and (min-width: 720px) {
.video-preview_frame {
        display: block;
}
}
.video-preview__large .video-preview_frame {
      display: block;
}
.video-preview__with-image .video-preview_frame::before, .video-preview__with-image .video-preview_frame::after {
      z-index: 1;
      width: 200%;
      height: 12px;
      background: #000 linear-gradient(to left, #000 50%, #292b2d 50%) repeat-x 50%/8px 4px;
      content: "";
      position: absolute;
      left: 0;
}
.video-preview__with-image .video-preview_frame::before {
      top: 0;
}
.video-preview__with-image .video-preview_frame::after {
      bottom: 0;
}
.video-preview__with-image .video-preview_frame:hover::after, .video-preview__with-image .video-preview_frame:hover::before {
      -webkit-animation: frame 5s infinite linear;
              animation: frame 5s infinite linear;
}
.video-preview_img-holder {
    display: block;
    padding-top: 46.25%;
    position: relative;
}
.video-preview_img-holder::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      transition: background-color .5s;
}
.video-preview__with-image:hover .video-preview_img-holder::after {
        background-color: rgba(14, 14, 15, 0.5);
}
.video-preview_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center / cover;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    will-change: transform;
}
.video-preview_frame:hover .video-preview_img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
}
.video-preview_icon {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDE4IDE4Ij48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik05IDE2YzQgMCA3LTMgNy03YTcgNyAwIDEwLTcgN3ptLTItNFY2bDUgM3ptMCAwIiBmaWxsLW9wYWNpdHk9Ii42Ii8+PHBhdGggZD0iTTkgMThBOSA5IDAgMTA5IDBhOSA5IDAgMDAwIDE4em0wLTJBNyA3IDAgMTA5IDJhNyA3IDAgMDAwIDE0em0wIDAiIGZpbGw9IiNmZmY4ZDAiIGZpbGwtb3BhY2l0eT0iLjciLz48cGF0aCBkPSJNNyAxMlY2bDUgM3ptMCAwIiBmaWxsPSIjZmZmYWQ4IiBmaWxsLW9wYWNpdHk9Ii44Ii8+PC9nPjwvc3ZnPg==) no-repeat center/contain;
    pointer-events: auto;
}
@media all and (min-width: 1100px) {
.video-preview_icon {
        width: 48px;
        height: 48px;
}
}
.video-preview__large .video-preview_icon {
      width: 52px;
      height: 52px;
}
@media all and (min-width: 720px) {
.video-preview__large .video-preview_icon {
          width: 80px;
          height: 80px;
}
}
.video-preview_title .video-preview_icon {
      display: inline-block;
      margin-right: 15px;
      vertical-align: middle;
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
              transform: none;
}
@media all and (min-width: 720px) {
.video-preview__descr-desktop-visible .video-preview_icon__title {
        display: none;
}
}
@media all and (min-width: 720px) {
.video-preview_title-text {
      font-size: 16px;
      line-height: 19px;
}
}
@-webkit-keyframes frame {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
}
@keyframes frame {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
}
.overlay-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #0b0b0b;
  overflow: hidden;
}
.overlay-video_close {
    z-index: 10;
    width: 44px;
    height: 44px;
    color: #fff;
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.overlay-video_close::before, .overlay-video_close::after {
      width: 2px;
      height: 18px;
      margin-left: -1px;
      margin-top: -9px;
      background-color: currentColor;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
}
.overlay-video_close::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
}
.overlay-video_close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.overlay-video_close:hover {
      opacity: .9;
}
.overlay-video_box {
    width: 177.78vh;
    margin: auto;
    position: relative;
}
@media all and (min-width: 1100px) {
.overlay-video_box {
        width: 100%;
        height: 100%;
}
}
.overlay-video_box::before {
      display: block;
      padding-top: 56.25%;
      content: "";
}
@media all and (min-width: 1100px) {
.overlay-video_box::before {
          display: none;
}
}
.overlay-video_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.platforms {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.platforms_text {
    display: none;
}
@media all and (min-width: 1100px) {
.platforms_text {
        display: block;
        margin-right: 16px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        line-height: 1.15;
        letter-spacing: .01em;
}
}
.platforms_icon {
    max-width: 15px;
}
@media all and (min-width: 720px) {
.platforms_icon {
        max-width: 27px;
}
}
.platforms_icon:last-of-type {
      margin-left: 8px;
}
@media all and (min-width: 720px) {
.platforms_icon:last-of-type {
          margin-left: 16px;
}
}
.usps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
.usps__visible-section-content {
    -ms-flex-direction: row;
        flex-direction: row;
    overflow-y: hidden;
}
@media all and (min-width: 1100px) {
.usps__visible-section-content {
        overflow: visible;
}
}
.usps_list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 302px;
    color: #f80;
}
@media all and (min-width: 720px) {
.usps_list {
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
        width: calc(100% - 52px);
        height: 434px;
        min-height: 0;
}
}
@media all and (min-width: 1100px) {
.usps_list {
        width: auto;
        height: 322px;
}
}
@media all and (min-width: 1600px) {
.usps_list {
        height: 520px;
}
}
@media all and (min-width: 1600px) {
.usp-section__titles-upper .usps_list {
        height: 434px;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_list {
        height: 282px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_list {
        height: 434px;
}
}
.usps_list::after {
      -ms-flex: 1 0 24px;
          flex: 1 0 24px;
      content: "";
}
@media all and (min-width: 720px) {
.usps_list::after {
          width: 24px;
}
}
@media all and (min-width: 1100px) {
.usps_list::after {
          display: none;
}
}
.usps_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1 0 calc(100vw - 50px);
        flex: 1 0 calc(100vw - 50px);
    margin: 1px;
    background: linear-gradient(rgba(21, 29, 30, 0.4), rgba(9, 11, 12, 0.8));
    overflow: hidden;
    position: relative;
    cursor: pointer;
    /* uniquely selects all items based on the number of them inside of the container
            e.g. when $n is 5 - this styles will apply to items only when there are exactly 5 of them inside of the container */
    /* uniquely selects all items based on the number of them inside of the container
            e.g. when $n is 5 - this styles will apply to items only when there are exactly 5 of them inside of the container */
    /* uniquely selects the first item inside of the container that has $n number of items
                e.g. when $n is 5 it will select only the first item of the container that has exactly 5 items */
    /* uniquely selects all items based on the number of them inside of the container
            e.g. when $n is 5 - this styles will apply to items only when there are exactly 5 of them inside of the container */
    /* uniquely selects all items based on the number of them inside of the container
            e.g. when $n is 5 - this styles will apply to items only when there are exactly 5 of them inside of the container */
    /* uniquely selects the first item inside of the container that has $n number of items
                e.g. when $n is 5 it will select only the first item of the container that has exactly 5 items */
    /* uniquely selects all items based on the number of them inside of the container
            e.g. when $n is 5 - this styles will apply to items only when there are exactly 5 of them inside of the container */
    /* uniquely selects all items based on the number of them inside of the container
            e.g. when $n is 5 - this styles will apply to items only when there are exactly 5 of them inside of the container */
    /* uniquely selects the first item inside of the container that has $n number of items
                e.g. when $n is 5 it will select only the first item of the container that has exactly 5 items */
    /* uniquely selects all items based on the number of them inside of the container
            e.g. when $n is 5 - this styles will apply to items only when there are exactly 5 of them inside of the container */
    /* uniquely selects all items based on the number of them inside of the container
            e.g. when $n is 5 - this styles will apply to items only when there are exactly 5 of them inside of the container */
    /* uniquely selects the first item inside of the container that has $n number of items
                e.g. when $n is 5 it will select only the first item of the container that has exactly 5 items */
    /* uniquely selects all items based on the number of them inside of the container
            e.g. when $n is 5 - this styles will apply to items only when there are exactly 5 of them inside of the container */
    /* detect that there are even number of items inside of the container
        and then selects 4th, 6th, 8th and 10th items, which should contain plus icons */
    /* when there are two items inside of the container it selects the last one */
}
@media all and (min-width: 720px) {
.usps_item {
        -ms-flex-preferred-size: calc(50% - 2px);
            flex-basis: calc(50% - 2px);
}
}
@media all and (min-width: 1600px) {
.usps_item {
        font-size: 16px;
}
}
.usps__starter-pack .usps_item {
      -ms-flex-pack: start;
          justify-content: flex-start;
      overflow: visible;
      cursor: auto;
}
.usps_item:first-child:nth-last-child(2),
    .usps_item:first-child:nth-last-child(2) ~ .usps_item {
      /* IE and Edge hacks remove transform because only in these browsers containers with flex-wrap grow based
                on the number of items inside of the container. In other browsers container doesn't grow and it is a bug */
      /* Same hack as above to disable the transform on some more browsers */
      /*         not Firefox                  and  not Safari 17+                                                                                                and  Chromium 116+           */
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(2),
        .usps_item:first-child:nth-last-child(2) ~ .usps_item {
          -ms-flex-preferred-size: calc(100% - 2px);
              flex-basis: calc(100% - 2px);
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(2) .usps_wrapper,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_wrapper {
          position: static;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(2) .usps_img, .usps__starter-pack
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_img {
          width: calc(100% - 32px);
          max-width: 360px;
          margin-top: 16px;
          opacity: 1;
          height: 232px;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(2) .usps_img, .usps__starter-pack
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_img {
          width: 240px;
          height: 150px;
          margin-top: 8px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(2) .usps_img, .usps__starter-pack
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_img {
          width: 360px;
          height: 270px;
          margin-top: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(2) .usps_text-container,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_text-container {
          position: static;
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(2) .usps_text-container, .usps__starter-pack
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_text-container {
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(2) .usps_heading,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_heading {
          width: 100%;
          position: absolute;
          top: 240px;
          left: 0;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(2) .usps_heading,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_heading {
          top: 367px;
}
}
.usps__starter-pack .usps_item:first-child:nth-last-child(2) .usps_heading, .usps__starter-pack
      .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_heading {
        width: auto;
        position: static;
        top: auto;
        left: auto;
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(2) .usps_title,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_title {
          font-size: 32px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(2) .usps_title,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_title {
          font-size: 48px;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(2) .usps_text,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_text {
          max-width: 372px;
          max-height: 106px;
          margin-top: 0;
          padding: 16px 16px 0;
          opacity: 1;
          visibility: visible;
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(2) .usps_text,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_text {
          max-width: none;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(2) .usps_text__placeholder,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_text__placeholder {
          display: none;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(2) .usps_backdrop,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_backdrop {
          opacity: 0;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(2),
        .usps_item:first-child:nth-last-child(2) ~ .usps_item {
          width: calc(50% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(2),
        .usps_item:first-child:nth-last-child(2) ~ .usps_item {
          width: 360px;
          -webkit-transform: translateX(-181px);
                  transform: translateX(-181px);
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(2),
        .usps_item:first-child:nth-last-child(2) ~ .usps_item {
          width: 520px;
          -webkit-transform: translateX(-261px);
                  transform: translateX(-261px);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.usps_item:first-child:nth-last-child(2),
        .usps_item:first-child:nth-last-child(2) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (-ms-ime-align: auto) {
.usps_item:first-child:nth-last-child(2),
        .usps_item:first-child:nth-last-child(2) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (not (-moz-appearance: none)) and (not ((-webkit-appearance: none) and (contain-intrinsic-size: auto none) and (text-transform: full-size-kana))) and (offset-path: ray(45deg)) {
.usps_item:first-child:nth-last-child(2),
        .usps_item:first-child:nth-last-child(2) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(2) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_title {
          font-size: 16px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(2) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_title {
          font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(2) .usps_text,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_text {
          font-size: 16px;
          padding-left: 40px;
          padding-right: 40px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(2) .usps_text,
        .usps_item:first-child:nth-last-child(2) ~ .usps_item .usps_text {
          font-size: 16px;
          padding-left: 90px;
          padding-right: 90px;
}
}
.usps_item:first-child:nth-last-child(3),
    .usps_item:first-child:nth-last-child(3) ~ .usps_item {
      /* IE and Edge hacks remove transform because only in these browsers containers with flex-wrap grow based
                on the number of items inside of the container. In other browsers container doesn't grow and it is a bug */
      /* Same hack as above to disable the transform on some more browsers */
      /*         not Firefox                  and  not Safari 17+                                                                                                and  Chromium 116+           */
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(3),
        .usps_item:first-child:nth-last-child(3) ~ .usps_item {
          width: calc(40% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(3),
        .usps_item:first-child:nth-last-child(3) ~ .usps_item {
          width: 240px;
          -webkit-transform: translateX(-121px);
                  transform: translateX(-121px);
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(3),
        .usps_item:first-child:nth-last-child(3) ~ .usps_item {
          width: 400px;
          -webkit-transform: translateX(-201px);
                  transform: translateX(-201px);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.usps_item:first-child:nth-last-child(3),
        .usps_item:first-child:nth-last-child(3) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (-ms-ime-align: auto) {
.usps_item:first-child:nth-last-child(3),
        .usps_item:first-child:nth-last-child(3) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (not (-moz-appearance: none)) and (not ((-webkit-appearance: none) and (contain-intrinsic-size: auto none) and (text-transform: full-size-kana))) and (offset-path: ray(45deg)) {
.usps_item:first-child:nth-last-child(3),
        .usps_item:first-child:nth-last-child(3) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(3) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(3) ~ .usps_item .usps_title {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(3) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(3) ~ .usps_item .usps_title {
          font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(3) .usps_text,
        .usps_item:first-child:nth-last-child(3) ~ .usps_item .usps_text {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(3) .usps_text,
        .usps_item:first-child:nth-last-child(3) ~ .usps_item .usps_text {
          font-size: 16px;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(3) {
        -ms-flex-preferred-size: calc(100% - 2px);
            flex-basis: calc(100% - 2px);
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(3) .usps_wrapper {
        position: static;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(3) .usps_img {
        width: calc(100% - 32px);
        max-width: 360px;
        margin-top: 16px;
        opacity: 1;
        height: 270px;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(3) .usps_img {
        width: 240px;
        height: 150px;
        margin-top: 8px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(3) .usps_img {
        width: 360px;
        height: 270px;
        margin-top: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(3) .usps_text-container {
        position: static;
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(3) .usps_text-container {
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(3) .usps_heading {
        width: 100%;
        position: absolute;
        top: 240px;
        left: 0;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(3) .usps_heading {
        top: 367px;
}
}
.usps__starter-pack .usps_item:first-child:nth-last-child(3) .usps_heading {
      width: auto;
      position: static;
      top: auto;
      left: auto;
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(3) .usps_title {
        font-size: 32px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(3) .usps_title {
        font-size: 48px;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(3) .usps_text {
        max-width: 372px;
        max-height: 106px;
        margin-top: 0;
        padding: 16px 16px 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(3) .usps_text {
        max-width: none;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(3) .usps_text__placeholder {
        display: none;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(3) .usps_backdrop {
        opacity: 0;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(3) {
        width: calc(60% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(3) {
        width: 360px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(3) {
        width: 520px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(3) .usps_text {
        padding-left: 40px;
        padding-right: 40px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(3) .usps_text {
        padding-left: 90px;
        padding-right: 90px;
}
}
.usps_item:first-child:nth-last-child(4),
    .usps_item:first-child:nth-last-child(4) ~ .usps_item {
      /* IE and Edge hacks remove transform because only in these browsers containers with flex-wrap grow based
                on the number of items inside of the container. In other browsers container doesn't grow and it is a bug */
      /* Same hack as above to disable the transform on some more browsers */
      /*         not Firefox                  and  not Safari 17+                                                                                                and  Chromium 116+           */
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(4),
        .usps_item:first-child:nth-last-child(4) ~ .usps_item {
          width: calc(50% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(4),
        .usps_item:first-child:nth-last-child(4) ~ .usps_item {
          width: 240px;
          -webkit-transform: translateX(-121px);
                  transform: translateX(-121px);
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(4),
        .usps_item:first-child:nth-last-child(4) ~ .usps_item {
          width: 400px;
          -webkit-transform: translateX(-201px);
                  transform: translateX(-201px);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.usps_item:first-child:nth-last-child(4),
        .usps_item:first-child:nth-last-child(4) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (-ms-ime-align: auto) {
.usps_item:first-child:nth-last-child(4),
        .usps_item:first-child:nth-last-child(4) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (not (-moz-appearance: none)) and (not ((-webkit-appearance: none) and (contain-intrinsic-size: auto none) and (text-transform: full-size-kana))) and (offset-path: ray(45deg)) {
.usps_item:first-child:nth-last-child(4),
        .usps_item:first-child:nth-last-child(4) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(4) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(4) ~ .usps_item .usps_title {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(4) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(4) ~ .usps_item .usps_title {
          font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(4) .usps_text,
        .usps_item:first-child:nth-last-child(4) ~ .usps_item .usps_text {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(4) .usps_text,
        .usps_item:first-child:nth-last-child(4) ~ .usps_item .usps_text {
          font-size: 16px;
}
}
.usps_item:first-child:nth-last-child(5),
    .usps_item:first-child:nth-last-child(5) ~ .usps_item {
      /* IE and Edge hacks remove transform because only in these browsers containers with flex-wrap grow based
                on the number of items inside of the container. In other browsers container doesn't grow and it is a bug */
      /* Same hack as above to disable the transform on some more browsers */
      /*         not Firefox                  and  not Safari 17+                                                                                                and  Chromium 116+           */
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(5),
        .usps_item:first-child:nth-last-child(5) ~ .usps_item {
          width: calc(40% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(5),
        .usps_item:first-child:nth-last-child(5) ~ .usps_item {
          width: 240px;
          -webkit-transform: translateX(-242px);
                  transform: translateX(-242px);
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(5),
        .usps_item:first-child:nth-last-child(5) ~ .usps_item {
          width: 400px;
          -webkit-transform: translateX(-402px);
                  transform: translateX(-402px);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.usps_item:first-child:nth-last-child(5),
        .usps_item:first-child:nth-last-child(5) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (-ms-ime-align: auto) {
.usps_item:first-child:nth-last-child(5),
        .usps_item:first-child:nth-last-child(5) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (not (-moz-appearance: none)) and (not ((-webkit-appearance: none) and (contain-intrinsic-size: auto none) and (text-transform: full-size-kana))) and (offset-path: ray(45deg)) {
.usps_item:first-child:nth-last-child(5),
        .usps_item:first-child:nth-last-child(5) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(5) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(5) ~ .usps_item .usps_title {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(5) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(5) ~ .usps_item .usps_title {
          font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(5) .usps_text,
        .usps_item:first-child:nth-last-child(5) ~ .usps_item .usps_text {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(5) .usps_text,
        .usps_item:first-child:nth-last-child(5) ~ .usps_item .usps_text {
          font-size: 16px;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(5) {
        -ms-flex-preferred-size: calc(100% - 2px);
            flex-basis: calc(100% - 2px);
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(5) .usps_wrapper {
        position: static;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(5) .usps_img {
        width: calc(100% - 32px);
        max-width: 360px;
        margin-top: 16px;
        opacity: 1;
        height: 270px;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(5) .usps_img {
        width: 240px;
        height: 150px;
        margin-top: 8px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(5) .usps_img {
        width: 360px;
        height: 270px;
        margin-top: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(5) .usps_text-container {
        position: static;
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(5) .usps_text-container {
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(5) .usps_heading {
        width: 100%;
        position: absolute;
        top: 240px;
        left: 0;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(5) .usps_heading {
        top: 367px;
}
}
.usps__starter-pack .usps_item:first-child:nth-last-child(5) .usps_heading {
      width: auto;
      position: static;
      top: auto;
      left: auto;
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(5) .usps_title {
        font-size: 32px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(5) .usps_title {
        font-size: 48px;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(5) .usps_text {
        max-width: 372px;
        max-height: 106px;
        margin-top: 0;
        padding: 16px 16px 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(5) .usps_text {
        max-width: none;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(5) .usps_text__placeholder {
        display: none;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(5) .usps_backdrop {
        opacity: 0;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(5) {
        width: calc(60% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(5) {
        width: 360px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(5) {
        width: 520px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(5) .usps_text {
        padding-left: 40px;
        padding-right: 40px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(5) .usps_text {
        padding-left: 90px;
        padding-right: 90px;
}
}
.usps_item:first-child:nth-last-child(6),
    .usps_item:first-child:nth-last-child(6) ~ .usps_item {
      /* IE and Edge hacks remove transform because only in these browsers containers with flex-wrap grow based
                on the number of items inside of the container. In other browsers container doesn't grow and it is a bug */
      /* Same hack as above to disable the transform on some more browsers */
      /*         not Firefox                  and  not Safari 17+                                                                                                and  Chromium 116+           */
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(6),
        .usps_item:first-child:nth-last-child(6) ~ .usps_item {
          width: calc(50% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(6),
        .usps_item:first-child:nth-last-child(6) ~ .usps_item {
          width: 240px;
          -webkit-transform: translateX(-242px);
                  transform: translateX(-242px);
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(6),
        .usps_item:first-child:nth-last-child(6) ~ .usps_item {
          width: 400px;
          -webkit-transform: translateX(-402px);
                  transform: translateX(-402px);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.usps_item:first-child:nth-last-child(6),
        .usps_item:first-child:nth-last-child(6) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (-ms-ime-align: auto) {
.usps_item:first-child:nth-last-child(6),
        .usps_item:first-child:nth-last-child(6) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (not (-moz-appearance: none)) and (not ((-webkit-appearance: none) and (contain-intrinsic-size: auto none) and (text-transform: full-size-kana))) and (offset-path: ray(45deg)) {
.usps_item:first-child:nth-last-child(6),
        .usps_item:first-child:nth-last-child(6) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(6) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(6) ~ .usps_item .usps_title {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(6) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(6) ~ .usps_item .usps_title {
          font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(6) .usps_text,
        .usps_item:first-child:nth-last-child(6) ~ .usps_item .usps_text {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(6) .usps_text,
        .usps_item:first-child:nth-last-child(6) ~ .usps_item .usps_text {
          font-size: 16px;
}
}
.usps_item:first-child:nth-last-child(7),
    .usps_item:first-child:nth-last-child(7) ~ .usps_item {
      /* IE and Edge hacks remove transform because only in these browsers containers with flex-wrap grow based
                on the number of items inside of the container. In other browsers container doesn't grow and it is a bug */
      /* Same hack as above to disable the transform on some more browsers */
      /*         not Firefox                  and  not Safari 17+                                                                                                and  Chromium 116+           */
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(7),
        .usps_item:first-child:nth-last-child(7) ~ .usps_item {
          width: calc(40% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(7),
        .usps_item:first-child:nth-last-child(7) ~ .usps_item {
          width: 240px;
          -webkit-transform: translateX(-363px);
                  transform: translateX(-363px);
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(7),
        .usps_item:first-child:nth-last-child(7) ~ .usps_item {
          width: 320px;
          -webkit-transform: translateX(-483px);
                  transform: translateX(-483px);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.usps_item:first-child:nth-last-child(7),
        .usps_item:first-child:nth-last-child(7) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (-ms-ime-align: auto) {
.usps_item:first-child:nth-last-child(7),
        .usps_item:first-child:nth-last-child(7) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (not (-moz-appearance: none)) and (not ((-webkit-appearance: none) and (contain-intrinsic-size: auto none) and (text-transform: full-size-kana))) and (offset-path: ray(45deg)) {
.usps_item:first-child:nth-last-child(7),
        .usps_item:first-child:nth-last-child(7) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(7) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(7) ~ .usps_item .usps_title {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(7) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(7) ~ .usps_item .usps_title {
          font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(7) .usps_text,
        .usps_item:first-child:nth-last-child(7) ~ .usps_item .usps_text {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(7) .usps_text,
        .usps_item:first-child:nth-last-child(7) ~ .usps_item .usps_text {
          font-size: 16px;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(7) {
        -ms-flex-preferred-size: calc(100% - 2px);
            flex-basis: calc(100% - 2px);
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(7) .usps_wrapper {
        position: static;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(7) .usps_img {
        width: calc(100% - 32px);
        max-width: 360px;
        margin-top: 16px;
        opacity: 1;
        height: 270px;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(7) .usps_img {
        width: 240px;
        height: 150px;
        margin-top: 8px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(7) .usps_img {
        width: 360px;
        height: 270px;
        margin-top: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(7) .usps_text-container {
        position: static;
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(7) .usps_text-container {
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(7) .usps_heading {
        width: 100%;
        position: absolute;
        top: 240px;
        left: 0;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(7) .usps_heading {
        top: 367px;
}
}
.usps__starter-pack .usps_item:first-child:nth-last-child(7) .usps_heading {
      width: auto;
      position: static;
      top: auto;
      left: auto;
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(7) .usps_title {
        font-size: 32px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(7) .usps_title {
        font-size: 48px;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(7) .usps_text {
        max-width: 372px;
        max-height: 106px;
        margin-top: 0;
        padding: 16px 16px 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(7) .usps_text {
        max-width: none;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(7) .usps_text__placeholder {
        display: none;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(7) .usps_backdrop {
        opacity: 0;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(7) {
        width: calc(60% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(7) {
        width: 280px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(7) {
        width: 480px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(7) .usps_text {
        padding-left: 20px;
        padding-right: 20px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(7) .usps_text {
        padding-left: 70px;
        padding-right: 70px;
}
}
.usps_item:first-child:nth-last-child(8),
    .usps_item:first-child:nth-last-child(8) ~ .usps_item {
      /* IE and Edge hacks remove transform because only in these browsers containers with flex-wrap grow based
                on the number of items inside of the container. In other browsers container doesn't grow and it is a bug */
      /* Same hack as above to disable the transform on some more browsers */
      /*         not Firefox                  and  not Safari 17+                                                                                                and  Chromium 116+           */
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(8),
        .usps_item:first-child:nth-last-child(8) ~ .usps_item {
          width: calc(50% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(8),
        .usps_item:first-child:nth-last-child(8) ~ .usps_item {
          width: 240px;
          -webkit-transform: translateX(-363px);
                  transform: translateX(-363px);
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(8),
        .usps_item:first-child:nth-last-child(8) ~ .usps_item {
          width: 320px;
          -webkit-transform: translateX(-483px);
                  transform: translateX(-483px);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.usps_item:first-child:nth-last-child(8),
        .usps_item:first-child:nth-last-child(8) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (-ms-ime-align: auto) {
.usps_item:first-child:nth-last-child(8),
        .usps_item:first-child:nth-last-child(8) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (not (-moz-appearance: none)) and (not ((-webkit-appearance: none) and (contain-intrinsic-size: auto none) and (text-transform: full-size-kana))) and (offset-path: ray(45deg)) {
.usps_item:first-child:nth-last-child(8),
        .usps_item:first-child:nth-last-child(8) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(8) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(8) ~ .usps_item .usps_title {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(8) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(8) ~ .usps_item .usps_title {
          font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(8) .usps_text,
        .usps_item:first-child:nth-last-child(8) ~ .usps_item .usps_text {
          font-size: 14px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(8) .usps_text,
        .usps_item:first-child:nth-last-child(8) ~ .usps_item .usps_text {
          font-size: 16px;
}
}
.usps_item:first-child:nth-last-child(9),
    .usps_item:first-child:nth-last-child(9) ~ .usps_item {
      /* IE and Edge hacks remove transform because only in these browsers containers with flex-wrap grow based
                on the number of items inside of the container. In other browsers container doesn't grow and it is a bug */
      /* Same hack as above to disable the transform on some more browsers */
      /*         not Firefox                  and  not Safari 17+                                                                                                and  Chromium 116+           */
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(9),
        .usps_item:first-child:nth-last-child(9) ~ .usps_item {
          width: calc(40% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(9),
        .usps_item:first-child:nth-last-child(9) ~ .usps_item {
          width: 190px;
          -webkit-transform: translateX(-384px);
                  transform: translateX(-384px);
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(9),
        .usps_item:first-child:nth-last-child(9) ~ .usps_item {
          width: 285px;
          -webkit-transform: translateX(-574px);
                  transform: translateX(-574px);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.usps_item:first-child:nth-last-child(9),
        .usps_item:first-child:nth-last-child(9) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (-ms-ime-align: auto) {
.usps_item:first-child:nth-last-child(9),
        .usps_item:first-child:nth-last-child(9) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (not (-moz-appearance: none)) and (not ((-webkit-appearance: none) and (contain-intrinsic-size: auto none) and (text-transform: full-size-kana))) and (offset-path: ray(45deg)) {
.usps_item:first-child:nth-last-child(9),
        .usps_item:first-child:nth-last-child(9) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(9) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(9) ~ .usps_item .usps_title {
          font-size: 12px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(9) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(9) ~ .usps_item .usps_title {
          font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(9) .usps_text,
        .usps_item:first-child:nth-last-child(9) ~ .usps_item .usps_text {
          font-size: 12px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(9) .usps_text,
        .usps_item:first-child:nth-last-child(9) ~ .usps_item .usps_text {
          font-size: 16px;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(9) {
        -ms-flex-preferred-size: calc(100% - 2px);
            flex-basis: calc(100% - 2px);
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(9) .usps_wrapper {
        position: static;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(9) .usps_img {
        width: calc(100% - 32px);
        max-width: 360px;
        margin-top: 16px;
        opacity: 1;
        height: 270px;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(9) .usps_img {
        width: 240px;
        height: 150px;
        margin-top: 8px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(9) .usps_img {
        width: 360px;
        height: 270px;
        margin-top: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(9) .usps_text-container {
        position: static;
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(9) .usps_text-container {
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(9) .usps_heading {
        width: 100%;
        position: absolute;
        top: 240px;
        left: 0;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(9) .usps_heading {
        top: 367px;
}
}
.usps__starter-pack .usps_item:first-child:nth-last-child(9) .usps_heading {
      width: auto;
      position: static;
      top: auto;
      left: auto;
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(9) .usps_title {
        font-size: 32px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(9) .usps_title {
        font-size: 48px;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(9) .usps_text {
        max-width: 372px;
        max-height: 106px;
        margin-top: 0;
        padding: 16px 16px 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(9) .usps_text {
        max-width: none;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(9) .usps_text__placeholder {
        display: none;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(9) .usps_backdrop {
        opacity: 0;
}
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(9) {
        width: calc(60% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(9) {
        width: 240px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(9) {
        width: 370px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(9) .usps_text {
        padding-left: 20px;
        padding-right: 20px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(9) .usps_text {
        padding-left: 35px;
        padding-right: 35px;
}
}
.usps_item:first-child:nth-last-child(10),
    .usps_item:first-child:nth-last-child(10) ~ .usps_item {
      /* IE and Edge hacks remove transform because only in these browsers containers with flex-wrap grow based
                on the number of items inside of the container. In other browsers container doesn't grow and it is a bug */
      /* Same hack as above to disable the transform on some more browsers */
      /*         not Firefox                  and  not Safari 17+                                                                                                and  Chromium 116+           */
}
@media all and (min-width: 720px) {
.usps_item:first-child:nth-last-child(10),
        .usps_item:first-child:nth-last-child(10) ~ .usps_item {
          width: calc(50% - 3px);
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(10),
        .usps_item:first-child:nth-last-child(10) ~ .usps_item {
          width: 190px;
          -webkit-transform: translateX(-384px);
                  transform: translateX(-384px);
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(10),
        .usps_item:first-child:nth-last-child(10) ~ .usps_item {
          width: 285px;
          -webkit-transform: translateX(-574px);
                  transform: translateX(-574px);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.usps_item:first-child:nth-last-child(10),
        .usps_item:first-child:nth-last-child(10) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (-ms-ime-align: auto) {
.usps_item:first-child:nth-last-child(10),
        .usps_item:first-child:nth-last-child(10) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@supports (not (-moz-appearance: none)) and (not ((-webkit-appearance: none) and (contain-intrinsic-size: auto none) and (text-transform: full-size-kana))) and (offset-path: ray(45deg)) {
.usps_item:first-child:nth-last-child(10),
        .usps_item:first-child:nth-last-child(10) ~ .usps_item {
          -webkit-transform: none;
                  transform: none;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(10) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(10) ~ .usps_item .usps_title {
          font-size: 12px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(10) .usps_title, .usps__starter-pack
        .usps_item:first-child:nth-last-child(10) ~ .usps_item .usps_title {
          font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.usps_item:first-child:nth-last-child(10) .usps_text,
        .usps_item:first-child:nth-last-child(10) ~ .usps_item .usps_text {
          font-size: 12px;
}
}
@media all and (min-width: 1600px) {
.usps_item:first-child:nth-last-child(10) .usps_text,
        .usps_item:first-child:nth-last-child(10) ~ .usps_item .usps_text {
          font-size: 16px;
}
}
.usps_item::before, .usps_item::after {
      z-index: 10;
      width: 4px;
      height: 32px;
      background-color: currentColor;
      content: "";
      position: absolute;
      top: calc(50% + -17px);
      left: -3px;
}
@media all and (min-width: 720px) {
.usps_item::before, .usps_item::after {
          display: none;
          top: -17px;
}
}
.usps_item::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
}
.usps_item:first-child {
      margin-left: 24px;
}
@media all and (min-width: 720px) {
.usps_item:first-child {
          margin-left: 1px;
}
}
.usps_item:first-child::before, .usps_item:first-child::after {
        display: none;
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(even) ~ .usps_item:nth-child(2n + 4)::before, .usps__starter-pack .usps_item:first-child:nth-last-child(even) ~ .usps_item:nth-child(2n + 4)::after,
      .usps__starter-pack .usps_item:first-child:nth-last-child(odd) ~ .usps_item:nth-child(2n + 3)::before,
      .usps__starter-pack .usps_item:first-child:nth-last-child(odd) ~ .usps_item:nth-child(2n + 3)::after {
        display: block;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(2) ~ .usps_item::before, .usps__starter-pack .usps_item:first-child:nth-last-child(2) ~ .usps_item::after {
        display: block;
        top: 199px;
}
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(2) ~ .usps_item::before, .usps__starter-pack .usps_item:first-child:nth-last-child(2) ~ .usps_item::after {
        top: 123px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_item:first-child:nth-last-child(2) ~ .usps_item::before, .usps__starter-pack .usps_item:first-child:nth-last-child(2) ~ .usps_item::after {
        top: 199px;
}
}
.usps_heading {
    padding: 0 16px;
}
@media all and (min-width: 720px) {
.usps_heading {
        padding: 0 32px;
}
}
@media all and (min-width: 1100px) {
.usps_heading {
        padding: 0 16px;
}
}
@media all and (min-width: 1600px) {
.usps_heading {
        padding: 0 32px;
}
}
.usps_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding-top: 8px;
    color: #fff;
    overflow: hidden;
}
@media all and (min-width: 720px) {
.usps_wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 16px;
}
}
@media all and (min-width: 720px) {
.usps_text-container {
      z-index: 10;
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
}
@media all and (min-width: 1100px) {
.usps_text-container {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
}
}
@media all and (min-width: 1600px) {
.usps_text-container {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:hover .usps_text-container {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
}
}
.usps_img {
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    will-change: transform;
}
@media all and (min-width: 1100px) {
.usps_item:hover .usps_img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
}
}
.usps__starter-pack .usps_img {
      width: 150px;
      height: 150px;
      margin-top: 16px;
      background-size: contain;
      position: relative;
      top: auto;
      left: auto;
      transition: opacity 0.3s ease-in-out;
      will-change: opacity;
}
@media all and (min-width: 1100px) {
.usps__starter-pack .usps_img {
          width: 80px;
          height: 80px;
          margin-top: 8px;
}
}
@media all and (min-width: 1600px) {
.usps__starter-pack .usps_img {
          width: 150px;
          height: 150px;
          margin-top: 16px;
}
}
@media all and (min-width: 720px) {
.usps__starter-pack .usps_item:hover .usps_img {
        opacity: .3;
        -webkit-transform: none;
                transform: none;
}
}
.usps_clock-icon {
    width: 48px;
    height: 48px;
    background: url(data:image/png;base64,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) no-repeat center/contain;
    position: absolute;
    top: 0;
    right: 0;
}
@media all and (min-width: 1100px) {
.usps_clock-icon {
        width: 32px;
        height: 32px;
}
}
@media all and (min-width: 1600px) {
.usps_clock-icon {
        width: 48px;
        height: 48px;
}
}
.usps_title {
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
}
@media all and (min-width: 720px) {
.usps_title {
        font-size: 16px;
}
}
.usps_icon {
    margin-right: 5px;
    vertical-align: middle;
}
.usps_text {
    z-index: 10;
    width: 100%;
    padding: 8px 16px 16px;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
}
@media all and (min-width: 720px) {
.usps_text {
        max-height: 180px;
        margin-top: auto;
        padding: 16px 32px 32px;
        font-size: 16px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(16px);
                transform: translateY(16px);
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
}
@media all and (min-width: 1100px) {
.usps_text {
        max-height: 122px;
        padding: 8px 16px 16px;
}
}
@media all and (min-width: 1600px) {
.usps_text {
        max-height: 180px;
        padding: 16px 32px 32px;
}
}
@media all and (min-width: 720px) {
.usps_item:hover .usps_text {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none;
}
}
.usps_text__placeholder {
      display: none;
}
@media all and (min-width: 720px) {
.usps_text__placeholder {
          display: block;
}
.usps_item:hover .usps_text__placeholder {
            visibility: hidden;
}
}
@media all and (min-width: 720px) {
.usps_backdrop {
      z-index: 9;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      content: "";
      transition: opacity ease-in-out .3s;
      pointer-events: none;
}
}
@media all and (min-width: 720px) {
.usps_item:hover .usps_backdrop {
      opacity: 1;
}
}
.usp-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
@media all and (min-width: 1100px) {
.usp-section {
      -ms-flex-align: center;
          align-items: center;
      padding: 40px 0 70px;
      background: no-repeat center / cover;
}
}
@media all and (min-width: 1600px) {
.usp-section {
      padding: 80px 0;
}
}
.usp-section__starter-pack {
    -ms-flex-align: center;
        align-items: center;
    padding: 32px 0 50px;
    background: no-repeat center / cover;
}
@media all and (min-width: 720px) {
.usp-section__starter-pack {
        padding: 56px 0 100px;
}
}
.usp-section__inside-slider {
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 100vh;
    overflow: hidden;
}
.usp-section_shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    pointer-events: none;
}
.usp-section_shadow::before, .usp-section_shadow::after {
      height: 23%;
      position: absolute;
      right: 0;
      left: 0;
}
.usp-section_shadow::before {
      background-image: linear-gradient(currentColor, transparent);
      top: -1px;
}
.usp-section_shadow::after {
      background-image: linear-gradient(transparent, currentColor);
      bottom: -1px;
}
.usp-section_shadow::after {
      content: "";
}
.usp-section_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
    padding: 0 10px;
}
@media all and (min-width: 720px) {
.usp-section_title {
        font-size: 44px;
}
}
.usp-section__titles-upper .usp-section_title {
      display: none;
}
.usp-section-content {
    z-index: 1;
    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: 50px 14px 80px;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
@media all and (min-width: 720px) {
.usp-section-content {
        height: auto;
        padding: 0 28px 70px;
        pointer-events: auto;
}
}
@media all and (min-width: 1100px) {
.usp-section-content {
        max-width: 800px;
        padding: 0 0 25px;
}
}
@media all and (min-width: 1600px) {
.usp-section-content {
        max-width: 945px;
        padding-bottom: 41px;
}
}
.usp-section-description {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 24px;
}
@media all and (min-width: 720px) {
.usp-section-description {
        margin-bottom: 24px;
}
}
.usp-section_subtitle {
    color: #fff;
    margin-bottom: -8px;
    padding: 0 10px;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
@supports (-webkit-background-clip: text) {
.usp-section_subtitle {
        background: linear-gradient(#fff, rgba(255, 255, 255, 0) 100%);
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
}
}
@media all and (min-width: 720px) {
.usp-section_subtitle {
        margin-bottom: -14px;
        font-size: 112px;
}
}
@media all and (min-width: 1100px) {
.usp-section_subtitle {
        margin-bottom: -15px;
        font-size: 120px;
}
}
.usp-section__titles-upper .usp-section_subtitle {
      margin-top: 40px;
      margin-bottom: 55px;
      font-size: 90px;
}
@media all and (min-width: 1600px) {
.usp-section__titles-upper .usp-section_subtitle {
          margin-top: 0;
}
}
.usp-section_rent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 37px;
    margin-bottom: 10px;
    padding-left: 33px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAMAAADyQNAxAAAA/1BMVEUAAAD/UwD/YwD/XQD/XwD/XgD/YAD/WwD/XgD/YQD/XwD/XwD/YQD/YgD9XQD/XwD/YAD/YADfVACaOQC5RQC7RwDHSgDzWwCXOADDSQDtVwCXOQCTNwCpPwCTWieQSxebOgCRNwDASQDbVACkPgDhUwDbUQCRVSKTXCvqvm7ppk+vgkevZCPoyXznlDyobjOoZyz3zHf3slbx14jxlznlvW7llDzkwHLjjTbAi0i+Zx+7ezi6aSO7RQCZUhlsJgJ0KgJuJwJ3KwJyKQJoJQL/65f95ZH/rEmFQhT/pEGIRRZ9NAn/3Yfrz4H/0Hb/yW7/wWX/tFTy2Ijx14h/OQ3AdSl2AAAAP3RSTlMAAwYJDhQRCxoXICgdIy4lKzE8blVLRjNrTTd2dF/9+3FxTUBdQD/9+/n5+fn4+Pj49PTr69nZ2NirqqamUP2dyiMgAAACJklEQVQ4y5XUZ1PjMBAGYHKkYMuyHdf0Tui9t3NNp97d//8ttysRERQyDO9M4i/PrNayVmtyMpi11cnIWWF+LebDyWYdUigU8PGFYwZFdh6UzEkITT6f48nn0QkmEDfKBo8CENwimyMwmqpSSlVVAzdnEgJDDUJMQoiBTjCuGFI2VEpMvYjRTUJVzkCJUlAJkV7pe52HstetFE2DsXVkolRO0ajpW+V6qVat2vXypo8sl58X46UAEb/r2Ddng8Hg7KblAKOakstiZ6iwFKxn6JbTuhoc7DX2DgZXVWezSHgxoVipSse+GG6nQRQF28OLVrliGhp0hgrb4guaVv3usRFE46dxEjUe7+pdHYuhyswVLOiVTnbSJJwO/8VJsHNie0VJsbbc9vNREMbTYWMcRkfPtXKRUFCFRUV0t/ayBWr298/TLNp6qT4sKYXVej0OkjiejadhdPxa60gKu8e+TnfTKIzjOEzS3VPbk7vn79i7f2umURKGSdB8u6/3dUMovl/YmO/al6NmGgRB2hxd2rBflO3X8t5fjw73f+8fjq6rjqV/3nu2JL5l3yndnk8mk/Nb2+n65L0UV+JMEN1ye6V2rV3qdSz82ItnghfjzLc813U9q6ITROJ88WKcqQYcVoxJDI5YqeXhoAYGBkRbOR4KOE2FCdLkGfoY2iy4nAISfmjEPEqzDY5NN/yD+foKQAeQpYBGQsi4E2EG8oP76wd34ff36n8aoEAyq4Z0yQAAAABJRU5ErkJggg==) no-repeat left/contain;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}
@media all and (min-width: 720px) {
.usp-section_rent {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 14px;
        bottom: 224px;
}
}
@media all and (min-width: 1100px) {
.usp-section_rent {
        margin-top: 0;
        font-size: 12px;
        bottom: 162px;
}
}
@media all and (min-width: 1600px) {
.usp-section_rent {
        margin-top: 10px;
        font-size: 14px;
        bottom: 195px;
}
}
.usp-section_highlighted-text {
    text-shadow: 0 0 4px #ff7f00;
}
.usp-section_btn {
    margin-top: 24px;
    padding: 0 24px;
}
@media all and (min-width: 720px) {
.usp-section_btn {
        margin-top: 50px;
        padding: 0;
}
}
@media all and (min-width: 1100px) {
.usp-section_btn {
        margin-top: 26px;
}
}
@media all and (min-width: 1600px) {
.usp-section_btn {
        margin-top: 41px;
}
}

/* Alternative sharp-edged version */
.yellow-button {
  background: #FFD85C;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 50px;
  border: 2px solid #FFD85C;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 450px;
}
.yellow-button:hover {
  background: #FFD85C;
  border-color: #FFD85C;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  color: #000000;
}
.yellow-button:active {
  background: #e6c200;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  color: #000000;
}
.invite-to-lsp {
  margin-top: auto;
}
.nav-arrow {
  width: 44px;
  height: 44px;
  background-color: #000;
  opacity: .5;
  position: relative;
  transition: opacity 0.15s;
  cursor: pointer;
}
.nav-arrow:hover {
    opacity: .9;
}
.nav-arrow_icon {
    width: 13px;
    height: 13px;
    border-width: 3px 3px 0 0;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-75%, -50%) rotate(45deg);
            transform: translate(-75%, -50%) rotate(45deg);
}
.nav-arrow_svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.nav-arrow__rounded {
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}
@media all and (min-width: 720px) {
.nav-arrow__rounded {
        width: 80px;
        height: 80px;
}
}
.round-nav-arrow {
  width: 44px;
  height: 44px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media all and (min-width: 720px) {
.round-nav-arrow {
      width: 64px;
      height: 64px;
}
}
@media all and (min-width: 1600px) {
.round-nav-arrow {
      width: 80px;
      height: 80px;
}
}
.round-nav-arrow_background {
    width: 100%;
    height: 100%;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #000;
    opacity: .5;
    transition: opacity 0.15s;
}
.round-nav-arrow_background:hover {
      opacity: .9;
}
.round-nav-arrow_svg {
    width: 17px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
    pointer-events: none;
    fill: currentColor;
}
.gallery-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #0b0b0b;
  overflow: hidden;
}
.gallery-overlay_close {
    z-index: 10;
    width: 44px;
    height: 44px;
    color: #fff;
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.gallery-overlay_close::before, .gallery-overlay_close::after {
      width: 2px;
      height: 18px;
      margin-left: -1px;
      margin-top: -9px;
      background-color: currentColor;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
}
.gallery-overlay_close::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
}
.gallery-overlay_close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.gallery-overlay_close:hover {
      opacity: .9;
}
.gallery-overlay_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    pointer-events: none;
}
@media all and (min-width: 1100px) {
.gallery-overlay_content {
        padding: 64px 44px;
}
}
.gallery-overlay_content::before, .gallery-overlay_content::after {
      z-index: 1;
      width: 100%;
      height: 80px;
      content: "";
      position: absolute;
      left: 0;
}
.gallery-overlay_content::before {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
      top: 0;
}
.gallery-overlay_content::after {
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
      bottom: 0;
}
.gallery-overlay_slide {
    pointer-events: auto;
}
.gallery-overlay_arrow {
    position: absolute;
    top: 50%;
}
.gallery-overlay_arrow__previous {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
}
.gallery-overlay_arrow__next {
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
}
.gallery-overlay_video {
    max-width: 100%;
    max-height: 100%;
    outline: none;
}
.mode-cards {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media all and (min-width: 1100px) {
.mode-cards {
      display: block;
      padding: 0 56px;
      overflow: visible;
}
}
.mode-cards_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    height: 400px;
}
@media all and (min-width: 1600px) {
.mode-cards_list {
        height: 440px;
}
}
.mode-cards_list::after {
      -ms-flex: 1 0 24px;
          flex: 1 0 24px;
      content: "";
}
@media all and (min-width: 1100px) {
.mode-cards_list::after {
          display: none;
}
}
.mode-cards_item {
    width: 270px;
    padding: 0 12px;
    position: relative;
}
@media all and (min-width: 1100px) {
.mode-cards_item {
        width: 100%;
        max-width: 300px;
        padding: 0 20px;
}
}
.mode-cards_item:not(:first-child) {
      margin-left: 24px;
}
@media all and (min-width: 1100px) {
.mode-cards_item:not(:first-child) {
          margin-left: 40px;
}
}
.mode-cards_item:first-child {
      margin-left: 24px;
}
@media all and (min-width: 720px) {
.mode-cards_item:first-child {
          margin-left: 28px;
}
}
@media all and (min-width: 1100px) {
.mode-cards_item:first-child {
          margin-left: 0;
}
}
.game-mode {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background: rgba(17, 17, 18, 0.85) no-repeat center 27px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media all and (min-width: 1600px) {
.game-mode {
      padding-top: 44px;
      background-position-y: 58px;
}
}
.game-mode_title {
    margin-bottom: 1px;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
}
@media all and (min-width: 1600px) {
.game-mode_title {
        margin-bottom: 8px;
        font-size: 24px;
}
}
.game-mode_count {
    color: #fff;
    font-size: 14px;
}
.game-mode_selected {
    color: #fff;
    font-weight: 700;
}
.game-mode_info {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 219px;
    left: 0;
}
@media all and (min-width: 1600px) {
.game-mode_info {
        top: 259px;
}
}
.game-mode_name {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
@media all and (min-width: 1600px) {
.game-mode_name {
        margin-bottom: 22px;
        font-size: 14px;
}
}
.game-mode_seporator {
    margin: 0 2px 0 4px;
}
.game-mode_text {
    margin: 0 46px;
    font-size: 13px;
    line-height: 16px;
}
@media all and (min-width: 1100px) {
.game-mode_text {
        margin: 0 30px;
}
}
@media all and (min-width: 1600px) {
.game-mode_text {
        font-size: 15px;
        line-height: 22px;
}
}
.game-mode_nav {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.game-mode_nav__prev {
      left: 0;
}
.game-mode_nav__next {
      right: 0;
}
.game-mode_arrow {
    position: absolute;
    top: 128px;
    cursor: pointer;
}
@media all and (min-width: 1600px) {
.game-mode_arrow {
        top: 160px;
}
}
.game-mode_arrow__prev {
      left: 33px;
      -webkit-transform: rotate(180deg) translateY(2px);
              transform: rotate(180deg) translateY(2px);
}
@media all and (min-width: 1100px) {
.game-mode_arrow__prev {
          left: 14px;
}
}
@media all and (min-width: 1600px) {
.game-mode_arrow__prev {
          left: 53px;
}
}
.game-mode_arrow__next {
      right: 33px;
}
@media all and (min-width: 1100px) {
.game-mode_arrow__next {
          right: 14px;
}
}
@media all and (min-width: 1600px) {
.game-mode_arrow__next {
          right: 53px;
}
}
.page-bullet-navigation {
  z-index: 10;
  position: fixed;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-bullet-navigation_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.page-bullet-navigation_item {
    padding: 5px;
}
.page-bullet-navigation_link {
    box-sizing: content-box;
    display: block;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    background-position: center center;
    background-clip: padding-box;
    background-size: contain;
    opacity: .3;
    transition: opacity .3s;
}
.page-bullet-navigation_link__selected {
      opacity: 1;
}
.registration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  max-width: 620px;
  margin: 20px auto 40px;
}
.registration_title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
    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_form {
    text-align: left;
}
.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);
  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;
    opacity: .8;
    position: fixed;
    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;
}
.preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #1c1b16;
  overflow: hidden;
}
.preloader_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center / cover;
    color: #1c1b16;
}
.preloader_bg::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: radial-gradient(circle, transparent 0%, currentColor 38%, currentColor 100%);
      content: "";
}
.preloader_icon {
    background-image: url(data:image/png;base64,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);
    width: 227px;
    height: 201px;
}
.preloader_core {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: rotation 3s ease-in-out .5s infinite;
            animation: rotation 3s ease-in-out .5s infinite;
}
@-webkit-keyframes rotation {
0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}
50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
}
@keyframes rotation {
0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}
50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
}
.cta-with-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.cta-with-login_text {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}
@media all and (min-width: 720px) {
.cta-with-login_text {
        font-size: 16px;
}
}
.cta-with-login_link {
    color: #ef4511;
    transition: color 0.3s ease-in-out;
}
.cta-with-login_link:hover {
      color: #cf2e2e;
}
.logo-group__left-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.logo-group_logo {
  display: inline-block;
  margin: 0 10px 25px;
}
@media all and (min-width: 720px) {
.logo-group_logo {
      margin: 0 10px 35px;
}
}
@media all and (min-width: 1024px) {
.logo-group_logo {
      margin: 0 15px 35px;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.logo-group_logo {
      margin: 0 20px 15px;
}
}
.logo-group__left-side .logo-group_logo__main {
    -ms-flex-order: -1;
        order: -1;
    width: 100%;
}
@media all and (min-width: 720px) {
.logo-group__left-side .logo-group_logo__main {
        -ms-flex-order: inherit;
            order: inherit;
        width: auto;
}
}
.logo-group_logo__mobile-hidden {
    display: none;
}
@media all and (min-width: 720px) {
.logo-group_logo__mobile-hidden {
        display: inline-block;
}
}
.personage {
  z-index: 1;
  position: absolute;
  right: 6vw;
  bottom: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.personage::before {
    width: 110px;
    height: 100px;
    content: "";
    position: absolute;
    top: -43px;
    left: -34px;
}
.personage:hover {
    -webkit-transform: none;
            transform: none;
}
.personage_image {
    display: block;
    width: 220px;
}
.personage_cloud {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 288px;
    height: 166px;
    padding: 32px;
    border-radius: 50%;
    background: radial-gradient(76% 76% at 54% 21%, #fff 45%, #ececec 69%, #cdcdcd 86%);
    -webkit-filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.72));
            filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.72));
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -148px;
    left: -234px;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.personage_cloud::before {
      border-width: 0 15px 20px;
      border-style: solid;
      border-color: transparent transparent #cdcdcd;
      content: "";
      position: absolute;
      top: 86%;
      right: 47px;
      -webkit-transform: rotate(24deg);
              transform: rotate(24deg);
}
.personage:hover .personage_cloud {
      opacity: 1;
      visibility: visible;
}
.personage_phrase {
    display: none;
    color: #000;
    font-size: 22px;
}
.personage_phrase__active {
      display: block;
}
.personage_link {
    color: #fb4400;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}
.personage_link:hover {
      color: #cf2e2e;
}
.influencer-image {
  z-index: 1;
  width: auto;
  max-width: 30%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
@supports (not (-ms-ime-align: auto)) and (object-fit: cover) {
.influencer-image {
      width: 100%;
      object-fit: contain;
}
}
.influencer-image__left {
    left: 0;
}
.social-links-block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  background-color: #12191D;
}
.social-links-block_item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-height: 40px;
    padding: 5px;
    position: relative;
}
@media all and (min-width: 720px) {
.social-links-block_item {
        min-height: 50px;
}
}
@media all and (min-width: 1100px) {
.social-links-block_item {
        min-height: 60px;
}
}
@media all and (min-width: 1600px) {
.social-links-block_item {
        min-height: 80px;
}
}
.social-links-block_item::before {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.25);
      opacity: 0;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity 250ms;
}
.social-links-block_item:hover::before {
      opacity: 1;
}
.social-links-block_img {
    max-width: 30px;
    max-height: 30px;
    position: relative;
}
@media all and (min-width: 720px) {
.social-links-block_img {
        max-width: 40px;
        max-height: 40px;
}
}
@media all and (min-width: 1100px) {
.social-links-block_img {
        max-width: 50px;
        max-height: 50px;
}
}
@media all and (min-width: 1600px) {
.social-links-block_img {
        max-width: 60px;
        max-height: 60px;
}
}

