<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*modal*/
.modal.left .modal-dialog,
.modal.right .modal-dialog{
    position: fixed;
    margin: auto;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border:0;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
.modal.left.fade .modal-dialog{
    left: -300px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade .modal-dialog {
    right: -300px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

@media (min-width: 768px) {
    .modal.left .modal-dialog.modal-lg,
    .modal.right .modal-dialog.modal-lg{
        width: 600px;
    }
    .modal.left.fade .modal-dialog.modal-lg{
        left: -600px;
    }
    .modal.right.fade .modal-dialog.modal-lg{
        right: -600px;
    }
}
@media (min-width: 992px) {
    .modal.left .modal-dialog.modal-lg,
    .modal.right .modal-dialog.modal-lg{
        width: 900px;
    }
    .modal.left.fade .modal-dialog.modal-lg{
        left: -900px;
    }
    .modal.right.fade .modal-dialog.modal-lg{
        right: -900px;
    }
}

@media (max-width: 767px){
    .modal.left .modal-dialog.modal-lg,
    .modal.right .modal-dialog.modal-lg{
        width: 100vw;
    }
    .modal.left.fade .modal-dialog.modal-lg{
        left: -100vw;
    }
    .modal.right.fade .modal-dialog.modal-lg{
        right: -100vw;
    }
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
}
/*end modal*/


.couponwheel_ios_stop_scrolling {
  height: 100vh;
  width: 100%;
  position: fixed;
  overflow: hidden;
}
.couponwheel_popup_shadow {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none;
}
.couponwheel_popup {
  all: initial;
  font-family: inherit;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  /*max-width: 54em;*/
  z-index: 100001;
  box-shadow: 0.5em 0 2em rgba(0, 0, 0, 0.5);
  color: white;
  overflow-y: auto;
  /*display: none;*/
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  
    background-color: rgb(128,128,128);
    background: linear-gradient(rgb(15, 12, 41), rgb(48, 43, 99), rgb(36, 36, 62));
}
.couponwheel_popup a{
    color: #fff;
}
.couponwheel_form {
  /*font-size: 1.05em;*/
  /*line-height: 1.1em;*/
  padding: 1.5em;
  font-size: 0.8em;
  margin: 0;
}
.couponwheel_popup_heading_text {
  font-weight: 900;
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 1.1em;
}
.couponwheel_popup_main_text {
  margin: 1em 0;
}
.couponwheel_popup_form_error_text {
  font-weight: 600;
  margin: 1.5em 0;
}
.couponwheel_popup_rules_text {
  margin: 1em 0;
  font-size: 0.8em;
}
.couponwheel_coupon_code {
  font-size: 1.5em;
  font-family: monospace;
}
/*.couponwheel_recaptcha,
.couponwheel_popup_checkbox_container,
.couponwheel_form input[type="text"],
.couponwheel_form input[type="email"],
.couponwheel_stage1_submit_btn,
.couponwheel_stage2_continue_btn {
  font-family: inherit;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.8em;
  font-size: inherit;
  border-radius: 0.3em;
  padding: 0.7em;
}*/
.couponwheel_popup_checkbox_container {
  margin-top: 1em;
}
.couponwheel_stage1_submit_btn,
.couponwheel_stage2_continue_btn {
  margin-top: 1.5em;
}
.couponwheel_popup_checkbox_container,
.couponwheel_recaptcha {
  padding: 0;
}
.couponwheel_popup_checkbox_container * {
  vertical-align: middle;
}
.couponwheel_popup_checkbox_container input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  margin-right: 0.5em;
}
.couponwheel_form input[type="submit"] {
  margin-top: 1em;
}
.couponwheel_popup_close_btn {
  font-size: 2.2em;
  display: inline-block;
  cursor: pointer;
  background: none !important;
  border: 0 !important;
}
.couponwheel_popup_close_container {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}
.couponwheel_wheel_crop {
  overflow: hidden;
  position: relative;
  display: inline-table;
  padding: 2px;
  width: 86%;
}
.couponwheel_popup_wheel_container {
  user-select: none;
  padding: 1em 0;
}
.couponwheel_wheel {
  position: relative;
  color: black;
  font-weight: bold;
  font-size: 1.25em;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  line-height: 0;
}
.couponwheel_wheel_img {
  all: initial;
  width: 100%;
  height: auto;
  display: block;
}
.couponwheel_slice_label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43%;
  text-align: right;
  font-size: 0.85em;
  line-height: 1.2em;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0% 50%;
  color: rgb(40, 40, 40);
}
.couponwheel_slice_label:nth-of-type(even) {
  color: white;
}
.couponwheel_popup_rules_checkbox_label {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.couponwheel_popup_wheel_container {
  position: relative;
  left: -45%;
  width: 130%;
}
.couponwheel_marker {
  position: absolute;
  width: 19.4%;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2000;
}
.couponwheel_hidden {
  display: none;
}
.couponwheel_popup_header_image {
  margin: 1.2em 0;
  display: block;
  width: auto;
  height: auto;
  min-height: 3em;
  max-width: 100%;
  max-height: 5em;
  box-sizing: border-box;
}

.couponwheel_ajax_loader {
  margin-top: 1em;
  display: none;
}
.couponwheel_ajax_loader &gt; div {
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.33em;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  -webkit-animation: couponwheel_sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: couponwheel_sk-bouncedelay 1.4s infinite ease-in-out both;
}
.couponwheel_ajax_loader div:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.couponwheel_ajax_loader div:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.couponwheel_manual_open {
  position: fixed;
  z-index: 99999;
}
.couponwheel_manual_open_position_0 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.5em;
}
.couponwheel_manual_open_position_1 {
  top: 1em;
  left: 0.5em;
}
.couponwheel_manual_open_position_2 {
  bottom: 1em;
  left: 0.5em;
}
.couponwheel_manual_open_position_3 {
  top: 1em;
  right: 0.5em;
}
.couponwheel_manual_open_position_4 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.5em;
}
.couponwheel_manual_open_position_5 {
  bottom: 1em;
  right: 0.5em;
}
.couponwheel_manual_open img {
  font-size: 1em;
  width: 4em;
}
@-webkit-keyframes couponwheel_sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes couponwheel_sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.couponwheel_coupon_bar {
  line-height: 1.2em;
  background-color: #1b1b1b;
  color: white;
  font-size: 1.1em;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.couponwheel_coupon_bar p {
  margin: 0.12em;
  padding: 0.25em 0;
}
.couponwheel_offers_progressbar {
  background-color: rgb(230, 230, 230);
  margin-top: 1em;
  padding: 1px;
  border-radius: 2px;
}
.couponwheel_offers_progressbar div {
  height: 0.66em;
  border-radius: 2px;
}
.couponwheel_offers_text {
  margin-top: 0.5em;
  font-size: 0.8em;
}

.couponwheel_slice_label:nth-of-type(1) {
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
}
.couponwheel_slice_label:nth-of-type(2) {
  transform: translateY(-50%) rotate(30deg);
  -webkit-transform: translateY(-50%) rotate(30deg);
}
.couponwheel_slice_label:nth-of-type(3) {
  transform: translateY(-50%) rotate(60deg);
  -webkit-transform: translateY(-50%) rotate(60deg);
}
.couponwheel_slice_label:nth-of-type(4) {
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
}
.couponwheel_slice_label:nth-of-type(5) {
  transform: translateY(-50%) rotate(120deg);
  -webkit-transform: translateY(-50%) rotate(120deg);
}
.couponwheel_slice_label:nth-of-type(6) {
  transform: translateY(-50%) rotate(150deg);
  -webkit-transform: translateY(-50%) rotate(150deg);
}
.couponwheel_slice_label:nth-of-type(7) {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.couponwheel_slice_label:nth-of-type(8) {
  transform: translateY(-50%) rotate(210deg);
  -webkit-transform: translateY(-50%) rotate(210deg);
}
.couponwheel_slice_label:nth-of-type(9) {
  transform: translateY(-50%) rotate(240deg);
  -webkit-transform: translateY(-50%) rotate(240deg);
}
.couponwheel_slice_label:nth-of-type(10) {
  transform: translateY(-50%) rotate(270deg);
  -webkit-transform: translateY(-50%) rotate(270deg);
}
.couponwheel_slice_label:nth-of-type(11) {
  transform: translateY(-50%) rotate(300deg);
  -webkit-transform: translateY(-50%) rotate(300deg);
}
.couponwheel_slice_label:nth-of-type(12) {
  transform: translateY(-50%) rotate(330deg);
  -webkit-transform: translateY(-50%) rotate(330deg);
}

#couponwheel_notice_content {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  padding: 0.6em;
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: center;
  z-index: 100000;
  box-sizing: border-box;
}
#couponwheel_notice_content &gt; span {
  margin-right: 0.5em;
}
#couponwheel_notice_close_btn {
  user-select: none;
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 40em) {
  .couponwheel_wheel {
    font-size: 1.1em;
  }
  .couponwheel_form {
    /*font-size: 1.08em;*/
    padding: 0;
    margin: 0;
    margin: 3em 1.5em;
    margin-right: 3em;
  }
  .couponwheel_popup {
    overflow: visible;
  }
  .couponwheel_popup_form_container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
    overflow-y: auto;
  }
  .couponwheel_popup_wheel_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 50%;
    overflow: hidden;
  }
  .couponwheel_wheel_container {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    left: -42%;
    width: 144%;
  }
  .couponwheel_slice_label {
    font-size: 1.2em;
  }
  .couponwheel_popup_heading_text {
    margin-top: 3em;
  }
}
/*.couponwheel_popup_background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background-color: rgb(128,128,128);
    background: linear-gradient(rgb(15, 12, 41), rgb(48, 43, 99), rgb(36, 36, 62));
}*/

