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, 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 {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #191919;
}

img {
  display: inline-block;
  max-width: 100%;
}

a, button {
  cursor: pointer;
}

strong,
.strong,
b,
.b {
  font-weight: bold;
}

@font-face {
  font-family: 'Gotham Pro Light';
  font-style: normal;
  font-weight: normal;

  src: url("../fonts/GothamPro-Light.eot");
  src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Gotham Pro Bold';
  font-style: normal;
  font-weight: normal;

  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
}

.font-general, body {
  font-family: 'Gotham Pro Light';
}

.font-bold {
  font-family: 'Gotham Pro Bold';
}

.col-1 {
  max-width: 8.33333%;

  -webkit-flex-basis: 8.33333%;

  -ms-flex-preferred-size: 8.33333%;

  flex-basis: 8.33333%;
}

.col-2 {
  max-width: 16.66667%;

  -webkit-flex-basis: 16.66667%;

  -ms-flex-preferred-size: 16.66667%;

  flex-basis: 16.66667%;
}

.col-3 {
  max-width: 25%;

  -webkit-flex-basis: 25%;

  -ms-flex-preferred-size: 25%;

  flex-basis: 25%;
}

.col-4 {
  max-width: 33.33333%;

  -webkit-flex-basis: 33.33333%;

  -ms-flex-preferred-size: 33.33333%;

  flex-basis: 33.33333%;
}

.col-5 {
  max-width: 41.66667%;

  -webkit-flex-basis: 41.66667%;

  -ms-flex-preferred-size: 41.66667%;

  flex-basis: 41.66667%;
}

.col-6 {
  max-width: 50%;

  -webkit-flex-basis: 50%;

  -ms-flex-preferred-size: 50%;

  flex-basis: 50%;
}

.col-7 {
  max-width: 58.33333%;

  -webkit-flex-basis: 58.33333%;

  -ms-flex-preferred-size: 58.33333%;

  flex-basis: 58.33333%;
}

.col-8 {
  max-width: 66.66667%;

  -webkit-flex-basis: 66.66667%;

  -ms-flex-preferred-size: 66.66667%;

  flex-basis: 66.66667%;
}

.col-9 {
  max-width: 75%;

  -webkit-flex-basis: 75%;

  -ms-flex-preferred-size: 75%;

  flex-basis: 75%;
}

.col-10 {
  max-width: 83.33333%;

  -webkit-flex-basis: 83.33333%;

  -ms-flex-preferred-size: 83.33333%;

  flex-basis: 83.33333%;
}

.col-11 {
  max-width: 91.66667%;

  -webkit-flex-basis: 91.66667%;

  -ms-flex-preferred-size: 91.66667%;

  flex-basis: 91.66667%;
}

.col-12 {
  max-width: 100%;

  -webkit-flex-basis: 100%;

  -ms-flex-preferred-size: 100%;

  flex-basis: 100%;
}

