﻿.module-snowfall{width:100%;position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;display:none}.module-snowfall--animate{display:block}.module-snowfall__item{fill:currentColor;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;will-change:transform,opacity}.module-snowfall__item:nth-child(2n){-webkit-animation-delay:2s;animation-delay:2s}.module-snowfall__item:nth-child(3n){-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-duration:4s;animation-duration:4s}.module-snowfall__item:nth-child(4n){-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:5s;animation-duration:5s}.module-snowfall__item:nth-child(5n){-webkit-animation-delay:2.5s;animation-delay:2.5s}.module-snowfall--animate .module-snowfall__item{-webkit-animation-name:module-snowfall-animate;animation-name:module-snowfall-animate}@-webkit-keyframes module-snowfall-animate{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(100vh);transform:translateY(100vh)}}@keyframes module-snowfall-animate{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(100vh);transform:translateY(100vh)}}.voting-question{font-size:1rem;padding-bottom:.9375rem;margin-bottom:1.0625rem;border-bottom:1px #dbdcde solid}.voting-answers,.voting-results{padding:0;margin:0;list-style:none}.voting-answers-row,.voting-results-row{margin-bottom:1.25rem}.voting-results-progress{white-space:nowrap}.voting-results-progressbar-wrap,.voting-results-value{display:inline-block;vertical-align:middle}.voting-results-progressbar-wrap{width:80%}.voting-results-value{width:20%;text-align:right}.voting-results-progressbar{height:.9375rem}.voting-results-total-text{font-weight:bold}