<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.active {
  visibility: visible;
}
.hidden {
  visibility: hidden;
}
.hidden_d {
  display: none;
}
.active_d {
  display: block;
}
.reelsection {
  padding-top: 10px;

  direction: ltr;

  background-color: #ffffff;
}
.reel {
  margin-bottom: 10px;

  background-image: url(../img/reel/reel_bg.png);
  background-size: cover;
}
.reelsection__head {
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  color: #000000;
  font-style: italic;
}
.reel__head {
  display: inline-block;
  min-width: 70%;
  padding: 95px 20px;
  padding-right: 40px;
  padding-left: 85px;

  font-weight: 900;
  font-size: 74px;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  text-shadow: 3px 5px 25px rgba(5, 5, 5, 0.56);

  background-image: url(../img/reel/head_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.reel__disc {
  position: relative;
  top: 21px;

  display: inline-block;
  min-width: 263px;
  min-height: 263px;
  margin-left: -41px;
  padding: 65px 0;

  font-weight: 900;
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 4px 7px 15px rgba(5, 5, 5, 0.44);

  background-image: url(../img/reel/disc_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.reel__disc-val {
  display: block;

  font-size: 90px;
}
.reel__body {
  margin-top: -162px;
  margin-left: 20px;
  padding: 100px 70px;
  padding-bottom: 204px;

  background-image: url(../img/reel/counter_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.reel__body-head {
  max-width: 70%;
  margin-bottom: 20px;

  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  font-style: italic;
  text-shadow: 6px 10px 22.56px rgba(5, 5, 5, 0.7);
}
.reel__body-head-big {
  color: #ffb400;
  text-transform: uppercase;
}
.reel__counter {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  margin-left: 15px;
}
.reel__counter-item-box {
  display: table-cell;
  padding: 5px;
}
.reel__counter-item {
  height: 240px;

  background-color: #ffffff;
  background-image: url(../img/reel/casino_elements.png);
  background-position-x: center;
  background-position-y: 21px;
  box-shadow: inset 0 0 20px 6px rgba(0, 0, 0, 0.54);
}




.reel__counter-btn-cont {
  display: table-cell;
  width: 30%;

  vertical-align: middle;
}
.reel__body-btn-box {
  width: 150px;
  height: 150px;
  margin-left: 20px;
  padding: 20px;
  padding-left: 21px;

  background-image: url(../img/reel/button_bg.png);
  background-position: -6px -4px;
  background-size: 107%;
  border-radius: 50%;
}
.reel__body-btn-box_anim {
  box-shadow: 0 0 17px 13px rgba(255, 255, 255, 0.85);

  -webkit-animation: pulse 2s linear infinite;
          animation: pulse 2s linear infinite;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 17px 13px rgba(255, 255, 255, 0.85);
  }
  50% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 0 17px 13px rgba(255, 255, 255, 0.85);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 17px 13px rgba(255, 255, 255, 0.85);
  }
  50% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 0 17px 13px rgba(255, 255, 255, 0.85);
  }
}
.reel__body-btn {
  width: 100%;
  height: 100%;

  background-color: #ff1e00;
  border: 3px solid #ff1e00;
  border-radius: 50%;
  box-shadow: inset 0 0 19px 6px rgba(0, 0, 0, 0.21);
}
.reel__body-btn:hover {
  cursor: pointer;
}
.reel__body-btn:active {
  box-shadow: inset 0 0 45px 10px rgba(0, 0, 0, 0.31);
}
.reel__body-btn_dis {
  background-color: #c0c2c3;
  border: 3px solid #717172;
}
.reel__body-btn_dis:hover {
  cursor: not-allowed;
}
.reel__body-btn_dis:active {
  box-shadow: inset 0 0 19px 6px rgba(0, 0, 0, 0.21);
}
.reel__footer {
  position: relative;
}
.reel__body-text-wrap {
  display: inline-block;
  max-width: 70%;

  font-weight: 700;
  text-align: center;
  font-style: italic;
  text-shadow: 4px 8px 13px rgba(5, 5, 5, 0.33);
}
.reel__body-text {
  font-size: 35px;
  color: #ffffff;
}
.reel__body-untext {
  font-size: 27px;
  color: #ffb400;
}
.reel__attempts {
  position: absolute;
  right: 18px;
  bottom: -172px;

  display: inline-block;
  max-width: 29%;
  padding: 20px 30px;
  padding-top: 90px;

  font-weight: 700;
  font-size: 21px;
  text-align: center;
  color: #ffffff;
  font-style: italic;
  text-shadow: 4px 3px 8px rgba(5, 5, 5, 0.61);

  background-image: url(../img/reel/attempts_bg.png);
  background-position: center top;
  background-size: cover;
}
.reel__attempts-head {
  margin-bottom: 15px;
}
.reel__attempts-count {
  display: block;
  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 15px;

  font-size: 50px;
  line-height: 1.4;
  color: #000000;
  font-style: normal;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.58);

  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.58);
}
.reel__attempts-text {
  margin-bottom: 20px;
}
.reel__timer {
  position: relative;
  z-index: 1;

  display: table;
  width: 100%;
  margin-top: -79px;
  padding: 60px 80px;
  padding-bottom: 172px;

  font-family: "Roboto Condensed";

  background-image: url(../img/reel/timer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.reel__timer-res {
  display: table-cell;
  width: 60%;

  font-weight: 900;
  font-size: 58px;
  vertical-align: top;
  color: #ffb400;
  font-style: italic;
  text-shadow: 4px 8px 7px rgba(5, 5, 5, 0.36);
}
.reel__timer-res-val-box {
  font-size: 50px;
  text-transform: uppercase;
}
.reel__timer-count-head {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.25;
  text-align: center;
  color: #ff1e00;
  text-transform: uppercase;
}
.reel__timer-count {
  display: table-cell;
  padding-top: 10px;

  vertical-align: top;
}
.reel__timer-res-text {
  margin-bottom: 15px;

  font-weight: 900;
  font-size: 33px;
  color: #2c90d7;
  font-style: italic;
}
.counter {
  display: table;
  margin: 10px auto;

  font-weight: 700;
  font-size: 60px;
  color: #ffb400;
}
.counter__item {
  display: table-cell;
}
.counter__item-val {
  position: relative;

  display: inline-block;
}
.counter__item-val_colon {
  padding-left: 25px;
}
.counter__item-val_colon:before {
  content: ":";
  position: absolute;
  top: -5px;
  left: 4px;
}
.congratulation {
  margin-top: -63px;

  background-image: url(../img/reel/reel_bg_bottom.png);
  background-size: cover;
}
.congratulation__body {
  position: relative;
  z-index: 10;

  max-width: 85%;
  margin: auto;
  margin-bottom: 15px;
  padding-top: 15px;

  text-align: center;

  background-image: url(../img/reel/congr_bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 80%;
}
.congratulation__body-wrap {
  position: relative;
}
.congratulation__body-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 0;

  display: block;
  width: 210px;
  height: 100%;

  background-image: url(../img/reel/fun_bg.png);
  background-repeat: no-repeat;
  background-position: -2px -76px;
  background-size: cover;
}
.congratulation__body-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 44px;
  z-index: 0;

  display: block;
  width: 200px;
  height: 100%;

  background-image: url(../img/reel/fun_bg.png);
  background-repeat: no-repeat;
  background-position: -562px -55px;
  background-size: cover;
}
.congratulation__body-head {
  position: relative;
  z-index: 20;

  max-width: 85%;
  margin-left: 38px;
  padding: 43px 20px;
  padding-bottom: 55px;

  font-weight: 700;
  font-size: 33px;
  font-family: "Open Sans";
  color: #ffffff;
  font-style: italic;
  text-shadow: 5px 9px 25px rgba(5, 5, 5, 0.44);

  background-image: url(../img/reel/congr_head_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.congratulation__body-text {
  position: relative;
  z-index: 20;

  margin-bottom: 30px;
  padding: 10px 110px;

  font-weight: 700;
  font-size: 27px;
  line-height: 1.4;
  font-family: "Open Sans";
  color: rgba(255, 255, 255, 0);
  text-shadow: 1px 3px 7px rgba(5, 5, 5, 0.69);

  background: -webkit-gradient(linear, right top, left top, from(green), color-stop(red), color-stop(yellow), color-stop(blue), color-stop(indigo), color-stop(violet), to(green));
  background: linear-gradient(to left, green, red, yellow, blue, indigo, violet, green);
  background-position: 0 0;
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;

  -webkit-animation: background 2s infinite alternate;
          animation: background 2s infinite alternate;;
}
@-webkit-keyframes background {
  100% {
    background-position: 500px 0;
  }
  50% {
    background-position: 0 0;
  }
  0% {
    background-position: -200px 0;
  }
}
@keyframes background {
  100% {
    background-position: 500px 0;
  }
  50% {
    background-position: 0 0;
  }
  0% {
    background-position: -200px 0;
  }
}
.congratulation__body-btn {
  position: relative;
  top: -18px;

  max-width: 62%;
  margin-left: -46px;
  padding: 10px 20px;

  font-weight: 700;
  font-size: 33px;
  line-height: 1.25;
  font-family: "Open Sans";
  color: #ffffff;
  font-style: italic;
  text-shadow: 1px 3px 7px rgba(5, 5, 5, 0.69);

  background: linear-gradient(135deg, #ce63a3 0%, #df8e45 50%, #2295b5 100%);
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 15px 6px rgba(5, 5, 5, 0.48);

  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.congratulation__body-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.congratulation__timer {
  max-width: 75%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 60px;

  text-align: center;

  background-image: url(../img/reel/congr_timer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.congratulation__timer-head {
  max-width: 50%;
  margin: auto;
  padding-top: 20px;

  font-weight: 900;
  font-size: 32px;
  line-height: 1.25;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 2px 3px 12px rgba(5, 5, 5, 0.21);
}
.counter_big {
  font-size: 70px;
}
.congratulation__firework {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

  width: 100%;
  height: 100%;

  background-color: rgba(52, 52, 52, 0.68);
}
.circle {
  position: absolute;
  top: 0;

  width: 25px;
  height: 25px;

  border-radius: 50%;

  -webkit-transition: left 0.5s ease, top 1s ease;
          transition: left 0.5s ease, top 1s ease;
}
@-webkit-keyframes bang_bang {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bang_bang {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 1080px) {
  .container_reel {
    width: 100%;
    padding: 0;
  }
  .reelsection__head {
    padding-bottom: 30px;
  }
  .reel__head {
    display: table-cell;
    width: 70%;
    padding: 30px 30px;

    font-size: 65px;
    vertical-align: middle;

    background: linear-gradient(45deg, #f46200 0%, #ec0208 100%);
    background-image: none;
  }
  .reel__disc {
    position: absolute;
    top: 51px;
    right: 25px;

    display: table-cell;
    min-width: 200px;
    min-height: 200px;
    padding: 48px 0;

    font-size: 30px;
    vertical-align: middle;
  }
  .reel__head-wrap {
    display: table;
    width: 100%;

    background: linear-gradient(45deg, #f46200 0%, #ec0208 100%);
  }
  .reel__body {
    margin: 0;
    padding: 20px;
    padding-top: 36px;

    background: linear-gradient(45deg, #393939 0%, #1a1a1a 100%);
    background-image: none;
  }
  .reel__body-head {
    max-width: 100%;
    margin: 20px;

    line-height: 1.25;
  }
  .reel__disc-val {
    font-size: 70px;
  }
  .reel__counter {
    display: block;
    max-width: 550px;
    margin: auto;
  }
  .reel__counter-item-box {
    display: inline-block;
    min-width: 180px;
  }
  .reel__counter-btn-cont {
    display: block;
  }
  .reel__body-btn-box {
    margin: 20px;
  }
  .reel__body-text-wrap {
    display: none;
  }
  .reel__footer {
    max-width: 550px;
    margin: auto;
  }
  .reel__attempts {
    bottom: -57px;
    left: 280px;

    width: 209px;
    height: 304px;
    padding-top: 73px;

    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .reel__attempts-head {
    position: absolute;
    top: 76px;
    left: 12px;

    margin-bottom: 15px;

    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .reel__attempts-count {
    position: absolute;
    top: 195px;
    left: 43px;

    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .reel__attempts-text {
    display: none;
  }
  .reel__timer {
    display: block;
    margin: 0;
    padding: 20px;

    background: linear-gradient(45deg, #393939 0%, #1a1a1a 100%);
    background-image: none;
  }
  .reel__timer-res {
    display: block;
    width: 100%;

    text-align: center;
  }
  .reel__timer-res-text {
    font-size: 39px;
  }
  .reel__timer-res-val-box {
    font-size: 53px;
  }
  .reel__timer-count {
    display: block;
  }
  .congratulation__body-wrap:after,
  .congratulation__body-wrap:before {
    display: none;
  }
  .congratulation__body {
    max-width: 100%;
    margin: 0;

    background-color: #feb500;
    background-image: none;
  }
  .congratulation__body-head {
    margin: auto;

    font-size: 50px;

    background: linear-gradient(45deg, #f66d00 0%,#eb010d 100%);
    background-image: none;
    box-shadow: 7px 8px 7px 4px rgba(0, 0, 0, 0.33);
  }
  .congratulation__body-text {
    margin: 0;

    line-height: 1;
  }
  .congratulation__body-btn {
    top: 36px;

    max-width: 500px;
    margin: 0;
    margin-top: -21px;
  }
  .congratulation__timer {
    max-width: 100%;
    margin: 0;
    padding-top: 65px;
    padding-bottom: 20px;

    background: linear-gradient(45deg, #393939 0%, #1a1a1a 100%);
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .reelsection__head {
    font-size: 25px;
  }
  .reel__head {
    font-size: 32px;
  }
  .reel__disc {
    top: 42px;

    min-width: 120px;
    min-height: 120px;
    padding: 30px 0;

    font-size: 20px;
  }
  .reel__disc-val {
    font-size: 40px;
  }
  .reel__body {
    padding-top: 20px;
  }
  .reel__body-head {
    font-size: 20px;
  }
  .reel__counter {
    max-width: 370px;
  }
  .reel__counter-item-box {
    min-width: 120px;
  }
  .reel__counter-item {
    height: 150px;

    background-position-y: 23px;
    background-size: cover;
  }
  .reel__timer {
    padding: 15px;
  }
  .reel__attempts {
    bottom: -10px;
    left: 201px;

    width: 140px;
    height: 210px;
  }
  .reel__attempts-head {
    top: 54px;
    left: 0;

    font-size: 18px;
  }
  .reel__attempts-count {
    top: 135px;
    left: 29px;

    width: 50px;
    height: 50px;

    font-size: 32px;
  }
  .reel__body-btn-box {
    margin-left: 0;
  }
  .reel__timer-res-text {
    font-size: 24px;
  }
  .reel__timer-res-val-box {
    font-size: 35px;
  }
  .reel__timer-count-head {
    font-size: 20px;
  }
  .counter {
    font-size: 45px;
  }
  .congratulation__body-head {
    padding: 20px;

    font-size: 24px;
  }
  .congratulation__body-text {
    padding: 20px;

    font-size: 35px;
  }
  .congratulation__body-btn {
    top: 30px;

    max-width: 350px;

    font-size: 30px;
  }
  .congratulation__timer-head {
    max-width: 100%;

    font-size: 24px;
  }
  .reel__footer {
    max-width: 370px;
  }
}
@media screen and (max-width: 425px) {
  .reelsection__head {
    padding: 0 10px;
    padding-bottom: 15px;
  }
  .reel__head {
    padding: 20px 20px;

    font-size: 21px;
  }
  .reel__disc {
    top: 21px;
    right: 9px;

    min-width: 95px;
    min-height: 95px;
    padding: 17px 0;

    font-size: 17px;
  }
  .reel__body-head {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;

    color: #000000;
  }
  .reel__body {
    padding: 10px;
  }
  .reel__counter-item-box {
    min-width: 97px;
    padding: 2px;
  }
  .reel__counter {
    max-width: 300px;
  }
  .reel__footer {
    max-width: 300px;
  }
  .reel__counter-item {
    height: 122px;

    background-position-y: 16px;
  }
  .reel__body-btn-box {
    width: 110px;
    height: 110px;
    padding: 15px;
    padding-left: 14px;

    background-position: -5px -4px;
  }
  .reel__attempts {
    bottom: -26px;
    left: 161px;

    width: 140px;
    height: 200px;
  }
  .congratulation__body-btn {
    top: 28px;

    max-width: 265px;

    font-size: 26px;
  }
  .reel__attempts-count {
    top: 127px;
    left: 17px;
  }
  .congratulation {
    margin-top: -23px;
  }
}
</pre></body></html>