@media (min-width: 480px) {
  .col-xs-1 {
    max-width: 8.33333%;

    -webkit-flex-basis: 8.33333%;

    -ms-flex-preferred-size: 8.33333%;

    flex-basis: 8.33333%;
  }
  .col-xs-2 {
    max-width: 16.66667%;

    -webkit-flex-basis: 16.66667%;

    -ms-flex-preferred-size: 16.66667%;

    flex-basis: 16.66667%;
  }
  .col-xs-3 {
    max-width: 25%;

    -webkit-flex-basis: 25%;

    -ms-flex-preferred-size: 25%;

    flex-basis: 25%;
  }
  .col-xs-4 {
    max-width: 33.33333%;

    -webkit-flex-basis: 33.33333%;

    -ms-flex-preferred-size: 33.33333%;

    flex-basis: 33.33333%;
  }
  .col-xs-5 {
    max-width: 41.66667%;

    -webkit-flex-basis: 41.66667%;

    -ms-flex-preferred-size: 41.66667%;

    flex-basis: 41.66667%;
  }
  .col-xs-6 {
    max-width: 50%;

    -webkit-flex-basis: 50%;

    -ms-flex-preferred-size: 50%;

    flex-basis: 50%;
  }
  .col-xs-7 {
    max-width: 58.33333%;

    -webkit-flex-basis: 58.33333%;

    -ms-flex-preferred-size: 58.33333%;

    flex-basis: 58.33333%;
  }
  .col-xs-8 {
    max-width: 66.66667%;

    -webkit-flex-basis: 66.66667%;

    -ms-flex-preferred-size: 66.66667%;

    flex-basis: 66.66667%;
  }
  .col-xs-9 {
    max-width: 75%;

    -webkit-flex-basis: 75%;

    -ms-flex-preferred-size: 75%;

    flex-basis: 75%;
  }
  .col-xs-10 {
    max-width: 83.33333%;

    -webkit-flex-basis: 83.33333%;

    -ms-flex-preferred-size: 83.33333%;

    flex-basis: 83.33333%;
  }
  .col-xs-11 {
    max-width: 91.66667%;

    -webkit-flex-basis: 91.66667%;

    -ms-flex-preferred-size: 91.66667%;

    flex-basis: 91.66667%;
  }
  .col-xs-12 {
    max-width: 100%;

    -webkit-flex-basis: 100%;

    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    max-width: 8.33333%;

    -webkit-flex-basis: 8.33333%;

    -ms-flex-preferred-size: 8.33333%;

    flex-basis: 8.33333%;
  }
  .col-sm-2 {
    max-width: 16.66667%;

    -webkit-flex-basis: 16.66667%;

    -ms-flex-preferred-size: 16.66667%;

    flex-basis: 16.66667%;
  }
  .col-sm-3 {
    max-width: 25%;

    -webkit-flex-basis: 25%;

    -ms-flex-preferred-size: 25%;

    flex-basis: 25%;
  }
  .col-sm-4 {
    max-width: 33.33333%;

    -webkit-flex-basis: 33.33333%;

    -ms-flex-preferred-size: 33.33333%;

    flex-basis: 33.33333%;
  }
  .col-sm-5 {
    max-width: 41.66667%;

    -webkit-flex-basis: 41.66667%;

    -ms-flex-preferred-size: 41.66667%;

    flex-basis: 41.66667%;
  }
  .col-sm-6 {
    max-width: 50%;

    -webkit-flex-basis: 50%;

    -ms-flex-preferred-size: 50%;

    flex-basis: 50%;
  }
  .col-sm-7 {
    max-width: 58.33333%;

    -webkit-flex-basis: 58.33333%;

    -ms-flex-preferred-size: 58.33333%;

    flex-basis: 58.33333%;
  }
  .col-sm-8 {
    max-width: 66.66667%;

    -webkit-flex-basis: 66.66667%;

    -ms-flex-preferred-size: 66.66667%;

    flex-basis: 66.66667%;
  }
  .col-sm-9 {
    max-width: 75%;

    -webkit-flex-basis: 75%;

    -ms-flex-preferred-size: 75%;

    flex-basis: 75%;
  }
  .col-sm-10 {
    max-width: 83.33333%;

    -webkit-flex-basis: 83.33333%;

    -ms-flex-preferred-size: 83.33333%;

    flex-basis: 83.33333%;
  }
  .col-sm-11 {
    max-width: 91.66667%;

    -webkit-flex-basis: 91.66667%;

    -ms-flex-preferred-size: 91.66667%;

    flex-basis: 91.66667%;
  }
  .col-sm-12 {
    max-width: 100%;

    -webkit-flex-basis: 100%;

    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;
  }
}

