:root {
    --promo-bg-color: #00002B;
    --promo-color-black: #000;
    --promo-color-pink: #E904F5;
    --promo-color-gray: #E3E3E3;
    --promo-color-blue: #00c6ff;
    --promo-color-magenta: #FF267E;
    --promo-color-purple: #280378;
    --promo-color-white: #FFFFFF;
    --promo-colo-orange: #BB8531;
    --promo-colo-orange-two: #E18A03;
    --promo-shadow-blue-text: 0px 0px 15px rgba(0, 198, 255, 0.62), 0px 0px 20px rgba(0, 198, 255, 0.62), 0px 0px 20px rgba(0, 198, 255, 0.62), 0px 0px 20px rgba(0, 198, 255, 0.62), 0px 0px 11px #00C6FF;
    --promo-shadow-orange-text: 0px 0px 5px rgba(255, 229, 0, 0.6), 0px 0px 7px rgba(255, 230, 14, 0.7), 0px 0px 17px rgba(255, 229, 0, 0.3), 0px 0px 24px rgba(255, 229, 0, 0.4), 2px 2px 1px #AD7402, 5px 7px 4px rgba(0, 0, 0, 0.25);
    --promo-shadow-orange-two-text: 0px 0px 5px #FFF06D, 0px 0px 7px #FFF06D, 0px 0px 17px #FFF06D, 0px 0px 24px #FFF06D, 2px 2px 1px #AD7402, 5px 7px 4px rgba(0, 0, 0, 0.25);
    --promo-shadow-gray-text: 1px 1px 1px rgba(0, 0, 0, 0.45);
    --promo-shadow-pink-text: 2px 2px 0px #000; }
  
  body.dark {
    --promo-bg-color: #111218;
    --promo-color-gradient-blue: linear-gradient(180deg, rgba(17, 18, 24, 0) 0%, #111218 90.57%);
    --promo-color-gradient-blue-prize: linear-gradient(90deg, rgba(17, 18, 24, 0) 0%, #111218 100%); }
  
  .overflow {
    overflow: hidden !important; }
  
  .hide {
    display: none !important; }
  
  body {
    background: var(--promo-bg-color); }
    body img {
      max-width: 100%;
      height: auto; }
  
  .fav__page {
    display: flex;
    flex-direction: column;
    background: var(--promo-bg-color); }
    .fav__page.en .welcome__image-title img {
      content: url(https://fav-prom.com/html/jackpot/img/welcome/en/welcome-title-desc.png); }
      @media screen and (min-width: 551px) and (max-width: 1024px) {
        .fav__page.en .welcome__image-title img {
          content: url(https://fav-prom.com/html/jackpot/img/welcome/en/welcome-title-tab.png); } }
      @media screen and (max-width: 550px) {
        .fav__page.en .welcome__image-title img {
          content: url(https://fav-prom.com/html/jackpot/img/welcome/en/welcome-title-mob.png); } }
    .fav__page.en .welcome__image-right {
      background: url(/minio/new-promo/favbet-jackpot/decor-right-desc.png) no-repeat 50% 0/contain; }
      @media screen and (max-width: 1024px) {
        .fav__page.en .welcome__image-right {
          background: url(/minio/new-promo/favbet-jackpot/decor-right-desc.png) no-repeat 50% 0/contain; } }
      @media screen and (max-width: 550px) {
        .fav__page.en .welcome__image-right {
          background: url(/minio/new-promo/favbet-jackpot/decor-right-desc.png) no-repeat 50% 0/contain; } }
    .fav__page.en .detail__title-bottom {
      background: url(https://ro2.betinvest.me/minio/jackpot/bonus-desc.png) no-repeat 0 0/contain; }
      @media screen and (max-width: 550px) {
        .fav__page.en .detail__title-bottom {
          background: url(https://ro2.betinvest.me/minio/jackpot/bonus-mob.png) no-repeat 0 0/contain; } }
    .fav__page.en .titleTwo img {
      content: url(https://fav-prom.com/html/jackpot/img/prize/en/title-slide2-desc.png); }
      @media screen and (max-width: 550px) {
        .fav__page.en .titleTwo img {
          content: url(https://fav-prom.com/html/jackpot/img/prize/en/title-slide2-mob.png); } }
  
       
  
  .foot__item img {
    width: 70rem;
  }
  .wrapper-bg {
    display: flex;
    flex-direction: column;
    background: url(https://fav-prom.com/html/jackpot/img/big-bg.svg) no-repeat 50% 0/cover; }
  
  .custom-btn {
    width: 240px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SuisseIntl-SemiBold, sans-serif;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: var(--promo-color-white);
    text-shadow: var(--promo-shadow-gray-text);
    background: url(https://fav-prom.com/html/jackpot/img/btn-bg.png) no-repeat 0 0/contain;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2.4px;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .custom-btn::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      transition: opacity .3s ease;
      background: url(https://fav-prom.com/html/jackpot/img/btn-bg-hover.png) no-repeat 0 0/contain; }
    .custom-btn:hover::before {
      opacity: 1; }
  
  .custom-btn-two {
    width: 270px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SuisseIntl-SemiBold, sans-serif;
    text-transform: uppercase;
    padding-bottom: 23px;
    color: var(--promo-color-white);
    text-shadow: var(--promo-shadow-gray-text);
    background: url(https://fav-prom.com/html/jackpot/img/btn-bg2.png) no-repeat 0 0/contain;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.6px;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .custom-btn-two::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      transition: opacity .3s ease;
      background: url(https://fav-prom.com/html/jackpot/img/btn-bg2-hover.png) no-repeat 0 0/contain; }
    .custom-btn-two:hover::before {
      opacity: 1; }
    @media screen and (max-width: 550px) {
      .custom-btn-two {
        padding: 0 45px 22px;
        line-height: 25px;
        text-align: center; } 
  
        .foot__item:first-child {
          margin: 8rem -360px 0 0!important;
      }
      }
  
  .welcome {
    align-self: center;
    overflow: hidden;
    position: relative; }
    .welcome__container {
      max-width: 1660px;
      min-width: 1660px;
      padding: 0 15px;
      margin: 0 auto; }
    .welcome__image {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .welcome__image-title {
        position: relative;
        z-index: 5;
        margin: -80px 0 0 0;
        max-width: 750px;
        filter: grayscale(1) brightness(0.5);
        animation: 4s titleAnimation ease infinite; }
      .welcome__image-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(https://fav-prom.com/html/jackpot/img/welcome/welcome-bg-desc.png) no-repeat 50% 0/contain; }
        @media screen and (max-width: 1024px) {
          .welcome__image-bg {
            background: url(https://fav-prom.com/html/jackpot/img/welcome/welcome-bg-tab.png) no-repeat 50% 0/contain; } }
        @media screen and (max-width: 550px) {
          .welcome__image-bg {
            background: url(https://fav-prom.com/html/jackpot/img/welcome/welcome-bg-mob.png) no-repeat 50% 0/contain; } }
      .welcome__image::before {
        content: '';
        position: absolute;
        top: 270px;
        left: 362px;
        z-index: 6;
        width: 190px;
        height: 200px;
        background: url(https://fav-prom.com/html/jackpot/img/welcome/arrow1.png) no-repeat 0 0/contain;
        animation: 3s opacityArrow ease infinite; }
      .welcome__image::after {
        content: '';
        position: absolute;
        top: 432px;
        transform: rotate(6deg);
        right: 403px;
        z-index: 6;
        width: 140px;
        height: 160px;
        background: url(https://fav-prom.com/html/jackpot/img/welcome/arrow2.png) no-repeat 0 0/contain;
        animation: 3s opacityArrow ease infinite;
        animation-delay: 1s; }
      .welcome__image-left {
        position: absolute;
        left: 120px;
        bottom: -50px;
        width: 500px;
        height: 500px;
        background: url(https://fav-prom.com/html/jackpot/img/welcome/decor-left-desc.png) no-repeat 50% 0/contain; }
        @media screen and (max-width: 1024px) {
          .welcome__image-left {
            background: url(https://fav-prom.com/html/jackpot/img/welcome/decor-left-tab.png) no-repeat 50% 0/contain; } }
        @media screen and (max-width: 550px) {
          .welcome__image-left {
            background: url(https://fav-prom.com/html/jackpot/img/welcome/decor-left-mob.png) no-repeat 50% 0/contain; } }
      .welcome__image-right {
        position: absolute;
        right: 210px;
        z-index: 10;
        bottom: -50px;
        width: 280px;
        height: 435px;
        background: url(/minio/new-promo/favbet-jackpot/decor-right-desc.png) no-repeat 50% 0/contain; }
        @media screen and (max-width: 1024px) {
          .welcome__image-right {
            background: url(/minio/new-promo/favbet-jackpot/decor-right-desc.png) no-repeat 50% 0/contain; } }
        @media screen and (max-width: 550px) {
          .welcome__image-right {
            background: url(https://fav-prom.com/html/jackpot/img/welcome/decor-right-mob.png) no-repeat 50% 0/contain; } }
      .welcome__image-pers {
        position: relative;
        z-index: 5;
        max-width: 910px; }
        .welcome__image-pers-text {
          padding: 0 40px 49px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
          font-family: Gawaa-Italic, sans-serif;
          font-size: 24px;
          line-height: 22px;
          color: var(--promo-color-white);
          text-shadow: var(--promo-shadow-blue-text);
          top: -70px;
          right: 160px;
          position: absolute;
          width: 250px;
          height: 220px;
          transform: rotate(7.221deg);
          background: url(https://fav-prom.com/html/jackpot/img/welcome/text-bg.svg) no-repeat 0 0/contain; }
    .welcome__text {
      margin: -60px auto 0;
      position: relative;
      z-index: 10;
      font-family: SuisseIntl-Regular, sans-serif;
      max-width: 835px;
      text-align: center;
      color: var(--promo-color-white);
      text-shadow: var(--promo-shadow-gray-text);
      opacity: 0.5;
      font-size: 12px;
      line-height: 14px; }
      .welcome__text a {
        font-family: SuisseIntl-Regular, sans-serif;
        color: var(--promo-color-white);
        text-decoration: underline; }
        .welcome__text a:hover {
          text-decoration: none; }
  
  .detail__container {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto; }
  
  .detail__row {
    display: flex;
    justify-content: space-between; }
  
  .detail__info {
    padding-top: 150px;
    min-width: 510px;
    max-width: 510px; }
  
  .detail__title {
    font-size: 74px;
    line-height: 76px; }
  
    .detail__title-top {
      color: var(--promo-color-white);
      text-shadow: var(--promo-shadow-blue-text);
      font-family: Gawaa-Italic, sans-serif; }
    .detail__title-bottom {
      animation: 3s decOne ease infinite;
      width: 483px;
      height: 110px;
      margin: -14px 0 -10px -25px;
      background: url(https://fav-prom.com/html/jackpot/img/detail/bonus-desc.png) no-repeat 0 0/contain; }
      @media screen and (max-width: 550px) {
        .detail__title-bottom {
          background: url(https://fav-prom.com/html/jackpot/img/detail/bonus-mob.png) no-repeat 0 0/contain; } }
  
  .detail__text {
    font-family: SuisseIntl-Regular, sans-serif;
    color: var(--promo-color-white);
    font-size: 17px;
    line-height: 30px;
    max-width: 510px;
    margin: 0 0 35px; }
  
  .detail__subtitle {
    font-family: Gawaa-Italic, sans-serif;
    color: var(--promo-color-white);
    text-shadow: var(--promo-shadow-blue-text);
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 15px; }
  
  .detail__list {
    display: flex;
    flex-direction: column;
    gap: 28px; }
  
  .detail__item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: SuisseIntl-Regular, sans-serif;
    color: var(--promo-color-white);
    font-size: 17px;
    line-height: 30px; }
    .detail__item:first-child::before {
      animation: 2s decOne ease infinite;
      background: url(https://fav-prom.com/html/jackpot/img/detail/icon1.svg) no-repeat 0 0/contain; }
    .detail__item:last-child::before {
      animation: 1.5s decOne ease infinite;
      background: url(https://fav-prom.com/html/jackpot/img/detail/icon2.svg) no-repeat 0 0/contain; }
    .detail__item::before {
      content: '';
      display: block;
      width: 70px;
      min-width: 70px;
      height: 60px; }
  
  .detail__image {
    position: relative;
    width: 786px;
    margin: 0 0 0 -280px; }
    .detail__image::before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 30px;
      left: 10px;
      width: 100%;
      height: 100%;
      background: url(https://fav-prom.com/html/jackpot/img/detail/spin.svg) no-repeat 0 0/contain;
      animation: 35s spin linear infinite; }
    .detail__image img {
      position: relative;
      z-index: 10; }
    .detail__image-text {
      z-index: 12;
      padding: 0 40px 49px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-family: Gawaa-Italic, sans-serif;
      font-size: 24px;
      line-height: 22px;
      color: var(--promo-color-white);
      text-shadow: var(--promo-shadow-blue-text);
      top: 90px;
      right: -40px;
      position: absolute;
      width: 250px;
      height: 220px;
      transform: translate(-80px, 0);
      background: url(https://fav-prom.com/html/jackpot/img/welcome/text-bg.svg) no-repeat 0 0/contain;
      opacity: 0;
      transition: .8s ease; }
      .detail__image-text._view {
        transform: translate(0, 0);
        opacity: 1; }
  
  .prize {
    margin: -220px 0 0 0; }
    .prize__container {
      max-width: 1670px;
      margin: 0 auto; }
    .prize__slider {
      display: flex;
      justify-content: center;
      overflow: hidden;
      transition: transform 0.5s ease; }
    .prize__item {
      max-width: 1000px;
      min-width: 1000px;
      margin: 0 -500px;
      transition: transform 0.5s ease, z-index 0.5s, filter .5s ease, opacity .5s ease;
      position: relative;
      filter: blur(6.5px);
      opacity: .6; }
      .prize__item-wrap {
        transform: scale(0.8);
        position: relative; }
      .prize__item.active {
        filter: blur(0);
        opacity: 1; }
      .prize__item-info {
        padding: 80px 0 250px 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -10px;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center; }
      .prize__item-title {
        max-width: 395px;
        position: relative; }
        .prize__item-title::before, .prize__item-title::after {
          content: '';
          position: absolute;
          width: 115px;
          height: 90px;
          animation: 1s shadowBlue ease infinite;
          background: url(https://fav-prom.com/html/jackpot/img/prize/arrow.svg) no-repeat 0 0/contain; }
      .prize__item .titleTwo {
        position: relative;
        margin: 0 0 169px; }
        .prize__item .titleTwo::before {
          top: 0;
          right: -30px;
          transform: rotate(154.645deg); }
        .prize__item .titleTwo::after {
          top: 10px;
          left: -30px;
          transform: rotate(13.645deg); }
      .prize__item .titleOne {
        max-width: 300px;
        margin: 20px 0 186px; }
        .prize__item .titleOne::before {
          top: 20px;
          right: -90px;
          transform: rotate(174.645deg); }
        .prize__item .titleOne::after {
          top: 40px;
          left: -110px;
          transform: rotate(-8.645deg); }
      .prize__item .titleThree {
        max-width: 235px;
        margin: 20px 0 200px; }
        .prize__item .titleThree::before {
          top: 20px;
          right: -90px;
          transform: rotate(174.645deg); }
        .prize__item .titleThree::after {
          top: 40px;
          left: -110px;
          transform: rotate(-8.645deg); }
      .prize__item .titleFourth {
        max-width: 315px;
        margin: 20px 0 200px; }
        .prize__item .titleFourth::before {
          top: 20px;
          right: -90px;
          transform: rotate(174.645deg); }
        .prize__item .titleFourth::after {
          top: 40px;
          left: -110px;
          transform: rotate(-8.645deg); }
      .prize__item-sum {
        white-space: nowrap;
        margin-bottom: 23px;
        text-align: center;
        font-size: 40px;
        opacity: 0.9;
        letter-spacing: 12px;
        position: relative;
        left: 10px;
        font-family: SuisseIntl-SemiBold, sans-serif;
        color: var(--promo-colo-orange-two);
        text-shadow: var(--promo-shadow-orange-two-text); }
      .prize__item-btns {
        margin: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px; }
        .prize__item-btns .left,
        .prize__item-btns .right {
          width: 55px;
          height: 44px;
          position: relative;
          z-index: 1;
          cursor: pointer; }
          .prize__item-btns .left:hover::before,
          .prize__item-btns .right:hover::before {
            opacity: 1; }
          .prize__item-btns .left::before,
          .prize__item-btns .right::before {
            content: '';
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 100px;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity .3s ease; }
        .prize__item-btns .left {
          background: url(https://fav-prom.com/html/jackpot/img/btn-left.png) no-repeat 0 0/contain; }
          .prize__item-btns .left::before {
            background: url(https://fav-prom.com/html/jackpot/img/btn-left-hover.png) no-repeat 0 0/contain; }
        .prize__item-btns .right {
          background: url(https://fav-prom.com/html/jackpot/img/btn-right.png) no-repeat 0 0/contain; }
          .prize__item-btns .right::before {
            background: url(https://fav-prom.com/html/jackpot/img/btn-right-hover.png) no-repeat 0 0/contain; }
      .prize__item-text {
        font-family: SuisseIntl-SemiBold, sans-serif;
        font-size: 17px;
        line-height: 19px;
        text-transform: uppercase;
        color: var(--promo-color-black); }
      .prize__item-stav {
        text-align: center;
        font-family: SuisseIntl-Bold, sans-serif;
        font-size: 83px;
        line-height: 85px;
        text-transform: uppercase;
        -webkit-text-stroke: 1.5px var(--promo-color-white);
        color: var(--promo-color-pink);
        text-shadow: var(--promo-shadow-pink-text); }
  
  .info {
    margin: -200px 0 0 0; }
    .info__container {
      max-width: 1440px;
      padding: 0 15px;
      margin: 0 auto; }
    .info__row {
      display: flex; }
    .info__des {
      max-width: 600px;
      padding-top: 180px; }
    .info__title {
      font-family: Gawaa-Italic, sans-serif;
      color: var(--promo-color-white);
      text-shadow: var(--promo-shadow-blue-text);
      font-size: 46px;
      line-height: 46px;
      margin: 0 0 20px; }
    .info__text {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .info__text p {
        font-family: SuisseIntl-Regular, sans-serif;
        color: var(--promo-color-white);
        font-size: 17px;
        line-height: 30px; }
    .info__image {
      max-width: 815px;
      position: relative; }
      .info__image::before {
        content: '';
        position: absolute;
        top: 30px;
        left: 10px;
        width: 100%;
        height: 100%;
        background: url(https://fav-prom.com/html/jackpot/img/detail/spin.svg) no-repeat 0 0/contain;
        animation: 35s spin linear infinite; }
      .info__image img {
        position: relative;
        z-index: 12; }
      .info__image-text {
        z-index: 12;
        padding: 0 40px 49px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: Gawaa-Italic, sans-serif;
        font-size: 24px;
        line-height: 22px;
        color: var(--promo-color-white);
        text-shadow: var(--promo-shadow-blue-text);
        top: 50px;
        right: 110px;
        position: absolute;
        width: 250px;
        height: 220px;
        transform: translate(-80px, 0);
        background: url(/minio/new-promo/favbet-jackpot/text-bg-reverse-new.png) no-repeat 0 0/contain;
        opacity: 0;
        transition: .8s ease; }
        .info__image-text._view {
          transform: translate(0, 0);
          opacity: 1; }
  
  .foot {
    margin: -100px 0 0 0;
    padding: 0 0 30px 0; }
    .foot__container {
      max-width: 1400px;
      padding: 0 15px;
      margin: 0 auto; }
    .foot__title {
      font-family: Gawaa-Italic, sans-serif;
      color: var(--promo-color-white);
      text-shadow: var(--promo-shadow-blue-text);
      font-size: 74px;
      line-height: 74px;
      text-align: center;
      transform: rotate(-3.731deg); }
    .foot__row {
      margin: -100px 0 60px 0;
      display: flex; }
    .foot__link {
      position: relative;
      z-index: 12;
      animation: 2s decOne ease infinite; }
      .foot__link:hover {
        animation-play-state: paused; }
    .foot__item {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .foot__item:first-child {
        margin: 8rem -260px 0 0; }
    .foot__image {
      margin: 0 0 -190px;
      position: relative; }
      .foot__image::before {
        content: '';
        position: absolute;
        top: 130px;
        left: 120px;
        width: 70%;
        height: 70%;
        background: url(https://fav-prom.com/html/jackpot/img/detail/spin.svg) no-repeat 0 0/contain;
        animation: 35s spin linear infinite; }
      .foot__image img {
        position: relative;
        z-index: 12; }
    .foot__text {
      font-family: SuisseIntl-Regular, sans-serif;
      margin: 0 auto;
      max-width: 600px;
      font-size: 12px;
      line-height: 14px;
      text-shadow: var(--promo-shadow-gray-text);
      color: var(--promo-color-gray);
      text-align: center;
      position: relative;
      z-index: 12; }
      .foot__text a {
        font-family: SuisseIntl-Regular, sans-serif;
        color: var(--promo-color-gray);
        text-decoration: underline; }
        .foot__text a:hover {
          text-decoration: none; }
  
  .hidden {
    opacity: 0 !important;
    transform: scale(1) !important; }
  
  @keyframes spin {
    0% {
      transform: rotate(0); }
    100% {
      transform: rotate(360deg); } }
  
  @keyframes shadowMagenta {
    0% {
      filter: grayscale(1) brightness(0.5); }
    10% {
      filter: grayscale(0) brightness(1); }
    30% {
      filter: grayscale(1) brightness(0.5); }
    40% {
      filter: grayscale(0) brightness(1); }
    55% {
      filter: grayscale(0) brightness(1); }
    65% {
      filter: grayscale(1) brightness(0.5); }
    85% {
      filter: grayscale(0) brightness(1); }
    100% {
      filter: grayscale(0) brightness(1); } }
  
  @keyframes titleAnimation {
    0% {
      filter: grayscale(1) brightness(0.5); }
    10% {
      filter: grayscale(0) brightness(1); }
    20% {
      filter: grayscale(1) brightness(0.5); }
    30% {
      filter: grayscale(0) brightness(1); }
    70% {
      filter: grayscale(0) brightness(1); }
    90% {
      filter: grayscale(0) brightness(1); }
    100% {
      filter: grayscale(1) brightness(0.5); } }
  
  @keyframes opacityArrow {
    0% {
      opacity: 0; }
    10% {
      opacity: 1; }
    30% {
      opacity: 0; }
    40% {
      opacity: 1; }
    55% {
      opacity: 1; }
    65% {
      opacity: 0; }
    85% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  
  @keyframes shadowPurple {
    0% {
      filter: drop-shadow(0px 0px 0px var(--promo-color-purple));
      transform: scale(1); }
    50% {
      filter: drop-shadow(0px 0px 20px var(--promo-color-purple));
      transform: scale(1.02); }
    100% {
      filter: drop-shadow(0px 0px 0px var(--promo-color-purple));
      transform: scale(1); } }
  
  @keyframes shadowBlue {
    0% {
      filter: drop-shadow(0px 0px 3px var(--promo-color-blue)); }
    50% {
      filter: drop-shadow(0px 0px 17px var(--promo-color-blue)); }
    100% {
      filter: drop-shadow(0px 0px 3px var(--promo-color-blue)); } }
  
  @keyframes decOne {
    0% {
      transform: scale(1); }
    50% {
      transform: scale(1.05); }
    100% {
      transform: scale(1); } }
  
  @keyframes decTwo {
    0% {
      transform: rotate(-5.5deg) scale(1); }
    50% {
      transform: rotate(-1.5deg) scale(1.05); }
    100% {
      transform: rotate(-5.5deg) scale(1); } }
  
  @keyframes decThree {
    0% {
      transform: rotate(0deg) scale(1); }
    50% {
      transform: translateY(-10px) scale(1.05); }
    100% {
      transform: rotate(0deg) scale(1); } }
  
  @keyframes decFourth {
    0% {
      transform: rotate(30deg) scale(1); }
    50% {
      transform: rotate(32deg) scale(1.05); }
    100% {
      transform: rotate(30deg) scale(1); } }
  
  @keyframes prizeItem {
    0% {
      transform: scale(1); }
    50% {
      transform: scale(1.04); }
    100% {
      transform: scale(1); } }