* {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'WarnockPro';
  text-align: center;
  color: #000000; }

h1 {
  line-height: 6vw;
  font-size: 6vw;
  font-weight: bold; }

h3 {
  line-height: 5.33vw;
  font-size: 5.33vw;
  font-weight: bold; }

h5 {
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase; }

p {
  line-height: 4.6vw;
  font-size: 3.333vw;
  font-weight: bold; }

@media (min-width: 520px) {
  h1 {
    line-height: 32px;
    font-size: 32px; }
  h3 {
    line-height: 21px;
    font-size: 21px; }
  h5 {
    font-size: 11px; }
  p {
    line-height: 15px;
    font-size: 12px; } }

@media (min-width: 520px) and (min-height: 720px) {
  p {
    line-height: 19px;
    font-size: 13px; } }

@media (min-width: 1280px) {
  h1 {
    line-height: 32px;
    font-size: 32px; }
  h3 {
    line-height: 21px;
    font-size: 21px; }
  h5 {
    font-size: 11px; }
  p {
    line-height: 18px;
    font-size: 14px; } }

@media (min-width: 1280px) and (min-height: 720px) {
  h1 {
    line-height: 45px;
    font-size: 45px; }
  h3 {
    line-height: 30px;
    font-size: 30px; }
  h5 {
    font-size: 13px; }
  p {
    line-height: 25px;
    font-size: 15px; } }

.v-hidden {
  visibility: hidden; }

.transparent {
  opacity: 0 !important; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .grid_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    @media (min-width: 520px) {
      .grid__row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 768px) {
      .grid__row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 992px) {
      .grid__row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 1280px) {
      .grid__row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 1600px) {
      .grid__row {
        margin-left: -10px;
        margin-right: -10px; } }
    .grid__row_jc_around {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .grid__row_jc_between {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .grid__row_jc_end {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .grid__row_jc_center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .grid__row_jc_stretch {
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; }
    .grid__row_ai_end {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .grid__row_ai_center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .grid__row_row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      flex-direction: row-reverse; }
      @media (min-width: 520px) {
        .grid__row_row-reverse_xs {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
      @media (min-width: 768px) {
        .grid__row_row-reverse_sm {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
      @media (min-width: 992px) {
        .grid__row_row-reverse_md {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
      @media (min-width: 1280px) {
        .grid__row_row-reverse_lg {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
      @media (min-width: 1600px) {
        .grid__row_row-reverse_xl {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
  .grid__col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: auto;
    padding-left: 10px;
    padding-right: 10px; }
    .grid__col_1 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 8.33333%; }
    .grid__col_2 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 16.66667%; }
    .grid__col_3 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 25%; }
    .grid__col_4 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 33.33333%; }
    .grid__col_5 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 41.66667%; }
    .grid__col_6 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 50%; }
    .grid__col_7 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 58.33333%; }
    .grid__col_8 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 66.66667%; }
    .grid__col_9 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 75%; }
    .grid__col_10 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 83.33333%; }
    .grid__col_11 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 91.66667%; }
    .grid__col_12 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%; }
    @media (min-width: 0px) {
      .grid__col_auto_default {
        width: auto; } }
    @media (min-width: 520px) {
      .grid__col {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 520px) {
      .grid__col_1_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 8.33333%; } }
    @media (min-width: 520px) {
      .grid__col_2_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 16.66667%; } }
    @media (min-width: 520px) {
      .grid__col_3_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 25%; } }
    @media (min-width: 520px) {
      .grid__col_4_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 33.33333%; } }
    @media (min-width: 520px) {
      .grid__col_5_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 41.66667%; } }
    @media (min-width: 520px) {
      .grid__col_6_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 50%; } }
    @media (min-width: 520px) {
      .grid__col_7_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 58.33333%; } }
    @media (min-width: 520px) {
      .grid__col_8_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 66.66667%; } }
    @media (min-width: 520px) {
      .grid__col_9_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 75%; } }
    @media (min-width: 520px) {
      .grid__col_10_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 83.33333%; } }
    @media (min-width: 520px) {
      .grid__col_11_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 91.66667%; } }
    @media (min-width: 520px) {
      .grid__col_12_xs {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%; } }
    @media (min-width: 520px) {
      .grid__col_auto_xs {
        width: auto; } }
    @media (min-width: 768px) {
      .grid__col {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 768px) {
      .grid__col_1_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 8.33333%; } }
    @media (min-width: 768px) {
      .grid__col_2_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 16.66667%; } }
    @media (min-width: 768px) {
      .grid__col_3_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 25%; } }
    @media (min-width: 768px) {
      .grid__col_4_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .grid__col_5_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 41.66667%; } }
    @media (min-width: 768px) {
      .grid__col_6_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 50%; } }
    @media (min-width: 768px) {
      .grid__col_7_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 58.33333%; } }
    @media (min-width: 768px) {
      .grid__col_8_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 66.66667%; } }
    @media (min-width: 768px) {
      .grid__col_9_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 75%; } }
    @media (min-width: 768px) {
      .grid__col_10_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 83.33333%; } }
    @media (min-width: 768px) {
      .grid__col_11_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 91.66667%; } }
    @media (min-width: 768px) {
      .grid__col_12_sm {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%; } }
    @media (min-width: 768px) {
      .grid__col_auto_sm {
        width: auto; } }
    @media (min-width: 992px) {
      .grid__col {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 992px) {
      .grid__col_1_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 8.33333%; } }
    @media (min-width: 992px) {
      .grid__col_2_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 16.66667%; } }
    @media (min-width: 992px) {
      .grid__col_3_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 25%; } }
    @media (min-width: 992px) {
      .grid__col_4_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .grid__col_5_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 41.66667%; } }
    @media (min-width: 992px) {
      .grid__col_6_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 50%; } }
    @media (min-width: 992px) {
      .grid__col_7_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 58.33333%; } }
    @media (min-width: 992px) {
      .grid__col_8_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 66.66667%; } }
    @media (min-width: 992px) {
      .grid__col_9_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 75%; } }
    @media (min-width: 992px) {
      .grid__col_10_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 83.33333%; } }
    @media (min-width: 992px) {
      .grid__col_11_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 91.66667%; } }
    @media (min-width: 992px) {
      .grid__col_12_md {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%; } }
    @media (min-width: 992px) {
      .grid__col_auto_md {
        width: auto; } }
    @media (min-width: 1280px) {
      .grid__col {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 1280px) {
      .grid__col_1_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 8.33333%; } }
    @media (min-width: 1280px) {
      .grid__col_2_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 16.66667%; } }
    @media (min-width: 1280px) {
      .grid__col_3_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 25%; } }
    @media (min-width: 1280px) {
      .grid__col_4_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 33.33333%; } }
    @media (min-width: 1280px) {
      .grid__col_5_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 41.66667%; } }
    @media (min-width: 1280px) {
      .grid__col_6_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 50%; } }
    @media (min-width: 1280px) {
      .grid__col_7_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 58.33333%; } }
    @media (min-width: 1280px) {
      .grid__col_8_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 66.66667%; } }
    @media (min-width: 1280px) {
      .grid__col_9_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 75%; } }
    @media (min-width: 1280px) {
      .grid__col_10_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 83.33333%; } }
    @media (min-width: 1280px) {
      .grid__col_11_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 91.66667%; } }
    @media (min-width: 1280px) {
      .grid__col_12_lg {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%; } }
    @media (min-width: 1280px) {
      .grid__col_auto_lg {
        width: auto; } }
    @media (min-width: 1600px) {
      .grid__col {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 1600px) {
      .grid__col_1_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 8.33333%; } }
    @media (min-width: 1600px) {
      .grid__col_2_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 16.66667%; } }
    @media (min-width: 1600px) {
      .grid__col_3_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 25%; } }
    @media (min-width: 1600px) {
      .grid__col_4_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 33.33333%; } }
    @media (min-width: 1600px) {
      .grid__col_5_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 41.66667%; } }
    @media (min-width: 1600px) {
      .grid__col_6_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 50%; } }
    @media (min-width: 1600px) {
      .grid__col_7_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 58.33333%; } }
    @media (min-width: 1600px) {
      .grid__col_8_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 66.66667%; } }
    @media (min-width: 1600px) {
      .grid__col_9_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 75%; } }
    @media (min-width: 1600px) {
      .grid__col_10_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 83.33333%; } }
    @media (min-width: 1600px) {
      .grid__col_11_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 91.66667%; } }
    @media (min-width: 1600px) {
      .grid__col_12_xl {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%; } }
    @media (min-width: 1600px) {
      .grid__col_auto_xl {
        width: auto; } }

