.jackpot_page {
 display:flex;
 flex-direction:column
}
.jackpot_page .ladder {
 margin-bottom:50px
}
.jackpot_page_title {
 font-size:34px;
 text-transform:uppercase
}
.jackpot_page_table_title {
 font-size:28px
}
.jackpot_ladder_header {
 display:flex;
 padding:16px 16px 5px
}
.jackpot_ladder_header .jackpot_tab_link:not(:last-child) {
 margin-right:10px
}
.jackpot_tab_link {
 text-decoration:none
}
.jackpot_tab_link:hover .jackpot_tab {
 color:#fff
}
.jackpot_tab_link:hover .jackpot_tab_all {
 background:#252536;
 border-color:#fff
}
.jackpot_tab_link:hover .jackpot_tab_major,
.jackpot_tab_link:hover .jackpot_tab_mega,
.jackpot_tab_link:hover .jackpot_tab_minor {
 border:1px solid #0000
}
.jackpot_tab_link:hover .jackpot_tab_mega {
 background:linear-gradient(#252536,#252536) padding-box,linear-gradient(180deg,#fff47a,#f4b200 37.5%,#ffc30c 45.31%,#fff47a 99.48%) border-box
}
.jackpot_tab_link:hover .jackpot_tab_major,
.jackpot_tab_link:hover .jackpot_tab_minor {
 background:linear-gradient(#252536,#252536) padding-box,linear-gradient(180deg,#f1f1f1 23.69%,#c2c2c2 53.44%,#e7e7e7 81.58%,#f2f2f2 0) border-box
}
.jackpot_tab {
 align-items:center;
 border:1px solid #252536;
 border-radius:16px;
 color:#646a87;
 display:flex;
 font-size:12px;
 font-weight:700;
 justify-content:center;
 padding:11px 15px 9px;
 position:relative;
 text-transform:uppercase
}
.jackpot_tab.active {
 color:#fff
}
.jackpot_tab_all.active {
 background:#252536;
 border-color:#fff
}
.jackpot_tab_major.active,
.jackpot_tab_mega.active,
.jackpot_tab_minor.active {
 border:1px solid #0000
}
.jackpot_tab_mega.active {
 background:linear-gradient(#252536,#252536) padding-box,linear-gradient(180deg,#fff47a,#f4b200 37.5%,#ffc30c 45.31%,#fff47a 99.48%) border-box
}
.jackpot_tab_major.active,
.jackpot_tab_minor.active {
 background:linear-gradient(#252536,#252536) padding-box,linear-gradient(180deg,#f1f1f1 23.69%,#c2c2c2 53.44%,#e7e7e7 81.58%,#f2f2f2 0) border-box
}
@media(max-width:668px) {
 .jackpot_page_title {
  font-size:28px;
  text-align:center
 }
 .jackpot_ladder_header {
  padding:11px 14px 0
 }
 .jackpot_ladder_header .jackpot_tab_link {
  padding:5px 2px
 }
 .jackpot_ladder_header .jackpot_tab_link:not(:last-child) {
  margin-right:6px
 }
}
@media(max-width:360px) {
 .jackpot_page_title {
  margin-bottom:20px
 }
 .jackpot_tab {
  font-size:clamp(.5625rem,calc(-.9375rem + 7.5vw),.75rem)
 }
}
.jackpot_panel_link {
 margin-bottom:20px;
 text-decoration:none;
 width:100%
}
.jackpot_panel {
 background:linear-gradient(180deg,#4d5a85,#46527900);
 border-radius:10px;
 box-shadow:0 8px 10px #000;
 box-shadow:0 2px 5px -2px #000;
 box-sizing:border-box;
 overflow:hidden;
 padding:10px 20px;
 position:relative;
 transition:transform .15s linear;
 width:100%
}
.jackpot_panel:before {
 background:url(../img/noise.842fbbbae5bd6f37b0268590b6f121ec.png) repeat,linear-gradient(#1c2240,#1c2240);
 border-radius:9px;
 content:"";
 display:block;
 height:calc(100% - 2px);
 left:1px;
 position:absolute;
 top:1px;
 width:calc(100% - 2px);
 z-index:0
}
.jackpot_panel:hover {
 transform:scale(1.025)
}
.jackpot_panel:hover .jackpot_goto {
 box-shadow:0 3px 0 0 #2c3552,0 4px 4px 0 #000,inset 0 15px 15px -3px #fff6
}
.jackpot_panel:active .jackpot_goto {
 box-shadow:inset 0 2px 0 0 #2c3552,inset 0 0 0 15px #0003;
 transform:translateY(3px)
}
.jackpot_panel_content {
 align-items:center;
 display:flex;
 justify-content:space-between;
 position:relative
}
.jackpot_list {
 display:flex
}
.jackpot_item {
 align-items:center;
 display:flex
}
.jackpot_item:not(:last-child) {
 margin-right:40px
}
.jackpot_item picture {
 display:flex;
 margin-right:10px
}
.jackpot_item_img {
 flex-shrink:0;
 height:40px
}
.jackpot_item_value {
 font-size:18px;
 font-weight:500;
 transform:translateY(2px)
}
.jackpot_header {
 -webkit-text-fill-color:#0000;
 background:no-repeat 50%/calc(100% - 1px) calc(100% - 1px) linear-gradient(180deg,#ffda7a 13%,#f4b200 44%,#ffc30c 46%,#ffea7a);
 -webkit-background-clip:text;
 font-size:22px;
 font-weight:900;
 margin:0;
 text-transform:uppercase;
 transform:translateY(2px)
}
.jackpot_title {
 color:#7883ab;
 display:inline-block;
 margin-right:5px;
 text-transform:uppercase
}
.jackpot_amount {
 color:#fff;
 font-variant-numeric:tabular-nums;
 white-space:nowrap
}
.jackpot_goto {
 transform:translateY(-1px)
}
.jackpot_slider_wrapper {
 display:none;
 flex-direction:column;
 justify-content:space-between;
 margin-right:10px
}
.jackpot_slide_track {
 background-color:#55586c;
 border-radius:5px;
 height:12px;
 overflow:hidden;
 width:2px
}
.jackpot_slide_track:not(:last-child) {
 margin-bottom:2px
}
.jackpot_slide {
 background-color:#e8ce3a;
 height:12px;
 width:2px
}
@media(min-width:1025px)and (max-width:1199px) {
 .jackpot_item:not(:last-child) {
  margin-right:20px
 }
 .jackpot_header {
  font-size:20px
 }
}
@media(min-width:740px)and (max-width:1024px) {
 .jackpot_panel {
  padding:20px 0
 }
 .jackpot_panel:hover {
  transform:scale(1.04)
 }
 .jackpot_panel_content {
  flex-direction:column
 }
 .jackpot_item:not(:last-child) {
  margin-right:20px
 }
 .jackpot_header,
 .jackpot_list {
  margin-bottom:15px
 }
 .jackpot_header,
 .jackpot_item_value {
  transform:translateY(0)
 }
 .jackpot_header {
  font-size:20px
 }
}
@media(min-width:669px)and (max-width:739px) {
 .jackpot_panel {
  padding:20px 0
 }
 .jackpot_panel:hover {
  transform:scale(1.04)
 }
 .jackpot_item_value,
 .jackpot_panel_content {
  flex-direction:column
 }
 .jackpot_title {
  display:block;
  margin-bottom:5px
 }
 .jackpot_header,
 .jackpot_list {
  margin-bottom:20px
 }
 .jackpot_header,
 .jackpot_item_value {
  transform:translateY(0)
 }
 .jackpot_header {
  font-size:20px
 }
}
@media(min-width:420px)and (max-width:668px) {
 .jackpot_panel {
  height:60px;
  padding:10px
 }
 .jackpot_panel:hover {
  transform:none
 }
 .jackpot_panel_content {
  justify-content:normal
 }
 .jackpot_header {
  display:none
 }
 .jackpot_list {
  height:40px
 }
 .jackpot_list .jackpot_item {
  margin:0
 }
 .jackpot_slide {
  animation-duration:15s;
  animation-iteration-count:infinite;
  animation-timing-function:linear
 }
 .jackpot_slide_1 {
  animation-name:progress_bar_animation_1
 }
 .jackpot_slide_2 {
  animation-name:progress_bar_animation_2
 }
 .jackpot_slide_3 {
  animation-name:progress_bar_animation_3
 }
 @keyframes progress_bar_animation_1 {
  0% {
   transform:translateY(-100%)
  }
  33%,
  to {
   transform:translateY(0)
  }
 }
 @keyframes progress_bar_animation_2 {
  0%,
  33% {
   transform:translateY(-100%)
  }
  66%,
  to {
   transform:translateY(0)
  }
 }
 @keyframes progress_bar_animation_3 {
  0%,
  66% {
   transform:translateY(-100%)
  }
  to {
   transform:translateY(0)
  }
 }
 .jackpot_item {
  opacity:0;
  position:absolute
 }
 .jackpot_item picture {
  justify-content:center;
  width:40px
 }
 .jackpot_item_img {
  margin:0
 }
 .jackpot_item_mega {
  animation-delay:0s,15s;
  animation-duration:5s,15s;
  animation-iteration-count:1,infinite;
  animation-name:jackpot_item_init_animation,jackpot_item_animation;
  animation-timing-function:linear,cubic-bezier(.35,2,.53,.75)
 }
 .jackpot_item_mega .jackpot_amount {
  -webkit-text-fill-color:#0000;
  background:linear-gradient(180deg,#ffda7a 13%,#f4b200 44%,#ffc30c 46%,#ffea7a);
  -webkit-background-clip:text;
  font-size:18px;
  font-weight:700;
  text-transform:uppercase
 }
 .jackpot_item_major,
 .jackpot_item_minor {
  animation-duration:15s;
  animation-iteration-count:infinite;
  animation-name:jackpot_item_animation;
  animation-timing-function:cubic-bezier(.35,2,.53,.75)
 }
 .jackpot_item_major .jackpot_amount,
 .jackpot_item_minor .jackpot_amount {
  -webkit-text-fill-color:#0000;
  background:linear-gradient(180deg,#f1f1f1 23.69%,#c2c2c2 53.44%,#e7e7e7 81.58%,#f2f2f2 0);
  -webkit-background-clip:text;
  font-size:18px;
  font-weight:700;
  text-transform:uppercase
 }
 .jackpot_item_major {
  animation-delay:5s
 }
 .jackpot_item_minor {
  animation-delay:10s
 }
 @keyframes jackpot_item_init_animation {
  0% {
   opacity:1
  }
  98% {
   opacity:1;
   transform:translateY(0)
  }
  to {
   opacity:0;
   transform:translateY(-100%)
  }
 }
 @keyframes jackpot_item_animation {
  0% {
   opacity:1;
   transform:translateY(100%)
  }
  3% {
   transform:translateY(0)
  }
  33% {
   opacity:1;
   transform:translateY(0)
  }
  35% {
   opacity:0;
   transform:translateY(-100%)
  }
 }
 .jackpot_goto {
  margin-left:auto;
  padding:0 20px
 }
 .jackpot_slider_wrapper {
  display:flex
 }
 .jackpot_item_value {
  transform:translateY(1px)
 }
}
@media(max-width:419px) {
 .jackpot_panel {
  height:60px;
  padding:10px
 }
 .jackpot_panel:hover {
  transform:none
 }
 .jackpot_panel_content {
  justify-content:normal
 }
 .jackpot_header {
  display:none
 }
 .jackpot_list {
  height:40px
 }
 .jackpot_list .jackpot_item {
  margin:0
 }
 .jackpot_slide {
  animation-duration:15s;
  animation-iteration-count:infinite;
  animation-timing-function:linear
 }
 .jackpot_slide_1 {
  animation-name:progress_bar_animation_1
 }
 .jackpot_slide_2 {
  animation-name:progress_bar_animation_2
 }
 .jackpot_slide_3 {
  animation-name:progress_bar_animation_3
 }
 @keyframes progress_bar_animation_1 {
  0% {
   transform:translateY(-100%)
  }
  33%,
  to {
   transform:translateY(0)
  }
 }
 @keyframes progress_bar_animation_2 {
  0%,
  33% {
   transform:translateY(-100%)
  }
  66%,
  to {
   transform:translateY(0)
  }
 }
 @keyframes progress_bar_animation_3 {
  0%,
  66% {
   transform:translateY(-100%)
  }
  to {
   transform:translateY(0)
  }
 }
 .jackpot_item {
  opacity:0;
  position:absolute
 }
 .jackpot_item picture {
  justify-content:center;
  width:40px
 }
 .jackpot_item_img {
  margin:0
 }
 .jackpot_item_mega {
  animation-delay:0s,15s;
  animation-duration:5s,15s;
  animation-iteration-count:1,infinite;
  animation-name:jackpot_item_init_animation,jackpot_item_animation;
  animation-timing-function:linear,cubic-bezier(.35,2,.53,.75)
 }
 .jackpot_item_mega .jackpot_amount {
  -webkit-text-fill-color:#0000;
  background:linear-gradient(180deg,#ffda7a 13%,#f4b200 44%,#ffc30c 46%,#ffea7a);
  -webkit-background-clip:text;
  font-size:18px;
  font-weight:700;
  text-transform:uppercase
 }
 .jackpot_item_major,
 .jackpot_item_minor {
  animation-duration:15s;
  animation-iteration-count:infinite;
  animation-name:jackpot_item_animation;
  animation-timing-function:cubic-bezier(.35,2,.53,.75)
 }
 .jackpot_item_major .jackpot_amount,
 .jackpot_item_minor .jackpot_amount {
  -webkit-text-fill-color:#0000;
  background:linear-gradient(180deg,#f1f1f1 23.69%,#c2c2c2 53.44%,#e7e7e7 81.58%,#f2f2f2 0);
  -webkit-background-clip:text;
  font-size:18px;
  font-weight:700;
  text-transform:uppercase
 }
 .jackpot_item_major {
  animation-delay:5s
 }
 .jackpot_item_minor {
  animation-delay:10s
 }
 @keyframes jackpot_item_init_animation {
  0% {
   opacity:1
  }
  98% {
   opacity:1;
   transform:translateY(0)
  }
  to {
   opacity:0;
   transform:translateY(-100%)
  }
 }
 @keyframes jackpot_item_animation {
  0% {
   opacity:1;
   transform:translateY(100%)
  }
  3% {
   transform:translateY(0)
  }
  33% {
   opacity:1;
   transform:translateY(0)
  }
  35% {
   opacity:0;
   transform:translateY(-100%)
  }
 }
 .jackpot_goto {
  margin-left:auto;
  padding:0 20px
 }
 .jackpot_slider_wrapper {
  display:flex
 }
 .jackpot_item_value {
  transform:translateY(1px)
 }
 .jackpot_amount {
  font-size:16px
 }
 .jackpot_item_value {
  flex-direction:column
 }
 .jackpot_title {
  display:block;
  font-size:14px;
  margin-bottom:1px
 }
}
.jackpot_card {
 background:url(../img/noise.842fbbbae5bd6f37b0268590b6f121ec.png) repeat border-box,url(../img/tournament/confetti.75bc2255e705a324cc7e3877733e3bae.png) repeat-y border-box 100%,linear-gradient(90deg,#1d74d4,#6e30d3 25.09%,#6e30d3 75.08%,#c81a2c) padding-box,linear-gradient(0deg,#fff0,#fff) border-box;
 border:1px solid #0000;
 border-radius:8px;
 box-shadow:0 5px 10px 0 #000;
 box-sizing:border-box;
 height:239px;
 margin-bottom:40px;
 padding:25px 40px;
 position:relative
}
.jackpot_card_content {
 display:flex;
 flex-direction:column;
 height:100%;
 justify-content:space-between;
 max-width:662px;
 position:relative;
 z-index:1
}
.jackpot_card_description {
 -webkit-line-clamp:4;
 -webkit-box-orient:vertical;
 color:#fff;
 display:-webkit-box;
 font-size:22px;
 font-weight:300;
 line-height:26px;
 overflow:hidden;
 text-overflow:ellipsis;
 text-shadow:1px 1px 1px #000
}
.jackpot_card_items {
 display:flex
}
.jackpot_card_item {
 align-items:center;
 -webkit-backdrop-filter:blur(75px);
 backdrop-filter:blur(75px);
 background:#ffffff1a;
 border:1px solid #ffffff1a;
 border-radius:5px;
 display:flex;
 padding:10px 15px;
 position:relative
}
.jackpot_card_item:not(:last-child) {
 margin-right:20px
}
.jackpot_card_item picture {
 display:flex
}
.jackpot_card_item_img {
 height:45px;
 margin-right:10px
}
.jackpot_card_item_type {
 color:#fff;
 font-size:18px;
 font-weight:500;
 line-height:normal;
 margin-bottom:5px;
 text-shadow:1px 1px 0 #0003;
 text-transform:uppercase
}
.jackpot_card_img {
 bottom:0;
 position:absolute;
 right:10px;
 z-index:0
}
.jackpot_card_item_amount {
 -webkit-text-fill-color:#0000;
 display:inline;
 filter:drop-shadow(1px 1px rgba(0,0,0,.2));
 font-size:22px;
 font-variant-numeric:tabular-nums;
 font-weight:700;
 white-space:nowrap
}
.jackpot_card_item_mega .jackpot_card_item_amount {
 background:linear-gradient(180deg,#ffda7a 13%,#f4b200 44%,#ffc30c 46%,#ffea7a);
 -webkit-background-clip:text
}
.jackpot_card_item_major .jackpot_card_item_amount,
.jackpot_card_item_minor .jackpot_card_item_amount {
 background:linear-gradient(180deg,#f1f1f1 23.69%,#c2c2c2 53.44%,#e7e7e7 81.58%,#f2f2f2 0);
 -webkit-background-clip:text
}
.jackpot_more_text,
.jackpot_more_text_input {
 position:absolute
}
.jackpot_more_text {
 bottom:15px;
 box-shadow:0 1px 0 0 #fff,0 2px 0 0 #000;
 cursor:pointer;
 font-size:22px;
 font-weight:300;
 right:15px;
 text-shadow:1px 1px 1px #000;
 visibility:hidden
}
.jackpot_card_header_mobile {
 display:none
}
.jackpot_card_bg_img_mobile {
 border-radius:8px;
 height:140px;
 overflow:hidden;
 position:relative
}
.jackpot_card_bg_img_mobile img {
 max-width:648px
}
.jackpot_card_bg_img_mobile img,
.jackpot_money_cards {
 position:absolute;
 right:50%;
 transform:translateX(50%)
}
.jackpot_money_cards {
 display:flex;
 flex-direction:column;
 top:0
}
.jackpot_money_card {
 background-repeat:no-repeat;
 position:relative
}
.jackpot_money_card_amount {
 -webkit-text-fill-color:#0000;
 filter:drop-shadow(1px 1px rgba(0,0,0,.2));
 font-family:Sochi2014,sans-serif;
 font-variant-numeric:tabular-nums;
 font-weight:700;
 line-height:16px;
 position:absolute;
 right:50%;
 transform:translateX(50%);
 white-space:nowrap
}
.jackpot_money_card_mega {
 background-image:-webkit-image-set(url(../img/jackpot/card_money_card_mega_mobile.03b1fc1265db63f98637021083086382.png) 1x,url(../img/jackpot/card_money_card_mega_mobile.x2.7dd34273d8bc74e102822a443097f0fa.png) 2x);
 background-image:image-set(url(../img/jackpot/card_money_card_mega_mobile.03b1fc1265db63f98637021083086382.png) 1x,url(../img/jackpot/card_money_card_mega_mobile.x2.7dd34273d8bc74e102822a443097f0fa.png) 2x);
 background-size:128px 56px;
 height:56px;
 width:128px
}
.jackpot_money_card_mega .jackpot_money_card_amount {
 background:linear-gradient(180deg,#fff47a,#f4b200 37.5%,#ffc30c 45.31%,#fff47a 99.48%);
 -webkit-background-clip:text;
 bottom:8px;
 font-size:16px
}
.jackpot_money_card_major,
.jackpot_money_card_minor {
 background-size:102px 50px;
 height:50px;
 width:102px
}
.jackpot_money_card_major .jackpot_money_card_amount,
.jackpot_money_card_minor .jackpot_money_card_amount {
 bottom:6px;
 font-size:14px
}
.jackpot_money_card_major {
 background-image:-webkit-image-set(url(../img/jackpot/card_money_card_major_mobile.94e0ed4f69431e78f8025d2f8d8a86d6.png) 1x,url(../img/jackpot/card_money_card_major_mobile.x2.b52a701c8e1503ca208d7a538cc375d2.png) 2x);
 background-image:image-set(url(../img/jackpot/card_money_card_major_mobile.94e0ed4f69431e78f8025d2f8d8a86d6.png) 1x,url(../img/jackpot/card_money_card_major_mobile.x2.b52a701c8e1503ca208d7a538cc375d2.png) 2x);
 margin-right:106px
}
.jackpot_money_card_major .jackpot_money_card_amount {
 background:linear-gradient(180deg,#cfc2b4 13%,#fef2df 44%,#d4c4b3 46%,#bbaa9b);
 -webkit-background-clip:text
}
.jackpot_money_card_minor {
 background-image:-webkit-image-set(url(../img/jackpot/card_money_card_minor_mobile.1eb36be552a7c8473753fc7bb2af3f3e.png) 1x,url(../img/jackpot/card_money_card_minor_mobile.x2.74869d1eae50a1ba0dddeb67f489c333.png) 2x);
 background-image:image-set(url(../img/jackpot/card_money_card_minor_mobile.1eb36be552a7c8473753fc7bb2af3f3e.png) 1x,url(../img/jackpot/card_money_card_minor_mobile.x2.74869d1eae50a1ba0dddeb67f489c333.png) 2x)
}
.jackpot_money_card_minor .jackpot_money_card_amount {
 background:linear-gradient(180deg,#e2e2e2 13%,#b3b3b3 44%,#c1c1c1 46%,#e0e0e0);
 -webkit-background-clip:text
}
.jackpot_money_card_row {
 display:flex
}
.jackpot_money_card_row:first-child {
 justify-content:center;
 transform:translateY(-2px)
}
.jackpot_money_card_row:nth-child(2) {
 transform:translateY(-18px)
}
@media(min-width:1025px)and (max-width:1199px) {
 .jackpot_card_img {
  opacity:.3
 }
}
@media(min-width:669px)and (max-width:1024px) {
 .jackpot_card {
  padding:25px
 }
 .jackpot_card_item {
  padding:10px
 }
 .jackpot_card_item:not(:last-child) {
  margin-right:15px
 }
 .jackpot_card_item_img {
  margin-right:10px
 }
 .jackpot_card_img {
  opacity:.3
 }
 .jackpot_card_item_type {
  font-size:clamp(.875rem,calc(.40387rem + 1.12676vw),1.125rem)
 }
 .jackpot_card_item_amount {
  font-size:clamp(1.125rem,calc(.65387rem + 1.12676vw),1.375rem)
 }
}
@media(max-width:668px) {
 .jackpot_card {
  height:auto;
  padding:0
 }
 .jackpot_card_description {
  display:block;
  margin-bottom:30px;
  padding:20px;
  white-space:nowrap
 }
 .jackpot_card_img,
 .jackpot_card_items {
  display:none
 }
 .jackpot_more_text {
  visibility:visible
 }
 .jackpot_more_text_input:checked~.jackpot_card_description {
  margin-bottom:0;
  white-space:normal
 }
 .jackpot_more_text_input:checked~.jackpot_more_text {
  visibility:hidden
 }
 .jackpot_card_header_mobile {
  display:block;
  position:relative
 }
}
@media(max-width:360px) {
 .jackpot_money_cards {
  width:100%
 }
 .jackpot_card_bg_img_mobile img {
  height:100%;
  top:0
 }
 .jackpot_money_card_row:nth-child(2) {
  justify-content:space-between;
  padding:0 5px
 }
 .jackpot_money_card_major {
  margin-right:0
 }
}
.ladder_jackpot_img_wrapper {
 display:flex;
 justify-content:center;
 margin-right:10px;
 width:30px
}
.ladder_jackpot_img {
 height:35px
}
.ladder_jackpot_title,
.ladder_jackpot_value {
 display:flex;
 flex-direction:column
}
.ladder_jackpot_value {
 align-items:flex-end;
 margin-left:auto
}
.ladder_jackpot_amount,
.ladder_jackpot_type {
 color:#fff;
 font-size:16px;
 font-weight:700;
 margin-bottom:5px
}
.ladder_jackpot_type {
 text-transform:uppercase
}
.ladder_jackpot_date,
.ladder_jackpot_user_name {
 font-size:14px
}
@media(max-width:668px) {
 .ladder_jackpot_img {
  height:31px
 }
 .ladder_jackpot_amount,
 .ladder_jackpot_type {
  font-size:14px
 }
 .ladder_jackpot_date,
 .ladder_jackpot_user_name {
  font-size:12px
 }
}
@keyframes scale {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 to {
  transform:scale(1)
 }
}
@keyframes shadow {
 0% {
  box-shadow:0 8px 10px #000
 }
 50% {
  box-shadow:0 12px 20px #000
 }
 to {
  box-shadow:0 8px 10px #000
 }
}