/* animations by https://daneden.github.io/animate.css/ */

@-webkit-keyframes couponwheel_effects_bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes couponwheel_effects_bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.couponwheel_effects_bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: couponwheel_effects_bounceIn;
  animation-name: couponwheel_effects_bounceIn;
}
@-webkit-keyframes couponwheel_effects_tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes couponwheel_effects_tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.couponwheel_effects_tada {
  -webkit-animation-name: couponwheel_effects_tada;
  animation-name: couponwheel_effects_tada;
}
.couponwheel_effects_animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.lgf-group label{
    color: rgb(51, 51, 51);
    z-index: 3;
}

.opener-whell-frame{
    cursor: pointer;
    position: fixed;
    z-index: 999;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .25s;
    left: 20px;
    bottom: 60px;
}
.opener-whell-frame-inner{
    position: relative;
    background: #000;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: 0 0 !important;
    box-shadow: none;
}
.opener-whell-frame-inner svg{
    position: absolute;
}
.opener-whell-frame-title{
    background: #fff;
    padding: 10px 17px;
    border-radius: 4px;
    line-height: 1;
    margin: 0 0 0 15px;
    border: 1px solid rgba(0, 0, 0, .14);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, .13);
    font-size: 15px;
    position: relative;
}
.opener-whell-frame-title:before{
    content: '';
    background: #fff;
    position: absolute;
    top: 50%;
    left: -5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    transform: rotate(45deg);
    border: 1px solid rgba(0, 0, 0, .16);
    border-top: 0;
    border-right: 0;
}

.couponwheel_effects_typing::after {
    content: '';
    display: inline-block;
    width: 1em;
    text-align: left;
    animation: couponwheel_effects_typing 1.5s steps(5, end) infinite;
}
@media(max-width: 768px) {
    .opener-whell-frame-title{
        display: none;
    }
}
    
@keyframes couponwheel_effects_typing {
    0%, 20% {
      content: '';
    }
    40% {
      content: '.';
    }
    60% {
      content: '..';
    }
    80%, 100% {
      content: '...';
    }
}


.vkp-wheel-notice-container{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background-color: #F1C737;
    /*background: linear-gradient(rgb(15, 12, 41), rgb(48, 43, 99), rgb(36, 36, 62));*/
    color: #fff;
    z-index: 100001;
    /*box-shadow: 0.5em 0 2em rgba(0, 0, 0, 0.5);*/
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.vkp-wheel-notice-container .close{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background: #ccc;
    border-radius:100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
}

.couponwheel_form .form-control-error{
    color: red;
}
.couponwheel_form label.thick{
    color: #000;
}</pre></body></html>