.jp-header {
  width: 100%;
  position: static;
}
.jp-header__topbar {
  background: #047116;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px 16px;
}
.jp-header__topbar__text {
  color: #ffbb01;
  font-family: "Roboto", sans-serif;
  font-size: 7px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.jp-header__topbar__text:hover {
  color: #ffbb01;
}
.jp-header__topbar__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-bottom: 0;
}
.jp-header__topbar__flag {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-bottom: 0;
}
.jp-header__main {
  background: #06891C;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.jp-header__logo {
  width: 100%;
  max-width: 110px;
  display: block;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .jp-header__topbar {
    padding: 5px 32px;
    gap: 10px;
  }
  .jp-header__topbar__text {
    font-size: 12px;
  }
  .jp-header__topbar__icon {
    width: 22px;
    height: 22px;
  }
  .jp-header__topbar__flag {
    width: 20px;
    height: 20px;
  }
  .jp-header__main {
    min-height: 58px;
    padding: 8px 32px;
  }
  .jp-header__logo {
    max-width: 183px;
  }
}
.jp-footer {
  background: #1E212B;
  padding: 24px 20px;
}
.jp-footer__inner {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
.jp-footer__inner.desktop {
  display: none;
}
.jp-footer__inner.mobile {
  align-items: center;
  text-align: center;
}
.jp-footer__inner.mobile .jp-footer__left, .jp-footer__inner.mobile .jp-footer__right {
  align-items: center !important;
  text-align: center !important;
}
.jp-footer__inner .jp-footer__right {
  gap: 24px;
  margin-bottom: 24px;
}
.jp-footer__inner .jp-footer__disclaimer {
  margin-bottom: 24px;
}
.jp-footer__left, .jp-footer__right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jp-footer__right {
  align-items: flex-start;
}
.jp-footer__license {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 8px;
}
.jp-footer__license:hover {
  color: #fff;
}
.jp-footer__disclaimer {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 8px 0 0;
  max-width: 520px;
}
.jp-footer__link {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 0px;
}
.jp-footer__link:hover {
  color: #fff;
  text-decoration: underline;
}
.jp-footer__copyright {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 8px 0 0;
}

@media screen and (min-width: 1280px) {
  .jp-footer {
    padding: 24px 40px;
  }
  .jp-footer .jp-footer__inner .jp-footer__disclaimer {
    margin-bottom: 0px;
  }
  .jp-footer .jp-footer__left, .jp-footer .jp-footer__right {
    gap: 8px;
    margin-bottom: 0px;
  }
  .jp-footer .jp-footer__copyright {
    margin-top: 8px;
  }
  .jp-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  .jp-footer__inner.mobile {
    display: none;
  }
  .jp-footer__inner.desktop {
    display: flex;
  }
  .jp-footer__right {
    align-items: flex-end;
    flex-shrink: 0;
  }
  .jp-footer__copyright {
    margin-top: auto;
  }
}
.jp-wc {
  min-height: 60vh;
  background: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jp-wc__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.jp-wc__logo .logo {
  z-index: 2;
  max-width: 81px;
  margin-bottom: 0px;
  margin-top: -10px;
}
.jp-wc__logo__img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 6px;
  width: 100%;
  position: relative;
  height: 45px;
}
.jp-wc__logo .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jp-wc__heading {
  text-align: center;
  max-width: 335px;
  margin: 0 auto;
  margin-bottom: 25px;
  color: #fff;
}
.jp-wc__heading h1,
.jp-wc__heading p {
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.jp-wc__heading h1 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.54px;
  margin-bottom: 4px;
}
.jp-wc__heading p {
  font-size: 12px;
  font-weight: 500;
}
.jp-wc__voting {
  max-width: 365px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 25px;
}
.jp-wc__voting__backdrop {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.jp-wc__voting .banner-top {
  z-index: 2;
}
.jp-wc__voting .banner-top,
.jp-wc__voting .banner-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.jp-wc__voting .banner-mobile {
  height: 100%;
}
.jp-wc__voting__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 20px;
  max-width: 284px;
  margin: 0 auto;
  padding-top: 24px;
}
.jp-wc__voting__grid .slot {
  border-radius: 5px;
  box-shadow: 0 18px 5px 0 rgba(0, 0, 0, 0.01), 0 11px 5px 0 rgba(0, 0, 0, 0.09), 0 6px 4px 0 rgba(0, 0, 0, 0.31), 0 3px 3px 0 rgba(0, 0, 0, 0.53), 0 1px 2px 0 rgba(0, 0, 0, 0.61);
  padding: 7px;
  width: 100%;
  height: 162px;
  position: relative;
  z-index: 2;
  border: 3px solid transparent;
  background-image: radial-gradient(42.42% 63.99% at 50% 50%, #401700 0%, #0B0300 100%), linear-gradient(122deg, #D69620 -63.32%, #EECA61 -52.27%, #F7D776 -35.75%, #F3CC6A -35.7%, #EBB450 -24.65%, #E6A641 -8.07%, #E5A13C -2.55%, #FFED8D 22.68%, #F3BA43 47.17%, #FFED8D 84.89%, #F4D05D 201.84%, #F3BF49 317.85%, #F9D66B 392.43%, #FFED8D 467%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.jp-wc__voting__grid .slot .slot-image {
  border-radius: 5px;
  width: 100%;
  height: 100px;
  object-fit: cover;
  margin-bottom: 0px;
}
.jp-wc__voting__grid .slot .slot-info {
  padding: 3px;
  position: absolute;
  bottom: 2px;
  left: 0px;
  width: 100%;
  max-width: 124px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
.jp-wc__voting__grid .slot .slot-info__title, .jp-wc__voting__grid .slot .slot-info__vote {
  z-index: 1;
  position: relative;
}
.jp-wc__voting__grid .slot .slot-info__title {
  text-align: center;
  color: #034A0F;
  font-family: "Montserrat", sans-serif;
  font-size: 8.958px;
  font-weight: 900;
  margin-bottom: 8px;
}
.jp-wc__voting__grid .slot .slot-info__vote {
  cursor: pointer;
  width: 100%;
  padding: 6px;
  text-align: center;
  border-radius: 22px;
  background: #06891C;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 10.416px;
  font-weight: 700;
  line-height: 16.368px;
}
.jp-wc__voting__grid .slot .slot-info .gold-plate {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  margin-bottom: 0px;
}
.jp-wc__voting__offers {
  z-index: 20;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 284px;
  margin: 0 auto;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jp-wc__voting__offers .offer {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 12px 23px;
  border-radius: 7px;
}

.jp-wc__voting__offers .offer .top-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.jp-wc__voting__offers .offer .tag {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.jp-wc__voting__offers .offer .casino-logo-container {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 8px;
  overflow:hidden
}

.jp-wc__voting__offers .offer .casino-logo-container .casino-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.jp-wc__voting__offers .offer .desc {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 11px;
}
.jp-wc__voting__offers .offer .title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 11px;
  margin-top: 11px;
  flex: 1;
}
.jp-wc__voting__offers .offer .offer-button {
  border-radius: 36.52px;
  background: linear-gradient(0deg, #FB0 0%, #FB0 100%);
  padding: 6px 19px;
  margin-bottom: 11px;
  color: #1F1F1F;
  font-family: "Open Sans", sans-serif;
  font-size: 9.495px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  text-align: center;
  height: 43px;
  flex-direction: column;
  justify-content: center;
}
.jp-wc__voting__offers .offer hr {
  margin: 0px;
  background: #047116;
  height: 1.5px;
  border-radius: 5px;
}
.jp-wc__voting__voted {
  z-index: 2;
  position: relative;
  padding-top: 24px;
  max-width: 307px;
  margin: 0 auto;
}
.jp-wc__voting__voted .title {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.84px;
  margin-bottom: 9px;
}
.jp-wc__voting__voted .text {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.jp-wc__demo {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  flex-direction: column;
}
.jp-wc__demo__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.jp-wc__demo__close:hover {
  background: rgba(255, 255, 255, 0.15);
}
.jp-wc__demo__iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.jp-wc__ranking {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: opacity 0.3s ease;
}
.jp-wc__ranking .title {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -11px;
}
.jp-wc__ranking__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding: 35px 24px;
  position: relative;
  background: transparent;
}
.jp-wc__ranking__grid .ranking-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.jp-wc__ranking__grid .ranking-border--desktop {
  display: none;
}
.jp-wc__ranking__grid .ranking-border--mobile {
  display: block;
}
.jp-wc__ranking__grid .r-item {
  border-radius: 0px 10px 10px 10px;
  padding: 2px;
  position: relative;
  z-index: 2;
  width: 100%;
  border: 3px solid transparent;
  background-image: linear-gradient(75deg, #D69620 -21.78%, #EECA61 -19.46%, #F7D776 -15.99%, #F3CC6A -15.97%, #EBB450 -13.65%, #E6A641 -10.17%, #E5A13C -9.01%, #FFED8D -3.71%, #F3BA43 1.43%, #FFED8D 9.36%, #F4D05D 33.93%, #F3BF49 58.3%, #F9D66B 73.97%, #FFED8D 89.64%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.jp-wc__ranking__grid .r-item .tag {
  background-image: linear-gradient(75deg, #D69620 -21.78%, #EECA61 -19.46%, #F7D776 -15.99%, #F3CC6A -15.97%, #EBB450 -13.65%, #E6A641 -10.17%, #E5A13C -9.01%, #FFED8D -3.71%, #F3BA43 1.43%, #FFED8D 9.36%, #F4D05D 33.93%, #F3BF49 58.3%, #F9D66B 73.97%, #FFED8D 89.64%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  max-width: fit-content;
  color: #034A0F;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 6px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -13px;
  left: 0px;
  padding: 3.7px 10px 2.2px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.jp-wc__ranking__grid .r-item__inner {
  border-radius: 0px 8px 8px 8px;
  padding: 9px 8px 15px 8px;
  background: #034A0F;
  width: 100%;
  height: 100%;
}
.jp-wc__ranking__grid .r-item__inner .vector {
  mix-blend-mode: overlay;
  position: absolute;
  width: 84%;
  left: 4px;
  top: 4px;
}
.jp-wc__ranking__grid .r-item__inner.locked {
  min-height: 185px;
  position: relative;
  background: #011604;
  backdrop-filter: blur(2.6796371937px);
}
.jp-wc__ranking__grid .r-item__inner.locked .lock {
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.jp-wc__ranking__grid .r-item__inner.locked .vector {
  mix-blend-mode: normal;
  opacity: 0.1;
}
.jp-wc__ranking__grid .r-item__inner.locked .eta {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(75deg, #D69620 -21.78%, #EECA61 -19.46%, #F7D776 -15.99%, #F3CC6A -15.97%, #EBB450 -13.65%, #E6A641 -10.17%, #E5A13C -9.01%, #FFED8D -3.71%, #F3BA43 1.43%, #FFED8D 9.36%, #F4D05D 33.93%, #F3BF49 58.3%, #F9D66B 73.97%, #FFED8D 89.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.jp-wc__ranking__grid .r-item__slot {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  z-index: 2;
  margin-bottom: 7px;
}
.jp-wc__ranking__grid .r-item__slot:last-child {
  margin-bottom: 0;
}
.jp-wc__ranking__grid .r-item__slot:last-child .bb {
  display: none;
}
.jp-wc__ranking__grid .r-item__slot .slot-img {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  flex-shrink: 0;
  border-radius: 100%;
  background-size: 200%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: inset 0 0 0 1px #FFED8D;
}
.jp-wc__ranking__grid .r-item__slot .name {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 8.893px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 11px;
  padding-top: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 77px;
}
.jp-wc__ranking__grid .r-item__slot .bb {
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #fff;
}
.jp-wc__ranking__grid .r-item--past .r-item__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.jp-wc__ranking__grid .r-item--past .grupa-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jp-wc__ranking__grid .r-item--past .grupa-won-title {
  background: linear-gradient(75deg, #D69620 -21.78%, #EECA61 -19.46%, #F7D776 -15.99%, #F3CC6A -15.97%, #EBB450 -13.65%, #E6A641 -10.17%, #E5A13C -9.01%, #FFED8D -3.71%, #F3BA43 1.43%, #FFED8D 9.36%, #F4D05D 33.93%, #F3BF49 58.3%, #F9D66B 73.97%, #FFED8D 89.64%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.jp-wc__ranking__grid .r-item--past .grupa-won-slot-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 17px;
  border: 1px solid #FFED8D;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}
.jp-wc__ranking__grid .r-item--past .grupa-won-name {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 11.822px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .jp-wc__logo__img {
    height: 91px;
    max-width: 280px;
  }
  .jp-wc__logo .logo {
    max-width: 162px;
  }
  .jp-wc__heading {
    max-width: 665px;
  }
  .jp-wc__heading h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 7px;
  }
  .jp-wc__heading p {
    font-size: 18px;
    margin-bottom: 21px !important;
  }
  .jp-wc__voting {
    max-width: 1253px;
    padding-bottom: 85px;
    margin-bottom: 56px;
  }
  .jp-wc__voting__voted {
    padding-top: 83px;
    max-width: 743px;
  }
  .jp-wc__voting__voted .title {
    font-size: 56px;
    margin-bottom: 36px;
  }
  .jp-wc__voting__voted .text {
    font-size: 32px;
  }
  .jp-wc__voting__grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    max-width: 927px;
    gap: 50px;
    padding-top: 78px;
  }
  .jp-wc__voting__grid .slot {
    height: 288px;
    width: 193px;
  }
  .jp-wc__voting__grid .slot .slot-image {
    height: 188px;
  }
  .jp-wc__voting__grid .slot .slot-info {
    max-width: 180px;
    bottom: 3px;
    margin-left: 1px;
    padding-bottom: 11px;
  }
  .jp-wc__voting__grid .slot .slot-info__title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .jp-wc__voting__grid .slot .slot-info__vote {
    padding: 8px 32px;
    font-size: 14px;
  }
  .jp-wc__voting__offers {
    flex-direction: row;
    max-width: 1024px;
    padding-top: 78px;
    gap: 32px;
  }
  .jp-wc__voting__offers .offer {
    width: 100%;
    padding: 32px;
    border-radius: 10px;
  }
  .jp-wc__voting__offers .offer .tag {
    font-size: 20px;
  }
  .jp-wc__voting__offers .offer .desc {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .jp-wc__voting__offers .offer hr {
    height: 2px;
  }
  .jp-wc__voting__offers .offer .title {
    margin-top: 32px;
    font-size: 32px;
    margin-bottom: 32px;
  }
  .jp-wc__voting__offers .offer .offer-button {
    height: 60px;
    font-size: 13px;
    margin-bottom: 32px;
  }
  .jp-wc__ranking {
    max-width: 1135px;
  }
  .jp-wc__ranking .title {
    font-size: 36px;
    top: -26px;
  }
  .jp-wc__ranking__grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 84px 128px;
    gap: 56px;
  }
  .jp-wc__ranking__grid .ranking-border--mobile {
    display: none;
  }
  .jp-wc__ranking__grid .ranking-border--desktop {
    display: block;
  }
  .jp-wc__ranking__grid .r-item .tag {
    font-size: 9px;
    padding: 5px 9px;
    top: -21px;
  }
  .jp-wc__ranking__grid .r-item__inner {
    padding: 11px 11px 20px 11px;
  }
  .jp-wc__ranking__grid .r-item__inner.locked {
    min-height: 245px;
  }
  .jp-wc__ranking__grid .r-item__inner.locked .eta {
    font-size: 16px;
  }
  .jp-wc__ranking__grid .r-item__slot {
    gap: 10px;
  }
  .jp-wc__ranking__grid .r-item__slot .name {
    font-size: 12px;
    margin-bottom: 16px;
    padding-top: 16px;
    max-width: 100px;
  }
  .jp-wc__ranking__grid .r-item__slot .slot-img {
    width: 32px;
    height: 32px;
  }
  .jp-wc__ranking__grid .r-item--past .grupa-won-title {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .jp-wc__ranking__grid .r-item--past .grupa-won-slot-image {
    width: 82px;
    height: 82px;
    margin-bottom: 22px;
  }
  .jp-wc__ranking__grid .r-item--past .grupa-won-name {
    font-size: 16px;
  }
}
@keyframes jp-wc-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes jp-wc-slide-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes jp-wc-scale-in {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jp-wc-pulse-vote {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(6, 137, 28, 0.55);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(6, 137, 28, 0);
  }
}
.jp-wc__logo {
  animation: jp-wc-fade-in 0.5s ease both;
}
.jp-wc__heading {
  animation: jp-wc-slide-up 0.5s ease 0.2s both;
}
.jp-wc__voting {
  animation: jp-wc-fade-in 0.5s ease 0.1s both;
}
.jp-wc__voting__grid .slot {
  animation: jp-wc-fade-in 0.4s ease both;
  transition: transform 0.15s ease-out;
}
.jp-wc__voting__grid .slot:nth-child(1) {
  animation-delay: 0.28s;
}
.jp-wc__voting__grid .slot:nth-child(2) {
  animation-delay: 0.36s;
}
.jp-wc__voting__grid .slot:nth-child(3) {
  animation-delay: 0.44s;
}
.jp-wc__voting__grid .slot:nth-child(4) {
  animation-delay: 0.52s;
}
.jp-wc__voting__grid .slot:hover {
  transform: translateY(-15px);
}
.jp-wc__voting__grid .slot.slot--winner {
  animation: jp-wc-scale-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.35s both;
}
.jp-wc__voting__grid .slot-info__vote:not(.slot-info__demo) {
  animation: jp-wc-pulse-vote 1.8s ease-in-out 1s 3;
}
.jp-wc__ranking {
  width: 100%;
}
.jp-wc__ranking__grid .r-item,
.jp-wc__ranking__grid .r-item-group {
  animation: jp-wc-slide-up 0.4s ease both;
}
.jp-wc__ranking__grid .r-item:nth-of-type(1),
.jp-wc__ranking__grid .r-item-group:nth-of-type(1) {
  animation-delay: 0.06s;
}
.jp-wc__ranking__grid .r-item:nth-of-type(2),
.jp-wc__ranking__grid .r-item-group:nth-of-type(2) {
  animation-delay: 0.12s;
}
.jp-wc__ranking__grid .r-item:nth-of-type(3),
.jp-wc__ranking__grid .r-item-group:nth-of-type(3) {
  animation-delay: 0.18s;
}
.jp-wc__ranking__grid .r-item:nth-of-type(4),
.jp-wc__ranking__grid .r-item-group:nth-of-type(4) {
  animation-delay: 0.24s;
}
.jp-wc__ranking__grid .r-item:nth-of-type(5),
.jp-wc__ranking__grid .r-item-group:nth-of-type(5) {
  animation-delay: 0.3s;
}
.jp-wc__ranking__grid .r-item:nth-of-type(6),
.jp-wc__ranking__grid .r-item-group:nth-of-type(6) {
  animation-delay: 0.36s;
}
.jp-wc__ranking__grid .r-item:nth-of-type(7),
.jp-wc__ranking__grid .r-item-group:nth-of-type(7) {
  animation-delay: 0.42s;
}
.jp-wc__ranking__grid .r-item:nth-of-type(8),
.jp-wc__ranking__grid .r-item-group:nth-of-type(8) {
  animation-delay: 0.48s;
}
.jp-wc__demo {
  animation: jp-wc-fade-in 0.25s ease both;
}

#jp-wc-winner .jp-wc__voting__grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 134px;
}

.jp-wc__ranking.sferturi .jp-wc__ranking__grid, .jp-wc__ranking.finala .jp-wc__ranking__grid, .jp-wc__ranking.semifinale .jp-wc__ranking__grid {
  grid-template-columns: 1fr;
  gap: 56px;
  padding: 48px 13px;
}
.jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group {
  display: flex;
  gap: 53px;
  position: relative;
}
.jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .r-item, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .r-item, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .r-item {
  height: 165px;
  padding: 1px;
}
.jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .r-item__inner, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .r-item__inner, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .r-item__inner {
  background: none;
  padding: 2px;
}
.jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .r-item__inner img, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .r-item__inner img, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .r-item__inner img {
  border-radius: 0px 8px 8px 8px;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .r-item .result, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .r-item .result, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .r-item .result {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 8px;
}
.jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .r-item .result.winner, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .r-item .result.winner, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .r-item .result.winner {
  color: #2DE62A;
}
.jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .r-item .result.eliminated, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .r-item .result.eliminated, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .r-item .result.eliminated {
  color: #FF0000;
}
.jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .r-item.locked .r-item__inner, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .r-item.locked .r-item__inner, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .r-item.locked .r-item__inner {
  filter: grayscale(1);
}
.jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .vs, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .vs, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .vs {
  margin: 0px;
  position: absolute;
  width: 78px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .time, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .time, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .time {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(75deg, #D69620 -21.78%, #EECA61 -19.46%, #F7D776 -15.99%, #F3CC6A -15.97%, #EBB450 -13.65%, #E6A641 -10.17%, #E5A13C -9.01%, #FFED8D -3.71%, #F3BA43 1.43%, #FFED8D 9.36%, #F4D05D 33.93%, #F3BF49 58.3%, #F9D66B 73.97%, #FFED8D 89.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .jp-wc__ranking.sferturi .jp-wc__ranking__grid, .jp-wc__ranking.finala .jp-wc__ranking__grid, .jp-wc__ranking.semifinale .jp-wc__ranking__grid {
    grid-template-columns: 1fr 1fr;
    padding: 78px 78px 83px 78px;
    column-gap: 70px;
    row-gap: 110px;
  }
  .jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group {
    gap: 104px;
  }
  .jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .r-item, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .r-item, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .r-item {
    height: 224px;
  }
  .jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .r-item .result, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .r-item .result, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .r-item .result {
    font-size: 16px;
  }
  .jp-wc__ranking.sferturi .jp-wc__ranking__grid .r-item-group .vs, .jp-wc__ranking.finala .jp-wc__ranking__grid .r-item-group .vs, .jp-wc__ranking.semifinale .jp-wc__ranking__grid .r-item-group .vs {
    width: 110px;
  }
  #jp-wc-semifinale .jp-wc__ranking.semifinale {
    max-width: 710px;
  }
  #jp-wc-semifinale .jp-wc__ranking.semifinale .jp-wc__ranking__grid {
    padding: 93px 128px 93px 128px !important;
    grid-template-columns: 1fr !important;
  }
  #jp-wc-finala .jp-wc__ranking.finala {
    display: none;
  }
  #jp-wc-winner .jp-wc__voting__grid {
    max-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
