@charset "UTF-8";
html, body, h1, h2, h3, p, ul {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'energy-app';
  src: url("../fonts/energy-app.ttf?29olk7") format("truetype"), url("../fonts/energy-app.woff?29olk7") format("woff"), url("../fonts/energy-app.svg?29olk7#energy-app") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rwe-regular';
  src: url("../fonts/rwecorporatece-regular-webfont.ttf?29olk7") format("truetype"), url("../fonts/rwecorporatece-regular-webfont.woff?29olk7") format("woff"), url("../fonts/rwecorporatece-regular-webfont.svg?29olk7#rwecorporateceregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: energy-app; }

.icon-home:after {
  content: ""; }

.icon-play:after {
  content: ""; }

.icon-replay:after {
  content: ""; }

.icon-forward:after {
  content: ""; }

.icon-backward:after {
  content: ""; }

.icon-pause:after {
  content: ""; }

.icon-close:after {
  content: ""; }

.icon-info:after {
  content: ""; }

.icon-chevron-left:after, .icon-chevron-up:after, .icon-chevron-right:after, .icon-chevron-down:after {
  content: ""; }

.icon-arrow-left:after, .icon-arrow-right:after {
  content: ""; }

.icon-expand:after {
  content: ""; }

.icon-shrink:after {
  content: ""; }

.icon-minus:after {
  content: ""; }

.icon-plus:after {
  content: ""; }

.icon-chevron-up {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg); }

.icon-chevron-right {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg); }

.icon-chevron-down {
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg); }

.icon-arrow-right {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg); }

