

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  /* color: #ccc; */
  color: white;
}
.flip-clock-wrapper a:hover {
  color: #fff;
}
.flip-clock-wrapper ul {
  list-style: none;
}
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: ' ';
  display: table;
}
.flip-clock-wrapper.clearfix:after {
  clear: both;
}
.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
  font: normal 11px 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-user-select: none;

  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-justify-content: center;

  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  -moz-justify-content: center;

  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  -o-justify-content: center;

  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
  -ms-justify-content: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  justify-content: center;
}
.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}
.flip-clock-meridium a {
  color: #313333;
}
.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  /* margin: 1em; */
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: ' '; /* 1 */
  display: table; /* 2 */
}
.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
  content: '';
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  /* color: #ccc; */
  color: white;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  /* background-color: #333; */
  background: rgba(189, 208, 255, 1);
  border-radius: 6px;
  border-radius: 6px;
  font-size: 70px;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}
.flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}
.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -112.5px;
  color: black;
  text-shadow: none;
}
.flip-clock-divider.minutes .flip-clock-label {
  right: -135px;
}
.flip-clock-divider.seconds .flip-clock-label {
  right: -135px;
}
.flip-clock-dot.top {
  top: 30px;
}
.flip-clock-dot.bottom {
  bottom: 30px;
}
@-webkit-keyframes asd {
0% {
    z-index: 2;
}
20% {
    z-index: 4;
}
100% {
    z-index: 4;
}
}
@-moz-keyframes asd {
0% {
    z-index: 2;
}
20% {
    z-index: 4;
}
100% {
    z-index: 4;
}
}
@-o-keyframes asd {
0% {
    z-index: 2;
}
20% {
    z-index: 4;
}
100% {
    z-index: 4;
}
}
@keyframes asd {
0% {
    z-index: 2;
}
20% {
    z-index: 4;
}
100% {
    z-index: 4;
}
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
0% {
    -webkit-transform: rotateX(90deg);
}
100% {
    -webkit-transform: rotateX(0deg);
}
}
@-moz-keyframes turn {
0% {
    -moz-transform: rotateX(90deg);
}
100% {
    -moz-transform: rotateX(0deg);
}
}
@-o-keyframes turn {
0% {
    -o-transform: rotateX(90deg);
}
100% {
    -o-transform: rotateX(0deg);
}
}
@keyframes turn {
0% {
    transform: rotateX(90deg);
}
100% {
    transform: rotateX(0deg);
}
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
0% {
    -webkit-transform: rotateX(0deg);
}
100% {
    -webkit-transform: rotateX(-90deg);
}
}
@-moz-keyframes turn2 {
0% {
    -moz-transform: rotateX(0deg);
}
100% {
    -moz-transform: rotateX(-90deg);
}
}
@-o-keyframes turn2 {
0% {
    -o-transform: rotateX(0deg);
}
100% {
    -o-transform: rotateX(-90deg);
}
}
@keyframes turn2 {
0% {
    transform: rotateX(0deg);
}
100% {
    transform: rotateX(-90deg);
}
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, black)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, black)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); */
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #bdd0ff 100%;
  /* -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both; */
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  /* background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, black),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); */
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  /* -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both; */
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  /* background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, black),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); */
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  /* -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both; */
  animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-moz-keyframes show {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-o-keyframes show {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes show {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes hide {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@-moz-keyframes hide {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@-o-keyframes hide {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes hide {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./409c7f79a42e56c785f50ed37535f0be.ttf) format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./01c4560c9c15069b6700ce7ad2e49a9c.ttf) format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./ee6539921d713482b8ccd4d0d23961bb.ttf) format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./a7063e0c0f0cb546ad45e9e24b27bd3b.ttf) format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./c8b6e083af3f94009801989c3739425e.ttf) format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./40a74702035bf9ef19053c84ce9a58b9.ttf) format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./c641dbee1d75892e4d88bdc31560c91b.ttf) format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./83c1ec1f1db9a6416791f7d9d29536f2.ttf) format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./ade91f473255991f410f61857696434b.ttf) format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./1b38414956c666bd1df78fe5b9c84756.ttf) format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./19ba7aa52a78c3896558ac1c0a5fb4c7.ttf) format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face{
  font-family: 'Montserrat';
  src: url(./52a50ca037f2f96fa567404dc3c5bdfb.ttf) format('opentype');
  font-weight: 800;
  font-style: italic;
}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{overflow-x:hidden;scroll-behavior:smooth;height:100%}body{background-color:#000;-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif}a,input{outline:none!important}a:focus,input:focus{text-decoration:none}input,textarea{-webkit-appearance:none!important}#app{height:100%}.container{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}.grecaptcha-badge{z-index:1}@media (min-width:768px){.container{max-width:720px}}.wrapper{position:relative;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;color:#fff}.wrapper .content{-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-negative:0;flex-shrink:0;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 68px)}.wrapper .content,.wrapper .content .main{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal}.wrapper .content .main{position:relative;padding:25px 0;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;overflow:auto;background-image:url(../img/03ba306853fa1ebcdb492a57d22a1c3d.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px}.header .site-logo{display:inline-block;width:228px;height:24px;background-image:url(../img/e5317ea9a223249d65f2b0a204a5f497.svg);background-position:50%;background-repeat:no-repeat;background-size:100%}.header_item{width:33.3333%;text-align:center}.clock-wrapper{margin-bottom:10px}.clock-wrapper .flip-clock-wrapper ul{width:30px;height:46px;-webkit-padding-start:0;padding-inline-start:0;margin:0 2px}.clock-wrapper .flip-clock-wrapper ul li{line-height:46px}.clock-wrapper .flip-clock-wrapper ul li a div.up:after{top:22px;background-color:#000}.clock-wrapper .flip-clock-wrapper ul li a div div.inn{color:#000;text-shadow:none;background:#fff;border-radius:6px;font-size:30px}.clock-wrapper .flip-clock-divider{width:16px;height:46px}.clock-wrapper .flip-clock-divider.hours{display:none}.clock-wrapper .flip-clock-divider .flip-clock-label{position:relative;top:4.5em;right:7px;font-size:11px;font-weight:700;color:#fff;text-transform:uppercase;width:80px;display:none;text-align:center}.clock-wrapper .flip-clock-divider.hours .flip-clock-dot{display:none}.clock-wrapper .flip-clock-divider.hours .flip-clock-label,.clock-wrapper .flip-clock-divider.minutes .flip-clock-label{right:-9px}.clock-wrapper .flip-clock-dot{background:#fff;width:5px;height:5px;-webkit-box-shadow:none;box-shadow:none}.clock-wrapper .custom-flip-label{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}.clock-wrapper .custom-flip-label .divider{width:16px;margin:0 2px}.clock-wrapper .custom-flip-label .flip-clock-label{position:relative;top:5px;right:0;font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;width:64px;display:block;text-align:center}.info{text-align:center;margin-bottom:8px}.info .title{font-size:32px;font-weight:800;font-style:italic;margin:16px 0;text-transform:uppercase}.info .paid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:800;color:rgba(0,0,0,.85);margin-bottom:16px;text-transform:uppercase}.info .paid,.info .paid-title{display:-webkit-box;display:-ms-flexbox;display:flex}.info .paid-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffce06;border-radius:4px 0 0 4px;padding:8px 12px}.info .paid-amount{background-color:#fff;border-radius:0 4px 4px 0;padding:8px 12px}.info .paid i{width:20px;height:16px;margin-right:8px}.info .paid i:before{content:"";display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%;background-image:url(../img/334a56c056ffa21ebb591d38cabf71f6.svg)}.hit{text-align:center}.hit .text{margin:16px 0 120px;color:#ffce06}.hit-title,.hit .text{font-size:22px;font-weight:800;font-style:italic;text-transform:uppercase}.hit-title{padding:18px 38px;border-radius:12px;-webkit-box-shadow:0 2px 64px 0 rgba(0,0,0,.5);box-shadow:0 2px 64px 0 rgba(0,0,0,.5);background-color:hsla(0,0%,100%,.1);-webkit-box-sizing:border-box;box-sizing:border-box;height:86px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:560px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hit-title span{color:#ffce06}.hit-title .pulse{-webkit-animation:a 1s infinite linear;animation:a 1s infinite linear}@-webkit-keyframes a{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes a{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.hit-goal{width:400px;margin:-10px auto -30px;line-height:0}.hit-ball,.hit-goal img{width:100%}.hit-ball{position:relative;line-height:0}.hit-ball.animate-1 img{-webkit-animation:b 1.5s infinite linear;animation:b 1.5s infinite linear}.hit-ball.animate-2 img{-webkit-animation:c 1.5s infinite linear;animation:c 1.5s infinite linear}.hit-ball.animate-3 img{-webkit-animation:d 1.5s infinite linear;animation:d 1.5s infinite linear}.hit-ball img{width:100px;height:100px;-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}@-webkit-keyframes b{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1);opacity:1}50%{-webkit-transform:translate(188px,-203px) scale(.4);transform:translate(188px,-203px) scale(.4);opacity:1}to{-webkit-transform:translate(400px,-75px) scale(.7);transform:translate(400px,-75px) scale(.7);opacity:0}}@keyframes b{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1);opacity:1}50%{-webkit-transform:translate(188px,-203px) scale(.4);transform:translate(188px,-203px) scale(.4);opacity:1}to{-webkit-transform:translate(400px,-75px) scale(.7);transform:translate(400px,-75px) scale(.7);opacity:0}}@-webkit-keyframes c{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}to{-webkit-transform:translate(-350px,-500px) scale(0);transform:translate(-350px,-500px) scale(0)}}@keyframes c{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}to{-webkit-transform:translate(-350px,-500px) scale(0);transform:translate(-350px,-500px) scale(0)}}@-webkit-keyframes d{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}33%{-webkit-transform:translate(-150px,-170px) scale(.35);transform:translate(-150px,-170px) scale(.35)}to{-webkit-transform:translate(-150px,-170px) scale(.35);transform:translate(-150px,-170px) scale(.35)}}@keyframes d{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}33%{-webkit-transform:translate(-150px,-170px) scale(.35);transform:translate(-150px,-170px) scale(.35)}to{-webkit-transform:translate(-150px,-170px) scale(.35);transform:translate(-150px,-170px) scale(.35)}}.hit-button{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;position:relative;width:237px;height:58px;margin:-29px auto 0;padding:0;border-radius:29px;border:none;background-image:linear-gradient(256deg,#f10b09,#ff3b3b 50%,red),linear-gradient(180deg,#ff9898,#a80000);background-origin:border-box;outline:none;z-index:3;cursor:pointer}.hit-button,.hit-button:hover{-webkit-transition:all .3s;transition:all .3s}.hit-button:hover{background-image:linear-gradient(225deg,#900d0c,#cd1b1b 48%,#701d1d)}.hit-button:disabled{cursor:default;pointer-events:none;opacity:.8}.hit-button span{font-size:38px;font-weight:800;font-style:italic;letter-spacing:normal;color:#fff}.steps-block{width:100%;max-width:514px;height:308px;position:relative;margin:24px auto 16px;padding:24px 55px 44px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;-webkit-box-shadow:0 4px 32px 0 rgba(0,0,0,.5);box-shadow:0 4px 32px 0 rgba(0,0,0,.5);background-color:#fff;color:#000;text-align:center;overflow:hidden}.steps-block:after,.steps-block:before{content:"";width:50%;height:50%;display:block;position:absolute;top:0;background-size:cover;background-repeat:no-repeat;background-position:50%}.steps-block:before{left:0;background-image:url(./5da2c741469218213159399341571ca3.png)}.steps-block:after{right:0;background-image:url(./084a19d19840b05dfd5da33c3540ad21.png)}.steps-block .title{font-size:24px;font-weight:800;font-style:italic;text-transform:uppercase;margin-bottom:16px}.steps-block .text{font-size:18px;font-weight:700;margin-bottom:24px}.steps-block .steps-line{width:74px;height:3px;border-radius:3px;background-color:#c9c9c9;display:inline-block;margin-bottom:16px}.steps-block .steps-title{font-size:12px;font-weight:700;color:#f41716;text-transform:uppercase;margin-bottom:8px}.steps-block .steps-text{font-size:18px;font-weight:600;margin-bottom:32px}.steps-block .steps-buttons,.steps-block .steps-buttons .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.steps-block .steps-buttons .item{width:112px;height:42px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 4px;border-radius:28px;-webkit-box-shadow:0 4px 16px 0 rgba(223,186,37,.5);box-shadow:0 4px 16px 0 rgba(223,186,37,.5);border:2px solid #ffce06;background-color:#fff;cursor:pointer;text-transform:uppercase;font-size:14px;font-weight:800;color:#000;-webkit-transition:all .3s;transition:all .3s}.steps-block .steps-buttons .item.fill{background-color:#ffce06}.steps-block .steps-buttons .item.fill:hover{background:#eac013;border:2px solid rgba(223,186,37,.5)}.steps-block .steps-buttons .item.fill:hover,.steps-block .steps-buttons .item:hover{-webkit-box-shadow:0 8px 16px 0 rgba(223,186,37,.5);box-shadow:0 8px 16px 0 rgba(223,186,37,.5)}.steps-block .steps-buttons .item:hover{background:#eee;border:2px solid #ffce06;-webkit-transition:all .3s;transition:all .3s}.steps-block .loading{margin-top:12px}.steps-block .loading-ico{width:32px;height:32px;display:inline-block;background-image:url(../img/6501f3cec87b5c249578205c286354f7.svg);-webkit-animation:e 1.5s infinite linear;animation:e 1.5s infinite linear;margin-bottom:16px}@-webkit-keyframes e{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes e{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.steps-block .loading .progress-bar{width:100%;height:8px;border-radius:21px;background-color:#d8d8d8}.steps-block .loading .progress-bar span{width:0;height:100%;display:block;border-radius:21px;background-color:#ffce06;-webkit-animation:f 3s 1s forwards;animation:f 3s 1s forwards}@-webkit-keyframes f{0%{width:0}20%{width:0}35%{width:32%}50%{width:40%}70%{width:70%}to{width:100%}}@keyframes f{0%{width:0}20%{width:0}35%{width:32%}50%{width:40%}70%{width:70%}to{width:100%}}.steps-block .final-title{margin-bottom:26px;padding:8px 16px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:20px;font-weight:800;font-style:italic;color:#000;border-radius:8px;-webkit-box-shadow:0 4px 16px 0 rgba(223,186,37,.5);box-shadow:0 4px 16px 0 rgba(223,186,37,.5);background-color:#ffce06}.steps-block .final .hit-button{width:100%;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;text-decoration:none}.steps-block .final .hit-button span{font-size:16px;font-weight:800;font-style:italic}.comments{width:100%;max-width:514px;margin:0 auto;border-radius:16px;-webkit-box-shadow:0 4px 32px 0 rgba(0,0,0,.5);box-shadow:0 4px 32px 0 rgba(0,0,0,.5);background-color:#fff;color:#000;text-align:center;overflow:hidden}.comments,.comments-title{-webkit-box-sizing:border-box;box-sizing:border-box}.comments-title{text-align:left;font-size:16px;font-weight:800;border-bottom:1px solid #e4e6e9;background-color:#f6f7f9;padding:16px 16px 8px}.comments-wrapper{padding:12px 32px 32px 16px}.comments-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comments-nav .item{font-size:12px;font-weight:600;color:#3b5a96;margin-right:16px}.comments-content .item{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.comments-content .item .avatar{width:32px;min-width:32px;height:32px;border-radius:50%;margin-right:4px;overflow:hidden}.comments-content .item .avatar img{width:100%}.comments-content .item .comment{text-align:left}.comments-content .item .comment-text{padding:8px 16px 8px 8px;border-radius:12px;background-color:#f2f3f5;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;font-weight:500;line-height:1.5;color:#333}.comments-content .item .comment-text span{font-weight:600;color:#3b5a96}.comments-content .item .comment-info{font-size:10px;font-weight:600;color:#696969;padding:0 0 0 8px;margin-top:4px}.comments-content .item .comment-info span{color:#3b5a96}.footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}.footer,.footer p{background-color:#0f1317}.footer p{color:hsla(0,0%,100%,.8);font-size:10px;font-weight:400;margin:0}.footer-wrapper{padding:18px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer-wrapper,.footer-wrapper>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-copyright-logo{display:inline-block;width:165px;height:17px;min-width:165px;min-height:17px;max-width:165px;max-height:17px;margin-right:32px;background-image:url(../img/e5317ea9a223249d65f2b0a204a5f497.svg



  );background-position:50%;background-repeat:no-repeat;background-size:165px 17px}.footer-disclaimer img{margin-right:8px}.footer-disclaimer-18-plus-icon{margin-right:8px;display:inline-block;width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;background-image:url(../img/ebbb28862b62a0875d27a576dbf86fbd.svg);background-position:50%;background-repeat:no-repeat;background-size:32px 32px}@media (max-height:900px){.hit{text-align:center}.hit .text{margin:16px 0}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (max-width:1140px){.footer p{font-size:9px;line-height:12px}}@media (max-width:768px){@-webkit-keyframes b{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1);opacity:1}50%{-webkit-transform:translate(135px,-160px) scale(.4);transform:translate(135px,-160px) scale(.4);opacity:1}to{-webkit-transform:translate(400px,-75px) scale(.7);transform:translate(400px,-75px) scale(.7);opacity:0}}@keyframes b{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1);opacity:1}50%{-webkit-transform:translate(135px,-160px) scale(.4);transform:translate(135px,-160px) scale(.4);opacity:1}to{-webkit-transform:translate(400px,-75px) scale(.7);transform:translate(400px,-75px) scale(.7);opacity:0}}@-webkit-keyframes c{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}to{-webkit-transform:translate(-350px,-500px) scale(0);transform:translate(-350px,-500px) scale(0)}}@keyframes c{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}to{-webkit-transform:translate(-350px,-500px) scale(0);transform:translate(-350px,-500px) scale(0)}}@-webkit-keyframes d{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}33%{-webkit-transform:translate(-115px,-130px) scale(.35);transform:translate(-115px,-130px) scale(.35)}to{-webkit-transform:translate(-115px,-130px) scale(.35);transform:translate(-115px,-130px) scale(.35)}}@keyframes d{0%{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}33%{-webkit-transform:translate(-115px,-130px) scale(.35);transform:translate(-115px,-130px) scale(.35)}to{-webkit-transform:translate(-115px,-130px) scale(.35);transform:translate(-115px,-130px) scale(.35)}}.wrapper .content{height:auto}.wrapper .content .main{background-size:cover}.container{padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.clock-wrapper{margin:0 auto 10px}.header_item{width:auto}.clock-wrapper{width:300px}.info .paid{font-size:13px}.info .title{font-size:25px}.steps-block .final .hit-button span{font-size:14px}.hit .text{font-size:18px;font-weight:800;font-style:italic;text-transform:uppercase}.hit-title{font-size:17px;height:110px;width:450px}.hit-button{width:134px;height:36px;margin:-18px auto 0}.hit-button span{font-size:24px}.footer p{font-size:10px;line-height:16px}.footer-wrapper{max-width:270px;margin:auto}.footer-copyright,.footer-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-copyright{margin-bottom:12px}.footer-copyright-logo{margin-right:0;margin-bottom:12px}.footer-copyright-text p{text-align:center}}@media (max-width:580px){.hit{max-width:300px;margin:0 auto}.hit-title{height:auto}.hit-goal,.hit-title{width:300px}.comments,.steps-block{max-width:380px}.steps-block{height:250px;padding:24px 18px 44px}.steps-block .title{font-size:18px}.steps-block .steps-text,.steps-block .text{font-size:14px;margin-bottom:12px}.steps-block .steps-buttons .item{width:84px;height:30px}.steps-block .final-title{margin-bottom:26px;padding:12px 16px;font-size:14px}.steps-block .final .hit-button{height:42px}}
/*# sourceMappingURL=bundle.dced13c988051d5dfdc7b472b2a10d4c.css.map*/