

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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);
}
*,
*::before,
*::after {
  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%;
}
.hooper {
  height: auto;
  outline: none;
}
.logo {
  max-width: 56px;
}
@media all and (min-width: 720px) {
.logo {
      max-width: 165px;
}
}
@media all and (min-width: 1100px) {
.logo {
      max-width: 120px;
}
}
@media all and (min-width: 1600px) {
.logo {
      max-width: 165px;
}
}
.logo-about {
    display: inline-block;
}
.logo-about[href=""] {
      cursor: default;
      pointer-events: none;
}
.logo-about .logo_img {
      max-width: 162.4px;
      max-height: 84px;
}
@media all and (min-width: 720px) {
.logo-about .logo_img {
          max-width: 197.2px;
}
}
@media all and (min-width: 1600px) {
.logo-about .logo_img {
          max-width: 290px;
          max-height: 150px;
}
}
.logo-group_logo__main .logo-about .logo_img {
        max-width: 100%;
}
@media all and (min-width: 720px) {
.logo-about__left-side .logo_img {
        max-width: 170px;
}
}
@media all and (min-width: 1100px) {
.logo-about__left-side .logo_img {
        max-width: 180px;
}
}
@media all and (min-width: 1600px) {
.logo-about__left-side .logo_img {
        max-width: 260px;
}
}
.main {
  padding-bottom: 50px;
  background-color: #1c1b16;
  color: #f9f5e1;
  text-align: center;
  position: relative;
}
@media all and (min-width: 720px) {
.main {
      padding-bottom: 0;
}
}
.main_sparkles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: repeat 50% 0;
}
.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 {
        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: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-positive: 1;
            flex-grow: 1;
        padding: 40px 0 30px;
}
}
@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: .9;
    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;
}
}
@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: #e9e2bf;
    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: inline-block;
}
@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_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-header {
  z-index: 50;
  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: 70px 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__overlay-opened {
    z-index: 51;
}
.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;
}
}
.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;
}
}
.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: #f9f5e1;
    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;
}
.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: #e9e2bf;
      font-size: 12px;
}
.video-preview__description-desktop-visible .video-preview_title {
      display: block;
      padding-top: 15px;
}
.video-preview__description-only .video-preview_title {
      display: block;
}
.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__description-only .video-preview_frame {
      display: none;
}
.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__description-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: #e9e2bf;
    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;
}
.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%;
  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;
}
.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: #f9f5e1;
    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,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDgSURBVHgB3VpZbB3XeT5nzpntLrwLF1EUo8WSZVuMLauOXKeJFblJm/ghKFrAaAsUBYoWyEPblwDtW2GiQF8L5KVw+2jkoY0QIN3cJmhhC3WqJLKVRhYFy7ZUkZIoibzkXebOPuec/P+cc80rmpJox08ZYHjnzp2Z8/3b9y9DSj6FTRFCH/Q7/KjwGlpe+ulu9GNevyPYxR3OLcC5pW2AF7d9/zQE4ru9cBz4Ihwv3Av6w+M5c4zg4dganV+F72fGAC9pq4w/4BMJsysLIPhFc+3CFkA6ApsC0Pq2Z2VwLtwBVMucg98FCrVgvqNAsIb6uIJYD7tA3Qvc6podwSNw3AvYGSEsAotKQmwA58KxU4UdbnJHn2Bue3SND+fgGc4d7QUMnw0Wsl6GHddUu1Qufxj4ReMuI42DBilo1kINu3BNoZVgxXpRHsAO55VnfnPgEwDLCoCM9WdeaKFxywG5lcD1k+Xlpduhq8mRiz3MIruKAdT4ggGOx77WPgOgFNC7ubEO/OHcWESaZ8PvDH5X8FnAOQXHstDCIngO5+UQjuFZfB3cCgQsukZ/Z7QQkjxAEP4w7SMG1PpNADKlXYaZhWmsAXtMW8CR2lUY7LaA3QiAz5C59u8i1osKuCcBQQpLaz7F32DPpVnzoAYuDQZ5P2vwh4Ff0MGI7sKEBo6fyOk+3Ozn+rsH5yfgehuFgO/oXVzox0kUGJ4p4JrcLBHKMo5JDNekjhY+gucxVXJCGVMFrIuspiDYrcX7CMF3Ao+fo6AdaR4fnukA9GBRB1bxESyAqsF1NThXB3R+dbpVO/rlk1NTTz7q257tWw6jRSpk7/pqevvty521t64MsjyP0QKwp3B/BCYI4JPD8yMQxobjFCyVcK08jEHUBbIU2S7EjhY4Y3zdMZrvwSegdELtFi4sWAPwwJykDscTkrHa/uefnD3x579zdProwbZd8Sp2xQZXopaSUkkFG/wpwrQY3t0YXP33/7279Op/rIR3+2toSQBs23pptF5kYqqA9QXX7kuqmnLRre7J6vR+rgOswJogYKy1ji5hw+9upsE3APgMLFSfPDQz9fm/+oNfOfziyXnbd3yVF1wKxQAxkUlmSeAcy7UV7JZlMQl/8jzNVG95vXf+W9+9fPV7567JtOiCNToANoZ9g2rXCoDJBKyRYcBjcFe1AOIl+BwJ8BELjPE9skfJ7+g68OnC3U3Yq/DwNlBf49DpJ45+5W//6Hj70PReaqV2kYR2tN6nt9+6WqxdXC6iIMxULrhT9dXEfJvPn3zUbT4yU3Pqlbx1qFp54W9+d6p1oDVz4ZX/fDcfZICRrI/YCQHCurGvfb9AHBgT1zXF0pEr8e3anzOuYzgck5Nj3MaDvQpCteDB7SOnjx578ZU/fLY6W9ujisCJ1gJ26Z/OR2//w9koXO9Lx+NC5bmgBZCPyyllPM2zgs0/d8T54l9+rTF7fL9jVUjxuT87dcKfdqtvvvzPb4koU0xTcAcZCXd0W6o1nxXajSwNV1uAjQRA8Os6qVBHswnHQIVjDjdWpA7UCQA/OXt09uBvfOv3n28eaH1GZZkD2rZe++Y/Rj999VxoEZFx3wpsIMTJarXZak02WJzKQokBdUk+WOmwGz98X7oV22nMT7jcZU77yHQ7G8TW7QsrG8hCTFMuBrkw9IpRjLlE9OFzGfY34Bzu95QSS6Y8gGxK0WRImakGX0W/B+23HZdPHf+TLxyfe2puPyPSXru0Yr/2ze/EK29ei2sNN7Id2nVs0kmGInrur3977veuf/vQgdPHWkVQhK5Hep7PguhuL3ntL74zuPKvPxMyjjxuqfoz3zj11NSx2XmA0QKwTaV3H62POKRhQsQ5N1ZMWuMWwB+wKIPgoflWJqVS87QN56pzT33m8JMvPX1MDIZOeKvj//jvzmbXL67GtaYbWFT0OFMD2yWbwCoBGUbo1pZMM8y0fYfTPuOqx23a96s8Ov/3bwTLZ9/NwWhOpeU2T37j+V8F8NOgaswbmEewIkFvAG/TlIqs2BojH2vk/wtG+5nOtphhsUzwckOd8LBqxeX1R7/+xAHXp3UZJ+6V1y7l73zvYjDh81BR1WOM9iHTBaAycCUyVDGSSZdYeZEDT4aOQwa2TYcgZMA4DcK1fvSjV/4nTDsDxmTm7ntm33zzUHtSSNIgml49QFqhJqtj6YJlzJ3tAoxvvtY4BjE3PIvmYxjE1T31mcOnHtlHs5yvX75F3v72+VBKmXDPCgBUBDVGCBoOuAs7MAgNI0XEBhRABVARGTo2jWxGhpzTEISNbduK16/czVfOXcuLYWR5HvMf/+rjjyntsjV0ISw3AL0CpVJh8NZNcbmolbzl/8g8Pe370tJFF7oOmhGpk3gtz2nP11oqSXh3uSNvXrodeb4dQ/0bgxlDuDHglhWChXrgrEOCAqytE5qkwnFJz/VlD9xrCOXqgNtqQDkdMm4l737/ciTDBHw8d2Yea2MMOAAVhcAAxvIcS5XS/3Mdo/dm4sWt5gQZqKx9mE7pzLgYBpDf2teYokp4xSBhvZXNAhhL1mySwJ2pVe4055ZMmKDojmmxOUxJd4NkQRyEm2BZWvhZShzIbS5wom3XuAUIs41rm7kIY4vDFbW220JdAXFiAGN9hbVRaLAwWDNHC2yMBDD8j50SxTI2Nv6FnGsqQwwiCtp1ay3XJcGQ5mFK0n6MSUTAQgrsmFlUFiCAYD4NomUxs2++8nR7Hlz2/VvkwJPVSe7LF3lBa0BvHDjSppQ619/rDzImo2SQSJUmZYTaTPmwqCe1e1hgjYJvaV+NnB8Vvkq2ZWJf+5lKtBshE2EWVCaRMCUKW0WJJcPUUkmOZbMFVUkxKgAhv2PaEr2+tH7zt6a+suek66oLN8nC19uPL1Sn7w02SE9n/vjSykaURWU7BqaxMksxgW1D2ZVh7GVcl9sfbqM4WB0vJRZMZEPtA9xXlr+WZSIfk0mGBZQkWboZZzTLmCsL6rqUYykNElpQXTEpgUSlokUOTFEh6v/OrV88vTc/4R60+d0fbG6s3REY2B4IzEBcSzLKoyRPKSfccUFfUB+RDHywH6EA2Cdgj1D2AnAcA4bC26Fn/kgt5JpKEMTOLJ2Fua3rkGzj1mBIohg6FsXqLY4FFRRtypeSOkJBoBWWnyayVp3lwyvvx6/zV1O255nK3qUfDN++nZHLtmaVKlazsDf9GoMil000piuM5rkSgSTh2mBIsYCzSAQ1BVaeiIFyY2VsPys7CTALPwS6/sHWEWuSsvXDtA5mE+hKyWYcROuDpNJ0/Mm2y/ZOVv3NzbjGazzMJY2oUD7UIs20QnrtA7x/da34ryv/NrSrkyTfM8UH0NEM08yKi1wVWa6gLKVeFhP3yPF2zaEFK4Z52r3RW6da+8poPxthTHQZTcZZqPSnJeNCoCGZ6YYcAxiZCG/Gh6GfFmk/7d24eGcZnMmameH8xAuzzUxJrxC0JgVoVdBKKlQljaBaxdQ9zzdqj/G7qsW7cWJVoiFtZ5Fqp7FqFSltZomaqNQd78jjE1ULpJJpKq/86M4yrIXazwFlhKW1o7s5aWs3orPbBcCtrntcZBaZaJMVxkQJagFujgdR0XvnjdVbJEyUAxT99MlW5fDhVqMbpXVKVFMI0ixy1sgErWYJnYkDMhMGdCqN6Z4kVRN5BvVUoZoyp00haZMxVn/u12caVU9ZIk7Vxkp/c/XK4A4EYA+AB7bBgO6MlSnXXiHGXZ4t6iqUbmquL6cJUrNAeax0MCMnYxvJ043UndnnQpFpz3igmomGzd5bCophKKjjoMeB7IpyoCauFHXBlC4EVMVYqAFCTkAeaA8Gon7y1OT0s19oNzhVSqSFeP27y+d6a+kNEOAOABgCnj7VVsjQAyLt/9gry/1w/Kfo6ijAZdiHerpW8u2Ig415sO+FdcvapBpDazjsxPToE5X9UD7YrbrFJluOff3/Y9UZ5tzjzIZGkgMhOVJQXyjYwSLwva4kbcSJailKJ575XKP9xS+1Gx5HLUn5zk86Vy6c3biAnRl09lgMgl7JptJxkMP6OWQ1pGyMSXUNzp8eWQAFADqggS7myoiXOpBRILwBfU2aosrrdIsiH+bkkUPunAXPn5nk7OABtwJFP7t1K6eDVLjgJh4UZRVRQBNUkDoAb/QTUQFhG196oTH9a5+v1zzoNDmRcuWD4Mbr/7J2Ns/UOhSDXdD+OhaDsFYICyZUuzH2AgUMGOQ109CcHrGQmSJL6IOFq09iSUET3VTHZpSCc5wNrmc+6sc/6f/QplJ++Wutk5TR2v55RttfbTSeesyrLN/M0k4nj5NMCQX5wQGg1arF5/fatfl529476zpQkkhWFOLau+mN//5+981hIG7As0PIXh2cVBDd2GSgyMTT7lP6ftfMU5dMDJTcasoJNpoBSVMHhXr6hp0ZFnRYUkOwlhy+J8S6HZqczx71P/v8qdqzU3N8hiRA25xCUpUqGEqJSQ08DvyRKt+1rIkJysrqVgItS5W9dSF676fno59tBuIqLDCANde5bu4jWAsDOYZ9CBgK1D50OwKASxTgpa2JnRbgjGYkZjIyZtmyL0A3ggc6sXafmhGkAXfPJbpLa7abbO7YUfvgiQXv0eak1YanMmgGrfLpHxIeFgfAIpkqPriW37x4Mftg+Va2AgHeAYCrTBdsOB/CfhitHks9G8JhXu5oihctMzddHB+rbJ/E4TCrqmMBW0ru6e6oHK0keqyCjX5TmIEWrDAB0jUmmtbsVJM2Du3nM60Jq+V70NwpoEgJGgxUeHdNbd5cK24BA3WDiHRsPW3oI3jYMYHFcK6PtAmLJakup1MM4FntNqNx4wi8GjUt5SQYh6ldkwuIYSTk3YSU6kdWkpony8Du4jjQ1kkmBksMNnuyt9kj/OZNUYOWzoUGp5yVQvSnoL4cCpoUrsMZkPT1+ATYu3SdcsyIApjkJRC8r8sZnAep7b5PxmNgzMj3uJKrO7GymWY6kF0zbUYL2GaIWzdTZ8wVvpleOKYUd8xMNCVaI8jnCBwZDbWeGHcpNQ3KCBP9W4rzoVSTiITaXxjw467z0cGWsYQ8Q0p/wRgg5h1AWcaiZgpdashUC4yzG2QHx9a+6gttFewhFNkaDAgzsFKGXRL8bmlexxyTwz1QFpUalyZo0d8Van+W3P/d2j0WGG0vm/cBXfMGxjWx4Op6CTNy2TcTPW60TLdUNv8mkytzHidoeF2K52xTX1FtkXJSLY2FmHZPKbWSEDy+JyiBjgcu/agwO28jd+qOvUaa0u8BSmbKTcnhGC0btxrdi0DR/8uK1pg6E1oILBQxpyhfzz7LahdBN7U1hJmBkhFl7uQ6o+2+LzjG3WnJBFBXj14UWEKgG6Fb5TrV41w/MqOYcihgQGItVV5PtCvh66USsNE+EkZ5DsCrDpzi2m12Bf6BAowLsaTHGNi5la9/TGDTsssGzWb6xYclNShh3AvBYGbHHhE1i1aRKHhgNJzqazCeUCg5b9hmaYtxxn39471i2iYETi7K2TzRi5X+zQwQrmmPO8ZdjGWQmdCvRKQDE5sRGRlt43UdbUUUomyoEDz6e4tsvXZ9EHjz2+638YSH37cnPRz9VfVQAJmKjr5joxSPgcCsin4+CtLVbRpf3IXmR9uu39SPHmaeJha1IKqvwSBYUdfMha9isT1VhbaU6hkQIzo0GZUYJeA7sA8T1OIutL4N0yffRuOURbL1Lvl+1y5sA/RJtL3T9gsJML4p8uB/Alm8D7hPAvqXavs5CqZPn5C/rO8AAAAASUVORK5CYII=) 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: 70px 0;
      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;
}
}
@media all and (min-width: 1100px) {
.usp-section__starter-pack {
        padding: 70px 0;
}
}
.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_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: #e9e2bf;
    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;
}
}
.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: #e9e2bf;
    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: #e9e2bf;
    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;
}
.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: #e9e2bf;
    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: #e9e2bf;
  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;
}
.sticky-menu {
  z-index: 50;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  background-color: rgba(1, 1, 1, 0.85);
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  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-mobile {
    -webkit-transform: none;
            transform: none;
}
.sticky-menu__desktop {
    -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__desktop .sticky-menu_btn {
      display: none;
}
.sticky-menu_nav {
    display: none;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
}
.sticky-menu__desktop .sticky-menu_nav {
      display: -ms-flexbox;
      display: flex;
}
.sticky-menu_nav-item {
    margin: 0 24px;
    color: #666;
    font-size: 20px;
    line-height: 1.6;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}
.sticky-menu_nav-item:hover, .sticky-menu_nav-item__active {
      color: #fffbe6;
}
.sticky-menu_nav-item__active {
      pointer-events: none;
}
.gallery-carousel {
  min-height: 630px;
  background: no-repeat center / cover;
  position: relative;
}
@media all and (min-width: 1600px) {
.gallery-carousel {
      min-height: 800px;
}
}
@media all and (min-width: 1100px) {
.gallery-slider {
    height: 100vh;
}
}
.gallery-slider_content {
  height: 100%;
  margin-bottom: 0;
  font-size: 0;
  position: relative;
}
@media all and (min-width: 1100px) {
.gallery-slider_content {
      overflow: hidden;
}
}
.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_arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
}
.gallery-slider_arrow__prev {
    left: 10px;
    -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_arrow__next {
    right: 10px;
    -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__single-slide .gallery-slider_arrow {
    display: none;
}
.gallery-slider_preview {
  display: none;
  width: 100%;
}
@media all and (min-width: 1100px) {
.gallery-slider_preview {
      display: block;
      margin-bottom: 20px;
}
}
@media all and (min-width: 1600px) {
.gallery-slider_preview {
      margin-bottom: 40px;
}
}
.gallery-slider__single-slide .gallery-slider_preview {
    display: none;
}
.gallery-slider_bullets {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 24px;
}
@media all and (min-width: 1100px) {
.gallery-slider_bullets {
      display: none;
}
}
.gallery-slider__single-slide .gallery-slider_bullets {
    display: none;
}
.gallery-slider_controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 90px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery-slider_cta-block {
  display: inline-block;
  padding: 0 24px;
}
@media all and (min-width: 720px) {
.gallery-slider_cta-block {
      padding-left: 28px;
      padding-right: 28px;
}
}
@media all and (min-width: 1100px) {
.gallery-slider_cta-block {
      padding-left: 56px;
      padding-right: 56px;
}
}
@media all and (min-width: 1600px) {
.gallery-slider_cta-block {
      padding-left: 100px;
      padding-right: 100px;
}
}
.gallery-slide {
  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%;
  min-height: 100vh;
  padding: 20px 24px 180px;
  background: no-repeat center / cover;
  position: relative;
  cursor: auto;
}
@media all and (min-width: 1100px) {
.gallery-slide {
      -ms-flex-pack: start;
          justify-content: flex-start;
      height: 100vh;
      padding-top: 50px;
      padding-bottom: 280px;
}
}
.gallery-slide_content {
    white-space: normal;
}
@media all and (min-width: 1100px) {
.gallery-slide_content {
        margin-top: auto;
        margin-bottom: auto;
}
}
.gallery-slide_title {
    padding: 15px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 720px) {
.gallery-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-slide_title {
        margin-top: 0;
}
}
.gallery-slide_item {
    width: auto;
    max-height: 250px;
}
@media all and (min-width: 1600px) {
.gallery-slide_item {
        max-height: 550px;
}
}
@media all and (min-width: 1921px) {
.gallery-slide_item {
        max-height: 700px;
}
}
.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__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::after {
        display: block;
        width: 100%;
        height: 100%;
        outline: 2px solid #f9f5e1;
        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;
}
.gallery-slider-preview_item__custom-thumbnail .gallery-slider-preview_img {
      background-size: contain;
}
.influencers-section {
  padding: 40px 0;
  background: no-repeat center / cover;
  position: relative;
}
@media all and (min-width: 720px) {
.influencers-section {
      padding: 70px 0;
}
}
@media all and (min-width: 1100px) {
.influencers-section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      min-height: 100vh;
}
}
@media all and (min-width: 1100px) {
.influencers-section_content {
      width: 100%;
}
}
.influencers-section_inner {
    padding-left: 24px;
    padding-right: 24px;
}
@media all and (min-width: 720px) {
.influencers-section_inner {
        padding-left: 28px;
        padding-right: 28px;
}
}
@media all and (min-width: 1100px) {
.influencers-section_inner {
        padding-left: 56px;
        padding-right: 56px;
}
}
@media all and (min-width: 1600px) {
.influencers-section_inner {
        padding-left: 100px;
        padding-right: 100px;
}
}
.influencers-section_slider-wrapper {
    position: relative;
}
.influencers-section_slider {
    margin-top: 30px;
    margin-bottom: 40px;
    cursor: ew-resize;
}
@media all and (min-width: 1100px) {
.influencers-section_slider {
        margin-top: 50px;
        margin-bottom: 50px;
}
}
.influencers-section__center-mode .influencers-section_slider {
      cursor: auto;
}
.influencers-section__center-mode .influencers-section_slide:first-child {
    margin-left: auto;
}
.influencers-section__center-mode .influencers-section_slide:last-child {
    margin-right: auto;
}
.influencers-section_title {
    margin-bottom: 21px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}
@media all and (min-width: 720px) {
.influencers-section_title {
        margin: 0 auto 25px;
        font-size: 44px;
}
}
@media all and (min-width: 1100px) {
.influencers-section_title {
        font-size: 72px;
}
}
@media (min-width: 1100px) and (max-height: 965px) {
.influencers-section_title {
        font-size: 48px;
}
}
@media all and (min-width: 1600px) {
.influencers-section_title {
        margin-bottom: 56px;
}
}
.influencers-section_nav-arrow {
    position: absolute;
    top: 0;
    cursor: pointer;
}
@media all and (min-width: 720px) {
.influencers-section_nav-arrow {
        display: none;
}
}
.influencers-section_nav-arrow__prev {
      left: 10px;
      -webkit-transform: translateY(28px) scaleX(-1);
              transform: translateY(28px) scaleX(-1);
}
.influencers-section_nav-arrow__next {
      right: 10px;
      -webkit-transform: translateY(28px);
              transform: translateY(28px);
}
.influencer {
  padding: 0 12px;
  text-align: center;
}
.influencer_ava {
    max-width: 100px;
    margin-bottom: 24px;
    border-radius: 50%;
}
@media all and (min-width: 720px) {
.influencer_ava {
        max-width: 150px;
        margin-bottom: 32px;
}
}
@media all and (min-width: 1100px) {
.influencer_ava {
        max-width: 200px;
        margin-bottom: 40px;
}
}
.influencer_title {
    margin-bottom: 16px;
    color: #fffbe6;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
@media all and (min-width: 720px) {
.influencer_title {
        font-size: 32px;
}
}
.influencer_text {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: #e5deb8;
    font-size: 15px;
    line-height: 1.3;
}
@media all and (min-width: 720px) {
.influencer_text {
        max-width: 300px;
        font-size: 24px;
}
}
.influencer_soc-image {
    width: 30px;
    height: auto;
    margin-top: 24px;
}
@media all and (min-width: 720px) {
.influencer_soc-image {
        width: 50px;
        margin-top: 32px;
}
}
@media all and (min-width: 1100px) {
.influencer_soc-image {
        width: 80px;
        margin-top: 40px;
}
}
.info-section {
  padding: 40px 0;
  background: no-repeat center / cover;
  position: relative;
}
@media all and (min-width: 720px) {
.info-section {
      padding: 70px 0;
}
}
@media all and (min-width: 1100px) {
.info-section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      min-height: 100vh;
}
}
@media all and (min-width: 1100px) {
.info-section_content {
      width: 100%;
}
}
.info-section_inner {
    padding-left: 24px;
    padding-right: 24px;
}
@media all and (min-width: 720px) {
.info-section_inner {
        padding-left: 28px;
        padding-right: 28px;
}
}
@media all and (min-width: 1100px) {
.info-section_inner {
        padding-left: 56px;
        padding-right: 56px;
}
}
@media all and (min-width: 1600px) {
.info-section_inner {
        padding-left: 100px;
        padding-right: 100px;
}
}
.info-section_slider {
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: ew-resize;
}
@media all and (min-width: 1100px) {
.info-section_slider {
        margin-top: 50px;
        margin-bottom: 50px;
}
}
.info-section_title {
    color: #fffbe6;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
@media all and (min-width: 720px) {
.info-section_title {
        font-size: 44px;
}
}
.info-section_video-link {
    margin-bottom: 28px;
}
@media all and (min-width: 720px) {
.info-section_video-link {
        margin-bottom: 40px;
}
}
.info-section-item {
  text-align: left;
}
.info-section-item_inner {
    padding-left: 24px;
    padding-right: 24px;
}
@media all and (min-width: 720px) {
.info-section-item_inner {
        padding-left: 56px;
        padding-right: 56px;
}
}
@media all and (min-width: 1100px) {
.info-section-item_inner {
        padding-left: 100px;
        padding-right: 100px;
}
}
.info-section-item_decoration {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 16px;
}
@media all and (min-width: 720px) {
.info-section-item_decoration {
        margin-bottom: 24px;
}
}
.info-section-item_decoration::before, .info-section-item_decoration::after {
      height: 0;
      border-bottom: 2px solid #fffbe6;
      line-height: 0;
      opacity: .45;
      content: "";
}
.info-section-item_decoration::before {
      width: 24px;
}
@media all and (min-width: 720px) {
.info-section-item_decoration::before {
          width: 56px;
}
}
@media all and (min-width: 1100px) {
.info-section-item_decoration::before {
          width: 100px;
}
}
.info-section_slide:first-of-type .info-section-item_decoration::before {
        visibility: hidden;
}
.info-section-item_decoration::after {
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.info-section-item_icon {
    width: 28px;
    height: 28px;
}
@media all and (min-width: 720px) {
.info-section-item_icon {
        width: 38px;
        height: 38px;
}
}
.info-section-item_title {
    height: 40px;
    color: #fffbe6;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}
@media all and (min-width: 720px) {
.info-section-item_title {
        height: 60px;
        font-size: 32px;
}
}
.info-section-item_text {
    color: #e5deb8;
    font-size: 15px;
    line-height: 1.33;
}
@media all and (min-width: 720px) {
.info-section-item_text {
        font-size: 24px;
}
}
.info-section-item_text b,
    .info-section-item_text strong {
      color: #fffbe6;
      font-weight: bold;
}
.timer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 32px;
}
@media all and (min-width: 720px) {
.timer {
      margin-bottom: 48px;
}
}
.timer_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
}
@media all and (min-width: 1100px) {
.timer_list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
}
.timer_item {
    color: #fff;
    font-size: 48px;
}
@supports (-webkit-background-clip: text) {
.timer_item {
        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) {
.timer_item {
        font-size: 110px;
}
}
@media all and (min-width: 1100px) {
.timer_item {
        font-size: 120px;
}
}
.timer_item:not(:last-child) {
      padding-right: 20px;
      position: relative;
}
@media all and (min-width: 720px) {
.timer_item:not(:last-child) {
          padding-right: 50px;
}
}
.timer_item:not(:last-child)::after {
        color: #fff;
        font-family: serif;
        content: ":";
        position: absolute;
        top: -2px;
        right: 3px;
}
@supports (-webkit-background-clip: text) {
.timer_item:not(:last-child)::after {
            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) {
.timer_item:not(:last-child)::after {
            right: 6px;
}
}
@media all and (min-width: 1100px) {
.timer_item__days {
        margin-right: 15px;
}
}
.timer_item__days:not(:last-child) {
      padding-right: 0;
}
.timer_item__days::after {
      display: none;
}
.timer_value {
    display: block;
    font-weight: 700;
    white-space: nowrap;
}
.timer_status {
    color: #fff;
    padding-top: 10px;
    font-size: 40px;
    font-weight: 700;
}
@supports (-webkit-background-clip: text) {
.timer_status {
        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) {
.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;
}
}
.timer_date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
}
@media all and (min-width: 1100px) {
.timer_date {
        width: auto;
}
}