.color_primary {
  color: #3ec7bc; }

.hidden {
  display: none !important; }
  @media (min-width: 0px) {
    .hidden_default {
      display: none !important; } }
  @media (min-width: 0px) and (max-width: 519px) {
    .hidden_default_xs {
      display: none !important; } }
  @media (min-width: 0px) and (max-width: 767px) {
    .hidden_default_sm {
      display: none !important; } }
  @media (min-width: 0px) and (max-width: 991px) {
    .hidden_default_md {
      display: none !important; } }
  @media (min-width: 0px) and (max-width: 1279px) {
    .hidden_default_lg {
      display: none !important; } }
  @media (min-width: 0px) and (max-width: 1599px) {
    .hidden_default_xl {
      display: none !important; } }
  @media (min-width: 520px) {
    .hidden_xs {
      display: none !important; } }
  @media (min-width: 520px) and (max-width: 767px) {
    .hidden_xs_sm {
      display: none !important; } }
  @media (min-width: 520px) and (max-width: 991px) {
    .hidden_xs_md {
      display: none !important; } }
  @media (min-width: 520px) and (max-width: 1279px) {
    .hidden_xs_lg {
      display: none !important; } }
  @media (min-width: 520px) and (max-width: 1599px) {
    .hidden_xs_xl {
      display: none !important; } }
  @media (min-width: 768px) {
    .hidden_sm {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden_sm_md {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .hidden_sm_lg {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 1599px) {
    .hidden_sm_xl {
      display: none !important; } }
  @media (min-width: 992px) {
    .hidden_md {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .hidden_md_lg {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1599px) {
    .hidden_md_xl {
      display: none !important; } }
  @media (min-width: 1280px) {
    .hidden_lg {
      display: none !important; } }
  @media (min-width: 1280px) and (max-width: 1599px) {
    .hidden_lg_xl {
      display: none !important; } }
  @media (min-width: 1600px) {
    .hidden_xl {
      display: none !important; } }

.arrow:before {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media (min-width: 520px) {
  .arrow_up:hover:before {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  .arrow_down:hover:before {
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0); } }

.btn {
  display: block;
  padding: 12px 16px;
  border: 1px solid #6dcdb8;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer; }
  .btn:hover {
    color: #ffffff;
    background: #6dcdb8; }
  .btn:focus {
    outline: none; }

.soc {
  list-style: none;
  text-align: center;
  font-size: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .soc__list {
    pointer-events: auto; }
  .soc__item {
    vertical-align: top;
    margin: 1vw auto; }
  .soc__link {
    display: block;
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    margin: auto;
    color: inherit;
    font-size: 2.3vw;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    @media (min-width: 992px) {
      .soc__link {
        width: 2vw;
        height: 2vw;
        line-height: 2vw;
        font-size: 1.3vw; } }
    .soc__link[class*="vkontakte"] {
      font-size: 2.1vw; }
      @media (min-width: 992px) {
        .soc__link[class*="vkontakte"] {
          font-size: 1.1vw; } }

.logo {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden; }
  .logo__image {
    display: block;
    width: 100%; }

@media (min-width: 768px) {
  .divider_bottom:after {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    margin: 2vh auto 0;
    background: #000000; } }

@media (min-width: 992px) {
  .divider_bottom:after {
    height: 3px; } }

@media (min-width: 1280px) {
  .divider_bottom:after {
    height: 3px; } }

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px; }
  @media (min-width: 520px) {
    .container {
      width: 100%;
      padding: 0 10px; } }
  @media (min-width: 768px) {
    .container {
      width: 100%;
      padding: 0 10px; } }
  @media (min-width: 992px) {
    .container {
      width: 920px;
      padding: 0 10px; } }
  @media (min-width: 1280px) {
    .container {
      width: 1100px;
      padding: 0 10px; } }
  @media (min-width: 1600px) {
    .container {
      width: 1400px;
      padding: 0 10px; } }

.gradient {
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40c7bc+0,40c7bc+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#40c7bc), to(rgba(64, 199, 188, 0)));
  background: linear-gradient(to bottom, #40c7bc 0%, rgba(64, 199, 188, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40c7bc', endColorstr='#0040c7bc',GradientType=0 );
  /* IE6-9 */ }

.product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background: #3ec7bc; }
  @media (min-width: 992px) {
    .product__body {
      height: 50px; } }
  @media (min-width: 1280px) {
    .product__body {
      height: 90px; } }

.product__image {
  display: block;
  width: 16%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.product__link {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }
  .product__link + .product__link {
    width: 50%; }

.more {
  text-transform: uppercase;
  cursor: pointer; }
  .more:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    margin: 2px auto 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .more:hover:after {
    -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
            transform: rotate(45deg) translate3d(5px, 5px, 0); }

.play {
  height: 30px;
  font-size: 30px;
  cursor: pointer; }

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 520px) {
    .intro {
      width: 96%; } }
  @media (min-width: 768px) {
    .intro {
      width: 55%; } }
  @media (min-width: 992px) {
    .intro {
      width: 75%; } }
  @media (min-width: 1280px) {
    .intro {
      width: 770px; } }
  .intro__title {
    width: 100%;
    margin: 0 auto 3vh; }
    @media (min-width: 520px) {
      .intro__title {
        line-height: 42px;
        font-size: 42px; } }
    @media (min-width: 1600px) {
      .intro__title {
        line-height: 42px;
        font-size: 42px; } }
  @media (min-width: 1600px) and (min-height: 720px) {
    .intro__title {
      line-height: 65px;
      font-size: 65px; } }
  .intro__video {
    margin: 6vh auto; }
  .intro__viewport {
    max-width: 570px;
    padding-top: 45%;
    margin: 0 0 0 auto;
    background: #dddddd;
    cursor: pointer; }
  .intro__play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .intro__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4vh; }
  .intro__btn {
    margin-top: 3vh; }
  .intro__product {
    display: block;
    margin-top: 4vh; }
  .intro.disabled {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }

.main {
  width: 90%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 520px) {
    .main {
      width: 80%; } }
  @media (min-width: 1280px) {
    .main {
      width: 50%; } }
  .main__text {
    margin-bottom: 3vh; }
  .main__btn,
  .main .more {
    width: 240px;
    margin: 6vh auto 0; }
    @media (min-width: 1280px) {
      .main__btn,
      .main .more {
        margin: 10vh auto 5vh;
        padding-bottom: 5vh; } }
  .main.disabled {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }

.content {
  position: absolute;
  top: 0;
  left: 0; }
  .content__page {
    position: absolute;
    top: 0;
    left: 0; }

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .step__title {
    width: 52px;
    line-height: 20px;
    padding: 21px 0 9px 0;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .step__title_small {
      width: 45px;
      padding: 15px 0 9px 0;
      font-size: 19px; }
  .step__subtitle {
    margin-top: 7px; }
  .step.disabled {
    opacity: 0.5;
    cursor: default; }
  .step.active {
    cursor: default; }
  .step:hover .step__title {
    border-color: silver; }
  .main .step:hover .step__title {
    border-color: white; }
  .step.active .step__title {
    border-color: #3ec7bc; }

.steps__step {
  width: 110px;
  margin: 0 5px; }
  @media (min-width: 520px) {
    .steps__step {
      margin: 10px 0 0 !important; } }

.back-player {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }
  @media (min-width: 520px) {
    .back-player {
      display: block; } }

.page {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 950;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .page__grid {
    height: 100%; }
    .page__grid > .grid__row {
      height: 100%; }
  .page__preview {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 520px) {
      .page__preview {
        display: block;
        width: auto; } }
  .page__video {
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    background-size: cover;
    background-position: center bottom;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    .page__video.playing {
      width: 100vw; }
      .page__video.playing .page__play {
        opacity: 0; }
    .page_1 .page__video {
      background-image: url(../images/prod-1-preview-mobile.jpg); }
      @media (min-width: 520px) {
        .page_1 .page__video {
          background-image: url(../images/prod-1-preview.jpg); } }
    .page_2 .page__video {
      background-image: url(../images/prod-2-preview-mobile.jpg); }
      @media (min-width: 520px) {
        .page_2 .page__video {
          background-image: url(../images/prod-2-preview.jpg); } }
    .page_3 .page__video {
      background-image: url(../images/prod-3-preview-mobile.jpg); }
      @media (min-width: 520px) {
        .page_3 .page__video {
          background-image: url(../images/prod-3-preview.jpg); } }
    .page_4 .page__video {
      background-image: url(../images/prod-4-preview-mobile.jpg); }
      @media (min-width: 520px) {
        .page_4 .page__video {
          background-image: url(../images/prod-4-preview.jpg); } }
    .page_5 .page__video {
      background-image: url(../images/prod-5-preview-mobile.jpg); }
      @media (min-width: 520px) {
        .page_5 .page__video {
          background-image: url(../images/prod-5-preview.jpg); } }
  .page__play {
    position: absolute;
    top: auto;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    color: #3ec7bc;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 768px) {
      .page__play {
        top: 0;
        bottom: 0;
        right: -3px;
        left: auto; } }
    .page__play:after {
      display: block;
      position: relative;
      -webkit-animation: blink 2s infinite ease;
              animation: blink 2s infinite ease; }
    .page__play:before {
      content: '';
      display: block;
      width: 100px;
      height: 100px;
      border-radius: 100%;
      position: absolute;
      top: -45px;
      bottom: -45px;
      left: -45px;
      right: -45px;
      margin: auto;
      background: white; }
      @media (min-width: 768px) {
        .page__play:before {
          width: auto;
          height: auto;
          top: -45px;
          bottom: -45px;
          left: -45px;
          right: -45px; } }

@-webkit-keyframes blink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes blink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60%;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    @media (min-width: 768px) {
      .page__body {
        height: 100%;
        padding-top: 5vh;
        padding-bottom: 5vh; } }
  @media (min-width: 768px) and (min-height: 840px) {
    .page__body {
      padding-top: 5vh;
      padding-bottom: 5vh; } }
    .page__body_full {
      height: 100%; }
      .page__body_full p {
        font-weight: normal; }
        @media (min-width: 520px) {
          .page__body_full p {
            line-height: 20px;
            font-size: 15px; } }
        @media (min-width: 1600px) {
          .page__body_full p {
            line-height: 25px;
            font-size: 21px; } }
  @media (min-width: 1600px) and (min-height: 720px) {
    .page__body_full p {
      line-height: 30px;
      font-size: 25px; } }
    .page__body_main {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10vh 0 0 0;
      background-color: #3ec7bc; }
      @media (min-width: 768px) {
        .page__body_main {
          padding: 0; } }
      @media (min-width: 1280px) {
        .page__body_main {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
  .page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 8.3333%; }
    @media (min-width: 768px) {
      .page__content {
        padding: 0; } }
  .page__title {
    width: 100%;
    margin: 0vh auto 2vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .page__title .arrow.page__arrow {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .page__title .arrow.page__arrow {
          display: none; } }
    .page__title span {
      display: block;
      width: 100%;
      margin: 0 15px; }
      @media (min-width: 768px) {
        .page__title span {
          margin: 0; } }
    @media (min-width: 768px) {
      .page__title {
        display: block;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: auto;
        margin: 1vh auto 2vh; } }
  @media (min-width: 768px) and (min-height: 720px) {
    .page__title {
      margin: 1vh auto 3vh; } }
  @media (min-width: 768px) and (min-height: 840px) {
    .page__title {
      margin: 2vh auto 4vh; } }
  .page__subtitle {
    margin-bottom: 2.5vh;
    margin-top: 2vh; }
    @media (min-width: 768px) {
      .page__subtitle {
        margin: 0 auto auto; } }
    .page__subtitle a {
      color: #3ec7bc;
      text-decoration: none; }
  @media (min-width: 520px) {
    .page__text {
      text-align: left; } }
  .page__nav.alert .page__number + .page__number {
    color: black !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important; }
  .page__arrow {
    font-size: 4.2vh;
    font-weight: normal;
    cursor: pointer; }

@media (min-width: 992px) and (min-height: 840px) {
  .page__arrow {
    display: inline-block; } }
  .page__number + .page__number {
    font-weight: bold;
    text-transform: none; }
    @media (min-width: 1280px) {
      .page__number + .page__number p {
        font-size: 18px; } }

@media (min-width: 1280px) and (min-height: 720px) {
  .page__number + .page__number {
    font-size: 18px; } }
  .page__arrow + .page__number,
  .page__number + .page__arrow {
    margin-top: 3.5vh;
    cursor: pointer; }
    @media (min-width: 520px) {
      .page__arrow + .page__number,
      .page__number + .page__arrow {
        margin-top: 3.5vh; } }
  .page__content .page__arrow {
    margin-bottom: 3.5vh; }
    @media (min-width: 520px) {
      .page__content .page__arrow {
        margin-bottom: 3.5vh; } }
  .page__product {
    display: block;
    width: 33%;
    margin: 6vh auto 0; }
    @media (min-width: 520px) {
      .page__product {
        margin: auto auto 8vh; } }
    @media (min-width: 768px) {
      .page__product {
        width: 80%; } }
    @media (min-width: 992px) {
      .page__product {
        width: 60%; } }
    @media (min-width: 1280px) {
      .page__product {
        width: 300px; } }
    @media (min-width: 768px) {
      .page__product .product__image {
        width: auto;
        height: 22vh; } }
  @media (min-width: 768px) and (min-height: 840px) {
    .page__product .product__image {
      height: 22vh; } }
  @media (min-width: 768px) and (min-height: 720px) {
    .page__product .product__image {
      height: 22vh; } }
    @media (min-width: 992px) {
      .page__product .product__image {
        height: 25vh; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .page__product .product__image {
      height: 25vh; } }
  @media (min-width: 992px) and (min-height: 840px) {
    .page__product .product__image {
      height: 17vh; } }
    @media (min-width: 768px) {
      .page__product_2 {
        margin-bottom: 5vh; } }
    @media (min-width: 768px) {
      .page__product_2 .product__image {
        width: auto;
        height: 20vh;
        max-height: 145px; } }
  @media (min-width: 768px) and (min-height: 840px) {
    .page__product_2 .product__image {
      height: 22vh; } }
  @media (min-width: 768px) and (min-height: 720px) {
    .page__product_2 .product__image {
      height: 13vh; } }
  .page__video-col {
    height: 33.333%; }
    @media (min-width: 768px) {
      .page__video-col {
        height: 100%; } }
  .page__back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .page__back:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.6); }
  .page__steps {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page__steps .step {
      margin: 0; }
      .page__steps .step + .step {
        margin: 20px 0 0 0; }
  .page__title, .page__subtitle, .page__text, .page__product, .page__number, .page__arrow, .page__steps {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .page.disabled {
    z-index: 900; }
    .page.disabled .page__body_main,
    .page.disabled .main,
    .page.disabled .intro,
    .page.disabled .page__video,
    .page.disabled .page__title,
    .page.disabled .page__subtitle,
    .page.disabled .page__text,
    .page.disabled .page__number,
    .page.disabled .page__arrow,
    .page.disabled .page__steps,
    .page.disabled .page__play {
      opacity: 0; }
    .page.disabled .page__product {
      width: 0; }
      .page.disabled .page__product .product__image {
        opacity: 0;
        -webkit-transform: translate3d(0, -2vw, 0);
                transform: translate3d(0, -2vw, 0); }
    .page.disabled .main,
    .page.disabled .intro {
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
    .page.disabled .page__video {
      -webkit-transform: translate3d(0, 0, 10vw);
              transform: translate3d(0, 0, 10vw); }
      @media (min-width: 520px) {
        .page.disabled .page__video {
          -webkit-transform: translate3d(-10vw, 0, 10vw);
                  transform: translate3d(-10vw, 0, 10vw); } }
    .page.disabled .page__title,
    .page.disabled .page__subtitle,
    .page.disabled .page__text {
      -webkit-transform: translate3d(0, -2vw, 0);
              transform: translate3d(0, -2vw, 0); }
    .page.disabled .page__title {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .page.disabled .page__subtitle {
      -webkit-transition-delay: 0.16s;
              transition-delay: 0.16s; }
    .page.disabled .page__text {
      -webkit-transition-delay: 0.22s;
              transition-delay: 0.22s; }
    .page.disabled .page__product {
      -webkit-transition-delay: 0.58s;
              transition-delay: 0.58s; }
      .page.disabled .page__product .product__image {
        -webkit-transition-delay: 0.28s;
                transition-delay: 0.28s; }
    .page.disabled .page__number {
      -webkit-transition-delay: 0.04s;
              transition-delay: 0.04s; }
    .page.disabled .page__steps {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .page.active {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
    .page.active .page__body_main,
    .page.active .page__video,
    .page.active .main,
    .page.active .intro {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .page.active .page__title {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .page.active .page__subtitle {
      -webkit-transition-delay: 0.76s;
              transition-delay: 0.76s; }
    .page.active .page__text {
      -webkit-transition-delay: 0.82s;
              transition-delay: 0.82s; }
    .page.active .page__product {
      -webkit-transition-delay: 1.5s;
              transition-delay: 1.5s; }
      .page.active .page__product .product__image {
        -webkit-transition-delay: 2s;
                transition-delay: 2s; }
    .page.active .page__number {
      -webkit-transition-delay: 0.54s;
              transition-delay: 0.54s; }
    .page.active .page__play {
      -webkit-transition-delay: 1.3s;
              transition-delay: 1.3s; }

.interface {
  position: absolute;
  top: 0;
  left: 0;
  height: 0; }
  .interface__grid {
    height: 100%; }
    .interface__grid .grid__row {
      height: 100%; }
  .interface .logo {
    position: absolute;
    top: 4vh;
    z-index: 1000; }
    @media (min-width: 768px) {
      .interface .logo {
        top: 5vh; } }
    .interface .logo_buro {
      font-size: 10vw;
      left: 100%; }
      @media (min-width: 768px) {
        .interface .logo_buro {
          font-size: 5vw; } }
    .interface .logo_biotherm {
      font-size: 15vw;
      line-height: 7vw;
      right: 100%; }
      @media (min-width: 768px) {
        .interface .logo_biotherm {
          font-size: 7.4vw;
          line-height: 4vw; } }
  .interface .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh; }
    .interface .soc .soc__list {
      z-index: 1000; }

.popup-video {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background: #000000; }
  .popup-video__player {
    display: block;
    width: 100%;
    height: 100%;
    border: none; }
  .popup-video__close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background: white;
    cursor: pointer; }
    @media (min-width: 768px) {
      .popup-video__close {
        width: 7vw;
        height: 7vw; } }
    .popup-video__close:before, .popup-video__close:after {
      content: '';
      display: block;
      width: 30px;
      height: 3px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #3ec7bc; }
    .popup-video__close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .popup-video__close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .popup-video__frame-player {
    border: none;
    width: 100%;
    height: 100%; }

.checkbox__input {
  display: block;
  position: absolute;
  opacity: 0; }

.checkbox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.checkbox__icon {
  width: 20px;
  height: 20px;
  border: 1px solid #6dcdb8;
  background: white; }

.checkbox__icon:after {
  content: '';
  display: block;
  width: 15px;
  height: 22px;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/check.svg) center center/contain no-repeat;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease; }

.checkbox__label {
  text-align: left;
  font-size: 15px;
  margin-left: 10px;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.checkbox__no-click {
  color: inherit; }

.checkbox:not(.checked) .checkbox__icon:after {
  top: -15px;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .form__title {
    margin-bottom: 40px;
    width: 100%; }
  .form__field {
    width: 100%; }
    .form__field + .form__field {
      margin-top: 25px; }
  .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .form__group .form__field {
    margin-top: 0;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .form__group .form__field {
        width: 50%; }
        .form__group .form__field:nth-child(odd) {
          margin-right: 12.5px; }
        .form__group .form__field:nth-child(even) {
          margin-left: 12.5px; } }
  .form__btn {
    width: auto; }
  .form__field + .form__btn {
    margin-top: 40px; }
  .form__input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #6dcdb8;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .form__input:focus {
      outline: none;
      -webkit-box-shadow: 0 0 2px #6dcdb8;
              box-shadow: 0 0 2px #6dcdb8; }
  .form__footnote {
    margin-top: 15px;
    color: #3ec7bc; }

.popup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .popup-form__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .popup-form__body {
    width: 96%;
    max-width: 500px;
    max-height: 100%;
    padding: 50px;
    overflow: auto;
    overflow-x: hidden;
    background: white;
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease 0.5s;
    transition: all 0.3s ease 0.5s; }
    @media (min-width: 768px) {
      .popup-form__body {
        overflow: visible;
        overflow-x: visible; } }
  .popup-form.invisible .popup-form__body {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
    -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.5); }
  .popup-form__close {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .popup-form__close {
        top: -60px;
        left: -60px;
        right: auto; } }
    .popup-form__close:before, .popup-form__close:after {
      content: '';
      display: block;
      width: 100%;
      height: 7px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #505050; }
    .popup-form__close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .popup-form__close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.btn-buy {
  display: block;
  position: fixed;
  top: 4vh;
  left: -200vw;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #3ec7bc;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white; }
  .btn-buy span {
    display: block;
    padding: 7px 10px 2px;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #3ec7bc;
    white-space: nowrap;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

@-webkit-keyframes buyBtn {
  0% {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
  30% {
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); }
  100% {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); } }

@keyframes buyBtn {
  0% {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
  30% {
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); }
  100% {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); } }
  .btn-buy:hover span {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .btn-buy {
      bottom: 6vh;
      top: auto;
      left: auto;
      right: -40vw;
      position: absolute; }
      .btn-buy span {
        font-size: 12px; } }
  @media (min-width: 992px) {
    .btn-buy {
      bottom: auto;
      top: 90vh; }
      .btn-buy span {
        padding: 7px 30px 2px; } }

@media (min-width: 1280px) and (min-height: 720px) {
  .btn-buy {
    top: 13.5vh; } }

@media (min-width: 1280px) and (min-height: 720px) {
  .btn-buy span {
    font-size: 14px; } }
  @media (min-width: 1600px) {
    .btn-buy {
      top: 17vh; } }
  @media (min-width: 1600px) and (min-height: 720px) {
    .btn-buy {
      top: 13.5vh; } }
  .btn-buy.visible {
    left: 0;
    -webkit-transition-delay: 4s;
            transition-delay: 4s; }
    @media (min-width: 768px) {
      .btn-buy.visible {
        right: 10px;
        left: auto; } }

.blur {
  -webkit-filter: blur(30px);
          filter: blur(30px); }
  .blur.content {
    opacity: 0.7; }

.inverse {
  color: white; }
  .inverse .btn {
    border-color: white;
    color: white; }
    .inverse .btn:hover {
      color: black;
      background: white; }
  .inverse .divider_bottom:after {
    background: white; }

.invisible {
  opacity: 0; }

.credits {
  width: 100%;
  height: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
  color: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .credits__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .credits__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 57.9vw;
    height: 100vh;
    position: fixed;
    bottom: 0;
    right: 0;
    background: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .credits__item {
    list-style: none;
    font-weight: bold; }
  .credits__title {
    margin-bottom: 15px; }
  .credits .page__nav {
    position: absolute;
    top: 5vh; }
  .credits.hidden {
    opacity: 0; }