@media (min-width: 1025px) {
  .col-md-1 {
    max-width: 8.33333%;

    -webkit-flex-basis: 8.33333%;

    -ms-flex-preferred-size: 8.33333%;

    flex-basis: 8.33333%;
  }
  .col-md-2 {
    max-width: 16.66667%;

    -webkit-flex-basis: 16.66667%;

    -ms-flex-preferred-size: 16.66667%;

    flex-basis: 16.66667%;
  }
  .col-md-3 {
    max-width: 25%;

    -webkit-flex-basis: 25%;

    -ms-flex-preferred-size: 25%;

    flex-basis: 25%;
  }
  .col-md-4 {
    max-width: 33.33333%;

    -webkit-flex-basis: 33.33333%;

    -ms-flex-preferred-size: 33.33333%;

    flex-basis: 33.33333%;
  }
  .col-md-5 {
    max-width: 41.66667%;

    -webkit-flex-basis: 41.66667%;

    -ms-flex-preferred-size: 41.66667%;

    flex-basis: 41.66667%;
  }
  .col-md-6 {
    max-width: 50%;

    -webkit-flex-basis: 50%;

    -ms-flex-preferred-size: 50%;

    flex-basis: 50%;
  }
  .col-md-7 {
    max-width: 58.33333%;

    -webkit-flex-basis: 58.33333%;

    -ms-flex-preferred-size: 58.33333%;

    flex-basis: 58.33333%;
  }
  .col-md-8 {
    max-width: 66.66667%;

    -webkit-flex-basis: 66.66667%;

    -ms-flex-preferred-size: 66.66667%;

    flex-basis: 66.66667%;
  }
  .col-md-9 {
    max-width: 75%;

    -webkit-flex-basis: 75%;

    -ms-flex-preferred-size: 75%;

    flex-basis: 75%;
  }
  .col-md-10 {
    max-width: 83.33333%;

    -webkit-flex-basis: 83.33333%;

    -ms-flex-preferred-size: 83.33333%;

    flex-basis: 83.33333%;
  }
  .col-md-11 {
    max-width: 91.66667%;

    -webkit-flex-basis: 91.66667%;

    -ms-flex-preferred-size: 91.66667%;

    flex-basis: 91.66667%;
  }
  .col-md-12 {
    max-width: 100%;

    -webkit-flex-basis: 100%;

    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1 {
    max-width: 8.33333%;

    -webkit-flex-basis: 8.33333%;

    -ms-flex-preferred-size: 8.33333%;

    flex-basis: 8.33333%;
  }
  .col-lg-2 {
    max-width: 16.66667%;

    -webkit-flex-basis: 16.66667%;

    -ms-flex-preferred-size: 16.66667%;

    flex-basis: 16.66667%;
  }
  .col-lg-3 {
    max-width: 25%;

    -webkit-flex-basis: 25%;

    -ms-flex-preferred-size: 25%;

    flex-basis: 25%;
  }
  .col-lg-4 {
    max-width: 33.33333%;

    -webkit-flex-basis: 33.33333%;

    -ms-flex-preferred-size: 33.33333%;

    flex-basis: 33.33333%;
  }
  .col-lg-5 {
    max-width: 41.66667%;

    -webkit-flex-basis: 41.66667%;

    -ms-flex-preferred-size: 41.66667%;

    flex-basis: 41.66667%;
  }
  .col-lg-6 {
    max-width: 50%;

    -webkit-flex-basis: 50%;

    -ms-flex-preferred-size: 50%;

    flex-basis: 50%;
  }
  .col-lg-7 {
    max-width: 58.33333%;

    -webkit-flex-basis: 58.33333%;

    -ms-flex-preferred-size: 58.33333%;

    flex-basis: 58.33333%;
  }
  .col-lg-8 {
    max-width: 66.66667%;

    -webkit-flex-basis: 66.66667%;

    -ms-flex-preferred-size: 66.66667%;

    flex-basis: 66.66667%;
  }
  .col-lg-9 {
    max-width: 75%;

    -webkit-flex-basis: 75%;

    -ms-flex-preferred-size: 75%;

    flex-basis: 75%;
  }
  .col-lg-10 {
    max-width: 83.33333%;

    -webkit-flex-basis: 83.33333%;

    -ms-flex-preferred-size: 83.33333%;

    flex-basis: 83.33333%;
  }
  .col-lg-11 {
    max-width: 91.66667%;

    -webkit-flex-basis: 91.66667%;

    -ms-flex-preferred-size: 91.66667%;

    flex-basis: 91.66667%;
  }
  .col-lg-12 {
    max-width: 100%;

    -webkit-flex-basis: 100%;

    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;
  }
}

[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;

  -webkit-box-flex: 0;

  -webkit-flex-grow: 0;

  -ms-flex-positive: 0;

  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.container {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1025px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.flex, .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-flex: 0;

  -webkit-flex: 0 1 auto;

  -ms-flex: 0 1 auto;

  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hidden,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}

.title-xs, .title-sm, .title-md, .title-lg {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.2;
}

.title-xs {
  font-size: 18px;
}

@media (min-width: 480px) {
  .title-xs {
    font-size: 20px;
  }
}

.title-sm {
  font-size: 20px;
}

@media (min-width: 768px) {
  .title-sm {
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .title-sm {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .title-sm {
    font-size: 30px;
  }
}

.title-md {
  font-size: 22px;
}

@media (min-width: 768px) {
  .title-md {
    font-size: 25px;
  }
}

@media (min-width: 1025px) {
  .title-md {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .title-md {
    font-size: 35px;
  }
}

.title-lg {
  font-size: 22px;
}

@media (min-width: 768px) {
  .title-lg {
    font-size: 30px;
  }
}

@media (min-width: 1025px) {
  .title-lg {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .title-lg {
    font-size: 50px;
  }
}

.soon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
  text-transform: uppercase;
  background-color: #e5ff00;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -webkit-flex-flow: row wrap;

  -ms-flex-flow: row wrap;

  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soon_center {
  text-align: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

@media (min-width: 1025px) {
  .soon {
    min-height: 600px;
  }
}

.soon__logo-icon {
  height: 75px;
}

@media (min-width: 768px) {
  .soon__logo-icon {
    height: 115px;
  }
}

.soon__container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.soon__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .9;
}

.soon__bg span {
  position: absolute;
  width: 5vmin;
  height: 5vmin;
  -webkit-border-radius: 5vmin;
  border-radius: 5vmin;
  -webkit-animation-name: move;
  animation-name: move;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.soon__bg span:nth-child(1) {
  top: 20%;
  left: 27%;
  color: #fff;
  -webkit-box-shadow: -10vmin 0 2.49052vmin currentColor;
  box-shadow: -10vmin 0 2.49052vmin currentColor;
  -webkit-transform-origin: 18vw 14vh;
  -ms-transform-origin: 18vw 14vh;
  transform-origin: 18vw 14vh;
  -webkit-animation-duration: 25.1s;
  animation-duration: 25.1s;
  -webkit-animation-delay: -26.4s;
  animation-delay: -26.4s;
}

.soon__bg span:nth-child(2) {
  top: 74%;
  left: 45%;
  color: #fdffa4;
  -webkit-box-shadow: -10vmin 0 1.71418vmin currentColor;
  box-shadow: -10vmin 0 1.71418vmin currentColor;
  -webkit-transform-origin: -16vw -10vh;
  -ms-transform-origin: -16vw -10vh;
  transform-origin: -16vw -10vh;
  -webkit-animation-duration: 23.1s;
  animation-duration: 23.1s;
  -webkit-animation-delay: -24.6s;
  animation-delay: -24.6s;
}

.soon__bg span:nth-child(3) {
  top: 72%;
  left: 52%;
  color: #fff;
  -webkit-box-shadow: -10vmin 0 3.54276vmin currentColor;
  box-shadow: -10vmin 0 3.54276vmin currentColor;
  -webkit-transform-origin: 8vw -5vh;
  -ms-transform-origin: 8vw -5vh;
  transform-origin: 8vw -5vh;
  -webkit-animation-duration: 16.3s;
  animation-duration: 16.3s;
  -webkit-animation-delay: -8.2s;
  animation-delay: -8.2s;
}

.soon__bg span:nth-child(4) {
  top: 62%;
  left: 34%;
  color: #fff;
  -webkit-box-shadow: -10vmin 0 1.33955vmin currentColor;
  box-shadow: -10vmin 0 1.33955vmin currentColor;
  -webkit-transform-origin: -2vw -15vh;
  -ms-transform-origin: -2vw -15vh;
  transform-origin: -2vw -15vh;
  -webkit-animation-duration: 27.9s;
  animation-duration: 27.9s;
  -webkit-animation-delay: -4.9s;
  animation-delay: -4.9s;
}

.soon__bg span:nth-child(5) {
  top: 37%;
  left: 86%;
  color: #fdffa4;
  -webkit-box-shadow: 10vmin 0 3.27804vmin currentColor;
  box-shadow: 10vmin 0 3.27804vmin currentColor;
  -webkit-transform-origin: 8vw -9vh;
  -ms-transform-origin: 8vw -9vh;
  transform-origin: 8vw -9vh;
  -webkit-animation-duration: 20.6s;
  animation-duration: 20.6s;
  -webkit-animation-delay: -25.8s;
  animation-delay: -25.8s;
}

.soon__bg span:nth-child(6) {
  top: 35%;
  left: 2%;
  color: #fff;
  -webkit-box-shadow: -10vmin 0 2.70155vmin currentColor;
  box-shadow: -10vmin 0 2.70155vmin currentColor;
  -webkit-transform-origin: -9vw 17vh;
  -ms-transform-origin: -9vw 17vh;
  transform-origin: -9vw 17vh;
  -webkit-animation-duration: 15.5s;
  animation-duration: 15.5s;
  -webkit-animation-delay: -15.8s;
  animation-delay: -15.8s;
}

.soon__bg span:nth-child(7) {
  top: 25%;
  left: 75%;
  color: #fdffa4;
  -webkit-box-shadow: -10vmin 0 2.20471vmin currentColor;
  box-shadow: -10vmin 0 2.20471vmin currentColor;
  -webkit-transform-origin: -21vw -23vh;
  -ms-transform-origin: -21vw -23vh;
  transform-origin: -21vw -23vh;
  -webkit-animation-duration: 11.5s;
  animation-duration: 11.5s;
  -webkit-animation-delay: -4.7s;
  animation-delay: -4.7s;
}

.soon__bg span:nth-child(8) {
  top: 54%;
  left: 58%;
  color: #fdffa4;
  -webkit-box-shadow: -10vmin 0 1.75403vmin currentColor;
  box-shadow: -10vmin 0 1.75403vmin currentColor;
  -webkit-transform-origin: -14vw -14vh;
  -ms-transform-origin: -14vw -14vh;
  transform-origin: -14vw -14vh;
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
  -webkit-animation-delay: -17.6s;
  animation-delay: -17.6s;
}

.soon__bg span:nth-child(9) {
  top: 73%;
  left: 36%;
  color: #fdffa4;
  -webkit-box-shadow: -10vmin 0 1.45684vmin currentColor;
  box-shadow: -10vmin 0 1.45684vmin currentColor;
  -webkit-transform-origin: -21vw 8vh;
  -ms-transform-origin: -21vw 8vh;
  transform-origin: -21vw 8vh;
  -webkit-animation-duration: 25.3s;
  animation-duration: 25.3s;
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
}

.soon__bg span:nth-child(10) {
  top: 35%;
  left: 43%;
  color: #fff;
  -webkit-box-shadow: 10vmin 0 1.97111vmin currentColor;
  box-shadow: 10vmin 0 1.97111vmin currentColor;
  -webkit-transform-origin: -23vw -7vh;
  -ms-transform-origin: -23vw -7vh;
  transform-origin: -23vw -7vh;
  -webkit-animation-duration: 24.3s;
  animation-duration: 24.3s;
  -webkit-animation-delay: -14.1s;
  animation-delay: -14.1s;
}

.soon__bg span:nth-child(11) {
  top: 28%;
  left: 90%;
  color: #fdffa4;
  -webkit-box-shadow: 10vmin 0 1.77029vmin currentColor;
  box-shadow: 10vmin 0 1.77029vmin currentColor;
  -webkit-transform-origin: 21vw 25vh;
  -ms-transform-origin: 21vw 25vh;
  transform-origin: 21vw 25vh;
  -webkit-animation-duration: 23.4s;
  animation-duration: 23.4s;
  -webkit-animation-delay: -24.3s;
  animation-delay: -24.3s;
}

.soon__bg span:nth-child(12) {
  top: 89%;
  left: 97%;
  color: #fdffa4;
  -webkit-box-shadow: -10vmin 0 2.41375vmin currentColor;
  box-shadow: -10vmin 0 2.41375vmin currentColor;
  -webkit-transform-origin: 15vw -4vh;
  -ms-transform-origin: 15vw -4vh;
  transform-origin: 15vw -4vh;
  -webkit-animation-duration: 26.6s;
  animation-duration: 26.6s;
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
}

.soon__bg span:nth-child(13) {
  top: 63%;
  left: 35%;
  color: #fff;
  -webkit-box-shadow: -10vmin 0 2.65318vmin currentColor;
  box-shadow: -10vmin 0 2.65318vmin currentColor;
  -webkit-transform-origin: 20vw -20vh;
  -ms-transform-origin: 20vw -20vh;
  transform-origin: 20vw -20vh;
  -webkit-animation-duration: 12.7s;
  animation-duration: 12.7s;
  -webkit-animation-delay: -20.5s;
  animation-delay: -20.5s;
}

.soon__bg span:nth-child(14) {
  top: 22%;
  left: 31%;
  color: #fdffa4;
  -webkit-box-shadow: 10vmin 0 2.38976vmin currentColor;
  box-shadow: 10vmin 0 2.38976vmin currentColor;
  -webkit-transform-origin: 3vw -12vh;
  -ms-transform-origin: 3vw -12vh;
  transform-origin: 3vw -12vh;
  -webkit-animation-duration: 21.3s;
  animation-duration: 21.3s;
  -webkit-animation-delay: -5.6s;
  animation-delay: -5.6s;
}

.soon__bg span:nth-child(15) {
  top: 43%;
  left: 83%;
  color: #fff;
  -webkit-box-shadow: 10vmin 0 3.4155vmin currentColor;
  box-shadow: 10vmin 0 3.4155vmin currentColor;
  -webkit-transform-origin: 23vw 22vh;
  -ms-transform-origin: 23vw 22vh;
  transform-origin: 23vw 22vh;
  -webkit-animation-duration: 25.5s;
  animation-duration: 25.5s;
  -webkit-animation-delay: -28.9s;
  animation-delay: -28.9s;
}

.soon__bg span:nth-child(16) {
  top: 32%;
  left: 53%;
  color: #fdffa4;
  -webkit-box-shadow: 10vmin 0 1.2905vmin currentColor;
  box-shadow: 10vmin 0 1.2905vmin currentColor;
  -webkit-transform-origin: -10vw 12vh;
  -ms-transform-origin: -10vw 12vh;
  transform-origin: -10vw 12vh;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-delay: -9.8s;
  animation-delay: -9.8s;
}

.soon__bg span:nth-child(17) {
  top: 54%;
  left: 77%;
  color: #fdffa4;
  -webkit-box-shadow: 10vmin 0 3.29358vmin currentColor;
  box-shadow: 10vmin 0 3.29358vmin currentColor;
  -webkit-transform-origin: 2vw 12vh;
  -ms-transform-origin: 2vw 12vh;
  transform-origin: 2vw 12vh;
  -webkit-animation-duration: 28s;
  animation-duration: 28s;
  -webkit-animation-delay: -22.1s;
  animation-delay: -22.1s;
}

.soon__bg span:nth-child(18) {
  top: 37%;
  left: 26%;
  color: #fff;
  -webkit-box-shadow: 10vmin 0 3.50144vmin currentColor;
  box-shadow: 10vmin 0 3.50144vmin currentColor;
  -webkit-transform-origin: 0vw 9vh;
  -ms-transform-origin: 0vw 9vh;
  transform-origin: 0vw 9vh;
  -webkit-animation-duration: 14.5s;
  animation-duration: 14.5s;
  -webkit-animation-delay: -15.4s;
  animation-delay: -15.4s;
}

.soon__bg span:nth-child(19) {
  top: 63%;
  left: 8%;
  color: #fdffa4;
  -webkit-box-shadow: 10vmin 0 1.46877vmin currentColor;
  box-shadow: 10vmin 0 1.46877vmin currentColor;
  -webkit-transform-origin: 20vw 21vh;
  -ms-transform-origin: 20vw 21vh;
  transform-origin: 20vw 21vh;
  -webkit-animation-duration: 12.9s;
  animation-duration: 12.9s;
  -webkit-animation-delay: -30s;
  animation-delay: -30s;
}

.soon__bg span:nth-child(20) {
  top: 38%;
  left: 5%;
  color: #fdffa4;
  -webkit-box-shadow: -10vmin 0 2.65412vmin currentColor;
  box-shadow: -10vmin 0 2.65412vmin currentColor;
  -webkit-transform-origin: -9vw 17vh;
  -ms-transform-origin: -9vw 17vh;
  transform-origin: -9vw 17vh;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-delay: -5.4s;
  animation-delay: -5.4s;
}

@-webkit-keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

@keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

.soon__title {
  margin-top: 25px;
  margin-bottom: 0;
}

.soon__subtitle {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .soon__subtitle {
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .soon__subtitle {
    font-size: 22px;
  }
}

.soon__link {
  display: block;
  padding: 5px;
  font-size: 13px;
  color: #191919;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.soon__link:hover {
  color: #fff;
}

@media (min-width: 480px) {
  .soon__link {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .soon__link {
    padding: 0;
    font-size: 19px;
  }
  .soon__link:not(:last-child) {
    margin-bottom: 10px;
  }
}

.soon__link-text {
  position: relative;
  display: inline-block;
}

.soon__link-text:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.soon__link:hover .soon__link-text:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}


.soon__place {
  margin-top: 10px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .soon__place {
    font-size: 18px;
  }
}

.soon__action {
  margin-top: 45px;
  margin-bottom: 45px;
}

.soon__btn {
  display: inline-block;
  position: relative;
  outline: none !important;
  border: none;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Gotham Pro Bold';
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  padding: 10px 20px;
  text-transform: uppercase; 
}

@media (min-width: 768px) {
  .soon__btn {
    font-size: 24px;
    padding: 15px 35px;
  }
}

.soon__btn_border {
  color: #000;
  border: 2px solid #000;
}

.soon__btn_border:hover {
  border-color: #fff;
  color: #fff;
}

@media (min-width: 768px) {
  .soon__btn_border {
    border-width: 3px;
  }
}
