/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

button a {
    background-color: transparent;
	color: #000000;
	text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default-slow,
.odometer.odometer-theme-default-slow .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default-slow .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default-slow .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default-slow .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default-slow .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default-slow .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default-slow .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default-slow.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default-slow.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default-slow.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default-slow.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@font-face {
    font-family: Proxima Nova;
    src: url(/build/fonts/proxima-nova/proxima-nova-regular.eot);
    src: url(/build/fonts/proxima-nova/proxima-nova-regular.eot?#iefix) format("embedded-opentype"), url(/build/fonts/proxima-nova/proxima-nova-regular.woff) format("woff"), url(/build/fonts/proxima-nova/proxima-nova-regular.ttf) format("truetype"), url(/build/fonts/proxima-nova/proxima-nova-regular.svg#proxima-nova-regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova Bold;
    src: url(/build/fonts/proxima-nova/proxima-nova-bold.eot);
    src: url(/build/fonts/proxima-nova/proxima-nova-bold.eot?#iefix) format("embedded-opentype"), url(/build/fonts/proxima-nova/proxima-nova-bold.woff2) format("woff2"), url(/build/fonts/proxima-nova/proxima-nova-bold.woff) format("woff"), url(/build/fonts/proxima-nova/proxima-nova-bold.ttf) format("truetype"), url(/build/fonts/proxima-nova/proxima-nova-bold.svg#proxima-nova-bold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova Semi Bold;
    src: url(/build/fonts/proxima-nova/proxima-nova-semi-bold.eot);
    src: url(/build/fonts/proxima-nova/proxima-nova-semi-bold.eot?#iefix) format("embedded-opentype"), url(/build/fonts/proxima-nova/proxima-nova-semi-bold.woff2) format("woff2"), url(/build/fonts/proxima-nova/proxima-nova-semi-bold.woff) format("woff"), url(/build/fonts/proxima-nova/proxima-nova-semi-bold.ttf) format("truetype"), url(/build/fonts/proxima-nova/proxima-nova-semi-bold.svg#proxima_nova_ltsemibold) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Proxima Nova, sans-serif;
    font-size: 1em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Proxima Nova Bold, sans-serif
}

body {
    padding: 0;
    margin: 0
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

picture {
    background: transparent;
    line-height: 0
}

.visually-hidden {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wrapper {
    padding: 0 16px
}

.content {
    max-width: 860px;
    margin: 0 auto
}

.content-page {
    background: #111;
    margin-bottom: 16px
}

.content--on-dark {
    color: #fff
}

.content__inner {
    max-width: 680px
}

.content-block+.content-block {
    margin-top: 16px
}

.content-block a {
    color: #fff
}

.content-block a:active,
.content-block a:focus,
.content-block a:hover {
    text-decoration: none
}

.block-list {
    padding: 0;
    margin: 0;
    list-style-position: inside
}

.block-list__item+.block-list__item {
    margin-top: 12px
}

.block-list__link {
    color: #fff
}

.block-list__link:active,
.block-list__link:focus,
.block-list__link:hover {
    text-decoration: none
}

.content-nav__logo {
    display: block;
    height: 64px;
    width: 64px;
    fill: #00d85a
}

.content-nav {
    background: #000;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.content-nav,
.content-nav:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-nav:before {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    opacity: .25
}

.content-nav__inner {
    padding: 0 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.content-nav__main-link {
    display: inline-block
}

.nav-list {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 12px
}

.nav-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 20px;
    font-size: 1.25rem
}

.nav-list__link:active,
.nav-list__link:focus,
.nav-list__link:hover {
    color: #fff;
    text-decoration: underline
}

.content-grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-col {
    padding-left: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.media-link {
    border-radius: 5px;
    border: 1px solid #fff;
    display: block;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: .3s transform ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.media-link:active,
.media-link:focus,
.media-link:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025)
}

.media-link__title {
    margin: 0;
    padding: 8px;
    color: #111;
    background: #fff;
    border-top: 1px solid #ddd
}

.media-link:active .media-link__title,
.media-link:focus .media-link__title,
.media-link:hover .media-link__title {
    text-decoration: underline
}

.media-link__image-container {
    height: 160px;
    padding: 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 2'%3E%3Cpath d='M1 2V0h1v1H0v1z' fill-opacity='.05'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-color: #f2f2f2
}

.media-link__image {
    max-height: 100%;
    margin: 0 auto;
    display: block
}

.media-link__image--multiple {
    margin: 0;
    max-height: 50%
}

.game-wrapper {
    position: fixed;
    overflow: hidden
}

.game-screen,
.game-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.game-screen {
    display: none;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    opacity: 0
}

.game-screen.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1
}

.game-screen--game-over {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 16px;
    background-color: rgba(0, 0, 0, .5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: auto;
    will-change: transform;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1
}

.game-screen--game-over,
.game-screen--game-over.is-active {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    -o-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39)
}

.game-screen--game-over.is-active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.game-screen--game-over.is-top-screen {
    z-index: 11
}

.game-screen--game-over.is-fading-out {
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    opacity: 0
}

.game-screen--playfield {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 10
}

.game-screen__logo {
    height: 120px;
    width: 120px;
    fill: #00d85a;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    -o-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    opacity: 1
}

.is-starting-game .game-screen__logo {
    opacity: 0
}

.game-screen__logo--glasto {
    height: 120px;
    width: 220px
}

.game-screen__logo--halloween {
    height: 125px;
    width: 220px
}

.game-screen--start {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 24px 18px;
    background: #555;
    color: #fff;
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    overflow: auto
}

.game-screen--start img {
	padding-bottom: 20px;
}

.game-screen--start:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #000;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.game-screen--start.is-starting-game:before {
    opacity: .3
}

.game-screen--glasto {
    background-image: url(/build/images/ui/splash-screen-glasto.png)
}

.game-screen--halloween {
    background-image: url(/build/images/ui/splash-screen-halloween.jpg)
}

.game-screen--spotify {
	background-color: #00d85a
}

.game-screen--google {
    background-image: url(/build/images/ui/splash-screen-google.jpg);
	background-color: #fff;
	background-size: contain
}

.game-screen--fifa22 {
	background-color: #d0f84f;
	background-size: contain;
	color: #000
}

.game-screen--fifa22 .game-screen__link {
	color: #000
}

.game-screen--youtube {
	background-color: #ff0000;
	background-size: contain;
	color: #fff
}

.game-screen--imdb {
	background-color: #f5c518;
	background-size: contain;
	color: #000
}

.game-screen--imdb .game-screen__link {
	color: #000
}

.game-screen__link {
    color: #fff;
    margin-top: 16px
}

.game-screen__link:active,
.game-screen__link:focus,
.game-screen__link:hover {
    text-decoration: none
}

.game-screen__heading {
    font-size: 24px;
    font-size: 1.5rem;
    opacity: 1;
    margin: 0 0 12px
}

.game-screen__small-print {
    font-size: 8px;
    font-size: .5rem;
    color: #d5d5d5;
    margin: 0 0 16px;
    line-height: 1.3em;
    opacity: 1;
    display: block
}

.game-screen__copy {
    margin: 0 0 16px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.3;
    font-family: Proxima Nova, sans-serif;
    opacity: 1
}

.game-screen__game-over {
    border: 4px solid #000;
    outline: 0;
    padding: 12px 16px;
    color: #000
}

.game-screen__start-game {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    padding: 12px 48px;
    color: #000;
    -webkit-box-shadow: 6px 6px 0 0 #000;
    box-shadow: 6px 6px 0 0 #000;
    -webkit-transition: -webkit-box-shadow .15s ease-in;
    transition: -webkit-box-shadow .15s ease-in;
    -o-transition: .15s box-shadow ease-in;
    transition: box-shadow .15s ease-in;
    transition: box-shadow .15s ease-in, -webkit-box-shadow .15s ease-in;
    background: #fff;
    cursor: pointer;
    font-family: Proxima Nova Bold, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    opacity: 1
}

.game-screen__categories {
	margin-bottom: 15px
}

.game-over-screen__coffee {
	margin-top: 15px	
}

.game-screen__start-game:active,
.game-screen__start-game:focus,
.game-screen__start-game:hover {
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000
}

.playfield-badge__text {
    margin: 0
}

@-webkit-keyframes scale-up-bounce {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    80% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-bounce {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    80% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.playfield-badge__icon--cross {
    fill: #fff
}

.playfield-badge {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: background .4s, opacity .4s, -webkit-transform .4s;
    transition: background .4s, opacity .4s, -webkit-transform .4s;
    -o-transition: transform .4s, background .4s, opacity .4s;
    transition: transform .4s, background .4s, opacity .4s;
    transition: transform .4s, background .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    -o-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    border-radius: 50%;
    background: #fff;
    color: #000;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: Proxima Nova Bold, sans-serif;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    will-change: transform
}

.playfield-badge.is-active {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.playfield-badge.is-correct {
    background: #00d85a;
    color: #fff
}

.playfield-badge.is-correct .playfield-badge__icon--cross {
    opacity: 0
}

.playfield-badge.is-correct .playfield-badge__icon--tick {
    opacity: 1
}

.playfield-badge.is-wrong {
    background: #f14242;
    color: #fff
}

.playfield-badge.is-wrong .playfield-badge__icon--cross {
    opacity: 1
}

.playfield-badge.is-wrong .playfield-badge__icon--tick {
    opacity: 0
}

.playfield-badge.is-showing-score {
    background: #00d85a
}

.playfield-badge.is-correct .playfield-badge__text,
.playfield-badge.is-showing-score .playfield-badge__text,
.playfield-badge.is-wrong .playfield-badge__text {
    display: none
}

.playfield-badge__score-count.playfield-badge__score-count {
    display: none;
    color: #fff;
    font-family: Proxima Nova Bold, sans-serif;
    font-size: 28px;
    font-size: 1.25rem
}

.is-showing-score .playfield-badge__score-count.playfield-badge__score-count {
    display: block
}

.playfield-badge__icon {
    opacity: 0;
    height: 24px;
    width: 24px;
    position: absolute
}

.is-correct .playfield-badge__icon,
.is-wrong .playfield-badge__icon {
    -webkit-animation: scale-up-bounce .45s backwards;
    animation: scale-up-bounce .45s backwards;
    -webkit-animation-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    animation-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39)
}

.playfield-pane-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    width: 200%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    -o-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    will-change: transform;
    position: relative
}

.playfield-pane-container.is-reordering-contents {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.playfield-pane-container.has-disable-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 10
}

.playfield-pane-container--alpha {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.playfield-pane-container--alpha.is-offscreen {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.playfield-pane-container--alpha.is-revealing-new-track,
.playfield-pane-container--beta {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.playfield-pane-container--beta.is-offscreen {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}

.playfield-pane-container--beta.is-revealing-new-track {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.playfield-pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    -o-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    position: relative;
    will-change: transform;
    cursor: pointer;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    min-height: 0
}

.playfield-pane:after {
    opacity: .4;
    background: #000;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: .15s opacity ease-in-out;
    transition: opacity .15s ease-in-out
}

.playfield-pane:after,
.playfield-pane:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.playfield-pane:before {
    -webkit-transition: border .4s ease-in;
    -o-transition: .4s border ease-in;
    transition: border .4s ease-in;
    border: 0 solid #ddd;
    z-index: 1;
    background: transparent
}

.playfield-pane:active:after,
.playfield-pane:focus:after,
.playfield-pane:hover:after {
    opacity: .6
}

.playfield-pane.is-selected:before {
    border: 10px solid #fff;
    -webkit-transition: border .4s ease-out;
    -o-transition: .4s border ease-out;
    transition: border .4s ease-out
}

.playfield-pane.is-wrong:before {
    border-color: #f14242
}

.playfield-pane.is-correct:before {
    border-color: #00d85a
}

.playfied-pane__contents {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.playfield-pane--clone:after {
    display: none
}

.playfield-pane__heading {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 6px 6px 0 0 #000;
    box-shadow: 6px 6px 0 0 #000;
    padding: 6px;
    margin: 0 0 14px;
    font-size: 24px;
    font-size: 1.5rem;
    z-index: 1;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    -o-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    will-change: transform
}

.is-revealing-count .playfield-pane__heading {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.playfield-pane__sub-heading {
    color: #fff;
    background: #000;
    padding: 6px 8px;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: .0625rem;
    z-index: 1;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    -o-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    will-change: transform
}

.playfield-pane__sub-heading_google {
    color: #fff;
    background: #000;
    padding: 6px 8px;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: .0625rem;
    z-index: 1;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    -o-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    will-change: transform;
	display: none
}

.is-revealing-count .playfield-pane__sub-heading {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.playfield-pane__count-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.playfield-pane__counter.playfield-pane__counter {
    padding: 8px 16px;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 8px;
    letter-spacing: .5rem;
    z-index: 1;
    margin: 14px 0 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%)
}

.playfield-pane__counter.playfield-pane__counter:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(50%, transparent), to(rgba(0, 0, 0, .75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75), transparent 50%, rgba(0, 0, 0, .75));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .75) 0, transparent 50%, rgba(0, 0, 0, .75) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0, transparent 50%, rgba(0, 0, 0, .75));
    z-index: 1
}

.playfield-pane__counter.playfield-pane__counter.is-wrong {
    color: #f14242
}

.playfield-pane__counter.playfield-pane__counter.is-correct {
    color: #00d85a
}

.playfield-pane__counter.playfield-pane__counter.is-visible {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1
    }
}

.game-score {
    position: absolute;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-family: Proxima Nova, sans-serif;
    text-shadow: 0 0 2px #000;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    -o-transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39);
    transition-timing-function: cubic-bezier(1, 1.015, 1.07, 1.39)
}

.game-score.is-active {
    opacity: .7
}

.game-score--current-score {
    top: 12px;
    right: 12px
}

.game-score--highscore {
    top: 12px;
    left: 12px
}

.game-playfield__logo {
    position: absolute;
    bottom: 24px;
    left: 16px;
    height: 80px;
    width: 80px;
    opacity: 0;
    fill: #fff;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: .4s opacity ease-in;
    transition: opacity .4s ease-in
}

.game-over-screen__score {
    font-size: 42px;
    font-size: 2.625rem
}

.game-over-screen__heading,
.game-over-screen__score {
    -webkit-box-shadow: 6px 6px 0 0 #000;
    box-shadow: 6px 6px 0 0 #000;
    background: #fff;
    color: #000;
    font-family: Proxima Nova Bold, sans-serif;
    padding: 12px;
    margin: 0 0 16px
}

.game-over-screen__heading {
    font-size: 24px;
    font-size: 1.5rem
}

.game-over-screen__copy {
    background: #000;
    color: #fff;
    padding: 12px;
    font-family: Proxima Nova, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    margin: 0 0 16px;
    line-height: 18px;
    line-height: 1.125rem
}

.game-over-screen__play-again {
    background: #00d85a
}

.game-over-screen__facebook,
.game-over-screen__twitter {
    padding: 12px;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.game-over-screen__facebook {
    background: #3b5998
}

.game-over-screen__twitter {
    background: #55acee
}

.game-over-screen__intro {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Proxima Nova Bold, sans-serif;
    margin: 0 0 12px
}

.share-icon-facebook,
.share-icon-twitter {
    fill: #fff;
    margin-right: 8px
}

.share-icon-facebook,
.share-icon-twitter {
    height: 20px;
    width: 20px
}

.game-over-screen__share-links {
    margin-bottom: 16px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: Proxima Nova Bold, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    width: 100%
}

.game-over-screen__share-links,
.playfield-pane__counter.playfield-pane__counter .odometer-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.game-screen__share-link {
    color: #fff;
    margin-top: 12px
}

.game-screen__share-link:active,
.game-screen__share-link:focus,
.game-screen__share-link:hover {
    text-decoration: none
}

.splash-screen-contents {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 90%
}

.game-over-screen__share-button {
    background: #f1d25d;
    padding: 12px 40px;
    text-decoration: none
}

*+.game-over-screen__share-button {
    margin-top: 6px
}

.playfield__image-credit {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 8px;
    text-decoration: underline;
    opacity: .5;
    font-size: 12px;
    font-size: .75rem;
    z-index: 0
}

.playfield__image-credit:active,
.playfield__image-credit:focus,
.playfield__image-credit:hover {
    text-decoration: none
}

.playfield-pane-container--alpha .playfield__image-credit {
    left: 50%
}

.kofi-button {
    background: #fc6163;
    color: #fff;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .2);
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
    text-decoration: none;
    font-family: Proxima Nova, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px
}

.kofi-button:active,
.kofi-button:focus,
.kofi-button:hover {
    opacity: .85;
    color: #f5f5f5
}

.kofi-button__icon {
    height: 13px;
    width: 20px;
    margin-right: 6px
}

.kofi-button__text {
    line-height: 1
}

.game-screen__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.is-starting-game .game-screen__content {
    opacity: 0
}

.game-screen__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
	margin-top: 35px
}

.is-starting-game .game-screen__footer {
    opacity: 0
}

.game-screen__footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    font-size: .625rem
}

.game-screen__footer-item+.game-screen__footer-item {
    margin-left: 16px
}

.game-screen__footer-link {
    color: #fff;
    text-decoration: underline
}

.game-screen__footer-link:active,
.game-screen__footer-link:focus,
.game-screen__footer-link:hover {
    text-decoration: none
}

.game-screen__app-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.game-screen__app-badges--game-over {
    margin-top: auto
}

.app-badge {
    line-height: 0
}

.app-badge__image {
    height: 40px
}

.icon {
    max-width: 100%
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    background: #263238;
    background: rgba(38, 50, 56, .65);
    z-index: 1500;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    padding: 16px
}

.modal.is-open {
    opacity: 1;
    visibility: visible
}

.modal .modal__body {
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding: 1.5em;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.is-closed .modal__body,
.is-open .modal__body {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.is-closed .modal__body {
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.is-open .modal__body {
    -webkit-animation-name: anim-open;
    animation-name: anim-open
}

.modal__description,
.modal__title {
    margin: 0 0 16px
}

.modal__title {
    font-family: Proxima Nova Bold, sans-serif;
    font-size: 28px;
    font-size: 1.75rem
}

.modal__description {
    font-family: Proxima Nova, sans-serif;
    font-size: 18px;
    font-size: 1.125rem
}

.modal__close-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    line-height: 0
}

.modal__close-icon {
    fill: #000;
    height: 16px;
    width: 16px
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: matrix(.7, 0, 0, .7, 0, 0);
        transform: matrix(.7, 0, 0, .7, 0, 0)
    }
    2.083333% {
        -webkit-transform: matrix(.75266, 0, 0, .76342, 0, 0);
        transform: matrix(.75266, 0, 0, .76342, 0, 0)
    }
    4.166667% {
        -webkit-transform: matrix(.81071, 0, 0, .84545, 0, 0);
        transform: matrix(.81071, 0, 0, .84545, 0, 0)
    }
    6.25% {
        -webkit-transform: matrix(.86808, 0, 0, .9286, 0, 0);
        transform: matrix(.86808, 0, 0, .9286, 0, 0)
    }
    8.333333% {
        -webkit-transform: matrix(.92038, 0, 0, 1, 0, 0);
        transform: matrix(.92038, 0, 0, 1, 0, 0)
    }
    10.416667% {
        -webkit-transform: matrix(.96482, 0, 0, 1.05202, 0, 0);
        transform: matrix(.96482, 0, 0, 1.05202, 0, 0)
    }
    12.5% {
        -webkit-transform: matrix(1, 0, 0, 1.08204, 0, 0);
        transform: matrix(1, 0, 0, 1.08204, 0, 0)
    }
    14.583333% {
        -webkit-transform: matrix(1.02563, 0, 0, 1.09149, 0, 0);
        transform: matrix(1.02563, 0, 0, 1.09149, 0, 0)
    }
    16.666667% {
        -webkit-transform: matrix(1.04227, 0, 0, 1.08453, 0, 0);
        transform: matrix(1.04227, 0, 0, 1.08453, 0, 0)
    }
    18.75% {
        -webkit-transform: matrix(1.05102, 0, 0, 1.06666, 0, 0);
        transform: matrix(1.05102, 0, 0, 1.06666, 0, 0)
    }
    20.833333% {
        -webkit-transform: matrix(1.05334, 0, 0, 1.04355, 0, 0);
        transform: matrix(1.05334, 0, 0, 1.04355, 0, 0)
    }
    22.916667% {
        -webkit-transform: matrix(1.05078, 0, 0, 1.02012, 0, 0);
        transform: matrix(1.05078, 0, 0, 1.02012, 0, 0)
    }
    25% {
        -webkit-transform: matrix(1.04487, 0, 0, 1, 0, 0);
        transform: matrix(1.04487, 0, 0, 1, 0, 0)
    }
    27.083333% {
        -webkit-transform: matrix(1.03699, 0, 0, .98534, 0, 0);
        transform: matrix(1.03699, 0, 0, .98534, 0, 0)
    }
    29.166667% {
        -webkit-transform: matrix(1.02831, 0, 0, .97688, 0, 0);
        transform: matrix(1.02831, 0, 0, .97688, 0, 0)
    }
    31.25% {
        -webkit-transform: matrix(1.01973, 0, 0, .97422, 0, 0);
        transform: matrix(1.01973, 0, 0, .97422, 0, 0)
    }
    33.333333% {
        -webkit-transform: matrix(1.01191, 0, 0, .97618, 0, 0);
        transform: matrix(1.01191, 0, 0, .97618, 0, 0)
    }
    35.416667% {
        -webkit-transform: matrix(1.00526, 0, 0, .98122, 0, 0);
        transform: matrix(1.00526, 0, 0, .98122, 0, 0)
    }
    37.5% {
        -webkit-transform: matrix(1, 0, 0, .98773, 0, 0);
        transform: matrix(1, 0, 0, .98773, 0, 0)
    }
    39.583333% {
        -webkit-transform: matrix(.99617, 0, 0, .99433, 0, 0);
        transform: matrix(.99617, 0, 0, .99433, 0, 0)
    }
    41.666667% {
        -webkit-transform: matrix(.99368, 0, 0, 1, 0, 0);
        transform: matrix(.99368, 0, 0, 1, 0, 0)
    }
    43.75% {
        -webkit-transform: matrix(.99237, 0, 0, 1.00413, 0, 0);
        transform: matrix(.99237, 0, 0, 1.00413, 0, 0)
    }
    45.833333% {
        -webkit-transform: matrix(.99202, 0, 0, 1.00651, 0, 0);
        transform: matrix(.99202, 0, 0, 1.00651, 0, 0)
    }
    47.916667% {
        -webkit-transform: matrix(.99241, 0, 0, 1.00726, 0, 0);
        transform: matrix(.99241, 0, 0, 1.00726, 0, 0)
    }
    50% {
        opacity: 1;
        -webkit-transform: matrix(.99329, 0, 0, 1.00671, 0, 0);
        transform: matrix(.99329, 0, 0, 1.00671, 0, 0)
    }
    52.083333% {
        -webkit-transform: matrix(.99447, 0, 0, 1.00529, 0, 0);
        transform: matrix(.99447, 0, 0, 1.00529, 0, 0)
    }
    54.166667% {
        -webkit-transform: matrix(.99577, 0, 0, 1.00346, 0, 0);
        transform: matrix(.99577, 0, 0, 1.00346, 0, 0)
    }
    56.25% {
        -webkit-transform: matrix(.99705, 0, 0, 1.0016, 0, 0);
        transform: matrix(.99705, 0, 0, 1.0016, 0, 0)
    }
    58.333333% {
        -webkit-transform: matrix(.99822, 0, 0, 1, 0, 0);
        transform: matrix(.99822, 0, 0, 1, 0, 0)
    }
    60.416667% {
        -webkit-transform: matrix(.99921, 0, 0, .99884, 0, 0);
        transform: matrix(.99921, 0, 0, .99884, 0, 0)
    }
    62.5% {
        -webkit-transform: matrix(1, 0, 0, .99816, 0, 0);
        transform: matrix(1, 0, 0, .99816, 0, 0)
    }
    64.583333% {
        -webkit-transform: matrix(1.00057, 0, 0, .99795, 0, 0);
        transform: matrix(1.00057, 0, 0, .99795, 0, 0)
    }
    66.666667% {
        -webkit-transform: matrix(1.00095, 0, 0, .99811, 0, 0);
        transform: matrix(1.00095, 0, 0, .99811, 0, 0)
    }
    68.75% {
        -webkit-transform: matrix(1.00114, 0, 0, .99851, 0, 0);
        transform: matrix(1.00114, 0, 0, .99851, 0, 0)
    }
    70.833333% {
        -webkit-transform: matrix(1.00119, 0, 0, .99903, 0, 0);
        transform: matrix(1.00119, 0, 0, .99903, 0, 0)
    }
    72.916667% {
        -webkit-transform: matrix(1.00114, 0, 0, .99955, 0, 0);
        transform: matrix(1.00114, 0, 0, .99955, 0, 0)
    }
    75% {
        -webkit-transform: matrix(1.001, 0, 0, 1, 0, 0);
        transform: matrix(1.001, 0, 0, 1, 0, 0)
    }
    77.083333% {
        -webkit-transform: matrix(1.00083, 0, 0, 1.00033, 0, 0);
        transform: matrix(1.00083, 0, 0, 1.00033, 0, 0)
    }
    79.166667% {
        -webkit-transform: matrix(1.00063, 0, 0, 1.00052, 0, 0);
        transform: matrix(1.00063, 0, 0, 1.00052, 0, 0)
    }
    81.25% {
        -webkit-transform: matrix(1.00044, 0, 0, 1.00058, 0, 0);
        transform: matrix(1.00044, 0, 0, 1.00058, 0, 0)
    }
    83.333333% {
        -webkit-transform: matrix(1.00027, 0, 0, 1.00053, 0, 0);
        transform: matrix(1.00027, 0, 0, 1.00053, 0, 0)
    }
    85.416667% {
        -webkit-transform: matrix(1.00012, 0, 0, 1.00042, 0, 0);
        transform: matrix(1.00012, 0, 0, 1.00042, 0, 0)
    }
    87.5% {
        -webkit-transform: matrix(1, 0, 0, 1.00027, 0, 0);
        transform: matrix(1, 0, 0, 1.00027, 0, 0)
    }
    89.583333% {
        -webkit-transform: matrix(.99991, 0, 0, 1.00013, 0, 0);
        transform: matrix(.99991, 0, 0, 1.00013, 0, 0)
    }
    91.666667% {
        -webkit-transform: matrix(.99986, 0, 0, 1, 0, 0);
        transform: matrix(.99986, 0, 0, 1, 0, 0)
    }
    93.75% {
        -webkit-transform: matrix(.99983, 0, 0, .99991, 0, 0);
        transform: matrix(.99983, 0, 0, .99991, 0, 0)
    }
    95.833333% {
        -webkit-transform: matrix(.99982, 0, 0, .99985, 0, 0);
        transform: matrix(.99982, 0, 0, .99985, 0, 0)
    }
    97.916667% {
        -webkit-transform: matrix(.99983, 0, 0, .99984, 0, 0);
        transform: matrix(.99983, 0, 0, .99984, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: matrix(.7, 0, 0, .7, 0, 0);
        transform: matrix(.7, 0, 0, .7, 0, 0)
    }
    2.083333% {
        -webkit-transform: matrix(.75266, 0, 0, .76342, 0, 0);
        transform: matrix(.75266, 0, 0, .76342, 0, 0)
    }
    4.166667% {
        -webkit-transform: matrix(.81071, 0, 0, .84545, 0, 0);
        transform: matrix(.81071, 0, 0, .84545, 0, 0)
    }
    6.25% {
        -webkit-transform: matrix(.86808, 0, 0, .9286, 0, 0);
        transform: matrix(.86808, 0, 0, .9286, 0, 0)
    }
    8.333333% {
        -webkit-transform: matrix(.92038, 0, 0, 1, 0, 0);
        transform: matrix(.92038, 0, 0, 1, 0, 0)
    }
    10.416667% {
        -webkit-transform: matrix(.96482, 0, 0, 1.05202, 0, 0);
        transform: matrix(.96482, 0, 0, 1.05202, 0, 0)
    }
    12.5% {
        -webkit-transform: matrix(1, 0, 0, 1.08204, 0, 0);
        transform: matrix(1, 0, 0, 1.08204, 0, 0)
    }
    14.583333% {
        -webkit-transform: matrix(1.02563, 0, 0, 1.09149, 0, 0);
        transform: matrix(1.02563, 0, 0, 1.09149, 0, 0)
    }
    16.666667% {
        -webkit-transform: matrix(1.04227, 0, 0, 1.08453, 0, 0);
        transform: matrix(1.04227, 0, 0, 1.08453, 0, 0)
    }
    18.75% {
        -webkit-transform: matrix(1.05102, 0, 0, 1.06666, 0, 0);
        transform: matrix(1.05102, 0, 0, 1.06666, 0, 0)
    }
    20.833333% {
        -webkit-transform: matrix(1.05334, 0, 0, 1.04355, 0, 0);
        transform: matrix(1.05334, 0, 0, 1.04355, 0, 0)
    }
    22.916667% {
        -webkit-transform: matrix(1.05078, 0, 0, 1.02012, 0, 0);
        transform: matrix(1.05078, 0, 0, 1.02012, 0, 0)
    }
    25% {
        -webkit-transform: matrix(1.04487, 0, 0, 1, 0, 0);
        transform: matrix(1.04487, 0, 0, 1, 0, 0)
    }
    27.083333% {
        -webkit-transform: matrix(1.03699, 0, 0, .98534, 0, 0);
        transform: matrix(1.03699, 0, 0, .98534, 0, 0)
    }
    29.166667% {
        -webkit-transform: matrix(1.02831, 0, 0, .97688, 0, 0);
        transform: matrix(1.02831, 0, 0, .97688, 0, 0)
    }
    31.25% {
        -webkit-transform: matrix(1.01973, 0, 0, .97422, 0, 0);
        transform: matrix(1.01973, 0, 0, .97422, 0, 0)
    }
    33.333333% {
        -webkit-transform: matrix(1.01191, 0, 0, .97618, 0, 0);
        transform: matrix(1.01191, 0, 0, .97618, 0, 0)
    }
    35.416667% {
        -webkit-transform: matrix(1.00526, 0, 0, .98122, 0, 0);
        transform: matrix(1.00526, 0, 0, .98122, 0, 0)
    }
    37.5% {
        -webkit-transform: matrix(1, 0, 0, .98773, 0, 0);
        transform: matrix(1, 0, 0, .98773, 0, 0)
    }
    39.583333% {
        -webkit-transform: matrix(.99617, 0, 0, .99433, 0, 0);
        transform: matrix(.99617, 0, 0, .99433, 0, 0)
    }
    41.666667% {
        -webkit-transform: matrix(.99368, 0, 0, 1, 0, 0);
        transform: matrix(.99368, 0, 0, 1, 0, 0)
    }
    43.75% {
        -webkit-transform: matrix(.99237, 0, 0, 1.00413, 0, 0);
        transform: matrix(.99237, 0, 0, 1.00413, 0, 0)
    }
    45.833333% {
        -webkit-transform: matrix(.99202, 0, 0, 1.00651, 0, 0);
        transform: matrix(.99202, 0, 0, 1.00651, 0, 0)
    }
    47.916667% {
        -webkit-transform: matrix(.99241, 0, 0, 1.00726, 0, 0);
        transform: matrix(.99241, 0, 0, 1.00726, 0, 0)
    }
    50% {
        opacity: 1;
        -webkit-transform: matrix(.99329, 0, 0, 1.00671, 0, 0);
        transform: matrix(.99329, 0, 0, 1.00671, 0, 0)
    }
    52.083333% {
        -webkit-transform: matrix(.99447, 0, 0, 1.00529, 0, 0);
        transform: matrix(.99447, 0, 0, 1.00529, 0, 0)
    }
    54.166667% {
        -webkit-transform: matrix(.99577, 0, 0, 1.00346, 0, 0);
        transform: matrix(.99577, 0, 0, 1.00346, 0, 0)
    }
    56.25% {
        -webkit-transform: matrix(.99705, 0, 0, 1.0016, 0, 0);
        transform: matrix(.99705, 0, 0, 1.0016, 0, 0)
    }
    58.333333% {
        -webkit-transform: matrix(.99822, 0, 0, 1, 0, 0);
        transform: matrix(.99822, 0, 0, 1, 0, 0)
    }
    60.416667% {
        -webkit-transform: matrix(.99921, 0, 0, .99884, 0, 0);
        transform: matrix(.99921, 0, 0, .99884, 0, 0)
    }
    62.5% {
        -webkit-transform: matrix(1, 0, 0, .99816, 0, 0);
        transform: matrix(1, 0, 0, .99816, 0, 0)
    }
    64.583333% {
        -webkit-transform: matrix(1.00057, 0, 0, .99795, 0, 0);
        transform: matrix(1.00057, 0, 0, .99795, 0, 0)
    }
    66.666667% {
        -webkit-transform: matrix(1.00095, 0, 0, .99811, 0, 0);
        transform: matrix(1.00095, 0, 0, .99811, 0, 0)
    }
    68.75% {
        -webkit-transform: matrix(1.00114, 0, 0, .99851, 0, 0);
        transform: matrix(1.00114, 0, 0, .99851, 0, 0)
    }
    70.833333% {
        -webkit-transform: matrix(1.00119, 0, 0, .99903, 0, 0);
        transform: matrix(1.00119, 0, 0, .99903, 0, 0)
    }
    72.916667% {
        -webkit-transform: matrix(1.00114, 0, 0, .99955, 0, 0);
        transform: matrix(1.00114, 0, 0, .99955, 0, 0)
    }
    75% {
        -webkit-transform: matrix(1.001, 0, 0, 1, 0, 0);
        transform: matrix(1.001, 0, 0, 1, 0, 0)
    }
    77.083333% {
        -webkit-transform: matrix(1.00083, 0, 0, 1.00033, 0, 0);
        transform: matrix(1.00083, 0, 0, 1.00033, 0, 0)
    }
    79.166667% {
        -webkit-transform: matrix(1.00063, 0, 0, 1.00052, 0, 0);
        transform: matrix(1.00063, 0, 0, 1.00052, 0, 0)
    }
    81.25% {
        -webkit-transform: matrix(1.00044, 0, 0, 1.00058, 0, 0);
        transform: matrix(1.00044, 0, 0, 1.00058, 0, 0)
    }
    83.333333% {
        -webkit-transform: matrix(1.00027, 0, 0, 1.00053, 0, 0);
        transform: matrix(1.00027, 0, 0, 1.00053, 0, 0)
    }
    85.416667% {
        -webkit-transform: matrix(1.00012, 0, 0, 1.00042, 0, 0);
        transform: matrix(1.00012, 0, 0, 1.00042, 0, 0)
    }
    87.5% {
        -webkit-transform: matrix(1, 0, 0, 1.00027, 0, 0);
        transform: matrix(1, 0, 0, 1.00027, 0, 0)
    }
    89.583333% {
        -webkit-transform: matrix(.99991, 0, 0, 1.00013, 0, 0);
        transform: matrix(.99991, 0, 0, 1.00013, 0, 0)
    }
    91.666667% {
        -webkit-transform: matrix(.99986, 0, 0, 1, 0, 0);
        transform: matrix(.99986, 0, 0, 1, 0, 0)
    }
    93.75% {
        -webkit-transform: matrix(.99983, 0, 0, .99991, 0, 0);
        transform: matrix(.99983, 0, 0, .99991, 0, 0)
    }
    95.833333% {
        -webkit-transform: matrix(.99982, 0, 0, .99985, 0, 0);
        transform: matrix(.99982, 0, 0, .99985, 0, 0)
    }
    97.916667% {
        -webkit-transform: matrix(.99983, 0, 0, .99984, 0, 0);
        transform: matrix(.99983, 0, 0, .99984, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }
}

@keyframes anim-close {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }
}

.share-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.share-links__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%
}

.share-link {
    display: block;
    padding: 16px 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: .3s transform ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    text-decoration: none;
    color: #000
}

.share-link:active,
.share-link:focus,
.share-link:hover {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.share-link__text {
    margin: 8px 0 0;
    font-family: Proxima Nova, sans-serif;
    font-size: 14px;
    font-size: .875rem
}

.share-link__icon {
    height: 32px;
    width: 32px
}

.share-link__icon--twitter {
    fill: #1da1f2
}

.share-link__icon--facebook {
    fill: #4267b2
}

@media screen and (min-width:22.5em) {
    .game-screen--game-over {
        padding: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .game-screen__logo--halloween {
        height: 200px;
        width: 320px
    }
    .game-over-screen__score {
        font-size: 52px;
        font-size: 3.25rem
    }
    .game-over-screen__copy {
        margin-bottom: 18px;
        line-height: 24px;
        line-height: 1.5rem;
        padding: 16px
    }
    .game-over-screen__intro {
        margin-bottom: 16px
    }
    .modal {
        padding: 24px
    }
    .modal__description,
    .modal__title {
        margin-bottom: 24px
    }
}

@media screen and (min-width:30em) {
    .content-nav__inner {
        max-width: 860px;
        margin: 16px auto
    }
    .content-col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .media-link__image--multiple {
        max-height: 35%
    }
    .game-screen__logo {
        height: 160px;
        width: 160px
    }
    .game-screen__logo--glasto {
        height: 120px;
        width: 400px
    }
    .game-screen__heading {
        padding: 0 7.5%;
        font-size: 32px;
        font-size: 2rem
    }
    .game-screen__small-print {
        padding: 0 7.5%;
        font-size: 10px;
        font-size: .625rem
    }
    .playfield-pane__heading {
        margin-bottom: 26px;
        font-size: 32px;
        font-size: 2rem
    }
    .playfield-pane__counter.playfield-pane__counter {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 24px 0
    }
    .game-screen__share-link {
        margin-top: 24px
    }
    .kofi-button {
        margin-top: 32px
    }
    .game-screen__footer-links {
        font-size: 12px;
        font-size: .75rem
    }
    .app-badge+.app-badge {
        margin-left: 12px
    }
    .share-links__item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media screen and (min-width:45.313em) and (max-width:68.688em) {
    .nav-list__link {
        font-size: 14px;
        font-size: .875rem
    }
}

@media screen and (min-width:45.313em) {
    .wrapper {
        padding: 0 32px
    }
    .content-page {
        margin-bottom: 32px
    }
    .content-block+.content-block {
        margin-top: 48px
    }
    .content-nav__inner {
        padding: 0 32px
    }
    .nav-list__item {
        margin-left: 20px;
        margin-top: 0
    }
    .content-col {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%
    }
    .game-screen__logo--halloween {
        height: 220px;
        width: 400px
    }
    .game-screen--start {
        padding: 60px 80px
    }
    .game-screen__link {
        margin-top: 24px
    }
    .game-screen__heading,
    .game-screen__small-print {
        padding: 0 15%
    }
    .playfield-badge {
        font-size: 46px;
        font-size: 2.875rem;
        font-family: Proxima Nova Bold, sans-serif;
        width: 116px;
        height: 116px;
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        left: 50%
    }
    .playfield-badge.is-active {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    .playfield-badge__score-count.playfield-badge__score-count {
        font-size: 46px;
        font-size: 2.875rem
    }
    .playfield-badge__icon {
        height: 48px;
        width: 48px
    }
    .playfield-pane {
        padding: 16px 72px
    }
    .playfield-pane__sub-heading {
        padding: 8px 12px
    }
    .playfield-pane__counter.playfield-pane__counter {
        padding: 16px 24px;
        font-size: 30px;
        font-size: 1.875rem
    }
    .game-over-screen__twitter {
        margin-right: 24px
    }
    .game-over-screen__share-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .game-screen__share-link {
        margin-top: 32px
    }
    *+.game-over-screen__share-button {
        margin-top: 12px
    }
    .game-screen__app-badges {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .modal__title {
        font-size: 32px;
        font-size: 2rem
    }
    .share-link__text {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width:860px) {
    .content-nav__inner {
        padding: 0 32px
    }
}

@media screen and (min-width:920px) {
    .content-nav__inner {
        padding: 0
    }
}

@media screen and (min-width:60em) {
    .content-nav__logo {
        height: 82px;
        width: 82px
    }
    .nav-list__item {
        margin-left: 24px
    }
    .media-link__image-container {
        height: 180px;
        padding: 24px
    }
    .media-link__image--multiple {
        max-height: 50%
    }
    .game-screen--playfield {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .game-screen__heading,
    .game-screen__small-print {
        padding: 0 20%
    }
    .playfield-pane-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 200%
    }
    .playfield-pane-container--alpha {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    .playfield-pane-container--alpha.is-offscreen {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    .playfield-pane-container--alpha.is-revealing-new-track,
    .playfield-pane-container--beta {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .playfield-pane-container--beta.is-offscreen {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    .playfield-pane-container--beta.is-revealing-new-track {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    .game-score.is-active {
        opacity: 1
    }
    .game-score--current-score {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        top: 60%
    }
    .game-score--highscore {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 63.5%
    }
    .game-playfield__logo.is-active {
        -webkit-transition: opacity .4s ease-in;
        -o-transition: .4s opacity ease-in;
        transition: opacity .4s ease-in;
        opacity: .3
    }
    .playfield__image-credit {
        bottom: 50%;
        left: auto;
        right: 0
    }
    .playfield-pane-container--alpha .playfield__image-credit {
        right: 0;
        left: auto;
        bottom: 0
    }
}

@media screen and (min-width:68.75em) {
    .game-screen--game-over {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        padding: 32px
    }
    .game-screen__heading {
        padding: 0 5%
    }
    .game-screen__small-print {
        padding: 0 5%;
        margin-bottom: 24px
    }
    .playfield-pane {
        padding: 16px 88px
    }
    .modal {
        padding: 32px
    }
    .modal__description,
    .modal__title {
        margin-bottom: 32px
    }
}

@media screen and (min-width:1300px) {
    .game-screen__small-print {
        padding: 0 10%
    }
}

@media screen and (min-width:1400px) {
    .game-screen__heading {
        padding: 0 13%
    }
}

@media screen and (max-width:45.25em) {
    .content-nav__logo {
        margin: 0 auto
    }
    .content-nav__inner,
    .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .nav-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 16px
    }
    .nav-list__item:first-child {
        margin-top: 0
    }
    .content-grid-row {
        margin-top: -16px
    }
    .content-col {
        margin-top: 16px
    }
    .game-screen__copy {
        padding: 0 12px
    }
}

@media screen and (max-width:59.938em) {
    .playfield-pane-container--beta .is-revealing-count .playfield-pane__heading,
    .playfield-pane-container--beta .is-revealing-count .playfield-pane__sub-heading {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    .playfield-pane-container--beta .playfield-pane__counter.playfield-pane__counter {
        top: 0;
        bottom: auto;
        -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
        transform: translateY(-120%)
    }
    .playfield-pane-container--beta .playfield-pane__counter.playfield-pane__counter.is-visible {
        -webkit-animation-name: slideDown;
        animation-name: slideDown
    }
}

@media screen and (max-width:29.938em) {
    .game-screen__app-badges {
        width: 100%
    }
    .app-badge {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}