.round-button[class*=--disabled], [type='range'][disabled]::-webkit-slider-thumb, [type='range'][disabled]::-moz-range-thumb, [type='range'][disabled]::-ms-thumb, .quantity-control__button[disabled], .round-button[class*=--disabled]:hover, [type='range'][disabled]:hover::-webkit-slider-thumb, [type='range'][disabled]:hover::-moz-range-thumb, [type='range'][disabled]:hover::-ms-thumb, .quantity-control__button[disabled]:hover, .round-button[class*=--disabled]:active, [type='range'][disabled]:active::-webkit-slider-thumb, [type='range'][disabled]:active::-moz-range-thumb, [type='range'][disabled]:active::-ms-thumb, .quantity-control__button[disabled]:active {
  background-color: #ddd;
  border-color: #ddd; }

.round-button[class*=--disabled], [type='range'][disabled]::-webkit-slider-thumb, [type='range'][disabled]::-moz-range-thumb, [type='range'][disabled]::-ms-thumb, .quantity-control__button[disabled], .round-button[class*=--disabled]:hover, [type='range'][disabled]:hover::-webkit-slider-thumb, [type='range'][disabled]:hover::-moz-range-thumb, [type='range'][disabled]:hover::-ms-thumb, .quantity-control__button[disabled]:hover, .round-button[class*=--disabled]:active, [type='range'][disabled]:active::-webkit-slider-thumb, [type='range'][disabled]:active::-moz-range-thumb, [type='range'][disabled]:active::-ms-thumb, .quantity-control__button[disabled]:active {
  background-color: #ddd;
  border-color: #ddd; }

a {
  text-decoration: none;
  color: inherit; }

.icon-button {
  cursor: pointer;
  background: transparent;
  color: inherit;
  border: none;
  outline: none;
  font-size: inherit; }

.hidden {
  visibility: hidden !important; }

body:not(.touch) .only-touch {
  display: none !important; }

body.touch .only-no-touch {
  display: none !important; }

.no-touch-action {
  -ms-touch-action: none;
      touch-action: none; }

.has-max-width {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto; }

button {
  cursor: pointer; }

.round-button {
  display: inline-block;
  padding: 1em;
  color: #fff;
  background: #288AC4;
  border: 1px solid #888;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0 2px 3px #6a6a6a;
     -moz-box-shadow: 0 2px 3px #6a6a6a;
          box-shadow: 0 2px 3px #6a6a6a; }
  .round-button:hover {
    background: #1476b0; }
  .round-button:active {
    background: #3c9ed8;
    border: 1px solid #9c9c9c;
    -webkit-box-shadow: 0 2px 3px #888;
       -moz-box-shadow: 0 2px 3px #888;
            box-shadow: 0 2px 3px #888; }
  .round-button .icon {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: bold;
    width: 1em;
    height: 1em; }
    .round-button .icon:after {
      display: block;
      height: 100%;
      width: 100%; }

.content-title {
  margin-bottom: .5em;
  font-size: 1.5em;
  color: #288AC4; }

body {
  font-size: 13px; }
  @media screen and (min-width: 400px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 480px) {
    body {
      font-size: 16px; } }

a, button {
  cursor: pointer;
  font-family: inherit; }

p {
  line-height: 1.5; }
  p:not(:last-child) {
    margin-bottom: 1.6em; }

html, body {
  padding: 0;
  margin: 0;
  width: 100%; }

html, body, #root, #app-container {
  height: 100%; }

body {
  position: fixed;
  background: #F5F6F8;
  font-family: rwe-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden; }

#app-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.module-header__content, .page-content_content-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.page-content {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.page-content_content-wrapper {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF; }
  .page-content_content-wrapper .content-iframe {
    height: 100%; }

.overlay__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .overlay__modal p {
    line-height: 1.4rem; }

.overlay__modal--content-wrapper {
  width: 70%;
  max-width: 500px;
  margin: auto;
  background: #F5F6F8;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px; }

.overlay__modal--content {
  padding: 2em;
  text-align: center;
  max-height: 55vh;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.overlay__modal--content-box {
  margin: 1.5em auto 1em; }
  .overlay__modal--content-box img {
    max-height: 17vh; }

.overlay__modal--button-wrapper {
  text-align: center;
  border-top: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.overlay__modal--button {
  cursor: pointer;
  background: transparent;
  color: inherit;
  border: none;
  outline: none;
  padding: .5em;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #288AC4;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }

.horizontal-navigation {
  font-size: 1.15em;
  line-height: 1.9;
  color: #288AC4;
  background: #FFF;
  margin-bottom: 1.5em; }

.horizontal-navigation__item {
  display: inline-block;
  width: 50%;
  text-align: center; }
  .horizontal-navigation__item.active {
    -webkit-box-shadow: inset 0 -3px, 0 3px 2px -2px #BBB;
       -moz-box-shadow: inset 0 -3px, 0 3px 2px -2px #BBB;
            box-shadow: inset 0 -3px, 0 3px 2px -2px #BBB; }

.main-content-box {
  padding: 1em; }
  @media screen and (min-width: 768px) {
    .main-content-box {
      padding: 2em; } }
  .main-content-box p:not(:last-child) {
    margin-bottom: 1em; }

.content-iframe {
  display: block;
  width: 100%;
  border: none; }

.iframe-view {
  position: relative;
  width: 100%;
  height: 100%; }
  .iframe-view.iframe-view--has-ratio {
    height: 0;
    overflow: hidden; }
  .iframe-view.iframe-view--scaled {
    width: 110%;
    left: -5%; }

.iframe-view__iframe {
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  min-width: 100%; }

.button--call-to-action {
  padding: .5em 1em;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  background: #288AC4 -webkit-linear-gradient(35deg, #288AC4 60%, #2679AA 60%);
  background: #288AC4 -moz-linear-gradient(35deg, #288AC4 60%, #2679AA 60%);
  background: #288AC4 -o-linear-gradient(35deg, #288AC4 60%, #2679AA 60%);
  background: #288AC4 linear-gradient(55deg, #288AC4 60%, #2679AA 60%);
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }

[type='range'] {
  -webkit-appearance: none;
  margin: 0.9em 0;
  width: 100%;
  outline: none; }
  [type='range']::-ms-tooltip {
    display: none; }
  [type='range']::-moz-focus-outer {
    border: 0; }
  [type='range']:focus {
    outline: 0; }
  [type='range']::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 0.7em;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
            box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #F4F6F7;
    border: 0.05em solid #cfd8dc;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  [type='range']::-webkit-slider-thumb {
    position: relative;
    z-index: 1;
    width: 2em;
    height: 2em;
    padding: .1em;
    color: #FFF;
    font-size: 1em;
    line-height: 2em;
    background: #F6B027;
    background-clip: content-box;
    border: 1px solid #E7E7E7;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-box-shadow: 0 0 2px #c9c9c9;
            box-shadow: 0 0 2px #c9c9c9;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -0.6em; }
  [type='range']::-moz-range-track {
    cursor: pointer;
    height: 0.7em;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
         box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #F4F6F7;
    border: 0.05em solid #cfd8dc;
    -moz-border-radius: 5px;
         border-radius: 5px; }
  [type='range']::-moz-range-thumb {
    position: relative;
    z-index: 1;
    width: 2em;
    height: 2em;
    padding: .1em;
    color: #FFF;
    font-size: 1em;
    line-height: 2em;
    background: #F6B027;
    -moz-background-clip: content-box;
         background-clip: content-box;
    border: 1px solid #E7E7E7;
    -moz-border-radius: 100%;
         border-radius: 100%;
    -moz-box-shadow: 0 0 2px #c9c9c9;
         box-shadow: 0 0 2px #c9c9c9;
    cursor: pointer; }
  [type='range']::-ms-track {
    cursor: pointer;
    height: 0.7em;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 0.9em 0;
    color: transparent; }
  [type='range']::-ms-fill-lower {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #e5eaec;
    border: 0.05em solid #cfd8dc;
    border-radius: 10px; }
  [type='range']::-ms-fill-upper {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #F4F6F7;
    border: 0.05em solid #cfd8dc;
    border-radius: 10px; }
  [type='range']::-ms-thumb {
    position: relative;
    z-index: 1;
    width: 2em;
    height: 2em;
    padding: .1em;
    color: #FFF;
    font-size: 1em;
    line-height: 2em;
    background: #F6B027;
    background-clip: content-box;
    border: 1px solid #E7E7E7;
    border-radius: 100%;
    box-shadow: 0 0 2px #c9c9c9;
    cursor: pointer;
    margin-top: 0; }

.range-slider {
  position: relative; }
  .range-slider input[type=range] {
    font-size: 1em; }
  .range-slider__indicator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.9em; }
  .range-slider__indicator-step {
    height: 10px;
    width: 1px;
    border-right: 1px solid; }

.quantity-control {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  line-height: 1; }

.quantity-control__button {
  cursor: pointer;
  background: transparent;
  color: inherit;
  border: none;
  outline: none;
  width: 2em;
  height: 2em;
  padding: .1em;
  color: #FFF;
  font-size: 1em;
  line-height: 2em;
  background: #F6B027;
  -moz-background-clip: content-box;
    -o-background-clip: content-box;
       background-clip: content-box;
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0 0 2px #c9c9c9;
     -moz-box-shadow: 0 0 2px #c9c9c9;
          box-shadow: 0 0 2px #c9c9c9;
  cursor: pointer; }
  .quantity-control__button:first-child {
    margin-right: .7em;
    margin-left: auto; }
  .quantity-control__button:last-child {
    margin-left: .7em;
    margin-right: auto; }
  .quantity-control__button[disabled] {
    background: #ddd; }

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
  z-index: -1;
  background: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }
  .loader > img {
    margin: auto;
    max-height: 100%;
    width: auto; }
  .loading .loader {
    z-index: 20;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.start-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5em .4em .4em;
  text-align: center; }
  .start-view .button--call-to-action {
    display: block;
    width: 100%;
    margin-top: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media screen and (min-width: 768px) {
      .start-view .button--call-to-action {
        margin: 3rem auto 1rem;
        width: auto;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center; } }

.start-view__image {
  margin-bottom: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  .start-view__image img {
    max-height: 100%; }

.start-view__main {
  overflow: auto;
  min-height: 5em; }

.start-view__content {
  padding: 0 1.5em 1.5em; }
  .start-view__content h2 {
    color: #288AC4;
    margin-bottom: .5em; }

.module-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 1.3em;
  line-height: 100%;
  color: #fff;
  background: #288AC4; }
  .module-header .icon {
    font-size: 1.5em; }
  .module-header .module-header__title {
    color: inherit; }

.module-header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem; }

.module-header__title {
  margin: auto;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: 1; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: 1; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: 1; } }

.animation-view {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow: hidden; }

.animation-container {
  position: relative;
  background: #000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .animation-container .iframe-view {
    pointer-events: none; }
  .animation-container.loading .animation-controls {
    display: none; }
  @media screen and (min-width: 768px) {
    .animation-container {
      margin-top: 2rem; } }

.animation-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 2vw;
  color: #EEE;
  background: rgba(0, 0, 0, 0.5); }
  .animation-controls.fade-out {
    -webkit-animation: fadeOut .5s linear forwards 1;
       -moz-animation: fadeOut .5s linear forwards 1;
         -o-animation: fadeOut .5s linear forwards 1;
            animation: fadeOut .5s linear forwards 1; }
  @media screen and (min-width: 768px) {
    .animation-controls {
      font-size: .8em; } }

.animation-controls__buttons {
  width: 100%;
  max-width: 400px;
  margin: auto auto 0;
  text-align: center;
  opacity: .85;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .animation-controls__buttons .icon-button {
    font-size: 8em; }

.animation-controls__phase-indicator {
  text-align: center;
  margin-top: 3em;
  margin-bottom: auto; }

.animation-controls__phase-indicator-item {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0 1em;
  border: 2px solid;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  cursor: pointer; }
  .animation-controls__phase-indicator-item.active {
    background: currentColor; }

.animation-controls__phase-indicator-item--game {
  border-color: #F6B027; }

.animation-view__description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: auto; }

.tile-collection {
  padding: .8em .2em;
  font-size: 1.2em; }

.tile-collection__tile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  vertical-align: top;
  margin: 2%;
  width: 46%;
  overflow: hidden;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #BBB;
     -moz-box-shadow: 0 0 5px #BBB;
          box-shadow: 0 0 5px #BBB; }
  @media screen and (min-width: 768px) {
    .tile-collection__tile {
      width: 29.33333%; } }
  @media screen and (min-width: 1024px) {
    .tile-collection__tile {
      width: 21%; } }

.tile-collection__tile-image img {
  display: block;
  width: 100%; }

.tile-collection__tile-title {
  margin: auto;
  padding: .6em 0;
  text-align: center;
  color: #288AC4; }

.video-view video {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 5px #BBB;
     -moz-box-shadow: 0 0 5px #BBB;
          box-shadow: 0 0 5px #BBB; }

.modal {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .modal .module-header {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .modal .module-header__content {
    position: relative; }
  .modal .header__close {
    position: absolute;
    right: .5em;
    top: 1rem; }
  .modal .modal__content {
    position: relative;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    background: #F5F6F8; }
    .modal .modal__content :not(.loader) > img {
      max-width: 100%;
      height: auto; }

.game-view .modal__content {
  background: #FFF; }

.racing-game {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.racing-game__controls, .racing-game__display {
  position: absolute;
  background: transparent; }

.racing-game__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 1em;
  left: 1em;
  right: 1em; }
  .racing-game__controls .icon-button {
    font-size: 1.3em;
    background: #F6B027;
    -webkit-box-shadow: 0 2px 3px #e29c13;
       -moz-box-shadow: 0 2px 3px #e29c13;
            box-shadow: 0 2px 3px #e29c13; }

.racing-game__display {
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  height: 100%; }

.racing-game__display--item {
  display: inline-block;
  width: 45%;
  margin: 2.5%;
  padding: 1em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #000;
  color: #FFF; }

.racing-game__dialog--success {
  text-align: center; }
  .racing-game__dialog--success img {
    width: 4em;
    margin-bottom: 1em; }

.racing-game__dialog--results {
  margin: .4em 0 .7em; }

.racing-game__dialog--results-item {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 45%;
  margin: 2.5%;
  padding: .5em;
  color: #FFF;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  background: #87B30F; }

@-webkit-keyframes hideCountdown {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }

@-moz-keyframes hideCountdown {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }

@-o-keyframes hideCountdown {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }

@keyframes hideCountdown {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }

.countdown {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }
  .countdown .countdown__number {
    font-size: 10em;
    color: #FFF;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
  .countdown.coundown--finished {
    -webkit-animation: hideCountdown 1s;
       -moz-animation: hideCountdown 1s;
         -o-animation: hideCountdown 1s;
            animation: hideCountdown 1s; }

.wind-game {
  width: 100%;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.wind-game__main {
  width: 100%;
  overflow-x: hidden; }

.wind-game__controls--title {
  margin: .8em 0 .5em;
  font-size: 1.2em;
  color: #288AC4;
  text-align: center; }

.wind-game__controls--title {
  font-size: 1.8rem; }

.wind-game__windmill-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .wind-game__windmill-controls .quantity-control {
    font-size: 1.2em;
    text-align: center;
    color: #288AC4; }
  .wind-game__windmill-controls .quantity-control__label {
    font-size: 1.7em; }

.wind-game__quantity-control-wrappper {
  text-align: center; }

.wind-game__quantity-control-wrappper--label {
  font-size: 1.2em;
  margin: .3em 0; }

.wind-game__wind-speed-control {
  margin-top: 1em;
  margin-bottom: .3em;
  text-align: center;
  color: #288AC4; }
  .wind-game__wind-speed-control .range-slider {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 1.2em; }

.wind-game__wind-speed-control-title {
  font-size: 1.8rem;
  margin-bottom: 0.2em; }

.wind-game__wind-speed-controls--label {
  font-size: 2.5rem; }
  .wind-game__wind-speed-controls--label span {
    font-size: 1.3rem;
    vertical-align: baseline; }

.wind-game__score-view {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 1.3em;
  color: #FFF;
  background: #288AC4; }

.wind-game__score-view-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  text-align: center; }
  .wind-game__score-view-item:first-child {
    border-right: 1px solid #2679AA; }
  .wind-game__score-view-item .quantity {
    font-size: 2.3rem; }

.drag-game {
  height: 100%;
  width: 100%; }

.meta-view .main-content-box h2 {
  margin-bottom: .2em;
  font-size: 100%;
  font-weight: normal; }

.meta-view .main-content-box p:not(:last-child) {
  margin-bottom: 1em; }

.meta-view .main-content-box a {
  color: #288AC4; }
